@charset "utf-8";



/*==================================================

page
==================================================*/

#kousyuu .section_header h3 {
	padding-top:20px;
	width:129px;
	height:89px;
}


/*	cousyuu_detail	*/

#kousyuu .kousyuu_detail h3 {
	border-bottom:1px solid #DDDDDD;
	padding-bottom:10px;
	color:#658C3D;
	font-size:150%;
	font-weight:bold;
	margin-top:40px;
}
#kousyuu .kousyuu_detail h4 {
	font-weight:bold;
	font-size:112%;
	margin-top:20px;
	margin-bottom:-12px;
}


/*	paper	*/

#paper h4 {
	border:none;
	border-radius:4px;
	display:inline-block;
	background:#658C3D;
	color:#FFFFFF;
	font-size:75% !important;
	position:absolute;
	left:0;
	top:0;
	margin:2px 0 0 !important;
	padding:4px;
}
#paper section {
	padding-left:90px;
	position:relative;
}
#paper table {
	margin:16px 0 0;
	width:100%;
}
#paper table th,
#paper table td {
	text-align:center;
	vertical-align:middle;
	border:1px solid #CCCCCC;
	line-height:120%;
}
#paper table th {
	background:#EEEEEE;
	padding:8px;
}
#paper table td {
	padding:16px;
}

#kigyoushindan {
	padding-bottom: 60px;
	border-bottom:1px solid #CCCCCC;
}


/*	courseBtn	*/

#courseBtn {
	border:1px solid #81B24C;
	color:#658C3D;
	display:block;
	font-weight:bold;
	text-align: center;
	text-decoration:none;
	position:relative;
	margin:48px auto 0;
	padding:10px 0;
	width:240px;
}
#courseBtn:after {
	content:'keyboard_arrow_right';
	font-family:'Material Icons';
	position:absolute;
	right:10px;
	transform:translateY( 0 );
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
		-moz-osx-font-smoothing: grayscale;
		font-feature-settings: 'liga';
}
@media (max-width: 640px) {



/*==================================================

page
==================================================*/


/*	cousyuu_detail	*/


/*	paper	*/

#paper h4 {
	display:block;
	position:static;
	left:auto;
	top:auto;
	margin:20px 0 0 !important;
}
#paper section {
	padding:0;
}
#paper table,
#paper tbody,
#paper tr,
#paper th,
#paper td {
	display:block;
	width:auto;
}
#paper thead {
	display:none;
}
#paper table br {
	display:none;
}
#paper table td {
	position:relative;
}
#paper table span {
	background:#CCCCCC;
	border-radius:100%;
	width:24px;
	height:24px;
	color:#FFFFFF;
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-12px;
}


/*	courseBtn	*/

}
