@charset "utf-8";
/* CSS Document */
h1 {
	margin: 20px 10px;
	width:90%;
}
h1 img{
	width:100%;
	height:auto;
}
.contents {
	width: 94%;
	clear: both;
	margin-top: 10px;
	margin-right: 3%;
	margin-bottom: 10px;
	margin-left: 3%;
}
.read_top {
	font-size: 90%;
	line-height: 150%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f0e9dc 0%, #ffffff 20%) repeat scroll 0 0;
    padding:10px 20px;	
	margin-bottom:20px;
}
.pic {
	text-align:center;
	margin-bottom:10px;
}
.pic img {
	width:100%;
	height:auto;
}
.al_c {
	text-align:center;
	margin-bottom:40px;
}
.read {
	font-size: 90%;
	margin-bottom: 20px;
	line-height: 150%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f0e9dc 0%, #ffffff 20%) repeat scroll 0 0;
	padding:10px 20px;	
}
h2 {
	background-image: url("../img/icn_wheel.png");
    background-position: left 5px;
    background-repeat: no-repeat;
	padding:0 0 6px 30px;
	border-bottom:#b2934f solid 2px;
	margin-bottom:20px;
	color:#666;
	font-size: 100%;
}
.contents ul{
	list-style:disc;
	margin-left:1em;
	margin-bottom:40px;	
}
.contents li{
	list-style:disc;
	margin-bottom:5px;
	font-size: 90%;
}
.entry{
	background:#f0e9dc;
	padding:10px 20px 20px;
	margin-bottom:20px;
	font-size: 90%;
}
.entry dl {
	margin-bottom:20px;
}
.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;
}
.entry dd {
	margin-left:1em;
}
.entry dd a{
	display:inline;
}
.entry p{
	font-size:110%;
	font-weight:bold;
}
.entry_end{
	background:#d6602c;
	padding:20px;
	margin-bottom:20px;	
}
.entry_end p{
	font-size:110%;
	font-weight:bold;
	text-align:center;
	color:#fff;
}