@charset "utf-8";

/* --------salonlist内のh1指定-------- */

h1 {
	float: left;
	padding-bottom: 25px;
	width: 90px;
	padding-right: 10px;
	font-size: 1em;
}

.explainArea {
	width: 465px;
	float: left;
}

.explain {
	margin-top: 4px;
	width: 465px;
}

.importantInfo {
	text-align:right;
}

.importantInfo a {
	background: url(/salonlist/img/ico_extralink.gif) no-repeat top left;
	padding: 0px 0px 3px 16px;
}

h3 {
	padding-bottom: 15px;
}

/* --------各店舗のビルへのリンク部分指定-------- */
.explainArea .link {
	background: url(/salonlist/img/ico_link.gif) no-repeat top left;
	padding-left: 16px;
}


/* --------サービスメニュー部分指定-------- */


#store {
	padding-top:5px;
}

#store .serviceMenu {
	width: 565px;
}

#store .serviceMenu .imgArea {
	width: 258px;
	float: left;
}

#store .serviceMenu .icoArea {
	width: 292px;
	float: right;
	top: 0px;
	padding-top: 0px;
}

#store .serviceMenu .icoArea ul {
	width: 292px;
	overflow: visible;
	margin-top: 10px;
}

#store .serviceMenu .icoArea ul li {
	list-style: none;
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
}

#store .serviceMenu .icoArea .padNone{
	list-style: none;
	float: left;
	padding-right: 0px!important;
	padding-bottom: 8px;
}

#storeInfo,
#campaign {
	clear:both;
}

/* --------店舗からのお知らせ-------- */

#storeInfo {
	padding-bottom:20px;
}

#storeInfo p {
	width:545px;
	padding:0px 10px;
}

#storeInfo h4 {
	clear:both;
	width: 565px;
	background:url('../campaign/img/boxBg_campName.gif') no-repeat 0% 100%;
	padding-bottom:4px;
	margin-bottom:10px;
}

#storeInfo h4 span {
	display:block;
	background:#EEBBB8 url('../campaign/img/boxBg_campName_top.gif') no-repeat 0% 0%;
	padding:4px 6px 0 6px;
	width:553px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1em;
}

#storeInfo table {
	width:545px;
	margin:10px auto;
	background-color:#CAC9C9;
	border-collapse:separate;
	border-spacing:1px;
}
#storeInfo table caption,
#storeInfo table th,
#storeInfo table td {
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
}
#storeInfo table th {
	text-align:left;
	font-weight:bold;
	padding:3px 10px;
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
	width:170px;
}
#storeInfo table tr.primary th {
	background:#EEBBB8 url(/news/img/icoMark.gif) 10px center no-repeat;
	color:#58210c;
	padding:5px 10px 5px 33px;
}
#storeInfo table td {
	background-color:#FFFFFF;
	padding:3px 10px;
	width:375px;
}
#storeInfo table tr.cel2 th,
#storeInfo table tr.cel2 td {
	background-color:#fcdfdd;
}

#storeInfo dl {
	padding:0 10px;
	margin:0;
}

#storeInfo dl dt,
#storeInfo dl dd {
	padding:0;
	margin:0;
}


/* --------キャンペーン-------- */

#campaign {
	margin-bottom:10px;
}

/* --------キャンペーン名-------- */

.campHead {
	clear:both;
	width: 565px;
	background:url('../campaign/img/boxBg_campName.gif') no-repeat 0% 100%;
	padding-bottom:4px;
	margin-bottom:3px;
}
.campHead h4 {
	background:#EEBBB8 url('../campaign/img/boxBg_campName_top.gif') no-repeat 0% 0%;
	padding:4px 6px 0 6px;
	width:553px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1em;
}

/* --------キャンペーン実施期間-------- */

dl.campDate {
	clear:both;
	font-size:0.9em;
	letter-spacing:0;
	color:#d18a8b;
	margin:0;
	padding-bottom:0;
	padding-left:6px;
	text-align:right;
}

dl.campDate dt {
	display:inline;
	padding:0;
}

dl.campDate dd {
	display:inline;
	font-weight:bold;
	margin-left:5px;
}

/* --------キャンペーン内容部分------- */

.campMain {
	width:545px;
	clear:both;
	padding:0 10px 15px 10px;
}

.campMain h5 {
	font-size:100%;
	padding-top:8px;
}

.campMain strong {
	color: #C31D1D;
	font-weight: normal;
}

.campMain strong.normal {
	color: #222;
	font-weight: bold;
}

.campMain ul {
	margin-left:25px;
}

