@charset "utf-8";
@media print, screen and (min-width:751px){
/*--------------------------------------------
	 サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
body,html {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic","游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", sans-serif;
}
body {
	min-width:1000px;
	height:auto;
	background:#fff;
	color:#333;
	font-size: 14px;
	line-height:1.8;
}
a {
	text-decoration:none;
	color:#5f5f5f;
	display:block;
}
a:hover {
	color:#e76700;
}
table {
	width:100%;
}
.pc_none{
	display:none !important;
}
/*--------------------------------------------
	Header / ヘッダー
--------------------------------------------*/
#header {
	width:100%;
	border-bottom:solid 3px #2a72d1;
}
#hdr_inner {
	width:1200px;
	margin:0 auto;
}
#header #hdr_logo {
	float:left;
	margin-top:10px;
    width: 590px;
}
#header h1{
	font-size:10px;
	color:#aaa;
	font-weight:normal;
}
/*--------------------------------------------
	Global Navigation / グローバルナビ
--------------------------------------------*/
#gNavi {
	float:right;
}
#gNavi .menu li{
    position: relative;
    float: left;
}
#gNavi .menu li a{
    padding: 38px 22px 35px;
    font-size: 16px;
    color: #2a72d1;
    line-height: 1;
    cursor: pointer;
}
#gNavi li.en a{
	background:#2a72d1;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic","游ゴシック","YuGothic", "游ゴシック体", sans-serif;
	padding:38px 25px 35px;
	color:#fff;
	border-right:solid 3px #2a72d1;
	border-left:solid 3px #2a72d1;
	font-weight:bold;
}
#gNavi ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

#gNavi ul.child,
#gNavi li.en ul.child{
    display: none;
    position: absolute;
	z-index:10;
    padding: 0;
    top: 89px;
	left:0;
    background: rgba(56, 150, 226, 0.9);
	width:auto;
	border-top:solid 3px #2a72d1;
}
#gNavi ul.child li{
	float:none;
	display:block;
	position:relative;
}
#gNavi ul.child li a,
#gNavi li.en ul.child li a{
	font-size:14px !important;
    padding: 15px 20px;
	border:solid 1px #2a72d1;
	border-top:none;
	background:none;
    display: block;
    color: #fff;
	width:100px;
}
#gNavi ul.sub_child{
	display:none;
    position: absolute;
	z-index:10;
    padding: 0;
    top: 0;
	left:142px;
    background: rgba(56, 150, 226, 0.9);
	width:auto;
	border-top:solid 3px #2a72d1;
}
#gNavi li a:hover{
    background: #2a72d1;
	color:#fff !important;
}
#gNavi ul.child li a:hover{
	background:#fff !important;
    color: #2a72d1 !important;
}
#gNavi li.en ul.child li a{
	width:93px;
}
#gNavi_sp{
	display:none !important;
}
/*--------------------------------------------
	汎用スタイル　（画像ダウンロード防止用）
--------------------------------------------*/
.guard {
	display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/guard.png);
    z-index: 1000;
    position: absolute;
}
/*--------------------------------------------
	mainimge / メインイメージ
--------------------------------------------*/
/*--------------------------------------------
	Contents / コンテンツ大枠
--------------------------------------------*/
#cts_inner {
}
#main_cts {
}
/*--------------------------------------------
	Main_cts / メインコンテンツ
--------------------------------------------*/
/*--------------------------------------------
	Side_cts / サイドコンテンツ
--------------------------------------------*/
/*--------------------------------------------
	Footer / フッター
--------------------------------------------*/
#footer {
	width:100%;
}
#ftr_inner {
	width:1200px;
	margin:0 auto;
	padding:45px 0 ;
}
#ftr_inner #ftr_logo {
	float:left;
	width:750px;
}
#ftr_inner #ftr_logo #ft_logo {
	float:left;
	margin-right:25px;
}
#ftr_inner #ftr_logo address {
	line-height:1.5;
	
}
#ftr_inner #totop {
	float:right;
}
#footer #ftr_under{
	width:100%;
	background:#2a72d1;
}
#footer .under_inner{
	width:1200px;
	margin:0 auto;
	padding:5px 0;
}
#footer .under_inner #ftr_nav {
	float:left;
}
#footer .under_inner #ftr_nav li:first-child {
	margin-left:25px;
}
#footer .under_inner #ftr_nav li {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    position: relative;
    margin-right: 30px;
    padding-right: 48px;
}
#footer .under_inner #ftr_nav li a{
	color:#fff;
}
#footer .under_inner #ftr_nav li a:hover{
	text-decoration:underline;
}
#footer .under_inner #ftr_nav li::before{
	position:absolute;
	content:"｜";
	top:0 ;
	right:0;
}
#footer #copyright {
	font-size:11px;
	line-height:25px;
	height:25px;
	color:#fff;
	float:right;
}
#footer #totop {
}
}