@charset "UTF-8";

/* contents別指定
------------------------------------------------------------*/

#contents-area #main-contents-area #feature-block .feature-box {
	display: inline;
	float: left;
	width: 225px;
  margin-top: 8px;
	margin-right: 6px;
	text-align: center;
	border: 1px solid #D1D1D1;
  border-radius: 5px;
	-webkit-border-radius: 5px;    /* Safari5,Google Chrome10以前 */  
  -moz-border-radius: 5px;   /* Firefox4以前 */
}

#contents-area #main-contents-area #feature-block .feature-photo {
	margin-top: 5px;
}
#contents-area #main-contents-area #feature-block .feature-text {
	width: 215px;
	margin: 3px 3px 8px 3px;
	padding: 3px 0 6px 5px;
	text-align: left;
}
#contents-area #main-contents-area #feature-block .feature-button {
	width: 215px;
	text-align: right;
	margin-bottom: 10px;
	}


#contents-area #main-contents-area #info-block dl {
	width: 700px;
	margin-left: 5px;
}
#contents-area #main-contents-area #info-block dl dt {
	width: 9em:;
	line-height: 1.6em;
	color: #000;
	background: url() no-repeat left center;
	padding: 0.6em 0.6em 0.5em 0.6em;
	float: left;
}
#contents-area #main-contents-area #info-block dl dd {
	line-height: 1.6em;
	padding: 0.6em 0.6em 0.6em 9em;
	border-bottom: 1px dotted #D1D1D1;
}
