@charset"utf-8";

/* shop */h2.shoparea_title{
    margin: 30px 20px;
	background:#c11920;
	border-radius:10px;
	line-height:1em;
	color:#fff;
	font-size:38px;
	font-weight:bold;
	padding:10px 20px;
}
.allShop {
    margin: 20px 20px 20px 50px;
}
.allShop a:hover {
    filter:alpha(opacity=30);
    opacity: 0.8;
}
.allShop img {
    display: block;
    margin: -30px 0 0;
}
.shopName {
    width: 100%;
    margin: 30px 0 15px;
    color: #c11920;
    font-size: 32px;
    font-weight: 900;
    display: block;
}
.shopName_sub {
    width: 440px;
    float: left;
    margin: 10px 0;
    color: #c11920;
    font-size: 20px;
    font-weight: 900;
}
.allShop article{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.allShop article table {
    margin: 0 0 20px;
	flex-basis:70%;
	-webkit-flex-basis:70%;
	max-width:70%;
}
.allShop article th{
	width:5em;
	text-align:left;
}
.allShop article div{
	flex-basis:30%;
	-webkit-flex-basis:30%;
	max-width:30%;
}
.allShop article div img{
	width:100%;
	height:auto;
}

article td a{
	background:#000;
	border-radius:10px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	display:inline-block;
	margin:10px 0;
	text-align:center;
	padding:10px;
}










/* shopInfo */#back {
    float: right;
    margin: 5px 20px;
}
.shopHeader {
    clear: both;
    width: 700px;
    height: 40px;
    margin: 20px;
    background-color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url('../css/ie-css3.htc');
}
.shopHeader h3 {
    float: left;
    margin: 12px 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    color: #c11920;
}
.shopHeader p {
    float: right;
    margin: 12px 10px 0 0;
    color: #c11920;
}

.shopTopic {
    width: 700px;
    padding: 10px 0;
    margin: 20px;
    background-color: #c11920;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url('../css/ie-css3.htc');
}
.topic {
    width: 650px;
    margin: 25px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url('../css/ie-css3.htc');
}
.topic img {
    margin-top: 20px;
}
.topic h3 {
    position: relative;
    top: 10px;
    margin: 20px;
    font-size: 20px;
}
.topic li {
    float: left;
    width: 180px;
    margin: 0 15px 20px 20px;
}
.topic a:hover {
    filter:alpha(opacity=60);
    opacity: 0.8;
}
#atend {
    font-size: 16px;
    color: #ff0000;
    font-weight: 900;
}
.video,
.video source {
    width: 100%;
    height: auto;
}
p.news b,
td.news b {
    font-weight: bold !important;
    color: rgba(204, 0, 0, 1);
}
p.news {
    width: 700px;
    margin: 0 auto 20px;
}
p.news b {
    display: block;
}

.map{
	margin:10px 0 30px 20px;
}
.map iframe{
	width: 700px;
}






.shopInfo_table{
	margin-left:20px;
	width: 700px;
	margin-bottom:30px;
	box-sizing:border-box;
}
.shopInfo_table th,
.shopInfo_table td{
	border:1px solid #999;
	padding:8px 20px;
	text-align:left;
	vertical-align:middle;
	box-sizing:border-box;
}