@charset "utf-8";

h2,
.mainimg{
	text-align: center;
	margin-top: 10px;
}
h3{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #0089d4;
	margin-top: 27px;
}
h4{
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
h5{
	font-size: 20px;
	font-weight: bold;
	color: #313131;
	margin-bottom: 8px;
	text-align: center;
}
h4:before {
    border-top: 1px solid #0089d4;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
	z-index: -1;
}
p.txt{
	font-size: 16px;
	text-align: center;
	margin-top: 14px;
}

/*-----------------------
	btns 
----------------------*/
ul.btns{
	height: auto;
	overflow: hidden;
	font-size: 0;
}
ul.btns li{
	float: left;
	margin-right: 30px;
}
ul.btns li:last-child{
	margin-right: 0;
}
ul.btns li a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #0089d4 url(/nyushi/img/ico_arrow02.png) 95% center no-repeat;
	-webkit-background-size: 6px 9px;
	background-size: 6px 9px;
	padding: 7px 22px 7px 16px;
}
ul.btns li a span {
	font-size: 12px;
	font-weight: normal;
}
/* col2 */
#sports_education ul.btns.col2,
#lifelong_sports ul.btns.col2,
#education_subject ul.btns.col2{
	margin-top: 65px;
}
ul.btns.col2 li{
	width: 345px;
}
ul.btns.col2 li:nth-child(2n){
	margin-right: 0;
}
ul.btns.col2 li{
	margin-bottom:24px;
}
/* col3 */
ul.btns.col3 li{
	width: 300px;
	margin-bottom: 24px;
}
ul.btns.col3 li:nth-child(3n){
	margin-right: 0;
}
/* big */
ul.btns.big{
	text-align: center;
	margin-bottom: 50px;
}
ul.btns.big li{
	display: inline-block;
	float: none;
	width: 520px;
	text-align: left;
	margin: 0 0 15px 0;
}
ul.btns.big li a{
	font-size: 22px;
}

/*-----------------------
	courses 
----------------------*/
ul.courses {
	height: auto;
	overflow: hidden;
	padding-top: 55px;
	margin-bottom: 75px;
}
ul.courses li {
	width: 230px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 0;
	min-height: 0;
	text-align: left;
}
ul.courses li:last-child,
ul.courses li:nth-child(3)  {
	margin-right: 0;
}
ul.courses li a {
	display: block;
}
ul.courses li a img {
	width: 100%;
	height: auto;
}
ul.courses li a .hd {
	width: 100%;
	height: 66px;
	display: table;
	color: #fff;
	padding: 0 19px;
	text-align: left;	
	background: url(/nyushi/img/ico_arrow02.png) 92% center no-repeat;
	-webkit-background-size: auto 8px;
	background-size: auto 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.courses li a .hd span {
	display: table-cell;
	vertical-align: middle;
}
ul.courses li a .txt {
	height: 86px;
	border: 1px solid #dedede;
	border-top: none;
	font-size: 12px;
	line-height: 1.7;
	padding: 12px 19px;
	margin: 0;
	text-align: left;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* dept */
#sports_education h3,
#lifelong_sports h3{
	margin-top: 45px;
}
/* sports_education */
#sports_education h3{
	color: #006b8f;
}
#sports_education ul.btns.col2 li a,
#sports_education ul.courses li a .hd{
	background-color: #006b8f;
}
/* lifelong_sports */
#lifelong_sports h3{
	color: #5d3d82;
}
#lifelong_sports ul.btns.col2 li a,
#lifelong_sports ul.courses li a .hd{
	background-color: #5d3d82;
}
/* education_subject */
#education_subject h3{
	color: #ee7800 ;
}
#education_subject ul.btns.col2 li a,
#education_subject ul.courses li a .hd{
	background-color: #ee7800 ;
}

/*-----------------------
	point 
----------------------*/
div.point{
	margin-top: 50px;
}
div.point h4:before{
	top: 55%;
}
div.point p{
	line-height: 1.7;
}

/*-----------------------
	exam
----------------------*/
div.exam .exampoint{
	margin: -30px auto 50px;
	width: 520px;
}

/*-----------------------
	club,course
----------------------*/
div.club,
div.course{
	margin-top: 70px;
	margin-bottom: 50px;
}
div.club ul.btns,
div.course ul.btns,
ul.btns.col2 {
	text-align: center;
}
div.club ul.btns li,
div.course ul.btns li,
ul.btns.col2 li{
	display: inline-block;
	float: none;
	text-align: left;
	vertical-align: top;
}

/*-----------------------
	obog 
----------------------*/
div.obog{
	margin-top: 35px;
	margin-bottom: 74px;
}
div.obog ul li {
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #dedede;
}
div.obog ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
div.obog ul li .lead {
	height:128px;
	font-size: 20px;
	color: #0088d3;
	line-height: 1.6;
	margin-bottom: 45px;
}

div.obog ul li div.data{
	min-height:95px;
	margin-right:370px;
	margin-bottom:25px;
}
div.obog ul li img.right {
	float: right;
	margin:5px 8px 10px 10px;
}
div.obog ul li span {
	display: block;
}
div.obog ul li .course {
	font-size: 14px;
	margin-bottom: 7px;
}
div.obog ul li .name {
	font-size: 18px;
	margin-bottom: 9px;
}
div.obog ul li .name span{
	display:inline;
	font-size:14px;
	margin-left:0.5em;
}
div.obog ul li .from {
	font-size: 12px;
}
div.obog ul li .txt {
	clear:both;
	font-size: 14px;
	color: #454545;
	line-height: 1.7;
	text-align: justify;
	padding:0;
}

/*-----------------------
	employment 
----------------------*/
div.employment ul{
	text-align: center;
	margin-top: -7px;
}
div.employment ul li{
	display: inline-block;
	margin: 0 0 0 15px;
	line-height: 1.7;
}
div.employment ul li:after,
#sport_management div.employment ul li:nth-last-child(2):after,
#sport_journalist_writer div.employment ul li:nth-last-child(2):after{
	content:"／";
	margin-left:15px;
}
div.employment ul li:nth-last-child(2):after{
	content:"　";
	margin-left:0;
}
div.employment ul li:last-child:after{
	display:none;
}
div.employment ul li span{
	font-size: 12px;
	color: #666;
}

/*-----------------------
	license 
----------------------*/
.license{
	border-top:1px solid #0089d4;
	padding-top:30px;
	margin-bottom:60px;
}
.license h4:before{
	content:none;
}
.license h4{
	font-size:20px;
	color:#0089d4;
	font-weight:bold;
}
.license h4 small{
	display:block;
}
.license ul{
	margin:20px 0 0;
}
.license ul li{
	font-size:12px;
	margin-bottom:5px;
}
.license ul li:last-child{
	margin-bottom:0;
}









