/* @override 
	http://61.206.114.199:8000/common/css/main.css */

/* css */
/*  */

.pcv {
	display: block;
}

.spv {
	display: none;
}

@media screen and (max-width: 599px) {
	.pcv {
		display: none;
	}
	
	.spv {
		display: block;
	}
}

/*  */

ul,ol,li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style-image: none;
}

h1{
	margin: 0;
}

a {
	text-decoration: none;
}

a:hover {
	color: #23b7fe;
	text-decoration: none;
}

img{
	vertical-align: top;
}


/*  */

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* header */

#wrapper_header{
	width: 100%;
	height: auto;
	z-index: 2000;
	position: relative;
}

body#home #wrapper_header{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}



#wrapper_header>header {
	width: 100%;
	height: 50px;
	/**background-image: url(../img/bg_head.gif);*/
	position: relative;
	z-index: 10;
	background-color: #222;
}

#wrapper_header>header:after{
	content: "";
	display: block;
	height: 50px;
	background-color: #fff;
	width: 50%;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 0;
}



#wrapper_header>header> div.inner {
	width: 1024px;
	position: relative;
	height: 50px;
	margin: 0 auto;
	z-index: 20;
	/*overflow: hidden;*/
	/*position: relative;*/
}










#wrapper_header header h1 {
	/*float: left;*/
	margin-top: 1px;
	margin-bottom: 0;
	position: absolute;
	height: 50px;
	padding-left: 87px;
	left: -14px;
}

#wrapper_header header img.img_site_id {
	width: 84px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 1px;
}

#wrapper_header header img.ttl_main {
	float: left;
	margin-top: 10px;
	width: 216px;
	height: auto;
}

#wrapper_header  #img_site_id {
	display: none;
}

#wrapper_header #inner_nav.fixed #img_site_id {
	display: block;
	position: absolute;
	left: -10px;
	margin: 0;
	z-index: 10000;
	width: 86px;
	height: auto;
}

#wrapper_header #inner_nav.fixed #img_site_id img {
	width: 100%;
	height: auto;
}

/*  */

#head_nav {
	float: left;
	height: 50px;
	margin-left: 270px;
	position: relative;
	z-index: 50;
}

#head_nav ul {
	padding: 0;
	margin: 0 0 0 48px;
	display: table;
	height: 50px;
}

#head_nav ul:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#head_nav li {
	float: left;
	height: 50px;
	position: relative;
	z-index: 10;
	line-height: 1;
	
}

#head_nav li img{
	vertical-align: middle;
	position: relative;
}

#head_nav li p {
	line-height: 1;
	display: inline;
}

#head_nav li a {
	display: block;
	height: 50px;
	
	text-decoration: none;
	color: #23b7fe;
	font-size: 1rem;
	z-index: 10;
	position: relative;
	line-height: 1;
	display: table-cell;
	vertical-align: middle;
	
	padding-left: 14px;
	padding-top: 2px;
}

#head_nav li a:hover {
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	
	opacity: 0.8;
	-moz-opacity: 0.8; /* Firefox */
	filter: alpha(opacity=80); /* IE6/7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}

#head_nav li img {
	margin-left: 4px;
}

#head_nav li.nav_shop a span {
	line-height: 1;
	display: inline-block;
	margin-top: 2px;
}

#head_nav li.nav_shop img {
	margin-top: -14px;
	width: 25px;
	height: auto;
}

#head_nav li:after {
	transform: skew(-35deg);
	-webkit-transform: skew(-35deg);
	-ms-transform: skew(-35deg);
	-moz-transform: skew(-35deg);
	-o-transform: skew(-35deg);
	content: '';
	
	display: block;
	position: absolute;
	top: 0;
	left;: 0;
	
	width: 80px;
	height: 50px;
	z-index: 1;
	border-left: 1px solid #224b5e;
	
	background-color: #222222;
}

#head_nav li.nav_sns {
	margin-right: 25px;
}

#head_nav li.nav_sns a {
	padding-left: 20px;
}

#head_nav li.nav_sns:after {
	border-right: 1px solid #224b5e;
}

#head_nav li.nav_ticket img {
	margin-left: 6px;
	background-color: #f000;
}

#head_nav li.nav_ticket:after {
	border: none;
}

#head_nav li.nav_shop {

}

#head_nav li.nav_shop a {
	color: #fcffaa;
	padding-left: 5px;
}

#head_nav li.nav_shop:after {
	width: 95px;
	background-color: #2a4c6e;
	left: -15px;
}

/*  */

