@charset "utf-8";

/*----- インポート -----*/
@import url("common.css");
@import url("second.css");


/* ====================================================================================================
　取組：共通レイアウト
==================================================================================================== */




table.shop-list-tb{
	margin-bottom: 40px;
}
table.shop-list-tb caption{
	padding-bottom: 6px;
}
table.shop-list-tb th,
table.shop-list-tb td{
	padding: 10px 0;
	vertical-align: top;
}
table.shop-list-tb th{
	width: 140px;
	text-align: left;
}
table.shop-list-tb td{}
table.shop-list-tb td.addr{
	width: 360px;
}
table.shop-list-tb td.tel{}




/* ====================================================================================================
　店舗情報：レイアウト
==================================================================================================== */

#shop{}
#shop h3{
	margin-bottom: 20px;
}
#shop div.clearfix{
	margin-bottom: 40px;
}
* html #shop div.clearfix{
	width: 600px;
}
#shop div.clearfix dl{
	width: 435px;
	float: left;
}
#shop div.clearfix dt{
	width: 165px;
	float: left;
}
#shop div.clearfix dd{
	padding-left: 165px;
}
#shop div.clearfix ul{
	width: 155px;
	float: right;
}
#shop div.clearfix li{
	margin-bottom: 5px;
}







/* ====================================================================================================
　ショップリスト：レイアウト
==================================================================================================== */
#shop_list{}







/* ====================================================================================================
　サロン
==================================================================================================== */
#salon{}
#salon h3{
	margin-bottom: 10px;
}
#salon table.photo{
	width: 300px;
	float: left;
	margin-bottom: 40px;
}
#salon dl.shp-data{
	float: right;
	width: 260px;
	margin-bottom: 40px;
}
#salon dl.shp-data dt{
	margin-bottom: 5px;
}
#salon dl.shp-data dd{
	margin-bottom: 15px;
}

#salon p.map{
	text-align: center;
	margin-bottom: 60px;
}










/* ====================================================================================================
　ショップリスト：サイドメニュー
==================================================================================================== */
#ct-left h4.cpt-shop{}
#ct-left ul#sidemenu{
	margin: 20px 0 0 10px;
}
#ct-left ul#sidemenu li{}
#ct-left ul#sidemenu li a{
	display: block;
	height: 15px;
	text-indent: -9999px;
}

#ct-left ul#sidemenu li#sn_shop1{ background: url(../../img/shop/sn_list1.gif) no-repeat; }
#ct-left ul#sidemenu li#sn_shop2{ background: url(../../img/shop/sn_list2.gif) no-repeat; }
#ct-left ul#sidemenu li#sn_shop3{ background: url(../../img/shop/sn_list3.gif) no-repeat; }
#ct-left ul#sidemenu li#sn_shop4{ background: url(../../img/shop/sn_list4.gif) no-repeat; }

#ct-left ul#sidemenu li#sn_shop1:hover{ background: url(../../img/shop/sn_list1_on.gif) no-repeat; }
#ct-left ul#sidemenu li#sn_shop2:hover{ background: url(../../img/shop/sn_list2_on.gif) no-repeat; }
#ct-left ul#sidemenu li#sn_shop3:hover{ background: url(../../img/shop/sn_list3_on.gif) no-repeat; }
#ct-left ul#sidemenu li#sn_shop4:hover{ background: url(../../img/shop/sn_list4_on.gif) no-repeat; }

#ct-left ul#sidemenu li a:hover{
	background-color: transparent;
}

