/****************************************
	Shop
*****************************************/
.shop-contents-narrow {
	
	width: 920px;
	border-radius: 10px;
	background-color: #FDF9EE;
	behavior: url("../../../../../index.html");
}
	.shop-contents-narrow h2 {
		height: 30px;
		line-height: 25px;
		padding-left: 30px;
		padding-top: 10px;
		background-image: url("../images/shop/title_bg_01.png");
		color: #FFFFFF;
		font-size: 150%;
	}

.shop-contents-wide {
	position:relative;
	width: 920px;
	border-radius: 10px;
	background-color: #FDF9EE;
	behavior: url("../../../../../index.html");
}
	.shop-contents-wide h2 {
		height: 30px;
		line-height: 25px;
		padding-left: 30px;
		padding-top: 10px;
		background-image: url("../images/shop/title_bg_02.png");
		color: #FFFFFF;
		font-size: 150%;
	}
.shop-contents-body {
	padding: 5px;
}

.shop-contents-body #search_btn,
.shop-contents-body #searchsubmit {
	background: none;
    border: none;
    cursor: pointer;
    display: block;
    margin: 20px auto;
    text-align: center;
}
.shop-contents-body #search_btn:hover,
.shop-contents-body #searchsubmit:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
table.properties th {
    background-color: #E6E6E6;
    padding: 2px 0;
    vertical-align: middle;
    white-space: nowrap;
    width: 80px;
}
table.properties td {
	padding: 2px 6px;
	/* white-space: nowrap; */
	vertical-align: middle;
}
table.properties td img {
	vertical-align: middle;
}
table.properties span.opening-time,
table.properties span.closing-time {
    background: url("../images/shop/time_bg.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    letter-spacing: 1px;
    padding: 3px 6px;
    position: relative;
    text-align: center;
    width: 57px;
}

/* 検索条件 */
#shop-search-condition {
	float: left;
	margin-left: 20px;
	margin-bottom: 15px;
}
	#shop-search-condition table th {
		border-bottom: 2px dotted #004D9F;
		padding: 4px;
		white-space: nowrap;
		vertical-align: middle;
	}
	#shop-search-condition table td {
		border-bottom: 2px dotted #004D9F;
		padding: 9px;
		#padding-left: 5px;
		font-size: 88%;
		vertical-align: middle;
		overflow: hidden;
	}
	#shop-search-condition table td label {
	    display: block;
	    float: left;
	    margin: 0 8px 2px 0;
	}
	#shop-search-condition table td img {
		vertical-align: middle;
	}
	#shop-search-condition #s {
		width: 300px;
	}

/* 都道府県選択 */
#shop-search-area {
	float: right;
	margin-right: 20px;
	margin-bottom: 15px;
}
	#shop-search-area #areamap {
		display: block;
		margin: 0 auto;
	}
	#shop-search-area .note {
		text-align: right;
	}

/* 検索結果 */
#shop-search-result {
	margin: 0 auto;
}
	#shop-search-result .shop-contents-body {
		padding: 15px;
	}
	#shop-search-result .search-conditions {
		padding-bottom: 10px;
		border-bottom: 2px dotted #004D9F;
	}
	#shop-search-result h3 {
		padding: 5px 0 0 15px;
		color: #FF8800;
	}
	#shop-search-result ul {
		border-bottom: 2px dotted #004D9F;
		padding: 0 0 10px 30px;
		margin-bottom: 5px;
	}
	#shop-search-result ul li {
		display: block;
		float: left;
		width: 20%;
	}

/* 検索結果一覧 */
#shop-list {
	margin: 0 auto;
}
	#shop-list .shop-contents-body {
		padding: 15px;
	}
	#shop-list .shop-list {
		float: left;
		width: 465px;
		height: 550px;
		overflow: scroll;

		position: relative;
		border-width: 5px;
		border-style: solid;
		border-color: #E6E6E6;
		border-radius: 10px;
		background-color: #FFFFFF;
		behavior: url("../../../../../index.html");
	}
	#shop-list .shop-list-body {
		padding: 5px;
	}
	#shop-list .shop-property {
		margin-bottom: 10px;
		border-bottom: 2px dotted #004D9F;
	}
	#shop-list .shop-property h3 {
		padding-left: 24px;
		font-size: 125%;
		background: url("../images/shop/shop_name_icon.png") no-repeat scroll 0 5px;
		margin: 5px 0;
		float: left;
		width: 290px;
	}
	#shop-list .shop-property a.shop_detail_link {
	    float: right;
	    width: 115px;
	}

	#shop-list .shop-property table.properties {
	    clear: both;
	}
	#shop-list .shop-property .service {
	
	}
	
	.service {
	    clear: both;
	    margin: 5px 0 10px;
	    overflow: hidden;
	}
	
	#shop-list .shop-list-map {
		float: right;
		width: 390px;
		height: 550px;

		position: relative;
		border-width: 5px;
		border-style: solid;
		border-color: #FFB200;
		border-radius: 10px;
		background-color: #FFFFFF;
		behavior: url("../../../../../index.html");
	}
	#shop-list .shop-list-map h3 {
		height: 20px;
		line-height: 20px;
		padding-bottom: 5px;
		background-color: #FFB200;
		color: #FFFFFF;
		text-align: center;
		margin: 0;
	}
	#shop-list #map_canvas {
		width: 390px;
		height: 525px;
	}

