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

#contents {
	padding-bottom:35px;
}

/* content_box_start */
#contents_box {
	margin-left:262px;
}

#contents_main {
	width:100%;
	margin:0 auto;
	font-size:13px;
}
/* content_box_end */

/* sidebar_start */
#sidebar {
	width:215px;
	float:left;
}

#sidebar ul {
	padding:10px 15px;
	background-color:#f5f5f5;
}

#sidebar li {
	font-size:12px;
	line-height:2.3em;
	color:#FFF;
	background-color:#f5f5f5;
}

#sidebar li a {
	text-decoration:none;
	color:#323232;
}

#sidebar li a:hover {
	color:#45a583;
}
	

#repairguide_sidebar_top {
	width:215px;
	height:50px;
	background-image:url(../img/repairguide_sidebar_top.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:215px 50px;
}
@media screen and (-webkit-min-device-pixel-ratio:2),(min-resolution: 2dppx){
	#repairguide_sidebar_top {
		background-image:url(../img/repairguide_sidebar_top@2x.png);
	}
}

#repairguide_sidebar_bottom {
	width:215px;
	height:11px;
	background-image:url(../img/repairguide_sidebar_bottom.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size:215px 12px;
}
@media screen and (-webkit-min-device-pixel-ratio:2),(min-resolution: 2dppx){
	#repairguide_sidebar_bottom {
		background-image:url(../img/repairguide_sidebar_bottom@2x.png);
	}
}
/* sidebar_end */

/* main_start */
#repairguide_list {
	width:100%;
}

.repair_area {
	height:30px;
	padding-left:10px;
	color:#FFF;
	vertical-align:middle !important;
	background-color:#45a583;
	border:hidden;
}

#repairguide_list th {
	background-color:#666666;
	color:#FFF;
	border-right:1px dotted #FFF;
	border-top:hidden;
	padding-top:2px;
	padding-bottom:2px;
}

#repairguide_list th:last-child {
	border-right: none;
}

#repairguide_list td {
	border-right:1px dotted #a5a5a5;
	border-bottom:1px solid #a5a5a5;
	padding:2px 5px;
	vertical-align:top;
}
#repairguide_list td a {
	text-decoration:underline;
	color:#000;
}

#repairguide_list td:last-child {
	border-right: none;
}
	
	

.shop_name {
	min-width:153px;
	padding-left:5px;
}
.shop_address {
	padding-left:5px;
}
.shop_tel {
	padding-left:5px;
}
.shop_open {
	padding-left:5px;
}
.shop_category {
	padding-left:5px;
}
.shop_web {
	width:64px;
	text-align:center;
	vertical-align:middle !important;
}
.shop_web a {
	display:block;
	width:64px;
	height:40px;
	background-image:url(../img/repairguide_web.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:40px 40px;
}
@media screen and (-webkit-min-device-pixel-ratio:2),(min-resolution: 2dppx){
	.shop_web a {
	background-image:url(../img/repairguide_web@2x.png);
	}
}


/* main_end */
