

@charset "utf-8";

/*--------------------------------------------

    WRAPPER

---------------------------------------------*/
#wrapper {
}
#wrapper .inner {
    margin: 0 20px;
}
#wrapper img {
}

/*--------------------------------------------

    HEADER

---------------------------------------------*/
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    height: 60px;
    background: #fff;
	/* box-shadow */
	box-shadow:0px 0px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 0px 4px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 4px 0px rgba(0,0,0,0.3);
}
#header .logo {
    padding: 5px 0 0 10px;
}
#header .btn-menu {
    position: absolute;
    right:  0;
    top: 0;
}
#header .gnavi {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    background: #0b396a;
    font-size: 12px;
	font-size:1.2rem;
    z-index: 10000;
}
#header .gnavi > li {
    height: 45px;
    line-height: 45px;
}
#header .gnavi > li > a {
    width: 100%;
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #234971;
    color: #fff;
    text-decoration: none;
}
#header .gnavi > li.navi-tickets {
    height: auto;
}
#header .gnavi > li.navi-tickets > a {
    position: relative;
    padding: 0 20px;
}
#header .gnavi > li.navi-tickets > a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 6px;
    margin-top: -3px;
}
#header .gnavi > li.navi-tickets > a.acc-close:after {
    background: url(http://cdn.l-tike.com/fifaclubworldcup2016/sp/images/common/gnavi_arw_close.png) left top no-repeat;
    background-size: 10px 6px;
}
#header .gnavi > li.navi-tickets > a.acc-open:after {
    background: url(http://cdn.l-tike.com/fifaclubworldcup2016/sp/images/common/gnavi_arw_open.png) left top no-repeat;
    background-size: 10px 6px;
}
#header .gnavi .sub-navi {
    display: none;
    width: 100%;
    background: #03254a;
    z-index: 10000;
}
#header .gnavi .sub-navi li a {
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #234971;
    color: #fff;
    text-align: left;
    text-decoration: none;
}

/*--------------------------------------------

    CONTENTS

---------------------------------------------*/
#contents {
	margin-top:60px;
}
#contents #contents-main {
    padding: 20px 0;
    background: #fff;
}
#contents .page-ttl {
    padding: 50px 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
	font-size:1.8rem;
    font-weight: bold;
}
#contents .sub-ttl {
    margin-top: 20px;
    background: url(http://cdn.l-tike.com/fifaclubworldcup2016/sp/images/common/sub_ttl_bg.png) center center repeat-x;
    text-align: center;
    color: #333;
    font-size: 18px;
	font-size:1.8rem;
    font-weight: bold;
}
#contents .sub-ttl span {
    padding: 0 10px;
    background: #fff;
}
#contents .bnr-btm {
    width: 200px;
    margin: 0 auto;
    padding: 20px 0;
}

/*--------------------------------------------

    FOOTER

---------------------------------------------*/
#footer {
    padding: 20px 0;
    background: #0b396a;
    text-align: center;
    color: #fff;
    font-size: 13px;
	font-size:1.3rem;
}
#footer a {
    color: #fff;
}
#footer .language {
    font-size: 15px;
	font-size:1.5rem;
    font-weight: bold;
    overflow: hidden;
}
#footer .language a {
    float: left;
    display: block;
    width: 50%;
    padding: 7px 0;
}
#footer .language a.ja {
    background: #e7e7e7;
    color: #333;
}
#footer .language a.en {
    background: #326295;
}
#footer .share-title {
    margin-top: 20px;
    font-size: 15px;
	font-size:1.5rem;
    font-weight: bold;
}
#footer .sharebox {
    margin-top: 10px;
}
#footer .sharebox li {
    display: inline-block;
    padding: 0 2px;
    vertical-align: top;
}
#footer .partner-title {
    margin-top: 20px;
    font-size: 15px;
	font-size:1.5rem;
    font-weight: bold;
}
#footer .partner-list {
    margin-top: 10px;
}
#footer .partner-list li {
    display: inline-block;
    padding: 1px 2px;
}
#footer .partner-list li img {
    width: 110px;
}
#footer .copyright {
    margin-top: 20px;
    font-size: 11px;
	font-size:1.1rem;
}

.no-logo {
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
}

.ticket_btn_sp {
	width:100%;
	height:40px;
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	padding-top:0;
	text-align:center;
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	z-index:20;
	float:none;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 3px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 3px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 3px 3px;
}
.ticket_btn_sp a{
	width:100%;
	height:40px;
	line-height:40px;
	color:#fff;
	text-decoration:none;
	display:block;
	background-color:#c42410;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
.ticket_btn_sp a:hover {
	background-color:#ef3325;
}

/*--------------------------------------------

　　　COMMON

---------------------------------------------*/
a.disabled {
	opacity:0.2!important;
	text-decoration: none;
	cursor:default;
}
a.disabled:hover {
	opacity:0.2!important;
	text-decoration: none;
}



