@charset "shift_jis";

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

.content .column .details p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.content .column p.first {
	margin-top: 0;
}



/* row -------------------------------*/
dl.row{
	overflow: hidden;
	width: auto;
}
	
dl.row dt{
	width: 120px;
	padding: 0.2em 0;
	float: left;
	clear: both;
	font-weight: bold;
	line-height: 1.5em;
	white-space: nowrap;
}
	
dl.row dd{
	width: 470px;
	padding: 0.2em 0;
	clear: right;
	text-indent: -1em;
	line-height: 1.5em;
}



/* about -------------------------------*/
.about .first {
	margin-bottom: 10px !important;
}




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

.ph-area .ph {
	width: 416px !important;
	margin: 0 auto 4px !important;
	border: 1px solid #c6c6c6;
}


.details-url {
	width: 416px !important;
	margin: 0 auto 20px !important;
}

