/* CSS Document */

@charset "utf-8";
/* CSS Document */

/* @import "../../includes_gl/css/shop_v2.css";  */



/*
---------- tab ----------
*/
#tab-wrapper {
width:100%;
}

#tab{ 
margin: 0 0 0 0;
}
@media screen and (max-width: 480px) {
#tab li {
float: none;
}
}

#tab li a {/*not activ tab*/
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	font-size: 20px;
}



/* tab3 */	

#tab3{
	height: auto;
	max-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: #eee7da;
}

	
#tab3 table {
    width: 100%;
	margin: 0 auto;
	padding-top:20px;
	border-collapse: collapse;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	background-color:#FFF;
}
table th {
    border: 1px solid #eee7da;
    width: auto;
	text-align:center;
	padding: 6px 3px 6px 3px;
	background-color:#eee7da;
	color:#963;
}
table td {
    border: 1px solid #eee7da;
    word-wrap: break-word;
	padding: 6px 3px 6px 3px;
}

@media screen and (max-width: 480px) {
#tab3{
	width:100%;
	font-size:10px;
}
}
@charset "utf-8";
/* CSS Document */

/* @import "../../includes_gl/css/shop_v2.css";  */

/*--- Find Shopボタン ---*/
#store-search-submit{
	border: none;
	/* background:url(../img/shop/form_btn.png) no-repeat; */
	background-color: #FFF;
	width: 150px;
	height: 28px;
}

#bn_title{
	font-size:22px;
	font-weight:bold;
	max-width: 800px;
	margin:10px auto;
	color: #630;
}

.bn_img{
	text-align:center;
	vertical-align:top;
	max-width: 835px;
	height:auto;
	margin:0 auto;
}
.bn_img img {
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
}

.bn_img a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

@media screen and (max-width: 480px) {
.bn_img img {
	margin: 0 auto;
	width: auto;
    height: 80px;
}	
}