@charset "UTF-8";


body {
	background: url(../img/bg.jpg) repeat-x 0px -40px;
}


/* ----- 全体 ----- */

#container {
	width: 100%;
	min-width: 307px;
}

/* ===== ----- ヘッダー ----- ===== */

#menuBg {
	width: 100%;
	background: url(../img/sp_menu_bg.gif) repeat-x 0px bottom;
	padding-bottom: 6px;
}

#headArea {
	padding: 0px 10px;
}

.headTxt {
	font-size: 70%;
	color: #666666;
	text-align: center;
	padding-top: 20px;
}

#headLogo {
	background: url(../img/head_logo.png) no-repeat 0px 0px;
	background-size: contain;
	width: 260px;
	height: 40px;
	text-indent: -9999px;
	margin: 2px auto 8px auto;
}

#headLogo a {
	display: block;
	width: 271px;
	height:56px;
}

#headTel {
	width: 220px;
	text-align: center;
	margin: 5px auto 5px auto;
}

#headTel img {
	width: 95%;
	height: auto;
	padding: 6px 0px;
}

/* ===== ----- 上メニュー ----- ===== */

#topMenu {
	display: none;
	width: 100%
	margin: 0px auto;
}

#topMenu li {
	width: 100%;
	border-bottom: 1px solid #f0f4e7;
}

#topMenu li a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 5px 0px;
}

#topMenu li a:hover {
	text-decoration: underline;
}

.spMenu {
	width:90%;
	text-align:center;
	margin: 10px auto 15px auto;
	border:1px solid #95b760;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.topMenuttl {
	background: #578a06 url(../img/sp_menu_ico.png) no-repeat right center;
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 8px 0px;
	border-bottom: 1px solid #e3ecd5;
}

#openBtn {
	color: #ffffff;
}


/* ===== ----- メイン ----- ===== */

.mainArea {
	width: 90%;
	padding: 0px 5%;
}

.mainLt {
	padding-bottom: 20px;
}

#h1Ttl {
	width: 100%;
	height: 120px;
	text-indent: -9999px;
	margin: 20px auto 30px auto;
}

.mainTtl {
	background: url(../img/ttl_bg650.gif) no-repeat 0px 0px;
	width: 90%;
	min-height: 36px;
	font-size: 100%;
	margin-bottom: 16px;
	padding: 16px 5% 0px 5%;
}
.mainTtlS {
	margin-bottom: 15px;
  padding: 0 0 5px;
  color: #154f2a;
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #e1dcd5;
}


.detailTable {
	width: 100%;
	font-size: 90%;
	line-height: 160%;
	color: #442909;
	border-collapse: collapse;
}

.detailTable td,
.detailTable th {
	background-color: #ffffff;
	padding: 7px 15px;
	border: 1px solid #d5c5b3;
}

.detailTable th {
	width: 40%;
	background-color: #f3efe8;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	margin-bottom: 2px;
}

.toTopBtn {
	clear: both;
}

.toTopBtn a {
	display: block;
	background-color: #e3f1fe;
	margin: 40px 0px 0px 0px;
	padding: 20px 20px;
}

.fullImg {
	width: 100%;
	height: auto;
}

.bnArea li {
	text-align: center;
	padding-bottom: 12px;
}

.list_def {
  
}

/* ===== ----- フッタメニュー ----- ===== */

#footAreaBg {
	background-color: #88ca21;
	width: 100%;
	margin-top: 30px;
}

#footArea {
	width: 90%;
	margin: 0px auto;
	padding: 0px 5%;
}

#footLt {
	padding: 30px 0px 20px 0px;
	color: #ffffff;
}

.footMenu {
	margin: 0px 0px 10px 0px;
}

.footMenu li {
	display: block;
	float: left;
	font-size: 80%;
	color: #ffffff;
	line-height: 120%;
	margin: 4px 0px;
	padding: 0px 10px;
	border-left: 1px solid #ecfed1;
}

.footMenu li a {
	color: #ffffff;
	text-decoration: none;
}

.footMenu li:first-child {
	background: url();
	border-left: none;
}

#copyright {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 80%;
	color: #ffffff;
	text-align: center;
	padding: 10px 5%;
}