

@charset "utf-8";

/*
プルダウン
------------------------------ */
.customSelectBox {
    position: relative;
}
.customSelect {
    color: #fff;
    width: 110px;
    border: 1px solid #8e9db6;
    padding: 5px 5px 6px;
}
.customSelect:after {
    font-family: "fifa-icons";
    content: "\e617";
    position: absolute;
    right: 5px;
}
/*
ページトップ
------------------------------ */
.pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    background: #DCE8F5;
    color: #0087e6;
    opacity: .8;
    filter: alpha(opacity=80);
    width: 80px;
    height: 80px;
    z-index: 10;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}
.pagetop:hover {
    background-color: #0087e6;
    text-decoration: none;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100)
}
.pagetop > span {
    position: relative;
    display: block;
    width: 32px;
    height: 80px;
    margin: 0 auto
}
.pagetop > span:before {
    font-family: "fifa-icons";
    font-style: normal;
    font-weight: normal;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    left: 0;
    content: "\e608";
    *zoom:expression(runtimeStyle.zoom = 1, innerHTML = '\e608');color: inherit
}
/*
見出し
------------------------------ */
.article-heading01,
.article-heading011 {
    font-size: 18px;
    font-weight: 200;
    line-height: 45px;
    border-bottom: 1px solid #999;
}
.article-heading02 {
    font-size: 36px;
    font-weight: 200;
	margin-bottom: 30px;
}
.article-heading03 {
    font-size: 14px;
    font-weight: 600;
	margin-bottom: 15px;
	color: #474747;
}
.main-article .article-heading01 {
    margin: 50px 0 20px;
}
.main-article-wide .article-heading01 {
    margin: 50px 0 20px;
}
.main-article-wide .article-heading011 {
    margin: 0 0 20px;
}
/*
リスト
------------------------------ */
.cautionlist {
    margin: 1em 0 1em 1em;
}
.cautionlist > li {
    color: #474747;
    font-size: 12px;
    text-indent: -1em;
}
.lseat > li {
	margin-bottom:5px;
}
.cautionlist-red01 {
	color: #d05050;
}
.cautionlist-red02 {
	font-size: 12px;
	color: #d05050;
}
.precautionslist > li {
	margin-bottom: 10px;
    margin-left: 20px;
    list-style-type: decimal;
    list-style-position: initial;
}
.stipulationlist {
	margin-bottom:30px;
}
.stipulationlist > li {
	margin-bottom: 10px;
    margin-left: 20px;
    list-style-type: decimal;
    list-style-position: initial;
}
/*
リンク
------------------------------ */
.right-link {
	text-align:right;
	margin-bottom:10px;
}

/*
stipulation-navigation
------------------------------ */
.stipulation-navi li {
	display: inline-block;
	*display: inline;  
    *zoom: 1; 
}
.stipulation-navi li > a {
	display: block;
	position:relative;
	padding: 10px 30px 10px 0;
	margin-right:20px;
}
.stipulation-navi li > a:after {
    position: absolute;
    top: 25%;
    right: 10px;
    font-size: 16px;
    line-height: 16px;
    font-family: "fifa-icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: url(/fcwc2015/images/ico_underarrow.png);
	color: #0087e6;
}



