@charset "utf-8";

/* ==============================
	共通設定
============================== */
html, h1, h2, h3, h4, h5, h6, div, p, ol, ul, li, table, th, td, dl, dt, dd, address, em {
	font-family: "メイリオ", "Meiryo", Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-weight:normal;
	font-style:normal;
	list-style:none;
	border:0 none;
	text-align:left;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 13px;
}
html {
	background-color:transparent;
	background-image:none;
}
body {
	margin: 0px;
	padding: 0px 10px;
	color: #000000;
	/*font-size: 13px;*/
	font-family: "メイリオ", "Meiryo", Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	text-align: left;
	background-color: #FFFFFF;
	line-height: normal;
	background-repeat: repeat-x;
	background-image: url(../img/bg.jpg);
	font-size: 100.01%; /* フォントサイズをリセット*/
	line-height: 1.4; /* 基本の行間 */
	min-width:1250px;
}
/* for IE6 */
* html body {
    font-size: 82%;
}
/* for IE7 */
*:first-child+html body {
    font-size: 82%;
}
div span{
	white-space: nowrap;
}
br {
	letter-spacing:0;
	margin:0;
	padding:0;
	color:#FFF;
}
img {
	border:0;
	vertical-align:bottom;
}
form {
	margin:0;
	padding:0;
}
/* GoogleFonts(Noto Sans) */
.notoSans {
	font-family: 'Noto Sans', sans-serif;
}


/* link -----------------------*/
a:link {
	color: #a22605;
	text-decoration: underline;
	cursor: pointer;
}
a:visited {
	color: #a22605;
	text-decoration: underline;
}
a:hover {
	color: #c84f2f;
	text-decoration: none;
}
a:active {
	color: #a22605;
	text-decoration: underline;
}
a:hover img.over {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

.fntred {
	font-weight: bold;
	color: #C31D2B;
	padding-right: 5px;
	padding-left: 5px;
}

/* パンくずリスト */
#navipath {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.topicpath ol li {
	display: inline;
	list-style-type: none;
	font-size: 16px;
}
.topicpath ol li a {
	background-image: url(../img/arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
	color: #000;
	text-decoration: none;
}
.topicpath ol li a:hover {
	color: #999;
	text-decoration: none;
}



/* マージン -----------------------*/
.mb10 {
	display:block;
	margin-bottom:10px;
}
.mb20 {
	display:block;
	margin-bottom:20px;
}
.mb30 {
	display:block;
	margin-bottom:30px;
}
.mb40 {
	display:block;
	margin-bottom:40px;
}
.mb60 {
	display:block;
	margin-bottom:60px;
}
.mb100 {
	display:block;
	margin-bottom:100px;
}
.mb140 {
	display:block;
	margin-bottom:140px;
}
.mb160 {
	display:block;
	margin-bottom:160px;
}
.mb200 {
	display:block;
	margin-bottom:200px;
}


/* リタゲエリア -----------------------*/
#addArea {
	position: fixed;
	left:0; bottom:0;
}


/* ヘッダー --------------------------------------- */
#header {
	height: 109px;
	width: 100%;
	background-color: #FFF;
}
#header .header_inner {
	height: 109px;
	width: 1230px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


.kyugyou {
	text-align: center;
	color: #c31c29;;
	padding:10px 0 20px;
	font-size: 16px;
}

/* ロゴ */
#header .header_inner .logo {
	height: 81px;
	width: 240px;
	position: absolute;
	left: 10px;
	top: 14px;
}


/* フリーダイヤル */
#header .header_inner .call {
	position: absolute;
	right: 20px;
	top: 14px;
}
#header .header_inner .call p {
	text-align: right;
	line-height: 1;
}
#header .header_inner .call p.h_call {
	color: #c31c2a;
	font-size: 48px;
	font-weight: bold;
	padding-left: 80px;
	background: url(../img/common/icon_fd.png) no-repeat center left;
	background-size: contain;
}
#header .header_inner .call .wTime {
	width:calc(100% - 100px);
	position:absolute;
	right:2px; bottom:-20px;
	font-weight:bold;
	color:#444;
	padding-left:100px;
	font-size:13px;
	line-height:1em;
	text-align:right;
}
#header .header_inner .call .wTime b {
	font-size:1.15em;
}


/* H1 */
#header .header_inner .txt {
	width: 534px;
	position: absolute;
	left: 280px; bottom: 26px;
	color: #666;
	font-size: 11px;
	letter-spacing:.1em;
}
#header .header_inner .txt strong {
	font-weight:normal;
}


#topbanerbox {
	height: 350px;
	width: 1230px;
	margin-right: auto;
	margin-left: auto;
}

#tab {
	background-color: #212121;
	height: 47px;
	width: 100%;
}
#tab .inner {
	height: 47px;
	width: 1230px;
	margin-right: auto;
	margin-left: auto;
}
#tab .inner ul {
	clear: both;
	overflow: visible;
}
#tab .inner ul li {
	display: block;
	float: left;
	height: 47px;
}





/* フッター -------------------------------- */
#footer {
	background:#212121;
}
#footer_inner {
	width: 1230px;
	margin:0 auto;
	padding:20px 0 10px;
	position: relative;
}

/* ページトップ */
#footer #footer_inner .pagetopbox {
	height: 30px;
	width: 30px;
	position:absolute;
	right:0; top:-30px;
}



/* コンテンツメニュー */
#footer #footer_inner .links {
	margin-bottom:12px;
}
#footer #footer_inner .links li {
	float:left;
	margin-right:1em;
	padding-right:1em;
	position:relative;
}
#footer #footer_inner .links li::after {
	content:'';
	display:block;
	position:absolute;
	right:0; top:20%;
	width:1px;
	height:60%;
	border-right:#999 dotted 1px;
}
#footer #footer_inner .links a {
	color: #FFF;
	text-decoration: none;
}
#footer #footer_inner .links a:hover {
	color: #FFF;
	text-decoration: underline;
}


/* ロゴ */
#footer #footer_inner .call {
	width: 380px;
	float:left;
}
#footer #footer_inner .call p {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	padding-left: 80px;
	background: url(../img/common/icon_fd.png) no-repeat center left;
	background-size: contain;
}
#footer #footer_inner .call .wTime {
	padding:4px 0 10px 80px;
	color:#FFF;
	font-size:12px;
	line-height:1em;
	letter-spacing:0.1em;
}
#footer #footer_inner .call .wTime b {
	font-size:1.15em;
	font-weight:normal;
}

#footer #footer_inner .aboutus {
	float:right;
	text-align:right;
	font-size: 14px;
	color: #FFF;
	padding-top:10px;
}

/* 都道府県メニュー */
#footer #footer_inner .footerArea {
	font-size:11px;
	color:#888;
	padding:0.5em 1em;
	background:#000;
	border-radius:6px;
	margin-bottom:6px;
}
#footer #footer_inner .footerArea a {
	display:inline-block;
	color:#999;
	text-decoration:none;
}

#footer #footer_inner .copyright {
	font-size: 11px;
	color: #FFF;
	text-align:right;
}
#footer #footer_inner .copyright a {
	color: #FFF;
	text-decoration:none;
}


/*フォームのアイフレーム　幅　枠*/
iframe#formFrame{
	overflow-x: hidden;
	width: 100%;
	border: 0;
	height: 1600px;
}