@charset "shift_jis";



body {
	font-size: 100%;
}

img {
	border: none;
}

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

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

.tit {
	margin-bottom: 10px !important;
	font-weight: bold;
}

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


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




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

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

.ph-area .ph_cap {
	width: 416px !important;
	text-align: right;
}


/* term -------------------------------*/
.term p {
	width: 570px !important;
	margin-bottom: 4px !important;
	padding-left: 2em;
	text-indent: -2em;
}


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





