@charset "Shift-JIS";


/* ===== ----- C ----- ===== */

.topPh01 {
	width: 40%;
	height: auto;
	padding: 0px 0px 20px 20px;
}

#mainttlBg {
	width: 100%;
	background: url(../img/mainttl_bg.gif) #ffffff repeat 0px 0px;
	border-bottom: 2px solid #f3d4e2;
}

#mainttlArea {
	width: 100%;
	height: 113px;
	background: url(../img/mainttl.png) no-repeat 0px 0px;
	text-indent: -9999px;
	margin: 0px auto;
}

#mainttlLine {
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.imgArea {
	text-align: center;
	padding-bottom: 30px;
}



.imgArea h2 {
	background-color: #da80a9;
	font-size: 120%;
	color: #ffffff;
	margin-top: 5px;
	padding: 0px 5px 0px 10px;
}

.detailTtl {
	color: #a21f36;
	border-bottom: 3px solid #e50065;
	margin-bottom: 2px;
}

.detailTb {
	border-collapse: collapse;
	border-bottom: 1px dotted #999999;
}

.detailTb td,
.detailTb th {
	padding: 8px 5px;
	border-top: 1px dotted #999999;
}

.detailTb th {
	text-align: left;
	white-space: nowrap; 
	vertical-align: top;
}

.bgCl {
	background-color:#f5f0e5;
	margin-top: 5px;
	padding: 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}

.resultsLt {
	border-top: 1px dotted #999999;
}

.resultsLt dt,
.resultsLt dd {
	font-size: 90%;
}

.resultsLt dt {
	font-weight: bold;
	padding: 8px 5px 0px 5px;
}

.resultsLt dd {
	padding: 8px 5px;
	border-bottom: 1px dotted #999999;
}

.nameTxt {
	color: #e50065;
	text-decoration: underline;
}