@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2014.05.27
Style Info:     course css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------- course */
/* course */
section{
	padding:  1.5em 10px ;
}
section a{
	color: #906339;
	text-decoration: underline;
}	
header+.anchor_link{
	margin-bottom: 0;
}
.po_ico{
	vertical-align: middle;
	margin-right: 3px;
}
table{
	margin-top: 1em;
	width: 100%;
	font-size: 1.3em;
	line-height: 1.4em;
}
	table th{
		padding: 0.5em;
		width: 4em;
		font-weight: bold;
		text-align: center;
		background: #DEB98B;
		border-bottom: 1px solid #FFF;
		vertical-align: middle;
	}
	table td{
		padding: 0.5em;
		border-bottom: 1px solid #DEB98B;
		text-align: left;
	}
.photo_ul{
	margin: 1em 0 0 0;
	padding: 0;
}
	.photo_ul li{
		display: block;
		float: left;
		width: 40%;
		padding: 0 5%;
	}
.btn{
	margin-top: 1em;
	display: block;
	width:100%;
	background-color: #FCBD43;
	font-size: 1.2em;
	line-height: 2em;
	text-align: center;
	border-radius: 5px;
}
	.btn a{
		color: #FFF;
		display: block;
		width: 100%;
		height: auto;
		text-decoration: none;
	}