#head_list_sponsor {
width: 488px;
	height: 50px;
	background-color: #fff;
	position: absolute;
	z-index: 0;
	right: 0;
	padding-left: 50px;
}

#head_list_sponsor ul {
	margin: 0 0 0 0;
	padding: 6px 0 0 0;
	position: relative;
	right: -14px;
}



#head_list_sponsor ul:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}


#head_list_sponsor li {
display: inline-block;
}

#head_list_sponsor a {
	display: block;
	height: 40px;
	background-image: url(/common/img/logo_sponsor.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	
	background-size:427px 40px;
	-webkit-background-size: 427px 40px;
	-moz-background-size: 427px 40px;
	
	text-indent: -99999px;
}

#head_list_sponsor a:hover {
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	
	opacity: 0.8;
	-moz-opacity: 0.8; /* Firefox */
	filter: alpha(opacity=80); /* IE6/7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}

#head_list_sponsor li.fujitsu a {
	width: 53px;
	background-position: -11px 0;
	margin-right: 11px;
}

#head_list_sponsor li.smbc a {
	width: 92px;
	background-position: -75px 0;
	margin-right: 4px;
}

#head_list_sponsor li.nifty a {
	width: 55px;
	background-position: -172px 0;
	margin-right: 10px;
}

#head_list_sponsor li.fjm_fujitsu a {
	width:  91px;
	background-position: -236px 0;
	margin-right: 6px;
}

#head_list_sponsor li.pfu a {
	width: 32px;
	background-position: -334px 0;
	margin-right: 10px;
}

#head_list_sponsor li.puma a {
	width: 42px;
	background-position: -375px 0;
}

/*  */

#gnav {
	height: 52px;
	position: relative;
	z-index: 0;
	width: 100%;
	background-color: #23b7fe;
	overflow: hidden;
}

#gnav:before{
	content: "";
	height: 52px;
	width: 200px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 100;
	margin-left: -664px;
background: linear-gradient(to left, #198cca, #23b7fe);
}

#gnav .inner{
	width: 1024px;
	height: 52px;
	margin: 0 auto;
	position: relative;
	padding-left: 62px;
	z-index: 0300;
}

#gnav .inner:before{
content: "";
display: block;
position: absolute;
z-index: 500;
top: 0;
left: 8px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 52px 40px;
border-color: transparent transparent #23b9fe transparent;
}

#gnav ul {
	width: 1024px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 0;
	background-color: #23b7fe;
	z-index: 200;
}

#gnav ul:after {
/*	content: '';
	display: block;
	border-right: 10px solid #00;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;*/
	
	transform: skew(-36deg);
	-webkit-transform: skew(-36deg);
	-ms-transform: skew(-36deg);
	-moz-transform: skew(-36deg);
	-o-transform: skew(-36deg);
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 14px;
	height: 100%;
	z-index: 1;
	background-color: #23b7fe;
	border-right: 1px solid #91dbfe;
}

#gnav li {
	display: table-cell;
	vertical-align: middle;
	height: 52px;
	font-size: 1.4rem;
	font-weight: 500;
}

#gnav li a {
	color: #fff;
	line-height: 1;
	text-decoration: none;
	padding: 20px 11px 0;
	display: block;
	height: 52px;
}

#gnav li a:hover {
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	background-color: #0299e1;
}

/*  */

#gnav #btn_search {
margin: 0;
	width: 23px;
	height: 23px;
	position: absolute;
	right: -24px;
	top: 16px;
	z-index: 300;
}

#btn_search img {
	width: 100%;
	height: auto;
}

#btn_search.active a img {
	-webkit-filter: brightness(0.4);
	-moz-filter: brightness(0.4);
	-o-filter: brightness(0.4);
	-ms-filter: brightness(0.4);
	filter: brightness(0.4);
	
	opacity: 0.8;
	-moz-opacity: 0.8; /* Firefox */
	filter: alpha(opacity=80); /* IE6/7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}

#btn_search a:hover img {
	opacity: 0.8;
	-moz-opacity: 0.8; /* Firefox */
	filter: alpha(opacity=80); /* IE6/7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}


/*  */

#snav {
width: 100%;
margin: 0 auto;
	height: 38px;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}

#snav ul {
min-width: 1024px;
height: 38px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	display: inline-block;
	right: -32px;
}

