@charset "utf-8";

body#top {
	background: #FFFFFF url(none);
}

/*bodyの直接の子要素のh1タグ（ページ最上段にあるh1）設定
---------------------------------------------------------------------------*/
body > h1 {
	display: none;	/*表示させない設定*/
}

/*container
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 0px 5px;	/*コンテナーの外側の上下、左右に空ける余白*/
}

/*headerDesc
---------------------------------------------------------------------------*/
#headerDesc {
	/*display: none;	/*表示させない設定*/*/
}
#headerDescArea {
	width: 100%;
}
#headerDescArea h2 {
	display: none;
}
/* #utilityNav */
header #utilityNav {
	display: none;	/*表示させない設定*/
}

/*header
---------------------------------------------------------------------------*/
header {
	width: auto;
	height: auto;
	text-align: center;
}
/*h1ロゴの設定*/
header #logo {
	position: static;
	/*padding: 20px 0px;*/	/*上下、左右への余白*/
}
header #logo img {
	max-width: 100%;
	height: 100%;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#gNav {
	height: auto;
}
/*メニューブロック全体の設定*/
nav#gNav ul {
	width: 100%;
	margin: 0px auto;
	padding: 0;	/*paddingのリセット*/
	border-top: 1px solid #dab86e;	/*上側の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
nav#gNav ul li {
	width: 50%;		/*幅*/
	border: none;	/*枠線のリセット*/
	border-bottom: 1px solid #dab86e;	/*下側への線の幅、線種、色*/
	box-sizing: border-box;	/*上のボーダーを幅に含める*/
}
nav#gNav ul li a {
	padding: 0;	/*余白のリセット*/
	padding: 15px 0px;	/*上下、左右への余白*/
	height: auto;
}
/*最初のメニューの設定*/
nav#gNav ul li:first-child {
	border-left: none;	/*左側の線を表示させない（PC用スタイルのリセット）*/
}
/*英語表記の設定*/
nav#gNav ul li a span {
	display: none;	/*表示させない設定*/
}
/*奇数番目のメニューの設定*/
nav#gNav ul li:nth-child(odd) {
	border-right: 1px solid #dab86e;	/*奇数番目のメニューの右側へ入れる線の設定*/
}
/*最後のメニューの設定*/
nav#gNav ul li:last-child {
	margin-bottom: 20px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding-top: 0px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg img {
	height: auto;
	width: 100%;
}

/*フッター設定
---------------------------------------------------------------------------*/
/*フッターブロック*/
footer {
	background: #FFF;
}
/*#footerContents（３つのバナーとフッターメニューを囲むブロック）*/
footer #footerContents {
	width: auto;
	overflow: hidden;
	padding: 0;
}

/*contentsBox
---------------------------------------------------------------------------*/
/*contentsBox内の各box1設定--------------------------*/
.contentsBox .box1 a {
	float: none;
	width: auto;
	margin: 0 0px 5px 0;
}
/*main内のcontentsBox内の各box1設定--------------------------*/
#main .contentsBox .box1 a {
	width: auto;
	margin: 0;
}
#main .fl340 .contentsBox .box1 a {
	width: auto;
}
/*sub内のcontentsBox内の各box1設定--------------------------*/
#sub .contentsBox .box1 a {
	width: auto;
}
/*#footerContents内のbox1設定--------------------------*/
footer #footerContents .contentsBox {
	display: none;
}

/*contentsBox2（横長の画像が入った３カラム）
---------------------------------------------------------------------------*/
/*box１個あたりの設定*/
.contentsBox2 .box1 a {
	width: 33%;
	padding: 0;
}
/*画像*/
.contentsBox2 .box1 a img {
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/*他
---------------------------------------------------------------------------*/
.fl340 {
	width: 48%;
}
.w100p {
	width: 100%;
	height: auto;
}

.pc {
	display: block;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.pc img {
	max-width: 100%;
}

.tab_brock_center {
	display: block;
	text-align: center;
}
.tab_brock_center img {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
}
