/*修理依頼詳細の設定
------------------------------------------------*/

/*全体の設定
------------------------------------------------*/

#how_contents02 {
	margin-left: 4px;

}

.cc_10px {
	font-size: 10px;
}

/*トップナビの設定
------------------------------------------------*/

#how_topnavi {
	position: absolute;
	top: 52px;
	right: -12px;
	width: 600px;
	text-align: right;
}

#how_topnavi li {
	display: inline;
	margin-right: 10px;
}

#how_topnavi a {
	
	color: #666666;
	text-decoration: underline;
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
}

#how_topnavi a:link, #how_topnavi a:visited {
	color: #666666;
	text-decoration: underline;
	background-image: url(../../images/point.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
}

#how_topnavi a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
	border-style: none;
}


/*見出し（緑）の設定
------------------------------------------------*/

#how_contents h3.top02 {
	font-weight: bold;
	color: #009900;
	margin-bottom: 5px;
	padding-top: 60px;
	border-top: 1px solid #999999;
	margin-top: 5px;
	width: 590px;
	font-size: 16px;
	letter-spacing: 0em;
}

#how_contents h3.other02 {
	font-weight: bold;
	color: #009900;
	margin-bottom: 5px;
	width: 590px;
	margin-top: 20px;
	font-size: 16px;
	letter-spacing: 0em;
}

/*枠組みの設定
------------------------------------------------*/

#how_contents02 .box02 {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 5px solid #B4B7A8;
	border-left: 1px solid #CCCCCC;
}

#how_contents02 .box02 p {
	margin: 5px 10px 10px;
}

/*枠組み（FAXから）の設定
------------------------------------------------*/

.box02 #fax_contents {
	text-align: center;
	margin-top: 10px;
}

#fax_contents img {
	margin-bottom: 10px;
}

#fax_contents .fax_contents02 {
	width: 558px;
	text-align: left;
	margin-bottom: 15px;
	padding: 10px;
}

.fax_contents02 li {
	display: block;
	height: 20px;
	padding-top: 5px;
	background: url(../../images/point2.gif) no-repeat 3px 4px;
	text-indent: 13px;
}

.fax_contents02 .fax_box01 {
	width: 130px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

.fax_contents02 h4 {
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.fax_contents02 .fax_box02 {
	width: 130px;
	float: right;
	border: 1px solid #CCCCCC;
}

/*枠組み（お持込みmap）の設定
------------------------------------------------*/

#map {
	width: 500px;
	height: 300px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	margin-left: 37px;
	margin-bottom: 15px;
}

/*修理の流れに戻るボタンの設定
------------------------------------------------*/

.back01 {
	margin-top: 5px;
	background: url(../../images/point2.gif) no-repeat;
	display: block;
	width: 90px;
	float: right;
	text-align: right;
}