#snav li {
	display: inline-block;
}

#snav li a:link,
#snav li a:visited {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 11px 0.5em 9px 0.5em;
}

#snav li a:hover {
	color: #23b7fe;
}


/* fixed */

#wrapper_header.fixed {
	/*height: 95px;*/
	min-height: 82px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
    
/*    background-image: url(../img/bg_head_btm.png);*/
    background-position: 0 100%;
    background-repeat: repeat-x;
    
    background-color: #fff;
    /*background-color: #1ba7f5;*/
    box-shadow: 0px 1px 10px rgba(0,0,0,0.12);
}

#wrapper_header.fixed #gnav {
width: 100%;
	background-color: #21b6fd;
	position: relative;
}


#wrapper_header.fixed header{
	height: 0;
}

#wrapper_header.fixed header:after,
#wrapper_header.fixed header #head_nav,
#wrapper_header.fixed header #head_list_sponsor,
#wrapper_header.fixed header h1 .ttl_main{
	display: none;
}

#wrapper_header.fixed header h1{
	display: block;
}

#wrapper_header.fixed header .inner{
	height: 0;
}

#wrapper_header.fixed header{
	z-index: 5000;
}



/**/






/*  */

#box_list_sponsor {
	clear: both;
	border-top: 1px solid #cccccc;
	width: 100%;
	position: relative;
	
	
}

#box_list_sponsor:after {
	content: '';
	display: block;
	width: 22px;
	height: 12px;
	background-image: url(../img/bg_list_sponsor.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -11px;
}

#box_list_sponsor h6 {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 0;
}

#box_list_sponsor ul {
	width: 918px;
	height: 86px;
	margin: 0 auto;
}

#box_list_sponsor li {
	float: left;
}

#box_list_sponsor li a {
	display: block;
	height: 86px;
	
	background-image: url(/common/img/logo_sponsor.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	
	background-size:918px 86px;
	-webkit-background-size: 918px 86px;
	-moz-background-size: 918px 86px;
	text-indent: -99999px;
}

#box_list_sponsor li.fujitsu a {
	width: 114px;
	background-position: -24px 0;
	margin-right: 23px;
}

#box_list_sponsor li.smbc a {
	width: 198px;
	background-position: -161px 0;
	margin-right: 13px;
}

#box_list_sponsor li.nifty a {
	width: 118px;
	background-position: -372px 0;
	margin-right: 17px;
}

#box_list_sponsor li.fjm_fujitsu a {
	width:  196px;
	background-position: -507px 0;
	margin-right: 13px;
}

#box_list_sponsor li.pfu a {
	width: 71px;
	background-position: -716px 0;
	margin-right: 15px;
}

#box_list_sponsor li.puma a {
	width: 97px;
	background-position: -802px 0;
}


/*  */

#btn_gototop {
	width: 105px;
	height: 169px;
	margin: 0;
	position: fixed;
	right: 2%;
	bottom: -59px;
	text-align: center;
}

#btn_gototop img.arrow_gototop {
	width: 60px;
	height: auto;
	margin-bottom: 3px;
}

#btn_gototop a img.btn_furonta {
	width: 105px;
	height: auto;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

#btn_gototop.btm {
	position: absolute;
	top: -64px;
}

#btn_gototop img {
	width: 100%;
	height: auto;
}

#btn_gototop a:hover img.btn_furonta {
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}

#btn_gototop a:hover img.arrow_gototop {
	opacity: 0.8;
	-moz-opacity: 0.8; /* Firefox */
	filter: alpha(opacity=80); /* IE6/7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}

/*  */

#box_sitemap {
	clear: both;
	width: 100%;
	position: relative;
	margin-top: 40px;
}

div.inner_sitemap {
	width: 980px;
	margin: 0 auto;
}

#sitemap_container {
	background-color: #353635;
	overflow: hidden;
	
}

div.sitemap {
	background-image: url(/common/img/bg_sitemap.gif);
	background-repeat: repeat-x;
	background-position: 0 30px;
	margin-bottom: 42px;
}

div.inner_sitemap:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#box_sitemap h5 {
	text-align: center;
	margin: 40px auto 72px;
}

#box_sitemap dl {
	width: 20%;
	float: left;
	margin: 0;
}

#box_sitemap dt {
	
	height: 1.4em;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

#box_sitemap dt.inner_dt,
#box_sitemap dd {
	margin-bottom: 0.6em;
	margin-left: 0;
	font-size: 1.2rem;
}

