/* CSS Document */

/* course
------------------------------------------------------------------------------------ */
.course_list .title{
	font-size: 1.375em;
	padding-bottom: 30px;
	font-weight: bold;
}
.course_list .text .lead{
	padding-bottom: 25px;
	font-size: 1.125em;
	color: #F40000;
	font-weight: bold;
}
.course_list .text p{
	padding-bottom: 16px;
}
@media screen and (min-width:768px) {
.course_list .text p{
	font-size: 0.875em;
}
}
.course_list img{
	display: block;
}
.inner_title_box .inner_title{
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.2;
}
.inner_title_box .inner_title span{
	display: block;
	margin-top: -1.18em;
	padding-left: 10px;
}
.inner_title_box .inner_title:before{
	display: block;
	content: "";
	width: 4px;
	height: 1em;
	background-color: #000;
}
.table_list li{
	padding-bottom: 30px;
}
table{
	width: 100%;
	border: 1px solid #000;
	font-size:0.875em;
}
table th{
	width: 40%;
	background-color: #E3E3E3;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 20px;
	font-weight: normal;
}
table td{
	width: 60%;
	border-bottom: 1px solid #000;
	padding: 10px 20px;
	vertical-align: middle;
}
table tr:last-child th,
table tr:last-child td{
	border-bottom: none;
}
.maincont .btn_normal a{
	line-height: 1.2;
	font-size:0.875em;
}
@media screen and (max-width:767px) {
.course_list > li{
	padding-bottom: 30px;
}
.course_list .title{
	padding-bottom: 15px;
}
.course_list .text .lead{
	padding-bottom: 12.5px;
}
.course_list .text p{
	padding-bottom: 8px;
}
.course_list .detaile > img{
	display: none;
}
.inner_title_box{
	padding-top: 10px;
}
.inner_title_box .inner_title{
	padding-bottom: 9px;
}
table th{
	padding: 5px 10px;
}
table td{
	padding: 5px 10px;
}
.maincont .btn_normal{
	width: 100%;
}
}
@media screen and (min-width:768px) {
.course_list > li{
	padding-bottom: 60px;
}
.course_list .title{
	padding-bottom: 30px;
}
.course_list .text .lead{
	padding-bottom: 25px;
}
.course_list .text p{
	padding-bottom: 16px;
}
.course_list .text .gray .last{
	padding-bottom: 0px !important;
}
.course_list .text{
	width: 67%;
	float: left;
	box-sizing: border-box;
}
.course_list img{
	width: 30%;
	float: right;
}
.inner_title_box{
	padding-top: 15px;
}
.inner_title_box .inner_title{
	padding-bottom: 8px;
}
table{
	max-width: 650px;
}
.maincont .btn_normal{
	width: 250px;
}
}

/* gnavi current */

@media print, screen and (min-width:768px) {
.area_gnavi .nav_course a:after {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	content:"";
	background:#F40000;
}
}

