.mb3 {
  margin-bottom: 3px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ue-5 {
  margin-top: 5px; }

.ue-10 {
  margin-top: 10px; }

.ue-15 {
  margin-top: 15px; }

.t_333 {
  color: #333333;
  float: left; }

.t_999 {
  color: #999999; }

.shoplist{
	border-top: 3px solid white;
	padding-top: 30px;
}
.shoplist h2{
	font-size: 18px;
	margin-bottom: 10px;
}
.shoplist h2 span{
	font-weight: normal;
	font-size: 12px;
	color: #e4ce9a;
}

.shoplist ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1%;
	margin-right: -1%;
}

.shoplist ul li {
	width: 100%;
	margin: 0 1% 2%;
	overflow: auto;
	background: #222;
	padding: 10px;
	font-size: 12px;
}

.shoplist ul li:after {
	content: “”;
	clear: both;
	display: block;
}

.shoplist ul li a {
	text-decoration: none;
	display: block;
}

.shoplist ul li img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	max-width: 100px;
}

.shoplist ul li p {
	overflow: auto;
	margin-bottom: 10px;
	color: #bbb;
}

.shoplist ul li p:last-child {
	margin-bottom: 0;
}

.shoplist ul li h3 {
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #444;
}

.shoplist ul li .btn {
	float: right;
	text-decoration: none;
	background: #333;
	border: 1px solid #444;
	color: #bbb;
	padding: 5px 8px;
	display: inline-block;
	border-radius: 2px;
	letter-spacing: 1px;
}

.shoplist ul li .btn:hover {
	background: #444;
	border: 1px solid #555;
	color: #e4ce9a !important;
}





/*タブ部分*/
#tabs-content{
	margin-bottom: 40px;
}
#tabs-content .tab_area ul{
	margin-left: 10px;
	margin-right: 10px;
}
#tabs-content .tab_area ul li{
	position: relative;
	top:6px;
	display:block;
	float:left;
	background:black;
	width: calc(100% / 6 + 2px);
	border:1px solid #555;
	border-bottom:none;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	margin: 0 -1px;
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px 5px;
	color:#666;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

#tabs-content .tab_area ul li:hover {
	background:#191919;
	color:#AAA;
	cursor:pointer;
	top:6px;
}

#tabs-content .tab_area ul li.current{
	background:#252525;
	color: white;
	z-index: 100;
	top:1px;
	cursor: default;
}

/*コンテンツ部分の表示領域を固定してはみ出さないようにする*/
#tabs-content .content_area {
	width: 100%;
	font-size: 13px;
	border: 1px solid #555;
	position: relative;
}
#tabs-content .content_area .content_area_inner {
	border: 8px solid #252525;
	padding: 22px 22px 10px;
	min-height: 270px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

#tabs-content .content_area .content_block {
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

.content_block_3 {
	padding: 10px;
}

p.note {
	margin-bottom: 30px;
	color: #999;
}
.t_top {
  font-size: 11px;
  padding: 0px;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  margin-top: 40px;
  margin-bottom: 40px; }

.sen {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666666;
  padding-bottom: 30px; }

.box-g-op {
  border: 1px solid #333333;
  width: 670px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 20px; }

.ue-30 {
  margin-top: 30px; }

.ue-40 {
  margin-top: 40px; }

.sita-30 {
  margin-bottom: 30px; }

#mirror_option {
  text-align: center; }

#mirror_option table {
  margin-left: auto;
  margin-right: auto; }
