@charset "UTF-8";
/* CSS Document */

/*===============
 /shop/
===============*/
.shop .plink {
	text-align: right;
	margin-top: 10px;
}
.shop .plink a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #F90;
	display: inline-block;
	padding: 3px 10px;
}
.shop .lead {
	line-height: 1.4;
	font-weight: bold;
	font-size: 13px;
	color: #FF8500;
	padding-top: 10px;
	/*padding-top: 13px;*/
	padding-bottom: 8px;
	margin-bottom: 10px;
	background: url(/sp/common/image/bg_check01.gif) repeat-x left bottom;
}

.shop .dtl-col {
	padding-bottom: 10px;
	border-bottom: 1px dotted #666666;
	margin-top: 10px;
}
.shop .dtl-col dt {
	background: #FFF3E5;
	color: #FF8500;
	padding: 5px;
}
.shop .dtl-col dd .link {
	margin-top: 10px;
	padding: 7px;
	background: #EFEFEF;	
}
.shop .txt {
	color: #FF8500;
	padding-top: 10px;
	padding-bottom: 10px;	
}



/*===============
 /shop/engineer/index.html
===============*/
.engineer .dtl-col dd .clearfix img {
	float: left;
	margin-right: 5px;
}
.engineer .dtl-col dd {
	margin-top: 5px;	
}


/*===============
 /shop/equipment/index.html
===============*/
.equipment .dtl-col dd {
	margin-top: -5px;	
}
.equipment .dtl-col dd p {
	margin-top: 10px;
}
.equipment .spec {
	background-color: #EFEFEF;
	padding: 10px;
	color: #666;	
}


