@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_bg.png) no-repeat 0 0;
color:#333;
padding:8px 0px 12px 20px ;
font-size:110%;
line-height:25px;
margin-bottom:10px;
}

.tt02{
background: url(../common_img/h3_bg02.png) no-repeat 0 0;
color:#fff;
padding:8px 0px 12px 20px ;
font-size:120%;
line-height:25px;
margin-bottom:10px;
}



.tt05{
background: url(../common_img/tt_bg.gif) no-repeat 0 center;
border-bottom:solid 1px #d7f0ac;
padding:4px 0px 5px 20px ;
color:#ffae00;
font-weight:bold;
font-size:220%;
margin:0px 0px 5px;
}


/* メインタイトル
-------------------------------------------------- */
#main_tit {
	text-align: left;
	padding-top:14px;
	padding:30px 0px 13px 0px ;
	font-weight:bold;
	font-size:200%;
	color:#fff;
	line-height:40px;
	text-shadow:1px 1px 1px #999;
}

/* パンくずリスト
-------------------------------------------------- */
#pan {
	margin:17px 0px 30px 10px;
	line-height: 28px;
        color:#fff;
}
	#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 {
		width: 100%;
		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 {
			background: url(../common_img/bg_ptn_mono.gif);
			vertical-align: top;
			text-align: left;
		}
			.table_style table td.item {
				background:#ffe6f8;
			}



.table_style02 {
	margin: 0 10px;
}
	.table_style02 table {
		border:solid 4px #eee;
		width: 100%;
	}
		.table_style02 table th,
		.table_style02 table td {
			padding: 10px 10px;
			border: 1px solid #fff;
		}
		.table_style02 table th {
			vertical-align: top;
			text-align: left;
			color:#fff;
			background:#3dbc6d;
		}

		.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;
}


.pink_box{
background:#f7ffe8;
border:solid #d7f0ac 1px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; behavior: url(../common_img/ie-css3.htc);
padding:10px 20px;
margin:0px 10px 10px;
}


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;
}

.dl_style_faq {margin:10px 10px 20px 0px;
 }

.dl_style_faq dt {
padding:13px 80px 13px 40px;
position: relative;
background:url(../common_img/q_icon_q.gif) no-repeat 5px 35%;
border-bottom:dashed 1px #ccc;
font-weight:bold;
margin:2px 0px 0px 0px ;
color:#a6783c;
}


.dl_style_faq dd {
background:url(../common_img/q_icon_a.gif) no-repeat 5px 5px;
padding:10px 10px 10px 40px;
}


.dl_style_faq .open {}
.dl_style_faq .open:before { position: absolute;content:'閉じる▲';right:30px;top:30%; color:#fdbe6b;font-size:100%;}
.dl_style_faq dt,
.dl_style_faq .close {}
.dl_style_faq .close:before { position: absolute;content:'詳細▼';right:30px;top:30%; color:#fdbe6b;font-size:100%;}


.kyou_cyou{
color:#9e623a;
font-weight:bold;
border-bottom:dotted 1px #ccc;
padding:5px 0;
margin-bottom:10px;
font-size:120%;
}

.kyou_cyou:before { content:"★"; color:#3dbc6d;} 

.kyou_st{
padding:0px 10px 10px;
}

.hitu_box{
margin:20px 10px;
background:#fff4db;
border:dotted 2px #ffe2a2;
padding:10px;
}


.hitu{
color:#990000;
font-weight:bold;
border-bottom:dotted 1px #ccc;
padding:5px 0;
margin-bottom:10px;
font-size:120%;
}

.hitu:before { content:"●"; } 

.seikyuu{
color:#ef63bb;
font-weight:bold;
padding:5px 0;
margin-bottom:10px;
font-size:100%;
}

.seikyuu:before{ content:"請求先";background:#ef63bb;padding:1px 5px 0px;color:#fff;margin-right:10px;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; behavior: url(../common_img/ie-css3.htc);} 


.news_box{
border:solid 1px #ccc;
padding:10px;
margin-bottom:20px;
}


.btn01 {
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	margin:20px auto 10px;
	width:80%;
	box-shadow: 0px 1px 3px #666;
}

.btn01 a{
        background: -moz-linear-gradient(top,#ffae00 0%,#ffc03a);
        background: -webkit-gradient(linear, left top, left bottom,from(#ffae00), to(#ffc03a));
	color:#fff;
	padding:4px 0px 4px 0px;
	font-weight:bold;
	text-decoration:none;
	font-size:120%;
	border:solid 1px #fff;
	display:block;
	text-align:center;
}

.btn01 a:hover{
        background: -moz-linear-gradient(top,#d5d5d5 0%,#f4f4f4);
        background: -webkit-gradient(linear, left top, left bottom,from(#d5d5d5), to(#f4f4f4));
	color:#ff4e00;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

.btn01 a:before { content:'▲'; float:right;-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); margin-right:10px;}

