@charset "UTF-8";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 90%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000000; /* 標準文字色 */
    min-width: 1200px;
	background-image : url(../img/fbg_1V_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 90%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    background-image : url(../img/footerBg_1V.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

#hpb-header{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 99px;/*76*/
}

#hpb-inner{
    width: 1200px;/*1200px*/
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0px;
    position: relative;
    clear: both;
}

#hpb-topanime{
    width: 100%;
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	clear: both;
}

.hpb-layoutset-01 #hpb-wrapper{
	width: 1200px;/*658*/
    padding-top: 26px;/*50px*/
	float: left;
}

.hpb-layoutset-02 #hpb-wrapper{
    padding-top: 26px;/*56px*/
	width: 1200px;/*658*/
    float: left;
}

.hpb-layoutset-01 #hpb-title{
    height: 246px;/*246*/
    margin: 0px;
    padding: 0;
}

#hpb-main{
    width: 950px;/*708*/
    float: left;/*float: right*/
    text-align: left;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}

.hpb-layoutset-01 #hpb-main{
	width: 950px;/*648*/
    padding-top: 0;/*12px*/
}

.hpb-layoutset-02 #hpb-main{
	width: 950px;/*648*/
    padding-left: 0px;
}

#hpb-aside{
    width: 250px;/*273*/
	margin-to: 0px;
    float: right;/*float: left*/
    padding-bottom: 20px;
}

.hpb-layoutset-01 #hpb-aside{
    padding-top: 0px;/*10px*/
}

.hpb-layoutset-02 #hpb-aside{
    padding-top: 56px;
}

#hpb-footer{
    width: 1200px;/*900*/
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-top: 5px;
	color: #ffffff;
}

#hpb-footer::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}




/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* ヘッダー領域 */

#hpb-headerLogo{
    width: 1200px;
    float: center;
}

#hpb-headerMain h1{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 12px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    font-weight: normal;
    line-height: 10px;
    font-size: 10px;
    color: #ffffff; /* ヘッダー説明文文字色 */
}

#hpb-headerLogo a{
    display: block;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 90px;
    background-image : url(../img/logo_1V.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#hpb-headerLogo3{
    width: 330px;
	margin-top:-90px;
	margin-right:250px;
    float: right;
}
#hpb-headerExtra1{
    width: 586px;
    margin-top: 17px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
	text-align: right;
	background-image : url(../img/logo_1V02.png);
    background-position: center left;
    background-repeat: no-repeat;
}
/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-nav{
    width: 1200px;
    position: absolute;
	top: -6px;/* -6px*/
    left: 0px;
	right: 0px;
}
/* ナビゲーション */
		/* -------------------- */
		/* ▼メニューバーの装飾 */
		/* -------------------- */
		ul.ddmenu{
                        margin: 0px;		/* メニューバー外側の余白(ゼロ) */
			padding: 0px 0px 0px 0px;	    /* メニューバー内側の余白(左に15px) */
			/*background-color: #bdd7ee;	/* バーの背景色 ffb7ff*/
		}

		/* -------------------------- */
		/* ▼メインメニュー項目の装飾 */
		/* -------------------------- */
		ul.ddmenu li{
			width:165px;		        /* メニュー項目の横幅 168*/
			margin-right: 4.6px;
			/*padding: 0px 0px 0px 0px;*/
			display: inline-block;  	    /* ★横並びに配置する */
			list-style-type: none;	        /* ★リストの先頭記号を消す */
			position: relative;		        /* ★サブメニュー表示の基準位置にする */
		}
		ul.ddmenu a{
			background-color: #465daa;	/* メニュー項目の背景色 */#b3424a
			font-weight: normal;
	        font-size: 12pt;/*1.1em*/
			color:#ffffff;			    /* メニュー項目の文字色(白色) #000066*/
			line-height: 38px;		    /* メニュー項目のリンクの高さ(38px) */
			text-align: center;		    /* メインメニューの文字列の配置(中央寄せ) */
			text-decoration: none;		/* メニュー項目の装飾(下線を消す) */
			display: block;			/* ★項目内全域をリンク可能にする */
			/*border-right: 5px #ffffff;	/* 項目右側の枠線 */
			/*border-bottom:1px #ffffff;	/* 項目下側の枠線 */
			border-right-width: 2px;
	        border-right-style: solid;
	        border-right-color: #fff;
			border-left-width: 2px;
	        border-left-style: solid;
	        border-left-color: #fff;
			border-top-width: 2px;
	        border-top-style: solid;
	        border-top-color: #fff;
            border-bottom-width: 2px;
	        border-bottom-style: solid;
	        border-bottom-color: #fff;
		}
		ul.ddmenu a:hover{
			background-color: #dea5a9;	/* メニュー項目にマウスが載ったときの背景色 95cdff*/
			color: #000066;			/* メニュー項目にマウスが載ったときの文字色 */
		}

		/* ---------------------------------- */
		/* ▼サブメニューがある場合に開く処理 */	/* ※サブメニューが1階層しか存在しない場合の記述 */
		/* ---------------------------------- */
		ul.ddmenu li:hover ul{
			display: block;  	/* ★横並びに配置する */

		}

		/* -------------------- */
		/* ▼サブメニューの装飾 */
		/* -------------------- */
		ul.ddmenu ul{
			margin: 0px;			/* ★サブメニュー外側の余白(ゼロ) */
			padding: 0px;			/* ★サブメニュー内側の余白(ゼロ) */
			display: none;			/* ★標準では非表示にする */
			position: absolute;		/* ★絶対配置にする */
			
		}

		/* ------------------------ */
		/* ▼サブメニュー項目の装飾 */
		/* ------------------------ */
		ul.ddmenu ul li{
			width: 310px;			/* サブメニュー1項目の横幅(135px) */
			/*border-top: 1px solid #ffffff;	/* 項目上側の枠線(1pxの実線) */
			/*border-bottom: 1px solid #bddeff;	/* 項目上側の枠線(1pxの実線) */
		}
		ul.ddmenu ul li a{
			background-color: #d0e2be;	/* サブメニュー項目の背景色 #b3424a */
			color: #000000;			/* サブメニュー項目の文字色#000066*/
			font-size: 12pt;
			line-height: 30px;		/* サブメニュー1項目の高さ(35px) */
			text-align: left;		/* 文字列の配置(左寄せ) */
			padding-left:10px;		/* 文字列前方の余白(5px) */
			font-weight: normal;	        /* 太字にはしない */
			border : 0px;
			border-top: 2px solid #ffffff;
		}
		ul.ddmenu ul li a:hover{
			background-color: #dea5a9;	/* メニュー項目にマウスが載ったときの背景色 95cdff*/
			color: #000066;			/* メニュー項目にマウスが載ったときの文字色 */
		}
