@charset "utf-8";
/**
//=========================================//
//--------------基本設定-------------------//
//=========================================//
*/


body {
	font-family:"HiraKakuProN-W3", "HelveticaNeue";
	line-height:1.5em;
	-webkit-text-size-adjust:none;
	color : #444444;
}
* {
	margin : 0;
	padding : 0;
}
html {
	line-height : 140%;
	font-size : 87%;
}
/**
//=========================================//
//--------------nav btn-------------------//
//=========================================//
*/


#icn_menu_bar {
	display:block;
	background : #317320;
	height : 19px;
}
.icn_menu_txt {
	text-align : center;
	font-weight : bold;
	font-size : 14px;
	color:#ffffff;
	line-height : 1.3em;
}
#icn_menu_underbar {
	display:block;
	background : #317320;
	height : 18px;
}
#icn_menu {
	margin:10px 0 0 8px;
}
#icn_menu li {
	text-align:center;
	width:33%;
	font-size:12px;
	line-height:1em;
	margin-bottom:10px;
	float:left;
}
#icn_menu li a {
	color : #555555;
}
#icn_menu li a:hover {
	color : #555555;
}
/**
//=========================================//
//--------------main-------------------//
//=========================================//
*/

article {
	margin : 0 0 20px 0;
}
.article_contents {
	display:block;
	background : -webkit-gradient(linear, left center, right center, from(#317320), to(#59C036));
	background-color:#317320;
	margin-bottom:0px;
}
.article_contents h1 {
	color : #ffffff;
	padding : 5px 0 5px 10px;
	font-size : 18px;
	margin : 10px 10px 0 0;
}
.article_contents02 {
	display:block;
	background : -webkit-gradient(linear, left center, right center, from(#3261BF), to(#fbc500));
	height : 27px;
}
.article_contents02 h1 {
	color : #ffffff;
	padding : 4px 0 0 10px;
	font-size : 17px;
	margin : 10px 10px 0 0;
}
.section_wrap {
	margin : 8px 10px 17px 10px;
}
.section_wrap2 {
	margin : 5px 10px 20px 10px;
}
.clear {
	clear:both;
}
div.clear {
	height:0px;
	line-height:0;
	font-size:0;
}
.clear2 {
	clear:both;
}
div.clear2 {
	height:0px;
	line-height:0;
	font-size:0;
	margin-bottom:20px;
}
.txt {
	margin-bottom:15px;
}
.txt2 {
	margin-bottom:20px;
}
.section_b h1 {
	display:block;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	background:
 -webkit-gradient(linear, center top, center bottom, from(#c4e9fb), to(#4fa5b1));
	color:#426cb9;
	font-size:14px;
	letter-spacing:2px;
	padding : 3px 0 0 20px;
	margin : 30px 20px 0 20px;
}
.section_b h2 {
	margin : 10px 0 0px 20px;
	foant-size : 13px;
	font-weight : bold;
	color : #3261bf;
	border-width : 0 0 1px 0;
	border-color : #3261bf;
	border-style:dotted;
}
.section_b p {
	margin : 10px 20px 0 20px;
}
.line_dotted {
	border-width : 0 0 1px 0;
	border-color:#060;
	border-style:dotted;
	margin : 20px 20px 0 20px;
}
.section_wrap h2 {
	margin:5px 0 0 0;
	foant-size:13px;
	font-weight: bold;
	color :#060;
	border-width:0 0 1px 0;
	border-color:#060;
	border-style:dotted;
}
.section_wrap h2.kakumaru {
	display:block;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	background:
 -webkit-gradient(linear, center top, center bottom, from(#F9FACF), to(#DBFDB5));
	color:#060;
	font-size:16px;
	letter-spacing:2px;
	padding : 3px 0 3px 20px;
	margin : 10px 20px 0 20px;
	font-weight : bold;
	border:none;
}
.section_wrap h3 {
	margin:5px 0 0 0;
	foant-size:12px;
	font-weight: bold;
}
/*===========================
　レイアウト関係
===========================*/
.halfLeft {
	width:48%;
	float:left;
}
.halfRight {
	width:48%;
	float:right;
}
/*===========================
 テキスト関係
===========================*/

a {
	color : #3366cc;
}
.txt_blue {
	color : #3261BF;
}
.txt_green {
	color : #0aad21;
}
.txt_red {
	color : #FF0000;
}
.txt_blue2 {
	color:#2F44D7;
}
.txt_green2 {
	color:#3E831D;
}
.txt_orange2 {
	color:#F28500;
}
.txt_red2 {
	color:#BF0000;
}
.txt_blue2_b {
	color:#2F44D7;
	font-weight:bold;
}
.txt_green2_b {
	color:#3E831D;
	font-weight:bold;
}
.txt_orange2_b {
	color:#F28500;
	font-weight:bold;
}
.txt_red2_b {
	color:#BF0000;
	font-weight:bold;
}
.txt_110p {
	font-weight:bold;
	font-size:110%;
	line-height:110%;
}
.txt_120p {
	font-weight:bold;
	font-size:110%;
	line-height:110%;
}
.txt_blue2_110p {
	color:#2F44D7;
	font-weight:bold;
	font-size:110%;
	line-height:110%;
}
.txt_green2_110p {
	color:#3E831D;
	font-weight:bold;
	font-size:110%;
	line-height:110%;
}
.txt_orange2_110p {
	color:#F28500;
	font-weight:bold;
	font-size:110%;
	line-height:110%;
}
.txt_red2_110pb {
	color:#BF0000;
	font-weight:bold;
	font-size:110%;
	line-height:110%;
}
.txt_blue2_120p {
	color:#2F44D7;
	font-weight:bold;
	font-size:120%;
	line-height:120%;
}
.txt_green2_120p {
	color:#3E831D;
	font-weight:bold;
	font-size:120%;
	line-height:120%;
}
.txt_orange2_120p {
	color:#F28500;
	font-weight:bold;
	font-size:120%;
	line-height:120%;
}
.txt_red2_120pb {
	color:#BF0000;
	font-weight:bold;
	font-size:120%;
	line-height:120%;
}
.atama {
	padding-left:1em;
	text-indent:-1em;
}
.atama2 {
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:15px;
}
.txt_center {
	text-align:center;
}
.txt_right {
	text-align:right;
}
.txt_left {
	text-align:left;
}
.bold_txt {
	font-weight : bold;
}
.txt12p {
	font-size:12px;
}

.img_common {
	margin : 10px 20px 0 50px;
	border-color : #cccccc;
	border-style : solid;
	border-width : 1px;
	padding : 2px;
}
ul.liReseter {
	line-height:1.8em;
	margin-left:15px;
}
ul.liReseter li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}
ul.liReseterFloat {
	line-height:1.8em;
	margin-left:15px;
}
ul.liReseterFloat li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding:0 40px 0 0;
	float:left;
}
ol.liReseter {
	line-height:1.8em;
	margin-left:20px;
}
ol.liReseter li {
	display:list-item;
	list-style-type:decimal;
	list-style-position: outside;
	padding-left:-10px;
}
/*===========================
 ul画像
===========================*/

ul.liOrange {
	margin:5px 0 10px 0;
}
ul.liOrange li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 30px;
	background-image:url(../img/common/clip_li_orange.gif);
	background-position:10px 8px;
	background-repeat:no-repeat;
	line-height:2em;
}
ul.liOrangeFlt {
	margin:5px 0 10px 0;
}
ul.liOrangeFlt li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 20px 0 30px;
	background-image:url(../img/common/clip_li_orange.gif);
	background-position:10px 8px;
	background-repeat:no-repeat;
	line-height:2em;
	float:left;
}
ul.liKimidori {
	margin:5px 0 10px 0;
}
ul.liKimidori li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 30px;
	background-image:url(../img/common/clip_li_kimidori.gif);
	background-position:10px 8px;
	background-repeat:no-repeat;
	line-height:2em;
}
ul.liKimidoriFlt {
	margin:5px 0 10px 0;
}
ul.liKimidoriFlt li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 20px 0 30px;
	background-image:url(../img/common/clip_li_kimidori.gif);
	background-position:10px 8px;
	background-repeat:no-repeat;
	line-height:2em;
	float:left;
}
ul.liCheck {
	margin:5px 0 10px 0;
}
ul.liCheck li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 30px;
	background-image:url(../img/common/icn_check.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	line-height:2em;
}
ul.liPdf {
	margin:5px 0 10px 0;
}
ul.liPdf li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 30px;
	background-image:url(../img/common/pdficon_small.png);
	background-position:2px 5px;
	background-repeat:no-repeat;
	line-height:2em;
}
/*===========================
faq
===========================*/

dl.faqDl {
	margin:5px 0 0 0;
}
dl.faqDl dt {
	padding:5px 0 8px 38px;
	background-image:url(../img/common/icn_q.gif);
	background-position:left 4px;
	background-repeat:no-repeat;
	font-size:116%;
	color:#DD890B;
}
dl.faqDl dd {
	padding:0 15px 22px 38px;
	background-image:url(../img/common/icn_a.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
/*===========================
history
===========================*/

dl.history {
	margin:0 0 10px 0;
	padding:0;
}
dl.history dt {
	float: left;
	clear:left;
	width: 80px;
	margin:0;
	padding: 6px 0 7px 4px;
}
dl.history dd {
	margin:0;
	padding: 6px 15px 7px 84px;
	border-bottom:#cccccc dotted 1px;
}
/*===========================
img関係
===========================*/

.imgFrame {
	border: 1px solid #CCC;
	padding: 4px;
	background-color:#F7F7F7;
}
.imgFloatLeft {
	margin:0 20px 10px 0;
	float:left;
}
.imgFloatRight {
	margin:0 0 10px 20px;
	float:right;
}
.imgCenter {
	text-align:center;
	margin-bottom:0px;
}
.imgCenter2 {
	text-align:center;
	margin-bottom:5px;
}
.imgCenter3 {
	text-align:center;
	margin-bottom:15px;
}
.imgCenterTxt {
	width:270px;
	margin:0 auto 15px auto;
}
.imgCenterTxt200px {
	width:200px;
	margin:0 auto 15px auto;
}
/*=========================== 
テーブル関係
===========================*/

table.nomal_table {
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	margin-bottom:30px;
	margin:0 0 5px 0;
	width:100%;
	border-collapse: collapse;
}
table.nomal_table th {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:bold;
	background-color:#6C9E21;
	color:#FFFFFF;
	text-align:left;
	vertical-align:middle;
}
table.nomal_table th.th_center {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:bold;
	background-color:#6C9E21;
	color:#FFFFFF;
	text-align:center;
}
table.nomal_table td {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#FFFFFF;
	text-align:left;
	vertical-align:top;
}
table.nomal_table td.td_right {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#FFFFFF;
	text-align:right;
	vertical-align:top;
}
table.nomal_table td.td_center {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}
table.nomal_table td.td_center_F1FAE4 {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#F1FAE4;
	text-align:center;
	vertical-align:middle;
}
table.nomal_table td.td_center_FFF4F4 {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#FFF4F4;
	text-align:center;
	vertical-align:middle;
}
.nomal_table ul {
	line-height:1.8em;
	margin-left:15px;
}
.nomal_table ul li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}
table.small_table {
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	margin-bottom:30px;
	margin:0 0 5px 0;
	width:100%;
	border-collapse: collapse;
}
table.small_table th {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:bold;
	background-color:#6C9E21;
	color:#FFFFFF;
	text-align:left;
	vertical-align:middle;
	font-size:10px;
}
table.small_table th.th_center {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:bold;
	background-color:#6C9E21;
	color:#FFFFFF;
	text-align:center;
	font-size:10px;
}
table.small_table td {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#FFFFFF;
	text-align:left;
	vertical-align:top;
	font-size:10px;
}
table.small_table td.td_right {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#FFFFFF;
	text-align:right;
	vertical-align:top;
	font-size:10px;
}
table.small_table td.td_center {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	font-size:10px;
}
table.small_table td.td_center_F1FAE4 {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#F1FAE4;
	text-align:center;
	vertical-align:middle;
	font-size:10px;
}
table.small_table td.td_FFFDF7 {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#FFFDF7;
	vertical-align:middle;
	font-size:8px;
}
table.small_table td.td_center_FFF4F4 {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#FFF4F4;
	text-align:center;
	vertical-align:middle;
	font-size:8px;
}
table.small_table td.td_FFF4F4 {
	padding:6px;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-weight:normal;
	background-color:#FFF4F4;
	vertical-align:middle;
	font-size:8px;
}
.small_table ul {
	line-height:1.8em;
	margin-left:15px;
}
.small_table ul li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}
td.nowrap {
	white-space: nowrap;
}
.listTableLite {
	font-size:14px;
	margin: 0 0 2em 0;
	padding: 0;
}
.listTableLite > * {
	padding: .5em 10px;
}
.listTableLite > li {
	border-bottom: 1px dotted #CCCCCC;
	list-style: none;
}
.listTableLite > dt {
	padding: .5em 10px .25em 10px;
	color:#79AC2D;
	font-weight: 700;
}
.listTableLite > dd {
	border-bottom: 1px dotted #CCCCCC;
	padding: .25em 10px .5em 10px;
}
.listTableLite a {
	text-decoration: none;
}
/*テーブル横スクロール*/
table {
	width:100%;
}
.scroll {
	overflow: auto;
　　　　/*tableをスクロールさせる*/
white-space: nowrap;
　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar {
　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track {
　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
/*===========================
contact txt banner
===========================*/

.txtBnr a {
	display:block;
	width:80%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #cdcdcd;
	background:url(../img/common/arrow_orange.png) no-repeat left center, -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#dedede));
	background-position:94%;
	/*color:#1A8F10;*/
color:#FA9601;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
	padding:12px 12px 12px 12px;
	margin:0 auto 15px auto;
}
.txtBnrNoBottom a {
	display:block;
	width:80%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #8bb941;
	background:url(../img/common/arrow_orange.png) no-repeat left center, -webkit-gradient(linear, center top, center bottom, from(#86b984), to(#046e00));
	background-position:94%;
	/*color:#1A8F10;*/
color:#FA9601;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
	padding:12px 12px 12px 12px;
	margin:0 auto 0 auto;
}
.txtBnrToPc a {
	display:block;
	width:80%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #cdcdcd;
	background:url(../img/common/icn_topc.png) no-repeat left center, -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#dedede));
	background-position:94%;
	/*color:#1A8F10;*/
color:#FA9601;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
	padding:12px 12px 12px 12px;
	margin:0 auto 15px auto;
}
/**
//=========================================//
//--------------PageTop-------------------//
//=========================================//
*/



#toPageTop {
	clear:both;
	float:right;
	margin:20px 5px 20px 0;
}
#toPageTop a {
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#445566;
	background:url(../img/common/gototop.png) no-repeat right center;
	-webkit-background-size:20px 20px;
	padding-right:25px;
}
/**
//=========================================//
//--------------footer-------------------//
//=========================================//
*/

footer {
	margin : 0 0 5px 0;
	clear:both;
	padding:0 0 0x 0;
}
footer p.toppage a {
	display:block;
	float:left;
	width:78px;
	height:27px;
	border:1px solid #a4adb1;
	-webkit-border-radius:6px;
	background:no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e6ea));
	-webkit-background-size:19px 16px, auto;
	font-size:10px;
	font-weight:bold;
	color:#4b5b6b;
	margin:10px 0 10px 10px;
}
footer p.toppage span {
	display:block;
	margin:4px 0 0 24px;
}
footer p.toPc a {
	display:block;
	float:right;
	width:78px;
	height:27px;
	border:1px solid #a4adb1;
	-webkit-border-radius:6px;
	background:url(../img/common/hd_ico_pc.png) no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e6ea));
	-webkit-background-size:19px 16px, auto;
	font-size:10px;
	font-weight:bold;
	color:#4b5b6b;
	margin:10px 10px 0 10px;
}
footer p.toPc span {
	display:block;
	margin:4px 0 0 30px;
}
#line {
	border-width : 0 0 1px 0;
	border-style : solid;
	border-color :#060;
	margin : 5px 0 0 0;
}
address {
	color : #555555;
	text-align : center;
	font-style : normal;
	padding : 2px 0 0 0;
	font-size : 12px;
}
/*　他　*/


.wrapTextFrame01 {
	padding:15px;
	border:#982E5E 3px double;
	margin-bottom:20px;
}
.wrapTextFrame02 {
	padding:15px;
	border:#FC0 3px double;
	margin-bottom:20px;
}
.wrapTextFrameYG {
	padding:15px;
	border:#8EBF1C 3px double;
	margin-bottom:20px;
}
.wrapTextFrame04 {
	padding:15px;
	border:#E4F8B4 3px double;
	margin-bottom:20px;
}
.wrapTextFrame05 {
	padding:15px;
	border:#BBE37D 3px double;
	margin-bottom:20px;
}
.wrapTextFrame06 {
	padding:15px;
	border:#cecece 3px double;
	margin-bottom:20px;
}
.wrapTextFrame07 {
	padding:15px;
	border:#578CE6 3px double;
	margin-bottom:20px;
}
.pagetop {
	text-align:right;
}
.txtPadding {
	display:block;
	margin:0 auto;
	width:80%;
	text-align:left;
	margin-bottom:15px;
}
