@charset "utf-8";

/* common */

*{
	font-size:12px;
}

p{
	line-height:2em;
}

img{
	margin:0 auto;
}



/* stracture */

section.booksList, section.jobList, section.outline{
	padding:70px 0;
}

div.mainimg{
	padding:50px 0 0;
}

section.courseList, section.mediaList, section.reports{
	padding-top:70px;
}



/*
body > section:not(:last-of-type) {
	border-bottom:1px #999 solid;
}*/

.mainimg{
	background:#a4c639;
}

.mediaList{
	background-color:#000;
}

.booksList{
	background-color:#faf0b9;
}

.jobList{
	background-color:#edeceb;
}

section > .container > h1, section > .container-fluid > h1{
	text-align:center;
	font-size:26px;
	font-weight:bold;
	margin-bottom:15px;
	line-height:1.4em;
}

section > .container > h1 small, section > .container-fluid > h1 small{
	display:block;
	max-width:400px;
	margin:0 auto;
	padding-top:5px;
	font-size:11px;
	letter-spacing:5px;
}

section > .container > h1 small{
	color:#000;
	border-top:1px #000 solid;
}

section > .container-fluid > h1 small{
	border-top:1px #fff solid;
}

section h1+p{
	text-align:center;
	max-width:650px;
	margin:30px auto;
}

/* /////////////// common */

.entry a img{
	transition:0.5s;
}

.entry a:hover img{
	opacity:0.7;
}

span.commercialName{
	white-space:nowrap;
}



/* mediaList */

.mediaList *{
	color:#fff;
	text-align:center;
}

.mediaList .row{
	padding:20px 30px 5px;
	background-color:#000;
}

.mediaList .col-xs-4{
	padding:0 0 70px;
}

.mediaList h2, .mediaList h3{
	padding:0 10px;
	line-height:1.6em;
}

.mediaList h2{
	margin:10px auto 5px;
	font-size:16px;
	font-weight:bold;
}

.mediaList a img{
	transition:0.5s;
	opacity:0.5;
}

.mediaList a:hover img{
	opacity:1.0;
}

/* booksList */


.booksList > .container > div{
	display:table;
}

.book, .booksDetail{
	display:table-cell;
	vertical-align:middle;
}

.book img{
	width:500px;
	height:auto;
}

.booksDetail li{
	padding:15px 0 15px 30px;
}

.booksDetail h2{
	float:left;
	font-size:16px;
	margin-right:15px;
	font-weight:bold;
}

.booksDetail h2 small{
	display:block;
	color:#000;
	margin-top:5px;
}

.booksDetail .directLink{
	float:left;
}


/* jobList */

/* 5分割時はulのrowを消してコレ
.jobList li{
	float:left;
	width:20%;
}
*/


.jobList li{
	margin-bottom:15px;
}

.jobList li h2{
	font-size:16px;
	margin:15px auto 10px;
	text-align:center;
	font-weight:bold;
}

.jobList a{
	padding:20px;
	display:block;
	text-decoration:none;
	color:#000;
	transition:0.5s;
	border-radius:15px;	
}

.jobList a:hover{
	background-color:#debb97;
}

.jobList a .goR{
	margin-top:10px;
	border:3px #000 double;
	text-align:center;
	padding:5px;
	background-color:#fff;
	transition:0.5s;
}



/* courseList */

.courseList h2{
	font-weight:bold;
	font-size:16px;
	margin-bottom:30px;
	text-align:center;
	line-height:1.4em;
}

.courseList h2 small{
	display:inline-block;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	letter-spacing:3px;
	background-color:#000;
	margin-top:5px;
	padding:5px 10px;
	border-radius:5px;
}

.courseList img{
	margin:30px auto;
}

.courseList .cau{
	font-size:11px;
	color:#999;
	line-height:1.4em;
}


/* outline */

.outline th{
	width:120px;
	background-color:#000;
	color:#fff;
	font-weight:bold;
}

.outline .courses li:not(:last-of-type){
	margin-bottom:10px;
}