/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 1180px) {

	body{
		min-width: 100%;
		background-image: none;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		background-image: none;
	}
	#hpb-header{
		width: 100%;
		height: auto;
		background-color: #ffffff;
		border-bottom-width: 4px;
		border-bottom-color: #091e57;
		border-bottom-style: solid;
		padding-bottom: 10px;
	}
	#hpb-topanime{
	width: 100%;
	margin-top: 0px;
}
	#hpb-inner{
		width: 100%;
	}
	.hpb-layoutset-01 #hpb-wrapper{
		width: 100%;
		padding-top: 0px;/*15px*/
	}
	.hpb-layoutset-02 #hpb-wrapper{
		padding-top: 15px;
		width: 100%;
		float: none;
	}
	.hpb-layoutset-01 #hpb-title{
		height: auto;
	}
	.hpb-layoutset-02 #hpb-title{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	#hpb-main{
		width: 96%;/*96%*/
		float: none;
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-01 #hpb-main{
		padding-top: 0;
	}
	.hpb-layoutset-02 #hpb-main{
		width: 96%;
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#hpb-aside{
		width: 96%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-01 #hpb-aside{
		width: 100%;
		padding-top: 0;
	}
	.hpb-layoutset-02 #hpb-aside{
		width: 100%;
		padding-top: 0;
	}
	#hpb-footer{
		width: 100%;
		padding-top: 0;
		background-color: #fdeeef;
		border-top-width: 5px;
		border-top-color: #fdeeef;
		border-top-style: solid;
	}
	#hpb-nav{
		width: 100%;
		height: auto;
		background-color: #465DAA;
		border-top-width: 1px;
		border-top-color: #6e94eb;
		border-top-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #6e94eb;
		border-bottom-style: solid;
		position: relative;
		top: -30;
		left: 0;
	}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* ヘッダー領域 */
	#hpb-headerLogo{
		width: 99%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#hpb-headerMain h1{
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		line-height: 1.4;
	}
	#hpb-headerLogo a{
		display: block;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		background-size: contain;
		background-position: center center;
	}
	#hpb-headerLogo3{
            display: none;
}
	#hpb-headerExtra1{
		width: 98%;
		margin-top: 10px;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}

	/* コンテンツ配置領域 */

	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
		padding-left: 0;
		border-left: none;
		background-image : none;
		font-size: 18pt;/*1.1em*/
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}
	#hpb-nav li{
		float: none;
		line-height: 1.4;
		width:100%;/*メニュー幅*/
		height: auto;
		font-size: 18pt;/*1.1em*/
		background-image : none;
		padding-right: 0;
		border-left: none;
		border-top-width: 1px;
		border-top-style: solid;
		background-color: #d0e2be;
		border-top-color: #000000;
	}
	#hpb-nav li a{
		display: block;
		height: auto;
		font-size: 18pt;/*1.1em*/
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		text-align: left;
		background-image : none;
	}
	#hpb-nav a:hover{
		
		background-color: #dea5a9;
		background-image : none;
	}
	#hpb-nav a:active{
		background-image : none;
	}

	/* サイドブロック内パーツ */
	#banner li a{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#banner a#banner-service,
	#banner a#banner-recruit,
	#banner a#banner-access{
		background-position: top center;
		background-size: contain;
	}

	/* トップページ デザイン定義 */
	.hpb-layoutset-01 #hpb-title h2{
		width: 100%;
		height: 150px;
		background-size: contain;
	}

}