@charset "UTF-8";
/* CSS Document */

@import "../../../files/css/common/layout.css";

/*-------------------------------------------------------------------------
	access
/*-----------------------------------------------------------------------*/

#access #contents {
	padding-bottom:20px;
	background:#fff;
}
		
	#access h2 {
		margin-bottom:50px;
	}
	
	#access h3 {
		margin:0 0 40px 20px;
	}
	
		#access .box {
			margin-left:45px;
		}
		
		#access .box p {
			margin-bottom:40px;
		}
		
			#access .box p em {
				padding-right:20px;
				width:565px;
				display:block;
				text-align:right;
			}
	
#area h4{
	margin-bottom: 12px;
    color: #3e3d3c;
    font-size: 142%;
    font-weight: bold;
}

	
#area h5{
	margin-bottom: 8px;
    color: #3e3d3c;
    font-size: 120%;
    font-weight: bold;
	border-bottom: 2px solid;
	display: inline-block;
}
#area .block{
	margin-bottom: 20px;
	font-size: 110%;
}
#area .block div{
	margin-bottom: 10px;
}
#area .block:last-child{
	margin-bottom: 40px;
}