@charset "utf-8";
/* CSS Document */

/*-- Customer Service レイアウト --*/


div#customer-service-wrapper {
	margin-bottom: 30px;
	padding: 20px 30px 0px 30px;
	clear: both;
	line-height: 140%;
}

div#customer-service-wrapper a:link {
	color: #666666;
	text-decoration: underline;
}
div#customer-service-wrapper a:visited {
	color: #666666;
	text-decoration: underline;
}
div#customer-service-wrapper a:hover {
	color: #666666;
	text-decoration: underline;
}

div#customer-service-cap-box {
	margin-bottom: 40px;
	padding: 20px 0px 0px 0px;
	clear: both;
	line-height: 140%;
}

div#customer-service-cap-box2 {
	margin-bottom: 0px;
	padding: 20px 0px 0px 0px;
	clear: both;
	line-height: 140%;
}


div#customer-service-cap-box .info-link {
	margin: 10px 0 0px;
	text-align: right;
}

div#customer-service-main-box {
	padding-right: 15px;
	float: left;
	width: 295px;
}
* html div#customer-service-main-box {
	width: 310px;
}



div#customer-service-side-box {
	margin-top: 0px;
	float: left;
	width: 455px;
}

.customer-service-step-box {
	margin-bottom: 60px;
}

.customer-service-text-body {
	margin-top: 10px;
	height: 150px;
}

.customer-service-text-body-wide {
	margin-top: 10px;
	height: 190px;
}

.customer-service-category {
	margin-top: 10px;
	height: 24px;
	padding-bottom: 5px;
	padding-left: 2px;
	border-bottom: 1px solid #CCCCCC;
	width: 770px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	display: block;
	clear: both;
}




table.storeinfotable {
	width: 750px;
	margin-top: 30px;
	line-height: 1.4em;
}

table.storeinfotable td.storename{
	padding-left: 5px;
	border-left: 4px solid #666666;
	color: #666666;
	font-weight: bold;
}

table.storeinfotable td.storelogo{
width: 200px;
padding-top: 10px;
}

table.storeinfotable td.storetext{
padding-top: 10px;
line-height: 1.5em;
}


table.storeinfotable td.storephoto,td.storelocation,td.storemap{
padding-top: 20px;
vertical-align: top;
line-height: 1.5em;
}

table.storeinfotable td.storelocation{
width: 330px;
}


