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

#mainContents p,
#mainContents ul,
#mainContents dd {
	margin-bottom:1em;
	line-height:1.4;
}
#mainContents h4 {
	margin-bottom:5px;
}
#mainContents h5 {
	font-weight:bold;
	margin-bottom:5px;
}
#mainContents h6 {
	font-weight:bold;
	margin-bottom:0.5em;
}
.ttl {
	margin-top: 40px;
	width: 690px;
	height: 42px;
	background-image: url(../../img/what/ttl_bkg.gif);
	vertical-align:text-bottom;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}
.photo {
	width:705px;
	margin-right:-15px;
	text-align:center;
	overflow:hidden;
}
.photo li {
	float:left;
	width:220px;
	margin-right:15px;
	margin-bottom:15px;
}


/* サマリー */
.summary {
}
.block {
	margin-bottom:40px;
}
.section {
	clear:both;
	padding:20px 25px;
	line-height:1.4;
	border-bottom: dotted 1px #ccc;
}
.section:nth-child(even) {
	background:#f5f5f5;
}
.section.even {
	background:#f5f5f5\9; /*ie8用*/
}

.section dt {
	float:left;
}
.section dd {
}
.section th {
	vertical-align:top;
	line-height:40px;
}
.section td {
	height:40px;
}
.document {
	overflow:hidden;
}
.document dt {
	width:220px;
}
.document dd {
	width:410px;
	margin-left:220px;
}
.appear {
	margin:25px;
}
.appear li {
	list-style:disc;
	margin-left:1em;
	margin-bottom:1em;
}