@charset "UTF-8";


/* --------------------------------------------------------------------------------------
 全体的なスタイル
--------------------------------------------------------------------------------------- */

body { 
	color: #333333; 
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,sans-serif; 
	font-size: 26px; 
	line-height: 1.5; 
	background: none repeat scroll 0% 0% #F7F4F2; 
}

input, 
textarea, 
select { 
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,sans-serif; 
	font-size: 100%; 
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 { 
	font-size: 100%; 
	font-weight: normal; 
}

body, 
div, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
dl, 
dt, 
dd, 
ul, 
ol, 
li, 
p, 
caption, 
form, 
fieldset, 
legend, 
input, 
textarea, 
select, 
option, 
label { 
	margin: 0px; 
	padding: 0px; 
}

body { 
	background: none repeat scroll 0% 0% #F7F4F2; 
}

img, 
table { 
	border: medium none; 
}

img { 
	vertical-align: bottom; 
}

ol, 
ul { 
	list-style: none outside none; 
}

a { 
	outline: medium none; 
}


/* --------------------------------------------------------------------------------------
 テキストリンク
--------------------------------------------------------------------------------------- */

a {
	outline: none;
}

.ui-body-c .ui-link:link {
    color: #336C14;
    text-decoration: none;
}
.ui-body-c .ui-link:visited {
    color: #336C14;
    text-decoration: none;
}
.ui-body-c .ui-link:active {
    color: #336C14;
    text-decoration: none;
}


/* --------------------------------------------------------------------------------------
 clear
--------------------------------------------------------------------------------------- */

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

/* --------------------------------------------------------------------------------------
 アコーディオン
--------------------------------------------------------------------------------------- */

.list dl.acordion{
 	margin: 20px 0px 0 0px;
 }
 
 .list dt.trigger {
	 background: #346C15 ;
	 text-align: left;
	 border-top: 2px solid #48961F;
	 border-bottom: 2px solid #22460F;
	 color: #000;
	 margin-bottom: 0;
	 padding:  24px 26px 25px 26px;
 }
 
 .list dt.trigger span.open-close {
	 background: url(../img/off.png) no-repeat right top;
	 float: right;
	 width: 26px;
	 height: 16px;
	 text-indent: -9999em;
	 margin-top: 11px;
 }
 
 .list dt.active span.open-close {
	 background: url(../img/on.png) no-repeat right top;
	 float: right;
	 width: 26px;
	 height: 17px;
	 margin-top: 11px;
 }   
 
 .list dd.acordion_tree{
	 padding: 12px 16px 0 26px;
	 border-top: none;
 }


.list2 dl.acordion{
 	margin: 20px 0px 0 0px;
 }
 
 .list2 dt.trigger {
	 background: #346C15 ;
	 text-align: left;
	 border-top: 2px solid #48961F;
	 border-bottom: 2px solid #22460F;
	 color: #000;
	 margin-bottom: 0;
	 padding:  28px 26px 29px 26px;
 }
 
 .list2 dt.trigger span.open-close {
	 background: url(../img/off.png) no-repeat right top;
	 float: right;
	 width: 26px;
	 height: 16px;
	 text-indent: -9999em;
	 margin-top: 9px;
 }
 
 .list2 dt.active span.open-close {
	 background: url(../img/on.png) no-repeat right top;
	 float: right;
	 width: 26px;
	 height: 17px;
	 margin-top: 9px;
 }   
 
 .list2 dd.acordion_tree{
	 padding: 12px 16px 0 26px;
	 border-top: none;
 }

/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

header {
	background: #ffffff;
	border-top: solid #346C15 10px;
}

header .logo {
	width: 254px;
	height: 46px;
	padding: 10px 0 10px 14px;
	float: left;
}

header .pc_link {
	width: 134px;
	height: 46px;
	float: right;
	padding: 10px 14px 10px 0;
}

/* --------------------------------------------------------------------------------------
 お問い合わせ
--------------------------------------------------------------------------------------- */

address { 
	width: 624px; 
	margin: 14px auto 0px; 
	padding-bottom: 13px; 
	border: 2px solid #949494; 
	border-radius: 5px 5px 5px 5px; 
	background: none repeat scroll 0% 0% #ffffff; 
	text-align: center;
}

address .contact_ttl { 
    background: -moz-linear-gradient(top #848484, #666666);
    background: -webkit-gradient(linear, left top, left bottom, from(#848484), to(#666666));
    margin: 0 0 14px 0;
}

address .contact_ttl img{
	margin: 6px 0 6px;
} 

address .contact_btn{
	margin: 12px 0 0;
}

/* --------------------------------------------------------------------------------------
 TOPコンテンツ
--------------------------------------------------------------------------------------- */

.top_navi {
	width: 630px;
	margin: 13px auto 0px;
}

.top_navi li {
	float: left;
	margin: 4px 3px 0px 0px;
}



/* --------------------------------------------------------------------------------------
 ナビゲーション
--------------------------------------------------------------------------------------- */


nav .jirei_wrap {
	width: 630px;
	margin: 20px auto 0px;
}

nav ul{
	margin: 20px 0 0 0;
	 border-bottom: 1px solid #ccc;
 }
nav ul li{
	 background: -webkit-gradient(linear, left top, left bottom, from(#F7F4F2), to(#e8e5e3));
	 background: linear-gradient(#F7F4F2, #e8e5e3);
	 border-bottom: 2px solid #c9c9c9;
	 border-top: 2px solid #c9c9c9;
	 margin: 0;
 }
nav ul li a{
	 color: #333;
	 display: block;
	 margin: 0;
	 padding: 0 0 0 38px;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 text-decoration: none;
	 font-weight: bold;
	 white-space: nowrap;
	 background: url('../img/navi_yaji.png') no-repeat scroll 591px center transparent; 
 }

nav ul li a h2{
	padding: 30px 0 30px 0;
}


/* --------------------------------------------------------------------------------------
 下層ページ
--------------------------------------------------------------------------------------- */

/* ぱんくずリスト --------------------------------------------------------------------- */

.pankuzu {
	background: #E4E4E4;
	margin: 8px 0 0 0;
}
.pankuzu p{
	font-size: 24px;
	margin: 0 0 0 5px;
	padding: 4px 0 10px 0;
}

/* --------------------------------------------------------------------------------------
 フォーム
--------------------------------------------------------------------------------------- */

.form_txt_red {
	color:#FF0000;
}

.form_txt_hissu {
	color:#FF0000;
	margin-left:14px;
	font-weight:bold;
}

.form_ttl {
	background: #336C14;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-shadow: 0px 2px 0px #000;
	margin: 20px 0 10px 0;
	padding: 10px 0 ;
}

#form_wrap {
	font-size: 26px;
}

/* Put your custom CSS here */

.ui-controlgroup-label {
	font-size: 26px;
	line-height: 1.4;
	font-weight: normal;
	margin: 0 0 .4em;
	display: block;
}

label.ui-input-text {
	font-size: 26px;
	line-height: 1.4;
	display: inline-block;
	font-weight: normal;
	margin: 0 0 .3em;
}

.ui-controlgroup .ui-checkbox label, .ui-controlgroup .ui-radio label {
	font-size: 26px;
}

.ui-btn-inner {
	font-size: 26px;
	white-space: nowrap;
}

input.ui-input-text, textarea.ui-input-text {
	background-image: none;
	padding: .4em;
	margin: .5em 0;
	line-height: 1.4;
	font-size: 26px;
	display: inline-block;
	width: 100%;
	outline: 0;
}

.ui-field-contain label.ui-input-text {
vertical-align: top;
display: inline-block;
margin: 0;
}



.ui-br {
	border-bottom: none;
}

.ui-btn {
	display: block;
	text-align: center;
	cursor: pointer;
	position: relative;
	margin: .5em 0;
	padding: 0;
}


.ui-body-c, .ui-overlay-c {
	color: #333;
	text-shadow: none;
}

.ui-body-c .ui-link {
	color: #336C14;
	font-weight: bold;
}








.ui-btn-icon-left > .ui-btn-inner > .ui-icon, .ui-btn-icon-right > .ui-btn-inner > .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -18px;
}

input.ui-input-text, textarea.ui-input-text, .ui-input-search {
display: inline-block;
}

.ui-icon {
	width: 36px;
	height: 36px;
	background: #666;
	background: #999;
	background-image: url("../icons-36-white.png");
	background-repeat: no-repeat;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
}
}

.ui-select .ui-btn-icon-right .ui-icon {
	right: 20px;
}



.ui-icon-test2 {
	background-position: -431px 50%;
	background-image: url("../icons-36-white.png");
}


.ui-icon-arrow-d {
	background-position: -432px 50%;
	background-image: url("../icons-36-white.png");
}

.ui-icon-radio-off {
	background: #E7E7E7;
	background-position: -1512px 50%;
}

.ui-icon-radio-on {
	background-position: -1436px 50%;
}

.ui-checkbox .ui-btn-icon-left .ui-btn-inner, .ui-radio .ui-btn-icon-left .ui-btn-inner {
	padding-left: 60px;
}

.ui-icon-checkbox-off {
	background: #E7E7E7;
	background-position: -1368px 50%;
}

.ui-icon-checkbox-on {
	background-position: -1298px 50%;
}

.ui-checkbox .ui-icon, .ui-selectmenu-list .ui-icon {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.ui-checkbox .ui-btn-icon-left .ui-btn-inner, .ui-radio .ui-btn-icon-left .ui-btn-inner {
	padding-left: 70px;
}


.ui-btn-icon-left .ui-icon {
	left: 20px;
}




.ui-icon-test {
	background-image: url("../icons-36-white.png");
	background-position: -216px 50%;
}

select {
	font-size: 30px;
}

.ui-checkbox-on .ui-icon, .ui-radio-on .ui-icon {
	background-color: #336C14;
}

.ui-field-contain .ui-controlgroup-controls {
width: 612px;
display: inline-block;
}

.ui-field-contain .ui-select {
width: 612px;
display: inline-block;
}

.ui-field-contain label.ui-input-text {
vertical-align: top;
display: inline-block;
width: 100%;
margin: 0 2% 0 0;
}

.ui-field-contain .ui-controlgroup-label {
vertical-align: top;
display: inline-block;
width: 100%;
margin: 0 2% 0 0;
}



/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

footer .totop {
	text-align: right;
	margin:20px 11px 0 0;
}

footer .inner {
	border-top: double #999999;
	padding: 0 0 0 14px;
}

footer .inner img{
	margin: 8px 0 8px 0;
}

footer .copy {
	margin: 8px 0 0 0 ;
	background-color: #346C15;
	color: #ffffff;
	font-size: 70%;
	text-align: center;
}