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

body {
	font-size: 16px;
	line-height: 160%;
}
h1 {
	margin: 30px 0;
	width:82%;
}
h1 img{
	width:100%;
	height:auto;
}
.contents {
	width: 96%;
	max-width: 960px;
	margin-top: 30px;
	margin-bottom: 40px;
	clear: both;
}
.read_top {
	font-size: 100%;
	line-height: 180%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f0e9dc 0%, #ffffff 20%) repeat scroll 0 0;
	background:url(../img/read_bg_02.png) repeat-x;
    padding:20px 40px;	
	margin-bottom:40px;
}
.pic {
	text-align:center;
	margin-bottom:20px;
}
.pic img {
	width:58%;
	height:auto;
}
.al_c {
	text-align:center;
	margin-bottom:60px;
}
.read {
	font-size: 100%;
	line-height: 180%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f0e9dc 0%, #ffffff 20%) repeat scroll 0 0;
	background:url(../img/read_bg.png) repeat-x;
    padding:20px 40px;	
	margin-bottom:40px;
}
h2 {
	background-image: url("../img/icn_wheel.png");
    background-position: left 5px;
    background-repeat: no-repeat;
	padding:0 0 15px 30px;
	border-bottom:#b2934f solid 2px;
	margin-bottom:25px;
	color:#666;
	font-size: 120%;
}
.contents ul{
	list-style:disc;
	margin-left:1em;
	margin-bottom:40px;
}
.contents li{
	list-style:disc;
	margin-bottom:5px;
}
.entry{
	background:#f0e9dc;
	padding:40px;
	margin-bottom:80px;
}
.entry dl {
	margin-bottom:10px;
}
.entry dl.last{
	margin-bottom:0;
}
.entry dt {
	background-image: url("../img/icn_circle.png");
    background-position: left center;
    background-repeat: no-repeat;
	padding-left:15px;
	float:left;
}
.entry dd {
	margin-left:156px;
}
.entry_end{
	background:#d6602c;
	padding:40px;
	margin-bottom:80px;	
}
.entry_end p{
	font-size:22px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}