@charset "UTF-8";


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

#mainVisual {
	background-image: url(../img/home/visual.jpg);
	background-position: center;
	height: 320px;
	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;
}

.contentTxt {
	margin-bottom: 40px; 

}

#newsbox {
	margin-bottom: 40px;
}


#content dl {
	width: auto;
	margin-left: 30px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e6e6e6;
	padding-bottom: 10px;
}

#content dt {
	display: block;
	background-image: url(../img/common/iconwhatsnewblue.png);
	float: left;
	line-height: 1.5;
	width: 150px;
	padding-left: 30px;
	height: 30px;
	background-repeat: no-repeat;
}


#content dd {
	display: block;	
	float: right;
	width: 420px;
	line-height: 1.5;
}

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

/*追加変更190110*/
.banner_txt{
	font-weight: bold; font-size:
	30px;color: #fff;
	background: #029f36;
	padding: 5px 12px;
	border: double 13px;
}
/*追加変更190110*/

.summerSchool_bannerBox{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin-bottom: 20px;
}

.summerSchool_bannerBox a.bannerBlock {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 5px solid #fd9418;
	width: 44%;
	padding: 5px 15px 5px 5px;
}

.summerSchool_bannerBox a.bannerBlock:hover {
	opacity: 0.5;
	transition: 1s;
	text-decoration: none;
}

.summerSchool_bannerBox  a.bannerBlock img{
	width: auto;
}

.summerSchool_bannerBox a.bannerBlock .bannerTxt{
	font-size: 16px;
	text-align: center;
}

.summerSchool_bannerBox a.bannerBlock .bannerTxt span{
	font-size: 12px;
}
