@charset "utf-8";

/* ---------------------
Import file
--------------------- */
@import url("base.css");

/* ---------------------
Common style
--------------------- */
html{
	overflow-y:scroll;
}	
body{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 14px;
	margin:0;
	padding:0;
	background: #eaeae8;
	-webkit-text-size-adjust: 100%;
}
a,
a:link,
a:visited{
	outline : 0;
	color: #375672;
	text-decoration: none;
	outline:0;
	/*-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;*/
	transition: 0.3s;
}
.contents a,
.u a,
a.u{
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
	color: 375672;
	opacity: 0.7;
}
.midbox{
	width:1100px;
	margin-right:auto;
	margin-left:auto;
}
.gothic{
	font-family:Arial, Helvetica, sans-serif;
}
.gothic2{
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.gothic3{
	font-family: Karla, "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
}
.eng, .eng p{
	font-size:13px;
}

/* ---------------------
HEADER
--------------------- */
#headarea{
	background-image: url(../img/bg_menu.png);
	background-repeat: repeat-x;
	background-position: center;
}

/* ---------------------
MENU
--------------------- */
.menu li{
	height: 54px;
	margin-top: 0;
	margin-right: 105px;
	margin-bottom: 0;
	margin-left: 0;
}
.menu li:nth-child(4) {
    margin-right: 0px;
}
.menu li a{
	display: block;
	background: no-repeat;
	height: 54px;
	color:#fff;
	text-indent: -9999px;
	/*-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;*/
	transition: 1.5s;
}

#gm01, #gm01 a{width:180px;}
#gm02, #gm02 a{width:84px;}
#gm03, #gm03 a{width:156px;}
#gm04, #gm04 a{width:135px;}

#gm01 a{
	background: url(../img/gmenu01.png) no-repeat;
	background-size: 100%;
	top: 136px;
}
#gm02 a{background: url(../img/gmenu02.png) no-repeat; background-size:100%;}
#gm03 a{background: url(../img/gmenu03.png) no-repeat; background-size:100%;}
#gm04 a{background: url(../img/gmenu04.png) no-repeat; background-size:100%;}

#gm01, #gm01 a:hover{background: url(../img/gmenu01_ov.png) no-repeat; background-size:100%;}
#gm02, #gm02 a:hover{background: url(../img/gmenu02_ov.png) no-repeat; background-size:100%;}
#gm03, #gm03 a:hover{background: url(../img/gmenu03_ov.png) no-repeat; background-size:100%;}
#gm04, #gm04 a:hover{background: url(../img/gmenu04_ov.png) no-repeat; background-size:100%;}

#gm01 a.active{background: url(../img/gmenu01_ov.png) no-repeat; background-size:100%;}
#gm02 a.active{background: url(../img/gmenu02_ov.png) no-repeat; background-size:100%;}
#gm03 a.active{background: url(../img/gmenu03_ov.png) no-repeat; background-size:100%;}
#gm04 a.active{background: url(../img/gmenu04_ov.png) no-repeat; background-size:100%;}

/*--------------------------------------------------------------
現在の位置を表すロールオーバー
--------------------------------------------------------------*/
#top #gm01 a {
	cursor: default;
	background: url(../img/gmenu01_ov.png) no-repeat!important;
	background-size:100%;
}
#howtouse #gm02 a {
	cursor: default;
	background: url(../img/gmenu02_ov.png) no-repeat!important;
	background-size:100%;
}
#news #gm03 a {
	cursor: default;
	background: url(../img/gmenu03_ov.png) no-repeat!important;
	background-size:100%;
}
#gallery #gm04 a {
	cursor: default;
	background: url(../img/gmenu04_ov.png) no-repeat!important;
	background-size:100%;
}

/* ---------------------
Retinaディスプレイ用
--------------------- */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#gm01 a{background: url(../img/gmenu01@2x.png); background-size: 180px 54px; }
#gm02 a{background: url(../img/gmenu02@2x.png); background-size: 84px 54px; }
#gm03 a{background: url(../img/gmenu03@2x.png); background-size: 156px 54px; }
#gm04 a{background: url(../img/gmenu04@2x.png); background-size: 135px 54px; }

