@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.dis {
	display: block;
}

.floatL {
	float: left !important;
}

.floatR {
	float: right !important;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 986px;
	text-align: center;
	line-height: 1.5;
	color: #333;
	background: url(../image/body_bg.gif) repeat left top;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 80px;
	width: 986px;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

img {
	vertical-align: top;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding: 9px 0 10px;
	border-top: 5px solid #7EB925;
	background: #FFF url(../image/header_bg.gif) repeat-x left bottom;
}

#header .subHeader {
	margin: 0 auto;
	width: 986px;
}

#header h1 {
	margin: 0 0 2px 4px;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
}

#header h2 {
	margin-top: 8px;
	float: left;
}

#header .linkBox {
	float: right;
	width: 295px;
}

#header .linkBox .telBox {
	float: left;
	width: 294;
}

#header .linkBox .linkUl {
	margin-bottom: 4px;
}

#header .linkBox .linkUl li {
	margin-right: 4px;
	float: left;
}

#header .linkBox .login {
	margin-top: 2px;
	float: right;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	clear: both;
	background: url(../image/g_navi_bg.gif) repeat-x left top;
}

#gNavi ul {
	margin: 0 auto;
	width: 986px;
}

#gNavi li {
	float: left;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 740px;
	float: left;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sidebar {
	padding: 1px 1px 0 0;
	width: 225px;
	float: right;
	text-align: left;
}

#sidebar .sBox {
	margin-bottom: 20px;
}

#sidebar table {
	width: 100%;
	border-collapse: collapse;
}

#sidebar table th,
#sidebar table td {
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
	vertical-align: middle;
}

#sidebar .title {
	margin-bottom: 10px;
}

#sidebar .link {
	text-align: center;
}

#sidebar .whiteBox {
	padding: 10px 0 8px;
	background-color: #fff;
	border: 1px solid #CCC;
	border-top: none;
}

#sidebar .whiteBox p {
	margin: 0 24px 6px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
}

#sidebar .whiteBox .text {
	margin: 0 10px 8px 33px;
	font-size: 14px;
	word-break: break-all;
}

#sidebar .whiteBox .text span {
	margin: -5px 0 0 13px;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
}

#sidebar .whiteBox .text .red {
	color: #CC0000;
}

#sidebar #fudo_kaiin-2 {
	background: url(../image/s_bg02.jpg) no-repeat center bottom;
	border: 0;
	position: relative;
}

#sidebar #fudo_kaiin-2 .login_success {
	margin-top: 40px;
}

#sidebar #fudo_kaiin-2 .login_success:before ,
#sidebar #fudo_kaiin-2 #loginform:before {
	content: url(../image/s_imgtext04.png);
	position: absolute;
	top: 0px;
	left: 0px;
}

#sidebar .sBox01 .subBox {
	padding: 15px 20px 19px;
	background: url(../image/s_bg01.jpg) no-repeat center top;
}

#sidebar .sBox01 .title {
	padding-bottom: 9px;
	border-bottom: 1px solid #fff;
}

#sidebar .sBox01 table {
	margin-bottom: 7px;
}

#sidebar .sBox01 th,
#sidebar .sBox01 td {
	padding-bottom: 3px;
}

#sidebar .sBox01 th {
	color: #fff;
}

#sidebar .sBox01 .trStyle td {
	padding: 2px 0 0 19px;
	color: #fff;
}

#sidebar .sBox01 .trStyle td img {
	margin-right: 7px;
	vertical-align: baseline;
}

#sidebar .sBox01 .link {
	margin-bottom: 3px;
}

#sidebar .sBox01 .linkUl {
	text-align: center;
}

#sidebar .sBox01 .linkUl li {
	margin: 0 1px;
	display: inline;
	font-size: 12px;
}

#sidebar .sBox01 .linkUl li a {
	margin-right: 4px;
	text-decoration: none;
}

#sidebar .sBox01 .linkUl li a:hover {
	text-decoration: underline;
}

#sidebar #fudo_b_k-2 {
	margin-bottom: 24px;
	padding: 10px 5px 5px;
	background: url(../image/s_bg03.jpg) repeat left top;
	border: 0;
}

#sidebar #fudo_b_k-2 .widget-title {
	background-image: url(../image/s_imgtext05.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0;

}

#sidebar .widget_fudo_b_k form {
	background-color: #fff;
	margin: 0;
	padding: 10px;
}

#sidebar #fudo_b_k-2 .subBox {
	padding: 19px 15px 15px;
	background-color: #fff;
}

#sidebar #fudo_b_k-2 .title {
	margin: 0 15px 8px;
}

#sidebar .sBox02 th {
	padding-bottom: 2px;
}

#sidebar .sBox02 td {
	padding-bottom: 9px;
}

#sidebar .sBox02 td li {
	float: left;
}

#sidebar .sBox02 td .rLi {
	width: 98px;
	float: right;
}

#sidebar .sBox02 td .rLi span {
	margin-top: 5px;
	width: 15px;
	display: block;
	vertical-align: middle;
	float: left;
}

