@charset "shift_jis";



body {
	font-size: 100%;
}

img {
	border: none;
}

.content h1 {
	font-size: 1.5em;
}

p.indtxt {
	text-indent: 1em;
}


.details h4 {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 0;
	background: none;
	border-bottom: 1px dashed #ccc;
}

.details ol {
	width: 580px;
	margin: 0 auto;
	clear: both;
}

.details ol li {
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin-bottom: 8px;
	list-style: decimal;
	list-style-position:inside;
}

.details ol li .tit {
	font-weight: bold;
}

.details ol li p {
	width: 540px !important;
	margin-bottom: 2px !important;
	text-indent: -2em;
	padding-left: 2em;
}



.content ul.default {
	margin: 15px 0 25px 25px;
}

.content ul.default li {
	margin-bottom: 6px;
	list-style: disc;
}

/* note -------------------------------*/
.details p.note {
	width: 560px !important;
	margin: 0 auto 4px !important;
	padding: 10px;
	border: 1px solid #c6c6c6;
}



/* ph-area -------------------------------*/
.ph-area {
	width: 560px !important;
	margin: 0 auto 20px;	
}


/* ph-area1 -------------------------------*/
.ph-area1 {
	width: 570px !important;
	margin: 0 auto 20px;	
	border: 1px solid #c6c6c6;
}
.ph-area1 p.sq1 {
	width: 550px !important;
}

.ph-area-left {
	width: 285px !important;
	margin: 0 auto 0;
	float: left;
}
.ph-area-right {
	width: 285px !important;
	margin: 0 auto 0;
	float: right;
}

.ph-area-left .ph {
	width: 260px !important;
	margin: 0 auto 4px !important;
	padding: 0 10px 15px 15px;
}
.ph-area-right .ph {
	width: 260px !important;
	margin: 0 auto 4px !important;
	padding: 0 15px 15px 10px;
}

.ph-area-left .ph_cap,
.ph-area-right .ph_cap {
	margin-top: 5px;
	width: 260px !important;
	text-align: center;
	font-size: 0.8em;
}

/* ph-area3 -------------------------------*/
.ph-area3 {
	width: 502px !important;
	margin: 0 auto 20px;	
}

.ph-area2 .sq1 {
	width: 480px !important;
	margin: 0 0 6px !important;
}

.ph-area2 .ph {
	width: 480px !important;
	margin: 0 auto 4px !important;
	padding: 10px;
	border: 1px solid #c6c6c6;
}

.ph-area2 .ph_cap {
	width: 480px !important;
	text-align: center;
}


/* selfclear
-----------------------------------------------*/
.selfclear:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}