#gm01, #gm01 a:hover{background: url(../img/gmenu01_ov@2x.png); background-size: 180px 54px; }
#gm02, #gm02 a:hover{background: url(../img/gmenu02_ov@2x.png); background-size: 84px 54px; }
#gm03, #gm03 a:hover{background: url(../img/gmenu03_ov@2x.png); background-size: 156px 54px; }
#gm04, #gm04 a:hover{background: url(../img/gmenu04_ov@2x.png); background-size: 135px 54px; }

#gm01, #gm01 a.active{background: url(../img/gmenu01_ov@2x.png); background-size: 180px 54px; }
#gm02, #gm02 a.active{background: url(../img/gmenu02_ov@2x.png); background-size: 84px 54px; }
#gm03, #gm03 a.active{background: url(../img/gmenu03_ov@2x.png); background-size: 156px 54px; }
#gm04, #gm04 a.active{background: url(../img/gmenu04_ov@2x.png); background-size: 135px 54px; }

/*--------------------------------------------------------------
現在の位置を表すロールオーバー
--------------------------------------------------------------*/
#top #gm01 a {
	cursor: default;
	background: url(../img/gmenu01_ov@2x.png) no-repeat!important;
	background-size: 180px 54px!important;
}
#howtouse #gm02 a {
	cursor: default;
	background: url(../img/gmenu02_ov@2x.png) no-repeat!important;
	background-size: 84px 54px!important;
}
#news #gm03 a {
	cursor: default;
	background: url(../img/gmenu03_ov@2x.png) no-repeat!important;
	background-size: 156px 54px!important;
}
#gallery #gm04 a {
	cursor: default;
	background: url(../img/gmenu04_ov@2x.png) no-repeat!important;
	background-size: 135px 54px!important;
}
}

/* ---------------------
HEADER
--------------------- */
#headarea{
	height:125px;
	text-indent: -9999px;
}
#onitem li{
	float: left;
}

/* ---------------------
Fix menu
--------------------- */
#fxmenubox {
	display:none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height:125px;
	background: url(../img/bg_menu.png) repeat-x;
	z-index:99;	
}
#onitem ul.corp_menu {
	width: 305px;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#onitem ul.corp_menu li {
	float: left !important;
}
#onitem ul.corp_menu li a {
	display: block;
	color: #ffffff;
	background: #202231;
	font-size: 13px;
	letter-spacing: 3px;
	/*-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;*/
	transition: 0.5s;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-left: 18px;
	text-align: center;
	line-height: 1.5em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #202231;	
}
#onitem ul.corp_menu li a:hover {
	display: block;
	color: #ffffff;
	background: #202231;
	font-size: 13px;
	letter-spacing: 3px;
	/*-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;*/
	transition: 0.5s;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-left: 18px;
	text-align: center;
	line-height: 1.5em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f1efef;	
}
#onitem ul.corp_menu li a.active {
	display: block;
	color: #ffffff;
	background: #202231;
	font-size: 13px;
	letter-spacing: 3px;
	/*-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;*/
	transition: 0.5s;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 18px;
	padding-bottom: 4px;
	padding-left: 18px;
	text-align: center;
	line-height: 1.5em;
	opacity: 1.0!important;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f1efef;	
}
#onitem ul.corp_menu li#corp04 {
	margin-right: 0px !important;
}
#onitem ul.corp_menu li a:hover {
	opacity: 0.6;
	text-decoration: none;
}
#onitem ul.fover {
	clear: both;
}
#onitem #gm01 {
	margin-right: 105px;
}
#onitem #gm02 {
	margin-right: 105px;
}
#onitem #gm03 {
	margin-right: 105px;
}
#onitem #gm04 {
	margin-right: 0px;
}
#fxmenu {
	width:1100px;
	margin:0 auto;
}
#fxmenu h1 {
	width: 238px;
	height: 52px;
	margin: 0 0 0 20px;
	padding: 0;
	float: left;	
}
#fxmenu h1 a{
	display:block;
	width:238px;
	height:52px;
	text-indent: -9999px;
	background-image: url(../img/logo_page.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	margin: 33px 0 0 0;
	float:left;
}

/* ---------------------
Retinaディスプレイ用
--------------------- */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
#fxmenu h1 a{
	display:block;
	width:238px;
	height:52px;
	text-indent: -9999px;
	background-image: url(../img/logo_page@2x.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	margin: 33px 0 0 0;
	float:left;
}
}

