@charset "UTF-8";

/* 
====================================================================================================
■ common class
---------------------------------------------------------------------------------------------------- */
/* 準備中 */
.txt_not_ready {
	padding: 80px 0;
	text-align: center;
	font-weight: bold;
	font-size: large;
}

.tt01{
background: url(../common_img/h3_bg04.png) no-repeat 0 0px,url(../common_img/h3_bg02.png) repeat-x 0 bottom;
color:#005f05;
padding:12px 0px 12px 20px ;
font-size:110%;
margin-bottom:20px;
line-height:15px;
border:solid 2px #dcd9b6;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

.tt_02{
padding:0px 0px 20px 20px ;
font-size:170%;
font-family : "ＭＳ 明朝",sans-serif;
color:#c49843;
}

.tt_03{
padding:0px 0px 10px 10px ;
font-size:150%;
font-family : "ＭＳ 明朝",sans-serif;
color:#977c5b;
margin-bottom:10px;
background: url(../common_img/border_ptn01.gif) repeat-x 0 bottom;
}


/* メインタイトル
-------------------------------------------------- */
#main_tit {
	text-align: center;
	padding-top:14px;
}

/* パンくずリスト
-------------------------------------------------- */
#pan {
	margin:17px 0px 30px 10px;
	line-height: 28px;
}
	#pan li {
		display: inline;
	}
		#pan li:before {
			content: "　>> ";
		}
		#pan li.first:before {
			content: "";
		}

/* inner
-------------------------------------------------- */
.inner10 {
	padding: 0 10px;
}

/* table_style
-------------------------------------------------- */
.table_style {
	margin: 0 10px;
}
	.table_style table {
	        margin: 10px auto;
		border-top: 1px solid #aaa;
		border-right: 1px solid #aaa;
	}
		.table_style table th,
		.table_style table td {
			padding: 10px;
			border-bottom: 1px solid #aaa;
			border-left: 1px solid #aaa;
		}
		.table_style table th {
			width: 28%;
			background: url(../common_img/bg_ptn_mono.gif);
			vertical-align: top;
			text-align: left;
		}
			.table_style table td .w350 {
				width: 380px;
			}



.table_style02 {
	margin: 0 10px;
}
	.table_style02 table {
		border:solid 4px #eee;
	}
		.table_style02 table th,
		.table_style02 table td {
			padding: 5px 10px;
			border: 1px solid #fff;
		}
		.table_style02 table th {
			vertical-align: top;
			text-align: left;
			color:#2f7490;
			background:#8bddff;
		}

		.table_style02 table td {
			background:#f8f8f8;
			text-align: right;
			border-bottom: 1px solid #ccc;
		}


p.hissu{
 background:url(../common_img/icon_05.gif) no-repeat left 2px;
 margin: 0;
 padding:0px 0px 0px 40px ;
}

p.nini{
 background:url(../common_img/icon_07.gif) no-repeat left 2px;
 margin: 0;
 padding:0px 0px 0px 40px ;
}

/* 
====================================================================================================
■ 中身
--------------------------------------------------------------------------------------------------*/
.intro{
overflow: hidden;
margin: 0px auto 0px;
}


.st_txt{
 background:url(../common_img/tt_bg.gif) no-repeat left 0px;
 margin: 0 0 10px 0;
 font-weight:bold;
 font-size:110%;
 border-bottom:dotted 1px #ccc;
 padding:0px 0px 0px 20px ;
}

.st_txt02{
 background:url(../common_img/icon_01.gif) no-repeat left 0px;
 margin: 0 0 5px 0;
 font-weight:bold;
 font-size:100%;
 line-height:15px;
 border-bottom:dotted 1px #ccc;
 padding:0px 0px 5px 20px ;
}

/* 
====================================================================================================
■ faq
--------------------------------------------------------------------------------------------------*/

ul.ques{
 list-style-type: none;
 margin: 0px 10px 40px;
 line-height: 1.5;
}

ul.ques li{
}

ul.ques li a{
 color:#646464;
}

#contents ul.ques li a.lin{
 color:#ff5a00;
}


ul.ques li.que{
 background:#f3f3f3 url(../common_img/q_icon_q.gif) no-repeat 5px 5px;
 padding:10px 0px 10px 40px;
 border-bottom:dotted 1px #ccc;
 color:#8f8f8f;
}

ul.ques li.que02{
 background:#e6e6e6 url(../common_img/q_icon_q.gif) no-repeat 5px 5px;
 padding:10px 0px 10px 40px;
 border-bottom:dotted 1px #ccc;
 color:#8f8f8f;
}


ul.ques li.ans{
 background: url(../common_img/q_icon_a.gif) no-repeat 5px 5px;
 padding:10px 0px 10px 40px;
 border-bottom:dotted 1px #ccc;
 margin-bottom: 20px;
}

ul.ques li.pag{
 text-align:right;
 margin-bottom: 50px;
}

/* 
====================================================================================================
■ recycle
--------------------------------------------------------------------------------------------------*/
.recyle_box{
 padding:20px;
 width:440px;
}

.pri_box{
 width:480px;
 margin:0px 0px 0px 10px ;
}