#sidebar .sBox03 {
	margin-bottom: 16px;
	padding: 6px 5px 14px;
	border: 4px solid #D5AA77;
	background: url(../image/s_bg04.jpg) repeat left top;
}

#sidebar .sBox03 .title {
	margin: 0 12px 10px;
	border: 0;
}

#sidebar .linkList {
	margin-bottom: 10px;
	padding-bottom: 16px;
	border-bottom: 2px dotted #fff;
}

#sidebar .linkList li {
	margin-bottom: 5px;
	padding: 10px 0 9px 8px;
	background-color: #FFF;
}

#sidebar .linkList li a {
	padding-left: 20px;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	background: #fff url(../image/icon01.gif) no-repeat left center;
}

#sidebar .linkList li a:hover {
	text-decoration: underline;
}

#sidebar .linkList01 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#sidebar .linkList01 li a {
	background: #fff url(../image/icon02.gif) no-repeat left center;
}

#sidebar .sBox04 {
	padding: 5px 0 0 0;
	background: url(../image/s_bg03.jpg) repeat left top;
	border: 1px solid #82BB2D;
	border-top: none;
}

#sidebar .sBox04 .subBox {
	padding: 20px 10px 12px;
	background: #fff;
}

#sidebar .sBox04 .title {
	margin: 0 10px 20px 27px;
	border: 0;
}

#sidebar .sBox04 .photo {
	margin-bottom: 9px;
	text-align: center;
}

#sidebar .sBox04 p {
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 1.2;
	word-break: break-all;
}

#sidebar .sBox04 .linkList li a {
	padding: 0 0 0 15px;
	text-decoration: underline;
	font-size: 12px;
	background: url(../image/icon02.gif) no-repeat left center;
}

#sidebar .sBox04 .linkList li a:hover {
	text-decoration: none;
}

#sidebar .sBox04 .linkList02 {
	padding-bottom: 6px;
	margin-bottom: 7px;
	border-bottom: 1px solid #CCC;
}

#sidebar .sBox04 .linkList li {
	padding: 0;
	margin-bottom: 3px;
	line-height: 1.8;
}

#sidebar .sBox07 {
	margin-bottom: 0;
}

#sidebar .sBox07 img {
	transition: .3s;
}

#sidebar .sBox07 a:hover img {
	opacity: .7;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 14px 0;
	clear: both;
	overflow: hidden;
	color: #FBF8F4;
	border-top: 5px solid #6A9C1F;
	background: url(../image/f_bg.jpg) repeat left top;
}

#footer .subFooter {
	margin: 0 auto;
	width: 986px;
}

#footer .fBox {
	margin-bottom: 6px;
}

#footer p {
	margin: 0 0 6px 3px;
	font-size: 1.4em;
	line-height: 1.2;
}

#footer .fLogo {
	margin-bottom: 9px;
}

#footer .fLogoBox {
	float: left;
	width: 420px;
}

#footer .fLogoBox p {
	word-break: break-all;
}

#footer .fNavi {
	margin-top: 13px;
	float: right;
	width: 556px;
}

#footer .fNavi li {
	padding-left: 40px;
	float: left;
	width: 172px;
	line-height: 1;
	border-left: 1px solid #FAF6F0;
}

#footer .fNavi .subNavi li {
	padding: 0 0 9px;
	border-left: none;
}

#footer .fNavi li a {
	padding-left: 11px;
	font-size: 1.2em;
	color: #FBF8F4;
	text-decoration: none;
	display: inline-block;
	background: url(../image/icon_white.png) no-repeat left center;
}

#footer .fNavi li a:hover {
	text-decoration: underline;
}

#footer .copyright {
	margin: 0;
	clear: both;
	font-size: 1.2em;
	text-align: right;
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	padding: 20px 0;
	margin-bottom: 19px;
	clear: both;
	background: url(../../image/main_img.jpg) no-repeat center top;
}

.mainVisual .subBox {
	margin: 0 auto;
	width: 986px;
}

.mainVisual .tabPanel {
	display: none;
}

.mainVisual .tabPanel01 {
	display: block;
}

.mainVisual .tabPanel03 {
	position: relative;
}

.mainVisual .tabPanel03 .form01 {
	position: absolute;
	left: 60px;
	top: 172px;
}

.mainVisual .tabPanel03 .form02 {
	position: absolute;
	left: 288px;
	top: 172px;
}

.mainVisual .tabUl {
	margin-left: 10px;
}

.mainVisual .tabUl li {
	margin-right: 5px;
	float: left;
}

.mainVisual iframe {
	width: 985px;
	height: 380px;
}

.photo {
	position: relative;
}

.photo span {
	position: absolute;
	right: 8px;
	bottom: 11px;
}

/*------------------------------------------------------------
	sideLogin
------------------------------------------------------------*/
.sideLogin {
	position: fixed;
	right: 0px;
	top: 25%;
}

/*------------------------------------------------------------
	pagetop
------------------------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	right: 110px;
	bottom: 97px;
}