@charset "UTF-8";

#mainImage{
	line-height: 1;
	padding: 0 0 40px;
	margin: 0 0 30px;
	background-image: url(../images/top/img_main_back.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#mainImage img{
	border-radius: 10px;
}

#info{
	width: auto;
	background: #fff;
	padding: 15px 15px;
	margin: 0 0 30px;

	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	border-radius:         5px;

	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.2);
}

#info h2{
	float: left;
	width: auto;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 10px;
}

#info p{
	float: right;
	width: auto;
	padding: 0;
}

#info p a{
	display: block;
	font-size: .9em;
	color: #1bacec;
	text-decoration: none;
	border: 1px solid #1bacec;
	padding: 3px 10px;
}

#info p a:visited{
	color: #1bacec;
}

#info p a i{
	padding: 0 .5em 0 0;
}

#info p a:hover{
	color: #fff;
	opacity: 1;
	background: #1bacec;
}

#info dl:after{
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

#info dl{
	clear: both;
	background: #f0f3f7;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0;
}

#info dl:nth-child(odd){
	background: #fff;
}

#info dt{
	float: left;
	width: 90px;
	text-align: center;
}

#info dd{
	float: right;
	width: 545px;
	line-height: 150%;
	padding: 0 10px 0 0;
	margin: 3px 0 0;
}

 /* IE11の文字サイズ設定 */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #info dd img{ margin: 0 0 5px;}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#info dd img{ margin: 0 0 5px;}
}
 /* IE9の文字サイズ設定 */
 :root #info dd img{ margin: 0 0 5px \0/IE9; }  


/*　課外教育センターを知る　*/
#right ul{
	margin: 20px 0;
}

#right ul:after{
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

#right ul li{
	float: left;
	width: auto;
	line-height: 1;
	list-style: none;
	margin: 0 23px 0 0;
}

#right ul li:last-child{
	margin: 0;
}