@charset "utf-8";
/* CSS Document */
.h2TT{
	margin:-5px 0 0 0;
}
#top_txt{
	
}
#store_disp{
	background-image:url(../../index/images/indexNavi_bck.png);
	background-repeat:repeat;
	padding:5px;
	box-shadow:0 0 3px #bd6e12;
}
#store_data{
	border:1px solid #ccc;
	border-collapse:collapse;
	width:100%;
}
#store_data th{
	border:1px solid #ccc;
	background: -moz-linear-gradient(left,#e6e6e6 0%,#ffffff 10%,#FFF);
	background: -webkit-gradient(linear, left top, right top, from(#e6e6e6),to(#FFF));
	padding:10px 0;
	width:80px;
	text-shadow:1px 1px 0px rgba(255,255,255,1);
}
#store_data td{
	border:1px solid #ccc;
	padding:5px;
	background-color:#FFF;
}
#store_tab{
	border-bottom:1px solid #e79433;
	margin:5px 5px 0;
}
#store_tab li{
	width:33%;
	height:40px;
    background: -moz-linear-gradient(center top , #ffc888 0%, #e79433 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffc888), color-stop(1, #e79433));
	border-top:1px solid #e79433;
	border-left:1px solid #e79433;
	border-right:1px solid #e79433;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	float:left;
	box-sizing:border-box;
	margin:0 0.5% 0 0;
}
#store_tab li span{
	display:block;
	border-top:1px solid #ffe5c7;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	text-shadow:0px 1px 0 #fbeacd;
}
#store_content{
	border:solid #e79433;
	border-width:0 1px 1px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	padding:5px 3px;
	margin:0 5px;
	background:#FFF;
}
#top_txt{
	margin:5px;
}

.subTT{
	font-size:14px !important;
	color:#5e3500;
	border-bottom:1px solid #ffd59d;
	background:-moz-linear-gradient(left top , #ffd59d 0% , #FFF 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffd59d), color-stop(1, #FFF));
	min-height:35px;
	line-height:35px;
	padding:0 0 0 10px;
	text-shadow:1px 1px #FFF;
}

.store_img{
	width:100%;
}
.store_img td{
	width:33%;
	border:1px solid #ccc;
	text-align:center;
	vertical-align:top;
}

#staff,#intro{
	display:none;
}
#how_to_access td{
	vertical-align:top;
	border-bottom:1px dashed #ccc;
}

.movie-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.movie-container iframe, .movie-container object, .movie-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mt10 {
  margin: 10px;
}

.blog_box {
  margin-bottom: 20px;
  padding: 2%;
  width: 96%;
}
.blog_box li {
    float: left;
    text-align: center;
    width: 48%;
    padding: 1%
}
.blog_box li img {
    margin-bottom: 5px;
}