#box_sitemap dt.inner_dt {
	margin-top: 1em;
}

#box_sitemap dl#profile_ib dd {
	display: inline-block;
	width: 70px;
}

#box_sitemap dl#profile_ib dd.latest {
	width: 150px;
}

#box_sitemap a {
	display: block;
	color: #fff;
	text-decoration: none;
}

#box_sitemap a:hover {
	color: #23b7fe;
}

/*  */

footer#btm {
	background-color: #111111;
	height: 55px;
}

#btm div.inner {
	width: 1024px;
	margin: 0 auto;
}

footer#btm p {
	margin: 0;
	color: #cccccc;
}

footer#btm:after{
	content: '.';
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
}

#btm p a {
	font-size: 2rem;
	color: #23b7fe;
	text-decoration: none;
	margin-right: 20px;
}

#btm p {
	padding-top: 13px;
	float: left;
	font-size: 1.2rem;
}

#btm p small {
	margin-left: 10px;
	font-size: 1.2rem;
}

#btm div.inner p.link_jleague {
	padding-top: 11px;
	float: right;
	
}

/* box_search */

#box_search {
	width: 100%;
	/*position: fixed;*/
	background-color: #23b6fd;
	padding-bottom: 0;
	/*position: relative;*/
	margin-top: 52px;
	border-top: 1px solid #91dbff;
	
	position: absolute;
	left: 0;
	display: none;
}

#box_search.active {
	/*display: block;*/
	z-index: 4000;
}




#box_search:after {
	content: '';
	display: block;
	width: 100%;
	height: 15px;
	position: absolute;
	bottom: -15px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 1;
}

#box_search div.inner {
	width: 1024px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 16px;
}

#input_search {
	width: 1002px;
	margin-top: 16px;
}

#box_search h4 {
	font-size: 4.8rem;
	color: #fff;
	margin: 12px 0 0;
	text-align: center;
}

#input_search div.input {
	text-align: center;
	font-size: 2rem;
	color: #fff;
	position: relative;
}


#input_search div.input input{
	position: relative;
	vertical-align: middle;
	top: -0.1em;
	margin-right: 0.2em;
}

#input_search div.input label {
	margin: 0 13px;
}

#input_search div.text {
	border-bottom: 1px solid #91dbff;
	clear: both;
	margin-top: 66px;
}

#input_search input.googleText {
	width: 930px;
	background-color: #23b6fd;
	color: #fff;
	font-size: 5.7rem;
	line-height: 1;
	border: none;
	padding: 10px;
	
	color: #91dbff;
}

#input_search input.googleText[type="text"]:focus {
	color: #fff;
	border: none;
}

#btn_submit {
	float: right;
	width: 45px;
	height: 45px;
	padding: 0;
	background: url(../img/icon_search.png) transparent;
	border: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size:100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
	
	margin-top: 20px;
	margin-right: 5px;
}

#box_search p.btn_close {
	clear: both;
	margin: 23px 0 0;
	text-align: center;
}

#box_search p.btn_close a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 1.6rem;
	position: relative;
	padding-top: 33px;
}

#box_search p.btn_close a:after{
  display: block;
  content: "";
  position: absolute;
  margin-left: 3px;
  top: 0;
  left: 13px;
  
  width: 1px;
  height: 26px;
  background: #fff;
  transform: rotate(45deg);
}
#box_search p.btn_close a:before{
  display: block;
  content: "";
  position: absolute;
  margin-left: 3px;
  
  top: 13px;
  left: 0;
  
  width: 26px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}

/* page title */


#box_ttl {
	width: 100% !important;
	height: 116px !important;
	border-top: 1px solid #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #f2f3f0;
}



#box_ttl div.inner {
	width: 1024px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}



#box_ttl div.inner:after {
		content: '';
	width: 880px;
	height: 116px;
	background-color: #eaebe8;
	
	transform: skew(-36deg);
	-webkit-transform: skew(-36deg);
	-ms-transform: skew(-36deg);
	-moz-transform: skew(-36deg);
	-o-transform: skew(-36deg);
	display: block;
	position: absolute;
	top: 0;
	left: 104%;
	z-index: 1;
}

/*ハーフサイズ*/
body#page_tickets #box_ttl,
body#page_profile #box_ttl{
	height: 74px !important;
}

body#page_tickets #box_ttl h1,
body#page_profile #box_ttl h1{
	margin-top: -30px;
}



