/* ++++++ 共通 ++++++ */
.left {
	text-align: left;
}

/* ++++++ 検索ページ ++++++ */
/* +++ 検索・ソート部分 +++ */
#box_search {
	margin: 7px 0 0 10px;
}

#box_search p {
	font-size: 13px;
	margin: 0 0 6px 0;
}

/* ラジオボタン間隔 */
#box_search input {
	margin: 0 5px 0 10px;
	vertical-align: middle;
}

/* ラジオボタン以外 */
#box_search input.non {
	margin: 0;
}

/* +++ サブタイトル +++ */
.sub_title {
	border-bottom: solid 1px #c5161b;
	background-image: url(../image/ic_title3.jpg);
	background-repeat: no-repeat;
	margin: 25px 0 0 0;
	padding: 1px 0 2px 13px;
	font-weight: bold;
}

/* +++ MAP +++ */
/* 外枠 */
#search_area_contents {
	margin: -25px 0 30px 0;
}

/* リスト部分 */
#search_area_makerlist {
	overflow-x: hidden;
}

.store_list {
	font-size: 12px;
	line-height: 200%;
	padding: 0 0 0 10px;

}

/* MAPサムネイル */
span.thumbnail_title {
	font-size: 10px;
	font-weight: bold;
	margin: 2px 0 2px 0;
}

/* ++++++ 店舗詳細情報ページ ++++++ */
/* 店舗イメージ部分 */
table.image_spase img {
	margin: 18px 0 5px 0;
}
/* +++ MAP +++ */
/* 外枠 */
#store_area_gmap {
	margin: 0 0 30px 0;
}

/* javascript */
#noscriptinfo {
	position:absolute;
	font-family: 'MS Pゴシック',Osaka,sans-serif;
	left:25%;
	top:60%;
	color:#000000;
	width:350px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border:outset 1px;
	padding:10px;
	background:#ff5555;
	z-index:100;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-moz-box-sizing:border-box;
}