@charset "UTF-8";
/* CSS Document */


body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #fff;
	
overflow-x: hidden;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック",sans-serif;
	
}

a {
	color:#0975F1;
}

img {
	border: none;
}

/* float解除 */
.clear {
	clear:both;
}

/* センター寄せ */
#wrapper {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	
}



/* ------------------------------------
◆　#header　#container　#column　h1　h2
------------------------------------ */

#header {
	width: 1080px;
	margin: 30px auto 0;
	padding-bottom: 15px;

}


.header_img {
  font-size: 85%;
	float: right;
	padding-top: 10px;
}


#header_line {
	width: 100%;
	background-image:url("../img/bk_g.png");
	background-repeat:repeat-x;
  position: absolute;
	height: 10px;
	margin: 0;
	padding: 0;
	
}

#container {
	margin-top: 50px;
}
#contents {
	width: 900px;
		margin: 0 auto;
	padding: 0;

}

.column {
	width: 800px;
	text-align: left;
	line-height: 180%;
	margin: 50px;
	
}



h1 {	
	margin-top: 0;
	padding-top: 0px;height: 300px;
	background-image: url("../img/top_img.jpg");
}
h1 img {
	margin-top: 0;
	padding-top: 130px;
}
.display-none{
 display:none;
}

h2 {
  position: relative;
  border-bottom: 3px solid #B7C0D2;
	font-size: 100%;
}

h2:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 15%;
  height: 3px;
  content: '';
  background: #545455;
}

h3 {
  color: #094;/*文字色*/
  border-bottom: dashed 2px #094;
	font-size: 100%;
	display: inline-block;
}


table.overview {
margin: 50px auto 0px;
	width: 90%;
}
table.overview th,table.overview td {
	border: none;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px;
	vertical-align: top;	
	}

table.overview th {
	color: #46768F;
	white-space: nowrap;
	
}


table.schedule {
	margin: 30px auto 0px auto;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse:collapse;

}

table.schedule th {
	white-space:nowrap;
	background-color: #f8f8f8;
/*
	width:10em;
*/
}

table.schedule td {
	text-align: left;
}

table.schedule th,table.schedule td {
	border: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
	vertical-align: top;	
	}





.pro {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}



/* ------------------------------------
◆　#footer
------------------------------------ */
#footer {
	margin-top: 50px;
	background: linear-gradient(#ffffff, #8D8C8C);
	color: #ffffff;
    bottom: 0;
	height: 60px;
}

#footer .copy {
  margin: 0 auto;
  font-size: 85%;
  text-align: center;
  padding-top: 20px;
}