/* topic path */

#topicpath {
	position: relative;
	width: 100%;
}

#topicpath ul {
	margin-top: 17px;
	float: left;
}

#topicpath li {
	font-size: 1.2rem;
	float: left;
	color: #6c6e6c;
}

#topicpath li a:link,
#topicpath li a:visited {
	position: relative;
	padding-right: 10px;
	margin-right: 6px;
	color: #0397de;
}


#topicpath li a:hover{
	text-decoration: underline;
}

#topicpath li a:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #0676ab;
	border-right: 1px solid #0676ab;
	
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	
	position: absolute;
	top: 0.3em;
	right: 0;
	
}


#box_ttl h1 {
	font-size: 2.8rem;
	float: right;
	display: table;
	padding-top: 55px;
	position: relative;
	z-index: 100;
	
}


#box_ttl.en h1{
	font-family: 'Roboto',sans-serif;
	font-weight: 500;
	font-size: 32px;
}

#box_ttl div.inner h1 span {
	font-family: 'Roboto',sans-serif;
	font-size: 1.2rem;
	color: #23b7fe;
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}


#box_ttl.en h1 span.dot{
	font-size: 2.8rem;
	color: #111;
	position: relative;
}


/* main */

main{
	display: block;
	width: 100%;
	min-height: 800px;
}

main::after {
	content: "";
	display: table;
	clear: both;
}






/* footer banner */
aside#box_bottom_bnrs{
	width: 100%;
	height: auto;
	clear: both;
	padding-top: 60px;
	padding-bottom: 60px;
	border-top: 1px solid #ddd;
	margin-top: 60px;
}



aside#box_bottom_bnrs .inner{
	width: 1024px;
	height: auto;
	margin: 0 auto;
}

aside#box_bottom_bnrs .box_bnrs_mid{
	padding-top: 60px;
	border-top: 1px solid #ddd;
}


#box_bnrs_huge{
width: 1024px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 12px;
}

#box_bnrs_huge p{
	margin: 0;
}

#box_bnrs_huge li{
width: 216px;
height: 224px;
	vertical-align: top;
	margin-bottom: 52px;
}

#box_bnrs_huge li,
#box_bnrs_huge li a{
	width: 216px;
	height: 224px;
	color: #222;
}

#box_bnrs_huge li p:nth-child(2){
	font-weight: bold;
	padding: 0.5em 0.7em 0 0.7em;
	font-size: 1.6rem;
	line-height: 1.4;
}

#box_bnrs_huge li a:link,
#box_bnrs_huge li a:visited{
	color: #222;
cursor: pointer;
	overflow: hidden;
	position: relative; /* これが無いと角丸解除される*/
	z-index: 1;/* これが無いと角丸解除される*/
	display: block;
	border-radius: 12px;
	box-shadow: 3px 7px 8px rgba(0,0,0,0.05);
}


#box_bnrs_huge li a:hover{
	color: #23b7fe;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.08);
}

#box_bnrs_huge li a:after{
	content: "";
	width: 14px;
	height: 22px;
	display: block;
	position: absolute;
	bottom: 0.7em;
	right: 0.6em;
	background-position: -48px 1px;
	background-image: url(/common/svg/icon_arrow_lr_3c.svg);
	background-repeat: no-repeat;
	background-size: auto 20px;
	
}

#box_bnrs_huge li .fig{
	width: 216px;
	height: 144px;
	overflow: hidden;
-webkit-backface-visibility: hidden;

}

#box_bnrs_huge li .fig img{
transition: 0.2s;
	width: 100%;
-webkit-backface-visibility: hidden;
}

#box_bnrs_huge li a:hover .fig img{
	transform: scale3d(1.2,1.2,1.2);
}


ul.box_bnrs_mid{
width: 1024px;
height: auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}



ul.box_bnrs_mid li,
ul.box_bnrs_mid li a{
	width: 320px;
	display: block;
}

ul.box_bnrs_mid li{
	margin-bottom: 36px;
}

ul.box_bnrs_mid li a{
	box-sizing: border-box;
	border: 1px solid #eee;
	background-color: #fff;
}

ul.box_bnrs_mid li a img{
	width: 100%;
}

ul.box_bnrs_mid li a:hover{
	opacity: 0.7;
	transition: 0.3s;
}

/* Legacy Box */

.wrapper_legacy{
	position: relative;
	z-index: 0;
}




