@charset "UTF-8";

/* ============== index ============== */


#index {
}

#index #main {
background: url(../images/index/main.jpg) no-repeat;
height: 350px;
text-indent: -9999px;
margin-bottom: 30px;
}

#index h2.read {
font-size: 116%;
font-weight: bold;
margin-bottom: 1em;
line-height: 1.6;
}

#index p {
line-height: 1.6;
}

#index p.txt {
line-height: 1.6;
margin-bottom: 30px;
}

#index .new_recruit {
margin-bottom: 30px;
}

#index .new_recruit h2.title {
height: 36px;
}

#index .new_recruit h2.title a {
background: url(../images/index/tit_recruit.jpg) no-repeat;
height: 36px;
text-indent: -9999px;
display: block;
overflow: hidden;
}

#index .new_recruit dl,
#index .info_seminor dl {
padding: 20px 20px 10px 20px;
border: #CCC 1px solid;
border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
behavior: url(js/PIE.htc.html);
position: relative;
}

#index .new_recruit dt,
#index .info_seminor dt {
width: 105px;
float: left;
clear: left;
margin-bottom: 10px;
}

#index .new_recruit dd,
#index .info_seminor dd {
width: 585px;
float: left;
color: #545454;
margin-bottom: 10px;
}

#index .new_recruit p {
padding-top: 10px;
text-align: right;
font-size: 90%;
color: #525252;
}

#index .new_recruit p a {
text-decoration: underline;
}

#index .info_seminor {
margin-bottom: 30px;
}

#index .info_seminor h2.title {
height: 36px;
}

#index .info_seminor h2.title a {
background: url(../images/index/tit_news.jpg) no-repeat;
height: 36px;
text-indent: -9999px;
display: block;
overflow: hidden;
}


@media screen and (max-width: 767px) {
	
#index #main {
background: url(../images/index/main.jpg) no-repeat;
height: 36.458vw;
text-indent: -9999px;
	margin-top: 10px;
margin-bottom: 20px;
	background-size: 100% auto;
}

#index h2.read {
font-size: 116%;
font-weight: bold;
margin-bottom: 1em;
line-height: 1.6;
}

#index p {
line-height: 1.6;
}

#index p.txt {
line-height: 1.6;
margin-bottom: 30px;
}

#index .new_recruit {
margin-bottom: 30px;
}

#index .new_recruit h2.title {
height: 36px;
}

#index .new_recruit h2.title a {
background: url(../images/index/tit_recruit.jpg) no-repeat;
height: 36px;
text-indent: -9999px;
display: block;
overflow: hidden;
}

#index .new_recruit dl,
#index .info_seminor dl {
padding: 20px 20px 10px 20px;
border: #CCC 1px solid;
border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
behavior: url(js/PIE.htc.html);
position: relative;
}

#index .new_recruit dt,
#index .info_seminor dt {
width: auto;
float: none;
clear: left;
margin-bottom: 5px;
}

#index .new_recruit dd,
#index .info_seminor dd {
width: auto;
float: none;
color: #545454;
}
	
#index .new_recruit dd,
#index .info_seminor dd {
margin-bottom: 20px;
	line-height: 1.5;
}

#index .new_recruit p {
padding-top: 10px;
text-align: right;
font-size: 90%;
color: #525252;
}

#index .new_recruit p a {
text-decoration: underline;
}

#index .info_seminor {
margin-bottom: 30px;
}

#index .info_seminor h2.title {
height: 36px;
}

#index .info_seminor h2.title a {
background: url(../images/index/tit_news.jpg) no-repeat;
height: 36px;
text-indent: -9999px;
display: block;
overflow: hidden;
}
}


