@charset "utf-8";
/* -----------------------------------------------------------
CSS Information
 File name:      shop.css
----------------------------------------------------------- */
/* 店舗ページで共通部分
*********************************************************** */

body { background: #e9e9e9; }

header #backBtn {
	margin-top: 4px;
}

header h1 {
	font-size: 123.1%;
}

h2.areaAndCategory {
	padding: 2px 0;
	background: #fff;
	border-bottom: 1px dotted #ddd;
	text-align: center;
}

article {
	/*padding-bottom: 15px;*/
}

.sectionBox {
	margin: 10px auto;
	padding: 10px 3px 10px 3px;
	background: #fff;
}

.sectionBox .topTitle{
	text-align: center;
	font-weight: bold;
	font-size: 108%;
}

.sectionBox .innerBox {
	margin: 0 10px 10px;
}

.backBtn {
	width: 90%;
	margin: 10px auto;
	text-align: center;
}

.backBtn a {
	display: block;
	width: 99%;
	padding: 8px 0;
	background-image: -moz-linear-gradient(top, #eee, #fff);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #eee),color-stop(1, #fff));
	background-color: #e8e8e8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	color: #5a5a5a;
	font-size: 108%;
	text-decoration: none;
	text-align: center;
}

#shopTel,
#worktime {
	width: 90%;
	margin: 0 auto 10px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#worktime {
	margin-bottom: 0;
	line-height: 3;
}

#shopTel li {
	border-bottom: 1px dotted #ddd;
	background: url(//img.undernavi.com/web/new_undernaviimage/store/smartphone/call_icon.png), url("//img.undernavi.com/web/new_undernaviimage/store/smartphone/icon_tel.png");
	background-position: 96% 10px, 15px 11px;
	background-repeat: no-repeat, no-repeat;
}

#shopTel li:last-child {
	border-bottom: none;
}

#shopTel a {
	display: block;
	padding:12px 0 12px 40px;
	color: #236ed8;
	font-size: 123.1%;
	text-decoration:none;
}

#shopTel em{
	text-decoration: underline;
}

#shopTel a span{
	text-decoration:none;
	color: #000;
	font-size: 77%;
}

#worktime li {
	border-bottom: 1px dotted #ddd;
	background: none;
}

#worktime li:last-child {
	border-bottom: none;
}

#worktime .hour {
	background: url(//img.undernavi.com/web/new_undernaviimage/store/smartphone/icon_time.png) no-repeat 14px center;
}

#worktime .holiday {
	background: url(//img.undernavi.com/web/new_undernaviimage/store/smartphone/icon_shop.png) no-repeat 14px center;
}

#worktime .hour em,
#worktime .holiday em { padding-left: 40px; }

.displaySwitch {
	background: #e9e9e9;
}

ul#workAndHour,
ul.workAndHour {
	display: block;
	margin:0 10px;
	background-color:#ffffff;
	border:1px solid #bfbfbf;
}

ul#workAndHour li.tel,
ul.workAndHour li.tel {
	width:70%;
	border:1px solid #cccccc;
	margin:10px auto;
	padding:10px 10px 10px 40px;
	background: #e8e8e8 url(//img.undernavi.com/portal/sp/icon/icon_tel2.png) no-repeat 5px center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

ul#workAndHour li.tel span,
ul.workAndHour li.tel span {
	display: block;
	margin:5px 0 0 10px;
	font-size:77%;
}

ul#workAndHour li.tel a,
ul.workAndHour li.tel a {
	color:#545454;
	font-size:131%;
	text-decoration: transparent!important;
}

ul#workAndHour li.tel a em,
ul.workAndHour li.tel a em {
	margin:0 0 0 10px;
}

ul#workAndHour li,
ul.workAndHour li {
	line-height:120%;
}

#workAndHour .hour {
	display: block;
	margin: 0 auto;
	padding: 4px 0;
	text-align: center;
	border: none;
}
#workAndHour .hour em {
	padding: 4px 0 4px 25px;
	background: url(//img.undernavi.com/web/new_undernaviimage/store/smartphone/icon_time.png) left top no-repeat;
}

#workAndHour .holiday {
	margin:0;
	padding: 4px 0;
	text-align: center;
	border:none;
}
#workAndHour .holiday em {
	padding: 4px 0 4px 25px;
	background: url(//img.undernavi.com/web/new_undernaviimage/store/smartphone/icon_shop.png) left top no-repeat;

}

#workAndHour .mail {
	border:none;
	padding:4px;
	margin:0;
	background: url(//img.undernavi.com/portal/sp/icon/icon_mail.png) no-repeat 16px center;
}

#workAndHour .mail em {
	padding:0 0 0 40px;
}