@charset "UTF-8";

.mobileOnly {display: none;}

#header {width: 970px;}
#header #gnEvent a {color: #BF808C;}

article {width: 730px; margin: 40px auto 0; font-size: 16px; line-height: 1.9;}

article p {margin-bottom: 20px;}

article section {margin-bottom: 40px;}
article section.main,
article section.detail,
article section.share {padding: 0 15px;}
article section section {margin-bottom: 20px;}

article header {position: relative; margin: 0 auto 40px;}
.heading {
position: absolute; bottom: 0; left: 0; width: 100%; box-sizing: border-box;
    background: rgba(0, 0, 0, .4); color: #fff; padding: 15px 20px 0;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#66000000,EndColorStr=#66000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#66000000,EndColorStr=#66000000)";
}
.heading:not(:target){filter: none; -ms-filter: none;}

article header h1 {font-size: 28px; font-weight: bold; margin-bottom: 10px; line-height: 1.4;}
.date {margin-bottom: 20px;}

table.stripe {width: 100%; font-size: 14px;}
table.stripe th,
table.stripe td {padding: 10px;}
table.stripe tr:nth-child(odd) {background: #eee;}

figure.image {overflow: hidden; min-height: 360px;}
figure.image img {display: block; width: 730px;}

                                
.detail {font-size: 14px; margin: 40px 0;}

section h1 {font-size: 16px; font-weight: bold; margin-bottom: 10px;}

.share {text-align: center;}
.share ul {display: inline-block;}                                
.share li {display: inline-block;}

#footer {width: 970px; margin-top: 40px; box-sizing: border-box;}
#footerNav {border-top: 1px solid #666; padding-top: 10px;}

#footer .fnCountry {margin-top: 8px;}


@media screen and (max-width: 970px) {

#header,
#footer {width: 100%;}

#headerWrap {min-width: 100%;}

}



.mobileOnly {display: none;}

@media screen and (max-width: 730px) {

/* header */

#headerWrap {height: auto;}

header #headerbar {
  position: fixed;
  z-index: 400;
  top: 0;
  width: 100%;
  background: #7f0019;
  color: white;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
header #headerbar h1 {border-bottom: 0; padding-bottom: 0;}
header #headerbar #logo{
	font-size: 0;
	margin: 0;
}
header #headerbar #logo img {
  margin: 11px 0px 12px 10px;
}
header #headerbar ul.R {
  overflow: hidden;
  height: 33px;
  border-left: 1px rgba(255, 255, 255, 0.4) solid;
  margin-right: 15px;
  margin-top: 4px;
}
header #headerbar ul.R li {
  float: left;
  border-right: 1px rgba(255, 255, 255, 0.4) solid;
}
header #headerbar ul.R li a {
  display: block;
}
header #headerbar ul.R li a#header_menu_btn.active{
	background: url("/shop/images/sp/header_setting_on.png") no-repeat 0 0;
	background-size: 49px 33px;
}

header #headerbar ul.R li a img {
  vertical-align: top;
}
header #headerbar ul.R li a.active img {
	visibility: hidden;
}

section#header_menu {
  position: fixed;
  top: 41px;
  width: 100%;
  z-index: 300;
  padding: 2px 0 18px 0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  display: none;
}
section#header_menu {
  background: #5b0012;
  color: white;
}
section#header_menu ul li {
  float: left;
  margin: 9px 0px 0 9px;
  padding-right: 11px;
  padding-bottom: 2px;
}
section#header_menu ul li.sep{
  background: url("/m/img/events/header_menu_sep.gif") no-repeat right center;
  background-size: 1px 15px;
}
section#header_menu ul li a {
  color: white;
  font-size: 13px;
  text-decoration: none;
}
section#header_menu #global_site_menu {
  margin: 15px 9px 0 9px;
}
section#header_menu #global_site_menu a {
  color: white;
  text-decoration: none;
  font-size: 13px;
}
.mobileOnly {
display: block;
}
.pcOnly {
display: none;
}
.mobileOnly .clearfix {
  *zoom: 1;
}
.mobileOnly .clearfix:before {
  content: " ";
  display: table;
}
.mobileOnly .clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.mobileOnly .clearfix .L {
  float: left;
}
.mobileOnly .clearfix .R {
  float: right;
}

.bdr-btn {display: inline-block; border: 1px solid #ddd; font-family: Helvetica, Sans-Serif; padding: 5px 7px; webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; text-align: center; line-height: 1;}

article {width: 100%;}
          figure.image img {width: 100%; height: 100%; min-width: 576px;}
          .heading {width: 100%;}

          #footerNav {text-align: center;}
          #footerNav li {float: none; display: inline-block; margin-right: 10px; padding-right: 0; margin-bottom: 10px; border-right: 0;}
#footerNav li#fnJob {float: none;}
#footerNav li#fnCorporate {float: none; margin-right: 10px;}

#copyright {text-align: center;}
          
}

@media screen and (max-width: 576px) {
article header h1 {font-size: 22px;}
}