@charset "UTF-8";


/* VISUAL AREA
------------------------------------------------------------------------------*/

#new_mainVisual {
	/*background-image: url(../img/home/new_visual.jpg);*/
	background-position: center;
	height: 380px;
	min-width:980px;
	padding: 0 3px;
	margin: 0 auto;
}

#btnVisual a {
	background-image: url(../img/home/btnvisual.png);
	text-indent: -9999px;
	height: 65px;
	width: 250px;
	display: block;
}

#btnVisual a:hover {
	background-position:left bottom;
}

#mainVisualInner {
	padding-top: 200px;
	min-width: 980px;
}

#btnVisual {
	margin-left: 50px;
}

/* INDEX CONTENT
------------------------------------------------------------------------------*/




#hidx {
	margin-bottom: 10px;
}

#content p {
	line-height: 2.0;
	margin-bottom: 10px;
	padding-left: 30px;
}

#content div#summer_school_banner img {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

#content div#summer_school_banner a:hover {
	opacity: 0.8;
}

.contentTxt {
	margin-bottom: 40px;

}

#newsbox {
	margin-bottom: 40px;
}


#newsbox dl {
	padding-left: 30px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e6e6e6;
	padding-bottom: 10px;
	box-sizing: border-box;

}

#newsbox dt {
	display: block;
	background-image: url(../img/common/iconwhatsnewblue.png);
	line-height: 1;
	padding-left: 30px;
	height: 30px;
	line-height: 20px;
	background-repeat: no-repeat;
	font-size: 18px;
	margin-bottom: 10px;
}
#newsbox dt .date{
	font-size: 14px;
}


#newsbox dd {
	padding-left: 30px;
	display: block;
	line-height: 1.5;
}

#newsbox dd p{
	line-height: 1.5;
    margin-bottom: 0;
    padding-left: 0;
}



/*branch*/


#branch{
	width: 1000px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}


#branch li{
	width : 495px;
}


#branch h3{
	background: rgba(0,0,0,0.4);
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;
	text-align: center;
}
