@charset "utf-8";
/* CSS Document */

/*
---------- layout ----------
*/
#content_shop{
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	background-color: #E8DCBB;
	width: 915px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	}
	
#find{
	width: 640px;
	margin: 0 auto;
	padding: 25px 0 25px 0;
	text-align: center;
	overflow: hidden;
	}
.search-area{
	font-size: 10px;
	padding: 0 30px 0 0;
	text-align: left;
	float: left;
	}


#result_area{
	width: 915px;
	height: 480px;
	margin: 0 auto;
	overflow: hidden;
	}

#shoplist{
	background-color: #FFF;
	overflow-y: scroll;
    overflow-x: hidden;
    border: none;
    width: 355px;
	height: 480px;
	float: left;
	}

#map_area{
	float:right;
	}



/*
---------- search ----------
*/

/*--- Enter Location ---*/
#store-search-street {
	background:url(../img/shop/form1.png) no-repeat;
	width: 290px;/*300*/
	height: 28px;
	padding:0 5px;
	/*width: 260px !important;*/
	}
input[type=text]{
	border: none;
	}



/*--- Search radius ---*/
#store-search-radius {
	border: none;
	background: url(../img/shop/form2.png) no-repeat;
	width: 100px;
	height: 28px;
	margin:0 10px 10px 10px;
	/*
    left: 279px !important;
    width: 85px !important;
	padding: 1px;
    border: 1px solid #ccc;
	*/
	}
select{
	font-size: 16px;
	padding: 0 0 0 5px;	
	}
#store-search-radius option{
	background-color: #FFF;
	padding: 0 0 2px 5px;
	}
	
	

/*--- Find Shopボタン ---*/
#store-search-submit{
	border: none;
	background:url(../img/shop/form_btn.png) no-repeat;
	background-color: #FFF;
	width: 150px;
	height: 28px;
	/*
	width: 100px;
	height: 30px;
    cursor: pointer;
	margin: 5px 0 0 0;
	*/
}
#store-search-submit:hover {
	opacity: 0.7; 
    filter: alpha(opacity=60); 
    -moz-opacity: 0.7;
	/*
	background:url(../img/shop/form_btn.png) no-repeat;
	background-position:0 -28px*/
}

/*
---------- tab ----------
*/
#tab-wrapper {
width:905px;
margin: 0 auto;
text-align: left;
}

#tab{ 
margin: 0 0 0 20px;
}

#tab li {
float: left;
list-style-type: none;
}

#tab li a {/*not activ tab*/
	display: block;
	width: auto;
	border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	background-color: #eee7da;/*DCF4FE*/
	border-top: 2px solid #eee7da;
	border-right: 2px solid #eee7da;
	border-left: 2px solid #eee7da;
	font-size: 20px;
	color: #777;
	text-decoration: none;
	padding: 8px 15px 5px 15px;
	text-align: center;
}

#tab li a:hover, #tab li.present a {/*activ tab*/
background-color: #4EB031;/*768AE9*/
color: #fff;
}

#fs, #os{
	height: auto;
	width:915px;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	font-size: 14px;
	border: 2px solid #eee7da;
	margin: 0 auto;
	padding:0;
		background-color: #FCF8F1;
/*	clear: both;*/
}



/*
---------- result list ----------
*/

.sbox_top{
	background:url(../img/shop/shoplist_top.gif) no-repeat;
	width: 338px;
	height: 10px;
	}
.sbox{
	background:url(../img/shop/shoplist_bg.gif) repeat-y;
	width: 318px;/*338*/
	padding: 0 7px 0 13px;
	}
.sbox_btm{
	background:url(../img/shop/shoplist_btm.gif) no-repeat;
	width: 338px;
	height: 10px;
	}


.name{
	background:url(../img/shop/shoplist_icon.gif) no-repeat top left;
	padding: 0 0 0 19px;
	}
.add{
	background:url(../img/shop/shoplist_line.gif) top no-repeat;
	font-size: 14px;
	margin: 2px 0 0 0;
	padding: 12px 0 0 0;
	}
	
.add img{
	vertical-align: baseline;
	}


.name{
	background:url(../img/shop/shoplist_icon.gif) no-repeat top left;
	color:#295554;
	font-size: 17px;
	font-weight: bold;
	line-height: 1em;
	padding: 0 0 0 19px;
	}



.name a{ 
	color:#295554;
	font-size: 17px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	}
.name a:visited { 
	color:#295554;
	font-size: 17px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
	}
