@charset "UTF-8";

/*---------- Contents ID ----------*/

#guide #guideFlow,
#guide #guideQandA,
#guide #guideCharge{
	margin-bottom: 2.0em;
}

/*---------- Flow ----------*/
#guide #guideFlow ol{
	margin-top: 0.5em;
}
#guide #guideFlow li{
	clear: both;
}
#guide #guideFlow li h4{
	float: left;
	width: 185px;
	min-height: 19px;
	height: auto!important;
	height: 24px;
	padding: 0 5px 27px 0;
	border-top: solid 1px #CCC;
	font-size: 14px;
	line-height: 24px;
	background: url(../img/guide/flow_bg.gif) no-repeat left bottom;
}
* html #guide #guideFlow li h4{
	width: 190px;
}
#guide #guideFlow li h4 img{
	float: left;
	margin: -1px 5px 0 0;
}
#guide #guideFlow li h5,
#guide #guideFlow li p{
	float: right;
	width: 532px;
}
#guide #guideFlow li h5{
	font-size: 100%;
}

/*---------- Q & A ----------*/
#guide #guideQandA dl{
	margin-top: 0.5em;
}
#guide #guideQandA dt{
	min-height: 19px;
	height: auto!important;
	height: 24px;
	background: url(../img/guide/question.gif) no-repeat;
	margin-bottom: 5px;
	padding: 5px 0 0 32px;
	font-size: 117%;
	font-weight: bold;
}
#guide #guideQandA dt{
	min-height: 19px;
	height: auto;
	height: 24px;
	background: url(../img/guide/question.gif) no-repeat;
	margin-bottom: 5px;
	padding: 5px 0 0 32px;
	font-size: 117%;
	font-weight: bold;
}
#guide #guideQandA dd{
	min-height: 24px;
	background: url(../img/guide/answer.gif) no-repeat;
	margin-bottom: 1.0em;
	padding: 6px 0 0 30px;
}


/*---------- Charge ----------*/
#guide #guideCharge #guideChargeCriteria{
	float: left;
	width: 355px;
	margin-bottom: 12px;
}
#guide #guideCharge #guideChargeReceipt{
	float: right;
	width: 355px;
	margin-bottom: 12px;
}
#guide #guideCharge .infoDataList{
	background: #FFC;
}
#guide #guideCharge .infoDataList dd{
	background: #FFFFEB;
}
#guide #guideCharge #guideChargeCarriage{
	clear: both;
}
#guide #guideCharge #guideChargeCarriage table{
	width: 100%;
	border-left: solid 1px #CCC;
	border-top: solid 1px #CCC;
}
#guide #guideCharge #guideChargeCarriage th,
#guide #guideCharge #guideChargeCarriage td{
	width: 7.6%;
	padding: 0.4em 0.55em;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
#guide #guideCharge #guideChargeCarriage th{
	font-weight: normal;
	background: #FFEECC;
	text-align: center;
	white-space: nowrap;
}
#guide #guideCharge #guideChargeCarriage th.area{
	border-bottom: dotted 1px #CCC;
}
#guide #guideCharge #guideChargeCarriage td{
	text-align: right;
	background: #FFF8EB;
}
#guide #guideCharge #guideChargeCarriage .yellow th{
	background: #FFC;
}
#guide #guideCharge #guideChargeCarriage .yellow td{
	background: #FFFFEB;
}


