@charset "utf-8";
/* common.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* reset    　　　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body, div, textarea, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td {
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

body {
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: bottom;
	border: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* clear fix 　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.row:before,
.doc_set:before,
.inner:before,
.cf:before,
.row:after,
.doc_set:after,
.inner:after,
.cf:after {
	content: "";
	display: table;
}

.row:after,
.doc_set:after,
.inner:after,
.cf:after {
	clear: both;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
	color: #333333;
}
.inner {
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

/* その他 */
.over1 {
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ヘッダー & メニュー 　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header */
#header_wrap {
	width: 100%;
	height: 85px;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #FFFFFF;
	z-index: 990;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.10);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.10);
}

#top-head {
	position: absolute;
	width: 100%;
	margin: 0px auto 0;
	padding-top: 9px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 9px;
	line-height: 1;
	z-index: 999;
}


#top-head a,
#top-head {
	color: #000000;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#logo {
	float: left;
}
#logo img {
	width: auto;
	height: 67px;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	font-size: 16px;
	margin-top: 20px;
	right: 0px;
}
#global-nav ul li {
	text-align: center;
	display: inline-block;
	width: 130px;
}
#global-nav ul li:first-child  {
	margin-left: 0px;


}
#global-nav ul li span {
	display: block;
	font-size: 12px;
	padding-top: 9px;
}

#global-nav ul li a:hover {
	font-weight: bold;
}



/* 言語切替 */
.language {
	width: 85px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	display: block;
	position: absolute;
	text-align: center;
}
.language a {
	display: block;
	color: #FFFFFF !important;
	background-color: #B2B2B2;
}
.language a:hover {
	display: block;
	background-color: #9F9F9F;
}

#btn_en {
	top: 13px;
	right: 0px;
}

#btn_jp {
	top: 40px;
	right: 0px;
}

.current_bt {
	background-color: #666666;
	display: block;
	color: #FFFFFF;
}

 
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 9px;
	padding-bottom: 9px;
}

#top-head.fixed #global-nav ul li a {
	padding-top: 0;
	padding-bottom: 12;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #5A5A5A;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#global-nav li img {
	height: 13px;
	width: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* コンテナ    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#container {
	height: 100%;
}







/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 680px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ヘッダー & メニュー 　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header_wrap {
	height: 56px;
	-webkit-box-shadow: 0px 0px 0px;
	box-shadow: 0px 0px 0px;
}

#top-head,
.inner {
        width: 100%;
        padding: 0;
    }
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
	height: 56px;
}
#logo {
	padding-bottom: 7px;
	background-image: none;
	position: static;
	text-align: left;
	padding-top: 7px;
	float: none;
	margin-left: 10px;
}

#logo img {
	height: 42px;
	width: auto;
}



/* Fixed reset */
#top-head.fixed {
        padding-top: 0;
        background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.10);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.10);
}
#top-head.fixed .logo,
#top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -600px;
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.30);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.30);
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	margin-top: 90px;
	margin-bottom: 30px;
}
#global-nav ul li {
	float: none;
	position: static;
	display: inherit;
	margin-right: 0px;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
}


#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}


#nav-toggle {
        display: block;
}



/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
}
.open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
}

/* 言語切替 */
.language {
	width: 30%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	display: inline-block;
	position: static;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}

#btn_en {
	top: auto;
	right: auto;
}

#btn_jp {
	top: auto;
	right: auto;
}



}
