

@charset "utf-8";


/*--------------------------------------------
 
　　　LOCAL HEADER
 
---------------------------------------------*/
/*
local-header
------------------------------ */
.local-header {
	border-top: 10px solid #0d6fb8; 
    border-bottom: 1px solid #d4d4d4;
	background: #ffffff;
}
.local-header-outer {
    width: 1028px;
	height:154px;
    margin: 0 auto;
	position:relative;
}
.local-header-inner a:hover {
	text-decoration: none;
}
.local-wclogo {
    display: block;
    float: left;
    margin-right: 29px;
}
.pagetitle {
    margin-top: 30px;
}
.pagetitle > span {
    display: block;
    font-size: 13px;
    margin-top: 15px;
}
/*
local-langlink
------------------------------ */
.local-langlink {
    position: absolute;
    right: 0;
    top: 20px;
}
.local-langlink > ul {
    text-align: right;
	letter-spacing: -.40em;
}
.local-langlink-item {
    display: inline-block;
	*display: inline;  
    *zoom: 1; 
	letter-spacing: normal;
}
.local-langlink-item > a {
    display: block;
    font-family: 'Open Sans';
    font-size: 13px;
    line-height: 1.54;
    background-color: #f5f5f5;
    padding: 6px 25px 6px 25px;
}
.local-langlink-item > a:hover,
.local-langlink-item.is-selected > a {
    background-color: #0d6fb8;
	color: #ffffff;
}
.local-langlink-item > a:hover {
    text-decoration: none;
}
/*
local-navi
------------------------------ */
.local-navi {
	position: absolute;
    bottom: 22px;
    right: 0;
}
.local-navi-item {
    float: left;
}
.local-navi-item.navi-active > a {
	background:url(/fcwc2015/images/bg_navi_active.gif) bottom center repeat-x;
}
.local-navi-item > a {
	padding: 20px;
    color: #326295;
}
.local-navi-item > a:hover {
	padding: 20px;
	background-color: #f2f2f2;
	text-decoration:none;
}
/*--------------------------------------------
 
　　　MAIN CONTENTS
 
---------------------------------------------*/
/*
main-contents layout
------------------------------ */
.main-article {
    float: left;
    width: 652px;
}
.sidenavi {
    float: right;
    width: 300px;
}
.main-article-wide {
    width: 988px;
}

/*
main-contents 
------------------------------ */
.main-contents {
    padding-bottom: 50px;
}
.main-contents-outer {
    width: 1028px;
    margin: 0 auto;
    padding-top: 10px;
}
.main-contents-inner {
    background-color: #fff;
    padding: 20px;
}
/*
sociallist
------------------------------ */
.main-contents .sociallist {
    float: left;
    margin-top: 6px;
}
.main-contents .sociallist-label {
    color: #666;
    font-size: 11px;
}
.main-contents .sociallist-item-link.is-twitter:hover {
    background-position: -60px -1px;
}
.main-contents .sociallist-item-link.is-facebook:hover {
    background-position: -60px -30px;
}
.main-contents .sociallist-item-link.is-instagram:hover {
    background-position: -60px -118px;
}
.main-contents .sociallist-item-link.is-youtube:hover {
    background-position: -60px -60px;
}
/*
sharebox
------------------------------ */
.sharebox {
    position: relative;
}
.sharebox-inner {
    position: relative;
}
.sharebox-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    border-color: #fff rgba(255,255,255,0);
    border-style: solid;
    border-width: 0 0 37px 14px;
}
/*
sharebtn
------------------------------ */
.sharebtn {
    float: right;
    background-color: #fff;
}
.sharebtn-inner:hover:before {
    border-color: #0087e6 rgba(255,255,255,0);
}
.sharebtn-inner:hover {
    background-color: #0087e6;
}
.sharebtn-inner:hover > a {
    color: #fff;
    text-decoration: none;
}
.sharebtn-inner > a {
    display: block;
    padding: 0 20px 0 8px;
}
.sharebtn-inner > a > span {
    font-size: 11px;
    line-height: 37px;
    height: 37px;
}
.sharebtn-inner > a > span:before {
    position: relative;
    top: 2px;
    content: "\e606";
    font-family: "fifa-icons";
    font-size: 16px;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}