#fxmenu ul li{
	float: left;
}
#fxmenu ul.corp_menu {
	height:51px;
}
#fxmenu ul.corp_menu {
	width: 272px;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#fxmenu ul.corp_menu li {
	float: left !important;
}
#fxmenu ul.corp_menu li a {
	display: block;
	color: #ffffff;
	background: #202231;
	font-size: 13px!important;
	letter-spacing: 3px;
	/*-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;*/
	transition: 0.5s;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 13px;
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #202231;
}
#fxmenu ul.corp_menu li a:hover {
	display: block;
	color: #ffffff;
	background: #202231;
	font-size: 13px!important;
	letter-spacing: 3px;
	/*-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;*/
	transition: 0.5s;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 13px;
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f1efef;
}
#fxmenu ul.corp_menu li a.active {
	display: block;
	color: #ffffff;
	background: #202231;
	font-size: 13px!important;
	letter-spacing: 3px;
	/*-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;*/
	transition: 0.5s;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 13px;
	text-align: center;
	opacity: 1.0!important;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f1efef;
}
#fxmenu ul.corp_menu li#corp04 {
	margin-right: 0px !important;
}
#fxmenu ul.corp_menu li a:hover {
	opacity: 0.6;
	text-decoration: none;
}
#fxmenu ul.fover {
	clear: both;
	padding: 0 0 0 365px;
}
#fxmenu #gm01 {
	margin-right: 60px;
}
#fxmenu #gm02 {
	margin-right: 60px;
}
#fxmenu #gm03 {
	margin-right: 60px;
}
#fxmenu #gm04 {
	margin-right: 0px;
}

/* ---------------------
CONTENTS
--------------------- */
.inner_block {
	width: 1100px;
	text-align: center;
	clear: both;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.inner_block p {
	text-align: left;
	line-height: 1.8em;
}
.inner_block h2 {
	width: 100%;
	font-size: 32px;
	letter-spacing: 8px;
	margin-top: 0px;
	margin-bottom: 40px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
	line-height: 1.2em;
}
.pagetop{
	clear:both;
	text-align:right;
}

/* ---------------------
footer
--------------------- */
#footbox {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #fff;
	position: relative;
	margin-top: 180px;
	padding-top: 55px;
	padding-right: 0;
	padding-bottom: 90px;
	padding-left: 0;
}
#gotop {
	position: absolute;
	left:50%;
	top: -42px;
	margin-left:-42px;
	background-image: url(../img/foot_gotop_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;	
	height: 83px;
	width: 83px;
}
#foot {
	position: relative;
}
#footbox a {
	color: #ffffff;
}
#footbox a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#f_left {
	float:left;
	width:470px;
}
#f_left ul {
	float: left;
	margin-top: 0;
	margin-right: 70px;
	margin-bottom: 0;
	margin-left: 0;
}
#f_left ul li {
	margin-bottom: 20px;
}
#f_left ul li a {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.0em;
	letter-spacing: 3px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#f_right {
	float:right;
	width: 370px;
	text-align:left;
	padding: 0;
	color: #e8e8e8;
}
#f_right h2 {
	font-size: 30px;
	letter-spacing: 3px;
	margin: 0 0 25px 0;
	text-align: right;
}
#f_right ul {
	float: right;
	width: 135px;
	font-size: 13px;	
}
#f_right ul li {
	margin: 0 0 10px 0;
	color: #e8e8e8;
	letter-spacing: 2px;
	text-align: right;
}
#f_right ul li a {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.0em;
	letter-spacing: 3px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#f_right ul#rightlist {
	float: left;
	width: 210px;
}
#snsbtn{
	margin-top:65px;
}
.copy {
	clear: both;
	font-size: 11px;
	letter-spacing: 1px;	
	line-height:100%;
	float: right;
}

/* sub menu */
#smenu{
	position: absolute;
	top: 72px;
	left: 135px;
	background-image: url(../img/foot_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left:82px;
}
#smenu li{
	line-height:100%;
	margin-bottom:0.9em;
}
#smenu a{
	font-size:14px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
#smenu a:hover{
	color:#adadad;
}

/*--------------------------------------------------------------
ページTop
--------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	text-align: left;
	z-index: 9999;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
}