.outline .courses span{
	display:inline-block;
	background-color:#777;
	color:#fff;
	font-weight:bold;
	padding:5px 10px;
	border-radius:3px;
	margin:0 5px;
}

/* reports */

.reports{
	background-color:#ddd;
}

.reports .container .row{
	padding-top:30px;
}

.reports .col-xs-6{
	padding:0 5px 70px;
}

.reports h2{
	margin:10px auto 5px;
	font-size:16px;
	text-align:center;
}

.reports h3{
	text-align:center;
	font-weight:bold;
}

.reports h3 span{
	font-weight:normal;
}

.reports a{
	transition:0.5s;
	display:block;
	color:#000;
	background-color:#fff;
	padding:5px;
}

.reports a:hover{
	background-color:#c0c0c0;
	text-decoration:none;
}

.reports .ntc{
	margin-top:10px;
	font-size:11px;
	text-align:center;
}

.reports a .directLink{
	margin-top:15px;
	text-align:center;
	padding:5px 10px;
	border:3px #000 double;
	background-color:#fff;
}


footer{
	padding:50px 0;
	text-align:center
}

footer address{
	margin-top:15px;
}



/* gallery */

.photogalley{
	padding-top:80px;
}

.photogalley .col-sm-6{
	margin-bottom:30px;
}


/* report */

.report{
	padding-top:80px;
}

section.report > .container > h1{
	padding-bottom:10px;
	border-bottom:5px #000 solid;
	max-width:700px;
	margin:0 auto 50px;
}

.report ul{
	max-width:700px;
	margin:0 auto;
}

.report li{
	margin-bottom:80px;
}

.report li h2{
	font-size:16px;
	text-align:center;
}

.report li p{
	margin:15px auto;
}

.report li p strong{
	font-weight:bold;
	color:#a4cb21;
}


/* + */

.visible-exs{
	display:none;
	visibility:hidden;
}


@media screen and (min-width:992px){
.booksList .container{
	background: url(../img/bg.gif) no-repeat scroll right top;
	
}
}

@media screen and (min-width:768px) and (max-width:992px) {
	.book img{
		width:300px;
	}
}

@media screen and (max-width:992px){
	.courseList .col-sm-4{
		margin-bottom:70px;
	}
	
	section.outline{
		padding:0 0 70px;	
	}
}


@media screen and (max-width:767px){

	.booksList > .container > div{
		display:block;
	}

	.booksDetail li{
		display:table;
	}

	.booksDetail .title, .booksDetail .thumb{
		display:table-cell;
		vertical-align:middle;
	}

	.courseList p{
		max-width:400px;
		margin:0 auto;
	}

	.jobList li{
		float:none;
		width:100%;
		margin:0 auto;
	}
	
	.report .col-xs-6{
		padding:0 5px 30px;
	}

}




@media screen and (max-width:650px){

	.mediaList .col-xs-4{
		width:50%;
	}
	
	.mediaList .row{
		padding:20px 5px 5px;
	}


}


@media screen and (max-width:500px){
	
	.navbar-brand{
		font-size:14px;
	}
	
	.outline .courses span{
		display:block;
		margin:0 0 5px 0;
	}

	.outline .courses li:not(:last-of-type){
		margin-bottom:20px;
	}

	.mediaList .col-xs-4{
		width:100%;
		padding-bottom:0;
	}
	
	.mediaList .col-xs-4:not(:last-of-type){
		padding-bottom:50px;
	}
	
	.booksDetail h2, .booksDetail .directLink{
		float:none;
		text-align:center;
		padding:0
	}
	
	.booksDetail .directLink{
		margin-top:5px;
	}
	
	
	.booksDetail li{
		display:block;
		margin:0 auto;
	}

	.booksDetail .title, .booksDetail .thumb{
		display:block;
	}

	.jobList .col-xs-4, .jobList .col-xs-8{
		width:100%;
		padding:0 15px;
	}
	
	
	.jobList li:not(:last-of-type){
		margin-bottom:20px;
	}
	
	.jobList li{
		max-width:400px;
		margin:0 auto inhite auto
	}
	
	
	

	.visible-exs{
		display:inherit;
		visibility:visible;
	}


}