.campTable td ul {
	margin-left: 20px;
}

.campMain ol {
	margin-left:30px;
}

.campTable td ol {
	margin-left: 25px;
}

.campMain ul li,
.campMain ol li,
.campTable td ul li.padTop {
	padding-top:8px;
}

.campMain ul li,
.campTable td ul li {
	list-style-type: disc;
}

.campMain ul li ul li ,
.campMain ol li ul li,
.campTable td ul li ul li {
	list-style-type: circle;
}

.campMain ul li ol,
.campTable td ul li ol {
	padding-top:3px;
	margin-left:25px;
}

.campMain ul li ol li,
.campTable td ul li ol li {
	padding-top:3px;
	list-style-type: decimal;
}

.campMain dl {
	padding-left:13px;
	margin-bottom:0;
}

.campMain dl dt {
	float:left;
	padding-right:10px;
}

.marTop {
	margin-top: 10px;
}

.campMain .campName {
	font-weight:bold;
}

a.LinkDetail {
	background: url('../campaign/img/ico_LinkDetail.gif') no-repeat center left;
	padding-left: 14px;
	margin-top:10px;
}


/* --------表形式-------- */

.campTable {
	border-collapse: collapse;
	width: 565px;
	clear: both;
	margin-bottom: 10px;
}

.campTable strong {
	color: #C31D1D;
	font-weight: normal;
}

.campTable th {
	font-size: x-small;
	font-weight: bold;
	border-bottom: 3px solid #EEBBB8;
	color: #d18a8b;
	text-align: left;
}

.campTable th.hdTarget {
	width: 70px;
	padding-left: 5px;
}

.campTable th.hdDetail {
	width: 345px;
}

.campTable th.hdSpan {
	width: 125px;
	padding-left: 5px;
}

.campTable td {
	padding: 8px 0 6px 0;
	background-image: url('../service/img/bgNailStationMenuList.gif');
	background-position: top;
	background-repeat: repeat-x;
	vertical-align: top;
}

.campTable tr.first td {
	background-image: none;
}

.campTable td.tdTarget {
	padding-top: 8px;
	padding-left: 5px;
}

.campTable td.tdTarget img {
	display: block;
	margin-bottom: 2px;
}

.campTable td.date {
	font-size: 0.9em;
	padding-left: 5px;
}


/* --------very用配色-------- */

.very .campHead {
	background-color:#D7B0C2;
	background-image:url(/campaign/img/boxBg_campNameVery.gif);
}
.very .campHead h4 {
	background:#D7B0C2 url(/campaign/img/boxBg_campNameVery_top.gif) no-repeat 0% 0%;
}
.very .campDate {
	color:#a96788;
}
.very .campTable th {
	border-bottom: 3px solid #D7B0C2;
	color: #a96788;
}
.very .campTable td {
	background-image: url('../service/img/bgVeryMenuList.gif');
}


/* --------express用配色-------- */

.express .campHead {
	background-image:url(/campaign/img/boxBg_campNameExpress.gif);
}
.express .campHead h4 {
	background:#BEBEBE url(/campaign/img/boxBg_campNameExpress_top.gif) no-repeat 0% 0%;
}
.express .campDate {
	color:#aaaaaa;
}

.express .campTable th {
	border-bottom: 3px solid #BEBEBE;
	color: #aaa;
}
.express .campTable td {
	background-image: url('../service/img/bgExpressMenuList.gif');
}


/* --------アクセスエリア指定-------- */

#accessDetail th,
#accessDetail td {
	padding:0;
}

#accessDetail .map {
	vertical-align: middle;
	width:270px;
}

#accessDetail .detail {
	vertical-align: middle;
	padding-left: 10px;
	width:285px;
}

#accessDetail .detailBoxUp {
	background: url(/salonlist/img/mapDetailUp.gif) no-repeat;
	height: 13px;
}

#accessDetail .detailBoxDown {
	background: url(/salonlist/img/mapDetailDown.gif) no-repeat;
	height: 13px;
}

#accessDetail .detailBox {
	background: url(/salonlist/img/mapDetailCenter.gif) repeat-y;
	width:285px;
}

#accessDetail .detailBox th {
	text-align: right;
	font-weight:normal;
	color: #B91F1D;
	border-right: dashed #E58B94 1px;
	width:81px;
	padding:2px 8px 4px 3px;
}

#accessDetail .detailBox td {
	padding:2px 3px 4px 8px;
	width:186px;
}


/* --------サイドナビの縦幅調整-------- */
.naviAdjust {
	padding-bottom: 200px;
}