/* 店舗情報 */
#shop-detail {
	margin: 0 auto;
	#margin: 0 auto 20px;
}
	#shop-detail #page-print {
		position: absolute;
		top: 7px;
		right: 7px;
	}
	#shop-detail .shop-contents-body {
		padding: 15px;
	}

	#shop-detail .shop-detail-main {
		float: left;
		width: 570px;
	}

	#shop-detail .box {
		position: relative;
		border-width: 5px;
		border-style: solid;
		border-radius: 10px;
	    border-color: #E6E6E6;
	    margin-bottom: 15px !important;
		background-color: #FFFFFF;
		behavior: url("../../../../../index.html");
	}
		#shop-detail .box h3 {
			margin: 0;
			padding-left: 10px;
			padding-bottom: 5px;
		}
		#shop-detail .box-body {
			padding: 5px;
		}
		
		#shop-detail .box-body .shop_image {
		    border: 1px solid #DDDDDD;
		    float: right;
		    margin: 10px 0;
		    padding: 3px;
		    width: 240px;
		}

	/* 基本情報 */
	#shop-detail #shop-property {
		margin-bottom: 15px;
		border-color: #E6E6E6;
	}
	#shop-detail #shop-property table.properties {
		float: left;
		width: 300px;
	}
	#shop-detail #shop-property .service {
		margin-top: 10px;
	}

	/* お知らせ */
	#shop-detail #shop-information {
		margin-bottom: 15px;
		border-color: #E6E6E6;
	}
		#shop-detail #shop-information h3 {
			background-color: #E6E6E6;
			color: #FF0000;
		}
		#shop-information .recycle-time {
			font-size: 90%;
		}

		#shop-detail .note dl {
			margin-bottom: 24px;
		}
		
		#shop-detail .note dt {
			font-weight: bold;
		}
		
		#shop-detail .note dd {
			margin-bottom: 24px;
		}
		
		#shop-detail .note ul,
		#shop-detail .note ol {
			margin: 0 0 10px 20px;
		}
		
		#shop-detail .note ul li{
			list-style-type: disc;
		}
		
		#shop-detail .note ol li{
			list-style-type: decimal;
		}
		
		.flyer {
			float: left;
			text-align: center;
			width: 275px;
		}
		
		.flyer a {
			text-decoration: none;
		}
		
		.flyer a p{
			background: #FF0000;
			color:#FFF;
			margin: 0 auto;
			padding: 3px;
			width: 264px;
		}
		.flyer a:hover p{
			background: #ff5600;
		}
		

	/* 処方せん受付 */
	#shop-detail #prescription {
		margin-bottom: 15px;
		border-color: #E17911;
		margin: -1px 0 0;
	}
		#shop-detail #prescription h3 {
			background-color: #E17911;
			color: #FFFFFF;
		}
		#shop-detail #prescription .fax_free {
		    color: #FF0000;
		    float: left;
		    font-size: 133%;
		    padding: 5px;
		    width: auto;
		}
		#shop-detail #prescription table.properties {
			width: 50%;
			float: right;
		}

	/* カーブス */
	#shop-detail #curves {
		border-color: #E17911;
	}
		#shop-detail #curves h3 {
			background-color: #E17911;
			color: #FFFFFF;
		}
		#shop-detail #curves .text {
			width: 45%;
			float: left;
			font-size: 88%;
		}
		#shop-detail #curves table.properties {
			width: 50%;
			float: right;
		}

	/* 営業時間（処方せん・カーブス） */
	#shop-detail table.business-hours {
	    border-collapse: collapse;
	    margin: 5px 0 10px;
	    table-layout: fixed;
	    width: 100%;
	}
		#shop-detail table.business-hours th {
			border: 2px solid #DDDDDD;
			border-bottom: 0;
			background-color: #EEEEEE;
			text-align: center;
			width: 10%;
		}
		#shop-detail table.business-hours th.saturday {
			color: #2DA5E1;
		}
		#shop-detail table.business-hours th.sunday,
		#shop-detail table.business-hours th.holiday {
			color: #E60013;
		}
		#shop-detail table.business-hours td {
			border: 2px solid #DDDDDD;
			border-top: 0;
			text-align: center;
		}
		#shop-detail table.business-hours tr.part-1 td {
			border-bottom: 2px dotted #DDDDDD;
		}
		#shop-detail table.business-hours span.opening-time,
		#shop-detail table.business-hours span.closing-time {
			display: block;
		}

	/* 地図 */
	#shop-detail .map {
		background: #DDDDDD;
		float: right;
		width: 300px;
	}

	#shop-detail .map #map-canvas {
		position: relative;
	}
	#route-navi {
		width: 280px;
		margin: 5px auto;
	}
	#route-navi input {
		display: block;
		width: 95%;
		margin: 7px auto;
	}
	#map-route-body {
	    max-height: 300px;
	    overflow-y:scroll;
	}
	
	/* ソーシャル */
	#shop-detail #social_button_wrapper {
	    background: #FFB200;
	    border-radius: 10px;
	    float: right;
	    height: 35px;
	    margin: 0 0 10px;
	    #margin: 0; /* IE7 */
	    padding: 5px;
	    position: relative;
	    width: 300px;
		behavior: url("../../../../../index.html");
	}
