@charset "UTF-8";

/*
/////////// 店舗・サロン //////////

	(1)__base
 	(2)__販売店舗一覧
 	(3)__サロン一覧

/////////////////////////////////////////
*/

/*====================
	(1)__base
  ==================== */
 
#shopSalonArea {
	width: 654px;
}
#shopSalonArea strong {
	color: #CC6600;
	font-weight: normal;
}
#linkOnLineShop {
	clear: both;
	padding-top: 10px;
	text-align: center;
}
/*====================
	(2)__販売店舗一覧
  ==================== */

#shopSalonArea #shopList {
	margin-top: 50px;
}

#shopSalonArea #shopList ul {
	border-top: 1px solid #cccccc;
	width: 640px;
}
#shopSalonArea #shopList h4 {
	margin-bottom: 10px;
}
#shopSalonArea #shopList li {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
#shopSalonArea #shopList li h5 {
	padding: 10px 0 5px;
	color: #996666;
	font-size: 110%;
}
#shopSalonArea #shopList li .shopdate {
	position: relative;
}
#shopSalonArea #shopList li dt {
	float: left;
	width: 60px;
	clear: both;
	background:url(../img/shopsalon/bg_shopdate.jpg) no-repeat right center;
}
#shopSalonArea #shopList li dd {
	margin-left: 60px;
	width: 460px;
	min-height: 1.2em;
}
#shopSalonArea #shopList li dd p{
	margin: 0;
}
#shopSalonArea #shopList li .head {
	margin-top: -20px;
	float: right;
}
#shopSalonArea #shopList li li {
	border-bottom: none; 
}
#shopSalonArea #shopList li .catalog {
	padding-top: 10px;
	display: block;
	clear: both;
	width: 640px;
}
#shopSalonArea #shopList li .catalog table th {
	padding: 7px 10px;
	width: 260px;
	height: ;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}
#shopSalonArea #shopList li .catalog table td {
	border: 1px solid #CCCCCC;
	width: 30px;
	text-align: center;
}
#shopSalonArea #shopList li .catalog p {
	margin: 0;
	padding: 0;
	clear: both;
	text-align:right;
}

/*====================
	(3)__サロン一覧
  ==================== */
#shopSalonArea #salonList {
	margin-top: 50px;
}

#shopSalonArea #salonList ul {
	border-top: 1px solid #cccccc;
	width: 640px;
}
#shopSalonArea #salonList h4 {
	margin-bottom: 10px;
}
#shopSalonArea #salonList li {
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
#shopSalonArea #salonList li h5 {
	padding: 10px 0 5px;
	color: #996666;
	font-size: 110%;
}
#shopSalonArea #salonList li .shopdate {
	position: relative;
}
#shopSalonArea #salonList li dt {
	float: left;
	width: 60px;
	clear: both;
	background:url(../img/shopsalon/bg_shopdate.jpg) no-repeat right center;
}
#shopSalonArea #salonList li dd {
	margin-left: 60px;
	width: 460px;
	min-height: 1.2em;
}
#shopSalonArea #salonList li dd p{
	margin: 0;
}
#shopSalonArea #salonList li .head {
	margin-top: -20px;
	float: right;
}
