/*==========================================
各ページのスタイル
===========================================*/

/*kyoninka*/
table.kyoninka td { text-align: left;
                    width: 80%; }
table.kyoninka th { width: 20%; }


/*coolingoff_1*/
table.coolingoff td { text-align: left; }

/*welcome*/
dl.nomarker dt:before { content: none; }

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	border-top: 4px solid #2380d0;	/*上の線の幅、線種、色*/
}
header .inner {
	position: relative;
	height: 80px;	/*ヘッダーの高さ*/
}
/*ロゴ画像*/
header #logo img {
	width: 350px;	/*画像幅*/
	position: absolute;
//	left: 3%;		/*ヘッダーに対して左から3%の場所に配置*/
	left: 0%;		/*ヘッダーに対して左から3%の場所に配置*/
	top: 38px;	/*ヘッダーに対して上から38pxの場所に配置*/
}
/*ヘッダー内メニュー（「資料請求・お問い合わせ」と「見学のお申し込み」ボタン）
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#headermenu {
	position: absolute;
//	right: 3%;		/*header のinnerに対して右から3%の場所に配置*/
//	bottom: 15px;	/*header のinnerに対して下から15pxの場所に配置*/
	right: 0%;		/*header のinnerに対して右から3%の場所に配置*/
	bottom: 0px;	/*header のinnerに対して下から15pxの場所に配置*/
}
/*メニュー１個あたり*/
#headermenu li {
	float: left;	/*左に回り込み*/
	margin-left: 10px;	/*左側にスペースを空ける*/
	margin-top: 5px;
}
#headermenu li a {
	text-decoration: none;display: inline-block;
	background: #ff8a00;	/*背景色（古いブラウザ用）*/
/*	background: linear-gradient(#ffa600, #ff8a00);	/*グラデーション*/
	background: linear-gradient(#2380d0, #2380d0);	/*グラデーション*/
	color: #FFF;	/*文字色*/
//	padding: 0px 25px;	/*上下、左右へのボックス内の余白*/
//	border-radius: 4px;	/*角丸のサイズ*/
	padding: 28px 5px;	/*上下、左右へのボックス内の余白*/
	border-radius: 0px;	/*角丸のサイズ*/
	border: 1px solid #ABD4E3;	/*枠線の幅、線種、色*/
}
/*マウスオン時*/
#headermenu li a:hover {
	color: #2380d0;	/*文字色*/
	background: #fff;	/*背景色*/
}

/*画面幅1200px以上の設定↓
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1920px){

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1920px;	/*サイトの最大幅　※下の方の「画面幅1200px以上の設定」にも関連するので変更の際は注意して下さい。*/
	margin: 0 auto;
}
}

/*画面幅1200px以下の設定↓
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: 1024px;	/*サイト幅*/
}
}



/*画面幅800px以下の設定↓
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: auto;
/*	display: none;*/
}
.inner li {
	text-align: center;
	margin-left: 10px;	/*左側にスペースを空ける*/
	margin-top: 5px;
}

/*メニュー１個あたり*/
//#headermenu li {
//	display: none;
//}

h100,
.title-h2 { font-size: 1rem; font-weight: bold; text-align: center; line-height: 100%; padding: 1rem 0; }
h100 a {
	display: block;
	width: 100%;
	height: 59px;
	font-size: 7;
	background: #FFF center top/340px auto no-repeat;
}
}
