

@charset "utf-8";
/*--------------------------------------------

	HEADER

---------------------------------------------*/


.container {
	background-color:#ebeff4;
}
/*
header-secondary
------------------------------ */
.header {
  background: #ffffff;
  padding: 10px;
  position: relative;
  color: #474747;
  border-top: 10px solid #0d6fb8;
  box-shadow:rgba(153, 153, 153, 0.701961) 0px 2px 3px 0px;
  margin-bottom: 20px;
  z-index:10;
}
.header h1 {
}
.menu-toggle {
  display: block;
  width: 50px;
  margin-right: 10px;
  padding: 30px 15px;
  right: 0;
  top: 0;
  margin: auto;
  position:absolute;
}
.toggle-icon-bar {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #cfd3da;
}
.toggle-icon-bar + .toggle-icon-bar {
  margin-top: 4px;
}
.menu-toggle .toggle-icon-bar {
  background: #474747;
}


/*--------------------------------------------

	　FOOTER

---------------------------------------------*/
.footer {
	width:100%;
	padding:20px 0;
	background-color:#025492;
	text-align:center;
	color:#ffffff;
}
.footer p {
	font-weight:bold;
	margin-bottom:10px;
	font-size: 14px;
	font-size: 1.4rem;
}
.footer p.copyright {
	font-weight:normal;
	font-size: 12px;
	font-size: 1.2rem;
}
.footer .local-langlink ul {
	letter-spacing: -.40em;
	margin-bottom:20px;
	font-size: 14px;
	font-size: 1.4rem;
}
.footer .local-langlink li {
	width:40%;
	height:45px;
	line-height:45px;
	display: inline-block;
	*display: inline;  
    *zoom: 1; 
	letter-spacing: normal;
	background-color:#0c67ac;
}
.footer .local-langlink li.is-selected {
	background-color:#00406f;
}
.footer a {
	color:#fff;
}
.pn_banner {
	margin-bottom:10px;
}
.pn_banner li {
	display: inline-block;
	*display: inline;  
    *zoom: 1;
	padding:2px;
}
.pn_banner li img {
	max-width:100%;
}

/*
コンテンツ
--------------- */
.ads {
  text-align: center;
  margin-bottom:20px;
  background-color: #ebeff4;
}
/* ==========================================================================
	 icon
	 ========================================================================== */
[class^="ico-24"] {
  display: inline-block;
  zoom: 1;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-image: url(/fcwc2015-en/sp/images/social-icons24.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  font: bold 11px/1 Arial;
  text-align: left;
}
.ico-24-twitter-g {
  background-position: 0 0;
}
.ico-24-twitter-g:hover {
  background-position: -60px 0;
}
.ico-24-facebook-g {
  background-position: 0 -30px;
}
.ico-24-facebook-g:hover {
  background-position: -60px -30px;
}
.ico-24-instagram-g {
  background-position: 0 -118px;
}
.ico-24-instagram-g:hover {
  background-position: -60px -118px;
}
.ico-24-youtube-g {
  background-position: 0 -60px;
}
.ico-24-youtube-g:hover {
  background-position: -60px -60px;
}
/* ==========================================================================
	 navi-menu
	 ========================================================================== */
.navi-menu {
  background-color: #FAFAFA !important;
  padding: 0 !important;
  z-index:1;
}
.navi-menu-header {
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: bold;
  padding: 15px 10px;
}
.navi-menu-item > a {
  font-size: 10px;
  font-size: 1.0rem;
  display: block;
  padding: 10px 10px;
}
/* ==========================================================================
	 artcile
	 ========================================================================== */
.article {
  color: #666666;
}
/* ==========================================================================
	 section
	 ========================================================================== */
.section-body {
  padding: 0 10px 15px;
}
/* ==========================================================================
	 block
	 ========================================================================== */

/*
ページトップ
------------------------------ */
.pagetop {
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: block;
    background: #DCE8F5;
    color: #0087e6;
    opacity: .7;
    filter: alpha(opacity=70);
    width: 60px;
    height: 60px;
    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: -25px;
    left: 0;
    content: "\e608";
    *zoom:expression(runtimeStyle.zoom = 1, innerHTML = '\e608');color: inherit
}