.name a:hover {
	color:#428987;
	background-color: #FFC;
	}

	
.search-area{
	font-size: 10px;
	padding: 0 30px 0 0;
	text-align: left;
	float: left;
	}
	
.search-area2{
	font-size: 10px;
	padding: 0 30px 0 0;
	text-align: left;
	float: left;
	}
	
.search-button{
	font-size:16px;
	font-family:Comic Sans MS;
	text-decoration:none;
	background-color: #960;
	color: #fff;
 	border: #fff 2px solid;
	padding:3px 15px;
	display:inline-block;
	-moz-border-radius:8px 8px 8px 8px;
	-webkit-border-radius:8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px;
}

.search-button a:hover{
	text-decoration:none;
	color: #FC6;
}
/*online list*/
#result_area_os{
	width: 915px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	background-color: #FCF8F1;
	}

.sbox_os{
	display:block;
	float: left;
	}

.sbox_top2{
	background:url(../../includes_gl/img/shop/shoplist_top.gif) no-repeat;
	width: 304px;
	height: 10px;
	}
.sbox2{
	background:url(../../includes_gl/img/shop/shoplist_bg.gif) repeat-y;
	width: 284px;/*338*/
	padding: 0 7px 0 13px;
	}
.sbox_btm2{
	background:url(../../includes_gl/img/shop/shoplist_btm.gif) no-repeat;
	width: 304px;
	height: 10px;
	}
	


	
/*------ renew ------*/


#l-footer {
    margin-top: 0px;
}
#content_shop, #fs, #os, #find, #tab-wrapper, #result_area {
	width:100%;
	}
#content {
	background-color:#FFF;
	padding-bottom: 20px;
}
#tab-wrapper, #result_area, #content_shop {
	max-width:915px;
	}

#content_shop {
    margin: 0px auto;
    padding: 0 0 30px 0;
}

.search-button a:hover{
	text-decoration:none;
	color: #FC6;
}
#find{
	max-width: 805px;
	}
#store-search-street {
	width:300px;
	}	
.store-search-submit_ol{
	float:right;
	margin-left:10px;
}

#tab-wrapper {
    margin: 0px auto;
	/*padding-top:10px;*/
}
#fs, #os{
	margin: 0 auto;
	max-width:921px;
}
#map_area {
	width:560px;
	height:480px;
}
.sbox_os {
    background-color: #fff;
	vertical-align: top;
}
.sbox2 {
    width: 300px;
}
.add {
    word-wrap: break-word;
}
	
@media screen and (max-width: 767px) {
#shoplist {
	width:40%;
	height: 335px;
}
#map_area {
	width:59%;
	height: 335px;
}
.sbox, .sbox2, .sbox_top2, .sbox_btm2 {
	width:100%;
	max-width: 100%;
}
.sbox_os {
	width:50%;
}

#find {
    padding: 10px 0 10px 0;
}
#fs, #os{
	height:410px;
}

}
/*------ renew ------*/
@media screen and (max-width: 480px) {
	
#content_shop, #result_area, #fs, #os, #tab-wrapper, #map_area, #find, #shoplist, .sbox_top, .sbox, .sbox_btm, .sbox_top2, .sbox2, .sbox_btm2, .sbox_os {
	width:100%;
}
#content_shop {
	border-radius:0;
	padding-bottom:0;
	border: solid #e8dcbb 1px;
}
#find {
	padding: 10px 0 10px 10px;
}
#shoplist {
    height: 180px;
	background-size:100%;
}
#fs, #os{
	border-radius: 0px;
	height:auto;
}
.sbox_top, .sbox, .sbox_top2, .sbox2 {
	background: none;
	}
.sbox_btm, .sbox_btm2{
	border-bottom: solid 1px #ccc;
	background-size: 100% auto;
	}
.sbox2 {
    max-width: 100%;
}
#tab-wrapper {
	padding-top:10px;
}
#tab li a {/*not activ tab*/
	font-size:18px;
	padding:2px 5px;
}
.search-button {
	padding: 0px 15px;
}
.search-area{
	float: none;
	text-align: center;
}
#store-search-street {
    width: 100%;
	background-size: 100%;
}


}

/*--- 検索フォーム　例 ---*/

/* placeholder only style */   
  ::-webkit-input-placeholder {
   color: #868686;
}

:-moz-placeholder { /* Firefox 18- */
   color: #868686;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #868686;  
}

:-ms-input-placeholder {  
   color: #868686;  
}

