@charset "UTF-8";
/* CSS Document */

/* ===================================================================
======================================================================
  固定のヘッダーはxPCのみ。SPの際は非表示になりnav.css内#mobile-naviへ切り替わる。
======================================================================
====================================================================*/ 

.fix-header {
    width: 100%;
    height: 104px;
    margin: 0 auto;
    color: #fff;
    position: fixed;
    z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
    box-shadow: 0px 0px 10px 2px #232323;
    background-repeat: repeat-x;
    background-position: center 0%;
    background-size: auto 100%;
    border-top: 3px solid #c41a41;
    background-image: url(../images/header.jpg);
	}
.fix-header-contents {
		width:960px;
		margin: 0 auto;
	}
#fix-header-logo {
    float: left;
    width: 200px;
    height: 16px;
}
/* =========================================================
  Header-Logo
=========================================================*/ 
h1 {
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 400px;
    height: 50px;
    background-size: 400px auto;
    margin-top: 18px;
    text-indent: −9999px;
    font-size: 0px;
}
.logo-pc{
    background-image: url(../images/fix-header-title.svg);
    text-indent: −9999px;
    margin-top: 33px;
}
.logo-pc-en{
    background-image: url(../images/fix-header-title-en.svg);
    text-indent: −9999px;
}
#lang-box {
    float: right;
    width: 100px;
    height: 30px;
}
.fix-header-lang {
    width: 100px;
    height: 10px;
    top: 0px;
    right: 20px;
    padding: 1em 1em;
    text-align: center;
    position: relative;
    transition: .3s;
    background-color: #fdcf00;
    line-height: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.7em;
    letter-spacing: 0.1em;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.fix-header-lang a {
    color: #2d2b51;
    text-decoration: none;
}
.fix-header-lang a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    display: block;
}
.fix-header-lang:after{
    content:"";
    position:absolute;
    top:0;
    bottom:.1em;
    right:12%;
    margin:auto;
    width: .5em;
    height: .5em;
    border-top: .2em solid #fff;
    border-right: .2em solid #fde990;
    transform: rotate(45deg);
    transition:.3s;
}
.fix-header-lang:hover:after{
	border-top: .2em solid #fff;
    border-right: .2em solid #7f6c40;
    right:8%;
}
/* micro clearfx */
.cf:before, .cf:after {
		content:"";
		display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */

	article{
		width:800px;
		margin:20px auto ;
	}