@charset "utf-8";
/* CSS Document */

/*****************************************
共通設定
******************************************/
/* 
 ページ全体のフォント設定 
*/
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 13px;
	line-height: 160%;
	color: #333;
}
/*
 すべてのブラウザ用に、デフォルトのマージンを取り除く。
*/
body {
	margin: 0;
}
/*
 IE9+用に、displayプロパティを定義。
 1. Edge, IE, Firefox用、details要素とsummary要素に「display: block;」を定義。
 2. IE, Firefox用、main要素に「display: block;」を定義。
*/

article, aside, details, /* 1 */ figcaption, figure, footer, header, main, /* 2 */ menu, nav, section, summary { /* 1 */
	display: block;
}
/*
 IE9+用、displayプロパティを定義。
 */

audio, canvas, progress, video {
	display: inline-block;
}
/* Clearfix */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
/* 追加マージン */
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
strong {
	color: #FF5722;
}
em {
	font-weight: bold;
	text-decoration: underline;
}
/*****************************************
レイアウト関連
******************************************/

/* wrapper関連
**********************/
.wrapper {
	width: 100%;
	margin: 0;
}
.row1 {
	border-top: 3px solid #411C00; 
}
.row2 {
	background: #663333;
}
.row3 {
	margin-bottom: 0px;
	padding: 15px;
}
.row4 {
	margin-bottom: 0px;
	padding: 15px;
}
.row5 {
	background: #411C00;  
}
/* ヘッダー
**********************/
#main_header {
	position: relative;
	width: 960px;
	height: 60px;
	margin: 0 auto;
}
#main_header h1 {
	font-size: 15px;
	position: absolute;
	top: -20px;
	padding-left: 25px;
}
#main_header span {
	color: #000033;
	font-size: 25px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 35px;
}
#main_header address {
	width: 430px;
	height: 46px;
	position: absolute;
	top: -6px;
	right: 20px;
	font-style: normal;
	color: #263238;
	border: 1px solid #0B018E;
	padding: 6px 10px;
	border-radius: 3px;
}
#main_header address p {
	display: inline-block;
	line-height: 18px;
	font-size: 12px;
	padding-left: 10px;
	margin: 0;
}
#main_header address a {
	position: absolute;
	top: 15px;
	right: 20px;
	display: block;
	width: 140px;
	height: 30px;
	font-weight: bold;
	vertical-align: center;
	background: #B38355;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	border-radius: 3px;
	color: #FFF;
}
#main_header address a:hover {
	background: #DEC8B1;
}
/* グローバルナビゲーション
**********************/
#g_navi {
	width: 960px;
	margin: 0 auto;
}
#g_navi ul {
	display: table;
	list-style: none;
	width: 960px;
	margin: 0 auto;
	margin: 0;
	padding: 3px 0;
}
#g_navi ul li {
	display: table-cell;
}
#g_navi ul li a {
	display: table-cell;
	vertical-align: middle;
	width: 180px;
	height: 30px;
	border: 1px solid #999966;
	border-radius: 4px;
}
#g_navi ul li a {
	text-align: center;
	text-decoration: none;
	color: #fff;
	scroll-behavior: none;
	font-size: 17px;
	padding: 2px;
}
#g_navi ul li a:hover {
	background: #996600;
	font-weight: bold;
}
/* メインビジュアル
**********************/
#mainvisual {
	width: 900px;
	height: 250px;
	margin: 0 auto;
	align: center;
	padding: 7px;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(20,20,20,0.2);/* ドロップシャドウ 【横位置 縦位置 ぼかし幅 色】の順に記述 */
}
#mainvisual_1 {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	align: center;
	padding: 7px;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(20,20,20,0.2);/* ドロップシャドウ 【横位置 縦位置 ぼかし幅 色】の順に記述 */
}
/* フッター
**********************/
#main_footer {
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	padding: 5px 0;
	color: #FFF;
	text-align: center;
}