/*
sharetoolbar
------------------------------ */
.sharetoolbar {
    height: 37px;
    overflow: hidden;
    margin-bottom: -37px;
}
.sharetoolbar-inner {
    position: absolute;
    width: 500px;
    height: 37px;
    top: 0;
    right: 0;
    background-color: #fff;
}
.sharetoolbar-inner .sharebox-inner {
    padding-top: 10px;
}
.sharetoolbar-item {
    float: left;
}
.sharetoolbar-item.is-facebook {
    width: 101px;
    margin: 0 15px 0 20px;
}
.sharetoolbar-item.is-twitter {
    width: 103px;
    margin-right: 15px;
}
.sharetoolbar-item.is-gplus {
    width: 77px;
    margin-right: 15px;
}
.sharetoolbar-item.is-mail,
.sharetoolbar-item.is-print {
    width: 25px;
}
.sharetoolbar-item.is-mail {
    margin-right: 5px;
}
.sharetoolbar-item {
    height: 35px;
}
.sharetoolbar-item.is-mail .sharetoolbar-item-link:before {
    font-family: "fifa-icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    content: "\e600";
}
.sharetoolbar-item.is-print .sharetoolbar-item-link:before {
    font-family: "fifa-icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    content: "\e602";
}
/*
main-article
------------------------------ */
.block-item01 {
	margin-bottom: 30px;
	color: #666666;
	line-height:150%;
}
.is-banner li {
	display:inline-block;
	*display: inline;  
    *zoom: 1; 
}


/*
sidenavi
------------------------------ */
.infolist-item {
    border-bottom: 1px solid #e9e9e9;
}
.infolist-item > a {
    display: block;
    position: relative;
    color: #474747;
    font-size: 14px;
    padding: 20px 20px 20px 0;
}
.infolist-item > a:hover {
	background-color: #f2f2f2;
	text-decoration:none;
}
.infolist-item > a:hover .info-txt {
	color: #0087e6;
}
.infolist-item > a:after {
    position: absolute;
    top: 40%;
    right: 0;
    font-size: 16px;
    line-height: 16px;
    font-family: "fifa-icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\3E";
}

.infolist-item2 {
    border-bottom: 1px solid #e9e9e9;
}
.infolist-item2 > a {
    display: block;
    position: relative;
    color: #474747;
    font-size: 14px;
    padding: 20px 20px 20px 0;
}
.infolist-item2 > a:hover {
	text-decoration:none;
}
.infolist-item2 > a:hover .info-txt {
	color: #474747;
}
.infolist-item2 > a:after {
    position: absolute;
    top: 40%;
    right: 0;
    font-size: 16px;
    line-height: 16px;
    font-family: "fifa-icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.infolist-date {
    margin-bottom: 4px;
}
.sidenavi-banner {
    margin-top: 30px;
}
.wide-banner {
	width: 728px;
    margin: 50px auto;
}

/*--------------------------------------------
 
　　　FOOTER
 
---------------------------------------------*/

.footer {
	text-align:center;
	padding-bottom:50px;
}
.footer .title {
	font-weight:bold;
	margin-bottom:10px;
}
.footer ul {
	margin-bottom:20px;
}
.footer li {
	display:inline-block;
	*display: inline;  
    *zoom: 1; 
}
.footer .navigation li {
	border-right:1px solid #CCC;
	padding-right:10px;
	margin-right:10px;
}
.footer .navigation li:last-child {
	border-right:none;
}


/*
sociallist
------------------------------ */
.sociallist > ul,
.sociallist-label,
.sociallist-item {
    float: left;
    margin-left: 10px;
}
.sociallist-label {
    margin-top: 5px;
}
.sociallist-label > a {
    color: #fff;
}
.sociallist-item-link {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/ico_social.png) no-repeat;
}
.sociallist-item-link.is-twitter {
    background-position: 0 -1px;
}
.sociallist-item-link.is-twitter:hover {
    background-position: -30px -1px;
}
.sociallist-item-link.is-facebook {
    background-position: 0 -30px;
}
.sociallist-item-link.is-facebook:hover {
    background-position: -30px -30px;
}
.sociallist-item-link.is-instagram {
    background-position: 0 -118px;
}
.sociallist-item-link.is-instagram:hover {
    background-position: -30px -118px;
}
.sociallist-item-link.is-youtube {
    background-position: 0 -60px;
}
.sociallist-item-link.is-youtube:hover {
    background-position: -30px -60px;
}
/*
bg_cal
------------------------------ */
.bg_col_green {
	background-color:#1a9753;
	color:#ffffff;
	font-weight:bold;
	border-radius:4px;
	margin-right:5px;
}
.bg_col_yellow {
	background-color:#e8a60c;
	color:#ffffff;
	font-weight:bold;
	border-radius:4px;
	margin-right:5px;
}
.bg_col_blue {
	background-color:#0aa1d8;
	color:#ffffff;
	font-weight:bold;
	border-radius:4px;
	margin-right:5px;
}
.bg_col_purple {
	background-color:#a38bbf;
	color:#ffffff;
	font-weight:bold;
	border-radius:4px;
	margin-right:5px;
}
.bg_col_red {
	background-color:#e54343;
	color:#ffffff;
	font-weight:bold;
	border-radius:4px;
	margin-right:5px;
}



