

@charset "utf-8";

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

　　　WRAPPER

---------------------------------------------*/
#wrapper {
    min-width: 1030px;
    line-height: 1.6;
}

#wrapper .ac {text-align: center;}
#wrapper .al {text-align: left;}
#wrapper .ar {text-align: right;}

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

　　　HEADER

---------------------------------------------*/
#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px;
    border-top: 10px solid #326295;
    z-index: 8000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#header.small {
    border-top: none;
    height: 120px;
}
#header .inner {
    position: relative;
    width: 1030px;
    margin: 0 auto;
}
#header .header-top {
    height: 50px;
    background: #fff;
    text-align: center;
    font-size: 13px;
}
#header .sharebox {
    position: absolute;
    left: 270px;
    top: 16px;
    padding-left: 60px;
    background: url(http://cdn.l-tike.com/fcwc2016/images/common/share.png) left top no-repeat;
}
#header .sharebox ul {
}
#header .sharebox li {
    display: inline-block;
	vertical-align:top;
    padding: 0 5px;
}
#header .header-top .logo a {
    display: block;
    position: absolute;
    width: 220px;
    height: 117px;
    padding-top: 13px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}
#header .header-top .ticket-buy a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #c42410;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#header .header-top .ticket-buy a:hover {
    opacity: 0.8;
}
#header .header-top .language {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100001;
}
#header .header-top .language a {
    display: block;
    width: 130px;
    height: 50px;
    line-height: 50px;
    background: #e7e7e7;
    color: #737373;
    text-decoration: none;
}
#header .header-top .language a:hover {
    background: #dedede;
}
#header .header-top .language a.ja {
    background: url(http://cdn.l-tike.com/fcwc2016/images/common/corner_gry.png) 116px 37px no-repeat #e7e7e7;
}
#header .header-top .language a.ja:hover {
    background: url(http://cdn.l-tike.com/fcwc2016/images/common/corner_gry.png) 116px 37px no-repeat #dedede;
}
#header .header-top .language a.en {
    display: none;
}
#header .header-mid {
    height: 60px;
    background: #326295;
    text-align: right;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#header.small .header-mid {
    height: 40px;
}
#header .header-mid a {
   color: #fff;
    font-size: 13px;
    font-weight: bold;
}
#header .header-mid .gnavi {
    height: 60px;
    line-height: 60px;
}
#header.small .header-mid .gnavi {
    height: 40px;
    line-height: 40px;
}
#header .header-mid .gnavi > li {
    position: relative;
    display: inline-block;
}
#header .header-mid .gnavi > li > a {
    display: block;
    padding: 0 28px;
    text-decoration: none;
}
#header .header-mid .gnavi > li.navi-tickets > a {
    padding: 0 38px 0 28px;
}
#header .header-mid .gnavi > li > a:hover,
#header .header-mid .gnavi > li > a.active {
    background: #386ba0;
}
#header .header-mid .gnavi > li.navi-tickets > a {
    background: url(http://cdn.l-tike.com/fcwc2016/images/common/ico_arw_down.png) 120px center no-repeat;
}
#header .header-mid .gnavi > li.navi-tickets > a:hover,
#header .header-mid .gnavi > li.navi-tickets > a.active {
    background: url(http://cdn.l-tike.com/fcwc2016/images/common/ico_arw_down.png) 120px center no-repeat #386ba0;
}
#header .header-mid .gnavi .sub-navi {
     display: none;
    position: absolute;
    left: 0;
    top: 60px;
    background: #386ba0;
    z-index: 10000;
}
#header.small .header-mid .gnavi .sub-navi {
    top: 40px;
}
#header .header-mid .gnavi .sub-navi li a {
    display: block;
    width: 320px;;
    padding: 0 0 0 28px;
    text-align: left;
    text-decoration: none;
}
#header .header-mid .gnavi .sub-navi li a:hover {
    background: #326295;
}
#header .header-btm {
    height: 40px;
    background: #0b396a;
    text-align: right;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#header.small .header-btm {
    height: 30px;
}
#header .header-btm a {
    color: #b8c1cc;
    font-size: 12px;
}
#header .header-btm ul {
}
#header .header-btm li {
    display: inline-block;
    padding: 10px 25px;
}
#header.small .header-btm li {
    padding: 5px 25px;
}

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

　　　CONTENTS

---------------------------------------------*/
#contents {
    margin-top: 120px;
    background: #326295;
    background: -webkit-linear-gradient(
        top,
        #4275ab 0%,
        #3b6da2 20%,
        #326295 40%,
        #326295 100%
    );
    background: linear-gradient(
        to bottom,
        #4275ab 0%,
        #3b6da2 20%,
        #326295 40%,
        #326295 100%
    );
}
#contents-main {
    width: 990px;
    margin: 0 auto;
    padding: 20px 20px 50px;
    background: #fff;
}
#contents .page-ttl {
    padding: 40px 0 110px;
    color: #fff;
    text-align: center;
    font-size: 32px;
}
#contents .sub-ttl {
    padding: 25px 0 10px;
    color: #333; 
    border-bottom: 1px solid #e9e6e6;
    font-size: 24px;
}
#contents .bnr-btm {
    padding: 20px 0;
    text-align: center;
}
#contents .sub-ttl_s {
    margin-bottom: 10px;
    color: #333; 
    font-size: 18px;
}

.page_nav {
	margin-bottom:30px;
}
.page_nav li {
	line-height:180%;
	display: inline-block;
}
.page_nav li  a {
	margin-right:5px;
	padding:8px 15px;
	display: inline-block;
	    background: #37699d;
    color: #fff;
    text-decoration: none;
}

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

　　　FOOTER

---------------------------------------------*/
#footer {
    padding: 50px 0 70px;
    background: #0b396a;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
#footer a {
    color: #fff;
}
#footer .partner-title {
    font-size: 14px;
    font-weight: bold;
}
#footer .partner-list {
    margin: 5px 0 15px;
}
#footer .partner-list li {
    display: inline-block;
    padding: 0 2px;
}
#footer .fnavi {
    margin-top: 30px;
}
#footer .fnavi li {
    display: inline-block;
}
#footer .fnavi li a {
    margin: 0 10px;
}
#footer .copyright {
    margin-top: 20px;
}


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

　　　COMMON

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