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

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------- info */
/* info */

section{
	padding:  1.5em 10px ;
}
section a{
	color: #906339;
	text-decoration: underline;
}	
article{
	clear: both;
}
	#puchinatorie{
		margin-top: 1em ;
	}
	#puchinatorie .right{
		margin-left: 120px;
	}
		#puchinatorie .right h5{
			margin: 1em 0 0.5em 0;
			border-bottom: 1px solid #CAA485;
		}
			.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;
				}
.school{
	padding: 1em;
}
	.school p{
		margin: 0.5em 0;
	}
	.info_dl{
		margin: 0.5em 0;
		font-size: 1.2em;
		line-height: 1.4em;
	}
		.info_dl dt{
			width: 3em;
			float: left;
			text-align: right;
		}
		.info_dl dd{
			margin-left: 3.5em;
			text-align: left;
		}
			.btn2{
				display: block;
				width:10em;
				line-height: 2em;
				background-color: #a2a2a2;
				font-size: 1.2em;
				text-align: center;
				border-radius: 5px;
			}
				.btn2 a{
					color: #FFF;
					display: block;
					width: 100%;
					height: auto;
					text-decoration: none;
				}
.info_ul{
	margin-top: 1em;
	font-size: 1.3em;
}
	.info_ul li{
		margin-bottom: 0.5em;
		font-weight: bold;
	}
		.info_ul li p{
			margin: 0 1em;
			font-size: 0.8em;
			font-weight: normal;
		}
