@charset "utf-8";

h2 {
	line-height: 75px;
	background-image: url(../images/indivi_store/title_bk.gif);
	height: 75px;
	width: 650px;
	text-align: center;
	font-size: 20px;
}

.main_image {
	margin-top: 20px;
}

/*************
  shop info
*************/

.shop_list_top {
	margin-top: 10px;
}

.shop_info {
	background-image: url(../images/indivi_store/shop_info_title.gif);
	background-repeat: no-repeat;
	padding-top: 47px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
	line-height: 20px;
}

.shop_info table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	width: 100%;
}

.shop_info th {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 5px;
	background-color: #c0c0c0;
	width: 20%;
}

.shop_info td {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 5px;
	width: 80%;
}

/*************
   shop map
*************/

.shop_map {
	background-image: url(../images/indivi_store/shop_map_title.gif);
	background-repeat: no-repeat;
	padding-top: 47px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	line-height: 20px;
}

.shop_map table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-left-color: #333333;
	width: 100%;
}

.shop_map th {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 5px;
	background-color: #ccffff;
	width: 15%;
}

.shop_map td {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 5px;
	width: 85%;
}

/*************
 店舗写真
*************/

.shop_mid_photo {
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.shop_mid_photo p {
	line-height: 20px;
}

.shop_mid_photo ul {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 610px;
}

.shop_mid_photo li {
	display: inline;
	padding-left: 15px;
}

.shop_mid_photo li img {


}

.special_txt {
   font-size: 14px;
   line-height: 1.6em;
}

