/*************
    pic up
*************/

#pick_up {
	width: 400px;
}

#pick_up div {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 123px;
}

#pick_up img {
}

#pick_up p {
	text-align: right;
	display: block;
	margin-top: 5px;
}

/*************
hairsalonsearch
*************/

#hair_salon_search {
	width: 400px;
}

#hair_salon_search select{
	margin-top: 10px;
	margin-bottom: 10px;
}

#hair_salon_search div {
	padding-left: 5px;
}

.hair_salon_find {
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #c9998a;
}

.recommend_btn {
	height: 32px;
	width: 57px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.recommend_shop {
}

/*************
  salon info
*************/

#salon_info_left {
	width: 481px;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	padding-right: 21px;
}

#salon_info_right {
	float: left;
	width: 80px;
}

#salon_info_right img {
	margin-bottom: 10px;
}

.salon_information_title {
}

.shop_name {
	font-size: 13px;
	padding: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-top: 10px;
	margin-bottom: 10px;
}

.shop_img_main {
	width: 230px;
	float: left;
	padding-right: 21px;
}

.shop_img_sub {
	padding-top: 15px;
	width: 481px;
}

.shop_com {
	float: left;
	width: 230px;
}

.shop_com h2 {
	color: #cc9e90;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

.shop_com h3 {
	font-size: 12px;
	font-weight: normal;
}

/*************
 shop_detail
*************/

.shop_detail {
	margin-top: 20px;

}

.shop_detail tr {

}

.shop_detail th {
	font-weight: normal;
	line-height: 15px;
	padding: 2px;
	border: 2px solid #E1E1E1;
	background-color: #F8F8F8;
}

.shop_detail td {
	line-height: 15px;
	border: 2px solid #e1e1e1;
	padding: 2px;
}

/*************
    access
*************/

#access {
	width: 481px;
}

#access h2 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#access h3 {
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 2px;
	text-align: center;
	width: 130px;
	font-size: 11px;
	font-weight: normal;
}

#access div {
	padding: 5px;
	margin-top: 20px;
	width: 387px;
}

#access table th {
	font-size: 12px;
	text-align: left;
}

#access table td {
	font-size: 12px;
	font-weight: bold;
}

/*************
    その他
*************/

.bar_02 {
	height: 2px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

