 @charset "utf-8";

/*------------------------------------------------------------------------------
 【第二階層】
 -----------------------------------------------------------------------------*/

/*-------------【第二階層共通】-------------*/

/*--contents--*/
h1.ttl {
	font-size: 120%;
	font-weight: bold;
	line-height:120%;
	background-color: #00B0F0;
	color: #FFF;
	margin: 5px 0px 0px;
	padding: 7px 10px 3px;
	width:auto;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}

@media screen and (min-width: 351px) {
h1.ttl_b {
	font-size: 180%;
	font-weight: bold;
	line-height:120%;
	background-color: #00B0F0;
	color: #FFF;
	margin: 5px 0px 0px;
	padding: 7px 10px 3px;
	width:auto;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	}
}
@media screen and (max-width: 350px){
h1.ttl_b {
	font-size: 165%;
	font-weight: bold;
	line-height:120%;
	background-color: #00B0F0;
	color: #FFF;
	margin: 5px 0px 0px;
	padding: 7px 10px 3px;
	width: 100%;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	}
}

.rainbow2 {
	width:100%;
	height:10px;
	margin:0 0 5px;
	padding:0;
	background: url("../img/h1_bg.png") repeat-x;
}

/*--table（罫線無）--*/
.tbl_noline {
	font-size:100%;
	line-height:140%;
	margin: 0px;
	padding:0px;
}
.tbl_noline td {
	font-size:100%;
	font-weight:bold;
	border:none;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
.tbl_noline td.pp {
	font-size:100%;
	font-weight:normal;
	border:none;
	margin: 0px;
	padding: 2px 0px 5px;
	line-height:1.5;
	text-align:left;
}
.tbl_noline td.pp_b {
	font-size:100%;
	font-weight:bold;
	color:#011a4b;
	border:none;
	margin: 0px;
	padding: 5px 0px 0px;
	line-height:1.5;
	text-align:left;
}
.tbl_noline td.pp_no {
	font-size:100%;
	color:#011a4b;
	border:none;
	margin: 0px;
	padding: 5px 2px 0px;
	line-height:1.5;
	text-align:center;
}

/*--sp_contents--*/
#sp_contents {
	margin: 0px 5px 5px;
	padding: 0px 5px;
	line-height: 1.5;
}
#sp_contents h2 {
	border-bottom: 1px dashed #bbb;
	font-size: 135%;
	color: #003192;
	font-weight: bold;
	margin: 7px 0px;
	padding: 3px 5px 0px;
}
#sp_contents h2.ln {
	font-size: 110%;
	color: #003192;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 5px 5px 0;
	border:none;
}
#sp_contents h2.pl {
	border-bottom: 1px dashed #bbb;
	font-size: 110%;
	color: #003192;
	font-weight: bold;
	margin: 20px 0px 5px;
	padding: 3px 0px 0px;
}
#h2.headline02 {
font-size: 160%; font-weight:bold; border-left: 12px solid #46B2B2; clear:both; line-height:50px; padding: 5px 10px;/* 左ボーダーを、10px幅の実線、線色#46B2B2 */
}
#sp_contents h3 {
	font-size: 110%;
	color: #003192;
	font-weight: bold;
	margin: 15px 0px 1px 0px;
	padding: 7px 0px 7px 0px;
	line-height: 1.2;
}
#sp_contents h3.ow {
	font-size: 100%;
	font-weight: bold;
	background-color: #d9d9d9;
	color: #000;
	margin: 10px 0px;
	padding: 7px 5px;
	width: 97%;
	text-align:left;
}
#sp_contents h3.cal {
	font-size: 120%;
	color: #368D9C;
	font-weight: bold;
	margin: 2px;
	padding: 7px 2px;
	line-height: 1.2;
}

h3.bk {
font-size:100%px;
line-height:18px;
font-weight:bold;
color:#000;
padding: 0px 0px 5px 0px;
background-image:none;
}

h3.ob { /* ---h3帯付き--- */
width:100%;
font-size:120%;
line-height:30px;
font-weight:bold;
text-align:center;
color:#000;
background-color:#DFECE9;
padding: 5px;
margin: 0px 0px 15px -10px;
background-image:none;
}

h3.ob tpf { /* ---h3帯付きTPF--- */
width:100%;
font-size:120%;
line-height:30px;
font-weight:bold;
text-align:center;
color:#000;
background-color:#EFF3DF;
padding: 5px;
margin: 0px 0px 15px -10px;
background-image:none;
}

h4.ob-r {
font-size:100%;
font-weight:bold;
text-align: center;
	color: #FFFFFF;
   -moz-border-radius: 20px;    /* Firefox */
   -webkit-border-radius: 20px; /* Safari,Chrome */
   border-radius: 20px;         /* CSS3 */
   width:120px;
   border: 1px #47478D solid;     /* 枠線の装飾 */
   padding: 2px 0px 0px 0px;
   background-color: #47478D;   /* 背景色 */
   margin: 8px 0px 8px 6px;
}

/*-------------【早見表】-------------*/

/*--pricelist--*/
.pricelist {
	border: 2px solid #003192;
	font-size:85%;
	color:#011a4b;
	line-height:140%;
	margin: 0px;
	font-weight:bold;
}
.pricelist td.blu1 {
	font-size:90%;
	color:#FFFFFF;
	background-color:#00B0F0;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin:0px;
	padding: 5px;
	text-align:center;
}
.pricelist td.blu2 {
	font-size:90%;
	color:#FFFFFF;
	background-color:#00B0F0;
	border-bottom: 2px solid #003192;
	margin:0px;
	padding: 5px;
	text-align:center;
}
.pricelist td.blu3 {
	font-size:90%;
	color:#FFFFFF;
	background-color:#00B0F0;
	border-bottom: 1px solid #003192;
	margin:0px;
	padding: 5px;
	text-align:center;
}
.pricelist td.nor1 {
	font-size:90%;
	border-bottom: 1px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
}
.pricelist td.nor1-2 {
	font-size:90%;
	border-bottom: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
}
.pricelist td.nor1-3 {
	font-size:90%;
	border-bottom: 1px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
}
.pricelist td.nor2 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
}
.pricelist td.nor2-1 {
	font-size:90%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.pricelist td.nor2-2 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
}
.pricelist td.nor2-3 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.pricelist td.nor2-5 {
	font-size:130%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 18px 2px;
	text-align:center;
}
.pricelist td.nor_end {
	font-size:100%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
}
.pricelist td.nor_end1 {
	font-size:90%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.pricelist td.nor_end2 {
	font-size:100%;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
}
.pricelist td.nor_end3 {
	font-size:90%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
}
.pricelist td.nor_end5 {
	font-size:130%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 18px 2px;
	text-align:center;
}
.pricelist td.miz1 {
	font-size:90%;
	border-bottom: 1px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist td.miz1-2 {
	font-size:90%;
	border-bottom: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist td.miz1-3 {
	font-size:90%;
	border-bottom: 1px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist td.miz2 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist td.miz2-1 {
	font-size:90%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist td.miz2-2 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist td.miz2-3 {
	font-size:90%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist td.miz2-4 {
	font-size:130%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	text-align:center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #0070C0), color-stop(0.00, #cdeafe));
	background: -webkit-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: -moz-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: -o-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: -ms-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	color: #FFFFFF;
	padding: 20px 8px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 5px 5px 10px rgba(255,255,255,0.2) inset, -2px -2px 5px rgba(255,255,255,0.3) inset;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
	display: block;
}
.pricelist td.miz2-5 {
	font-size:130%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 18px 2px;
	text-align:center;
	background-color:#e7eefc;
}
.pricelist td.miz_end {
	font-size:100%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist td.miz_end1 {
	font-size:90%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist td.miz_end2 {
	font-size:100%;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist td.miz_end3 {
	font-size:130%;
	border-right: 1px solid #003192;
	margin: 0px;
	text-align:center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #0070C0), color-stop(0.00, #cdeafe));
	background: -webkit-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: -moz-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: -o-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: -ms-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	color: #FFFFFF;
	padding: 20px 8px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 5px 5px 10px rgba(255,255,255,0.2) inset, -2px -2px 5px rgba(255,255,255,0.3) inset;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
}
.pricelist td.miz_end5 {
	font-size:130%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 18px 2px;
	text-align:center;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist td.end-line {
	border-bottom: 2px solid #333366;
}
a.u_line {
	text-decoration:underline;
	color:#009;
}
a.color_w {
	color:#FFF;
	display: block;
}
a:hover.color_w {
	color:#FF0;
	display: block;
}

.area_select {
	width:95%;
	margin-left:0;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
}
div.img_posi2 {
	position: absolute;
	width: 10px;
	height: 14px;
	margin: -2px 0 0;
	padding: 0;
	float:left;
}

/*--pricelist（新）--*/
.pricelist2 {
	border: 2px solid #003192;
	font-size:85%;
	color:#011a4b;
	line-height:140%;
	margin: 0px;
	font-weight:bold;
}
.pricelist2 td.blu1 {
	font-size:90%;
	color:#FFFFFF;
	background-color:#00B0F0;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin:0px;
	padding: 5px;
	text-align:center;
}
.pricelist2 td.blu2 {
	font-size:100%;
	color: #FF0;
	background-color:#00B0F0;
	border-bottom: 2px solid #003192;
	margin:0px;
	padding: 5px;
	text-align:center;
}
.pricelist2 td.blu3 {
	font-size:90%;
	color:#FFFFFF;
	background-color:#00B0F0;
	border-bottom: 1px solid #003192;
	margin:0px;
	padding: 5px;
	text-align:center;
}
.pricelist2 td.nor1 {
	font-size:90%;
	border-bottom: 1px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.pricelist2 td.nor1-2 {
	font-size:90%;
	border-bottom: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.pricelist2 td.nor1-3 {
	font-size:90%;
	border-bottom: 1px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.pricelist2 td.nor2 {
	font-size:120%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.pricelist2 td.nor2-1 {
	font-size:90%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.pricelist2 td.nor2-2 {
	font-size:140%;
	font-weight:bold;
	border-bottom: 2px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	color: #F00;
	text-align:center;
}
.pricelist2 td.nor2-3 {
	font-size:120%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.pricelist2 td.nor_end {
	font-size:120%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.pricelist2 td.nor_end1 {
	font-size:90%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.pricelist2 td.nor_end2 {
	font-size:140%;
	font-weight:bold;
	margin: 0px;
	padding: 5px 2px;
	color: #F00;
	text-align:center;
}
.pricelist2 td.nor_end3 {
	font-size:90%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.pricelist2 td.miz1 {
	font-size:90%;
	border-bottom: 1px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist2 td.miz1-2 {
	font-size:90%;
	border-bottom: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist2 td.miz1-3 {
	font-size:90%;
	border-bottom: 1px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist2 td.miz2 {
	font-size:120%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist2 td.miz2-1 {
	font-size:90%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist2 td.miz2-2 {
	font-size:140%;
	font-weight:bold;
	border-bottom: 2px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	color: #F00;
	background-color:#e7eefc;
}
.pricelist2 td.miz2-3 {
	font-size:90%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist2 td.miz2-4 {
	font-size:130%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	text-align:center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #0070C0), color-stop(0.00, #cdeafe));
	background: -webkit-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: -moz-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: -o-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: -ms-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	color: #FFFFFF;
	padding: 20px 8px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 5px 5px 10px rgba(255,255,255,0.2) inset, -2px -2px 5px rgba(255,255,255,0.3) inset;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
	display: block;
}

.pricelist2 td.miz_end {
	font-size:120%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist2 td.miz_end1 {
	font-size:90%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	color:#011a4b;
	background-color:#e7eefc;
}
.pricelist2 td.miz_end2 {
	font-size:140%;
	font-weight:bold;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	color: #F00;
	background-color:#e7eefc;
}
.pricelist2 td.miz_end3 {
	font-size:130%;
	border-right: 1px solid #003192;
	margin: 0px;
	text-align:center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #0070C0), color-stop(0.00, #cdeafe));
	background: -webkit-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: -moz-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: -o-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: -ms-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	color: #FFFFFF;
	padding: 20px 8px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 5px 5px 10px rgba(255,255,255,0.2) inset, -2px -2px 5px rgba(255,255,255,0.3) inset;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
}

.pricelist2 td.end-line {
	border-bottom: 2px solid #333366;
}
.font_m99 {
    margin: 0px 0px 10px;
    padding: 5px 15px 0px;
    font-size: 120%;
    line-height: 1.3;
    text-align: justify;
    text-justify: inter-ideograph;
}
#sp_contents h2.pl_area {
    width: 40%;
    margin: 10px 0px 0px;
    padding: 3px 0px 0px;
    font-size: 110%;
    color: #003192;
    font-weight: bold;
	border:none;
    float: left;
}

/*-------------【自動診断】-------------*/

/*--select_area--*/
.select_area1 {
	width:50%;
	margin-left:0;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
}
.select_area2 {
	width:50%;
	margin-left:0;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
}

.select_name {
	font-size:120%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #00B0F0), color-stop(0.00, #b8ecff));
	background: -webkit-linear-gradient(top, #b8ecff 0%, #00B0F0 100%);
	background: -moz-linear-gradient(top, #b8ecff 0%, #00B0F0 100%);
	background: -o-linear-gradient(top, #b8ecff 0%, #00B0F0 100%);
	background: -ms-linear-gradient(top, #b8ecff 0%, #00B0F0 100%);
	background: linear-gradient(top, #b8ecff 0%, #00B0F0 100%);
	border: 1px solid #00B0F0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	width: 87%;
	margin:2px auto;
	padding: 15px 8px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 5px 5px 10px rgba(255,255,255,0.2) inset, -2px -2px 5px rgba(255,255,255,0.3) inset;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
}

/*-------------【協会紹介】-------------*/

/*--association_list--*/
.ass_list {
	font-size:85%;
	color:#011a4b;
	line-height:140%;
	margin: 0px;
}
.ass_list td.blu1 {
	font-size:90%;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#00B0F0;
	border-top: 2px solid #003192;
	margin:0px;
	padding: 5px 0px;
	text-align:center;
}
.ass_list td.blu2 {
	font-size:90%;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#00B0F0;
	border-top: 1px solid #003192;
	margin:0px;
	padding: 5px 0px;
	text-align:center;
}
.ass_list td.blu3 {
	font-size:90%;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#00B0F0;
	border-top: 1px solid #003192;
	border-bottom: 1px solid #003192;
	margin:0px;
	padding: 5px 0px;
	text-align:center;
}
.ass_list td.nor1 {
	font-size:90%;
	border-top: 2px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:left;
}
.ass_list td.nor2 {
	font-size:90%;
	border-top: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:left;
}
.ass_list td.nor3 {
	font-size:90%;
	border-top: 1px solid #003192;
	border-bottom: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:left;
}
.ass_list td.nor4 {
	font-size:90%;
	border-top: 2px solid #003192;
	border-bottom: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:left;
}
.ass_list td.nor1b {
	font-size:90%;
	font-weight:bold;
	border-top: 2px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.ass_list td.nor2b {
	font-size:90%;
	font-weight:bold;
	border-top: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.ass_list td.nor3b {
	font-size:90%;
	font-weight:bold;
	border-top: 1px solid #003192;
	border-bottom: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}

.list_num {
padding:0 0 0 20px;
margin:0;
}

.list_num ul {
margin:0;
padding:0;
}

.list_num ul li {
line-height:140%;
padding:0 0 10px;
margin:0;
list-style:decimal;
}

/*--------【協会の特長】----------------*/
.doubleBorder-g{
 border: solid 3px #fff;
 outline: solid 1px #B7E3D1;
 padding:10px;
 background-color:#B7E3D1;
}
.doubleBorder-w{
 border: solid 3px #B7E3D1;
 outline: solid 1px #82C5C0;
 padding:10px;
 background-color:#fff;
}

.reason_text_color {
margin:0;
padding:5px 10px 0 20px;
background:url(../img/top/text_bg01.png) repeat;
font-size:120%;
font-weight:700;
color:#336;
text-indent:-1em;
text-align: justify;
text-justify: inter-ideograph;
line-height:180%;
}
span.firstword {
margin:0;
padding:0 5px 0 0;
font-size:28px;
font-weight:700;
color:red;
}

span.color {
color:#336;
font-weight:700;
}

/*--------【CP速報】----------------*/
.cp {border:solid 4px #FF0000;  text-align:center; font-weight: bold; background:#F6C8DD; padding:15px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; border-radius: 5px;
}
.font_l6{font-size:16px; font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS UI Gothic",Osaka,"ヒラギノ角ゴ Pro W3",Arial,Helvetica;color:black;}
.font_20{font-size:20px; font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS UI Gothic",Osaka,"ヒラギノ角ゴ Pro W3",Arial,Helvetica;color:black;}

/*--------【プロパンガス料金の変遷】----------------*/
.headline-obi{ 
	width:100%;
	height:38px;
	line-height:38px;
	font-weight:bold;
	color: #fff;
	padding:4px 0px 2px 0px;
	text-indent:15px;
	background-color:#4BB3B4;
}

/*-------------【問合せフォーム】-------------*/

h2.form_ttl {
/*	border-bottom: 1px dashed #bbb;*/
	font-size: 110%;
	color: #003192;
	font-weight: bold;
	margin: 7px 2px 2px;
	padding: 3px 5px 0px;
}
.area_name {
	margin:5px 10px 10px;
	padding:5px;	
	font-size:80%;
	color:#000;
}
.area_name99 {
	margin:5px 10px 10px;
	padding:5px;	
	font-size:130%;
	color:#000;
	line-height:1.2;
}
.contact_form{
	font-size: 80%;
	line-height: 1.5;
	margin: 0px 5px;
	padding:0;
}
.contact_form td.item{
	margin: 0px;
	padding: 3px;
	font-weight:bold;
	background-color: #00B0F0;
	color: #FFFFFF;
	border-left: 1px solid #003192;
	border-right: 1px solid #003192;
}
.contact_form td.item_t{
	margin: 0px;
	padding: 3px;
	font-weight:bold;
	background-color: #00B0F0;
	color: #FFFFFF;
	border-top: 1px solid #003192;
	border-left: 1px solid #003192;
	border-right: 1px solid #003192;
}
.contact_form td.item_mk{
	margin: 0px;
	padding: 3px;
	font-weight:bold;
	background-color: #00B0F0;
	color: #FFFFFF;
	border: 1px solid #003192;
}
.contact_form td{
	margin:0px;
	padding: 3px;
	background-color: #FFFFFF;
	border-right: 1px solid #003192;
	border-bottom: 1px solid #003192;
	line-height:2.0;
}
.contact_form td.nl{
	margin:0px;
	padding: 3px;
	background-color: #00B0F0;
	color: #FFFFFF;
	font-weight:bold;
	border-left: 1px solid #003192;
	border-right: 1px solid #003192;
	border-bottom: none;
	line-height:2.0;
}
.contact_form td.nl_wh{
	margin:0px;
	padding: 3px;
	background-color: #FFFFFF;
	border-right: 1px solid #003192;
	border-bottom: none;
	line-height:2.0;
}
.contact_form td.nl_wh2{
	margin:0px;
	padding: 3px;
	background-color: #FFFFFF;
	border-right: none;
	border-bottom: 1px solid #003192;
	line-height:2.0;
}
.contact_form td.top{
	margin:0px;
	padding: 3px;
	background-color: #FFFFFF;
	border-right: 1px solid #003192;
	border-top: 1px solid #003192;
	line-height:2.0;
}
.contact_form td.mk{
	margin:0px;
	padding: 3px;
	background-color: #FFFFFF;
	border-right: 1px solid #003192;
	border-top: 1px solid #003192;
	border-bottom: 1px solid #003192;
}
td.form_defort{
	padding: 0px;
	margin: 0px;
	border:none;
}
.col_red {
	font-size: 100%;
	color: #FF0000;
	font-weight: bold;
}
.col_red_t {
	font-size: 85%;
	color: #FF0000;
	margin:0;
	padding-left:10px;
	font-weight: normal;
}
.submit_box {
	width: 100%;
	text-align: center;
}
input[type="submit"]{
	font-size: 15px;
	margin: 5px auto;
	padding: 7px 10px;
	border: 1px solid #FFFFFF;
	width: 45%;
	height:40px;
	color: #FFFFFF;
	background-color: #d10007;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d10007), color-stop(0.00, #ff9495));
	background: -webkit-linear-gradient(top, #ff9495 0%, #d10007 100%);	
	background: -moz-linear-gradient(top, #ff9495 0%, #d10007 100%);
	background: -o-linear-gradient(top, #ff9495 0%, #d10007 100%);
	background: -ms-linear-gradient(top, #ff9495 0%, #d10007 100%);
	background: linear-gradient(top, #ff9495 0%, #d10007 100%);	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	box-shadow: 0 0 3px #333333;
	-webkit-box-shadow: 0 0 3px #333333;
	-moz-box-shadow: 0 0 3px #333333;
	-o-box-shadow: 0 0 3px #333333;
	-ms-box-shadow: 0 0 3px #333333;
}
.box_blue {
	width: 100%;
	padding:2px;
	background-color:#E6EAF6;
}
.back_box {
	width: 100%;
	text-align: center;
}
.back_box div {
	font-size: 80%;
	margin: 5px auto;
	padding: 5px 10px 5px;
	border: 1px solid #FFFFFF;
	width: 35%;
	height:15px;
	color: #FFFFFF;
	background-color: #003192;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #003192), color-stop(0.00, #00B0F0));
	background: -webkit-linear-gradient(top, #00B0F0 0%, #003192 100%);
	background: -moz-linear-gradient(top, #00B0F0 0%, #003192 100%);
	background: -o-linear-gradient(top, #00B0F0 0%, #003192 100%);
	background: -ms-linear-gradient(top, #00B0F0 0%, #003192 100%);
	background: linear-gradient(top, #00B0F0 0%, #003192 100%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 0 0 3px #333333;
	-webkit-box-shadow: 0 0 3px #333333;
	-moz-box-shadow: 0 0 3px #333333;
	-o-box-shadow: 0 0 3px #333333;
	-ms-box-shadow: 0 0 3px #333333;
}
a:link.link_w,
a:visited.link_w,
a:active.link_w,
a:hover.link_w {
	color: #FFFFFF;
	text-decoration: none;
}
.contact_form2{
	border: 1px solid #003192;
	font-size: 11px;
	font-weight: bold;
	line-height: 140%;
	margin: 10px 5px 20px;
}
.contact_form2 td.item{
	margin: 0px;
	padding: 10px;
	background-color: #e7eefc;
	line-height: 1.8;
}
span.fd {
	padding: 10px;
	margin: 15px 30px;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
a.tel{
	border: 1px solid #FF6699;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffdbe7), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffdbe7 100%);	
	background: -moz-linear-gradient(top, #ffffff 0%, #ffdbe7 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ffdbe7 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ffdbe7 100%);
	background: linear-gradient(top, #ffffff 0%, #ffdbe7 100%);	
	margin: 10px 0;
	padding: 15px 5px;
	text-decoration: none;
	color: #FF6699;
	width: 60%;
	height: 20px;
	text-align: center;
	font-size: 130%;
	font-weight:bold;
	line-height:1.0;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
.thks_fd {
  	margin: 0 auto;
	width: 12%;
}

.shugo_btn a {
	border: 1px solid #285c2f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dbffbd), color-stop(0.30, #285c2f));
	background: -webkit-linear-gradient(top, #dbffbd 100%, #285c2f 30%);
	background: -moz-linear-gradient(top, #dbffbd 100%, #285c2f 30%);
	background: -o-linear-gradient(top, #dbffbd 100%, #285c2f 30%);
	background: -ms-linear-gradient(top, #dbffbd 100%, #285c2f 30%);
	background: linear-gradient(top, #dbffbd 100%, #285c2f 30%);
	margin: 0px 5px;
	padding: 10px 5px;
	text-decoration: none;
	width: 80%;
	height:50px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.shugo_contact {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 	
	background:#ffe4c7;
	border: 1px solid #FF6600;
	color: #FF3300;
	font-weight: bold;
	width:55%;
	margin: 10px 2px;
	padding: 10px 2px;
	vertical-align: middle;
	line-height: 1.4;
}
.shugo_contact a {
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #FF3300;
	line-height: 1.4;
}



/*-------------【対象地域】-------------*/

/*--area_select--*/
.area_select1 {
	width:50%;
	margin-left:0;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
}
.area_select2 {
	width:50%;
	margin-left:0;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
}

.area_name {
	font-size:120%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #0070C0), color-stop(0.00, #cdeafe));
	background: -webkit-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: -moz-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: -o-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: -ms-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	border: 1px solid #0070C0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	width: 87%;
	margin:2px auto;
	padding: 15px 8px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 5px 5px 10px rgba(255,255,255,0.2) inset, -2px -2px 5px rgba(255,255,255,0.3) inset;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
}
.area_name2 {
	font-size:110%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #0070C0), color-stop(0.00, #cdeafe));
	background: -webkit-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: -moz-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: -o-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: -ms-linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	background: linear-gradient(top, #cdeafe 0%, #0070C0 95%);
	border: 1px solid #0070C0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	width: 87%;
	margin:2px auto;
	padding: 15px 8px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 5px 5px 10px rgba(255,255,255,0.2) inset, -2px -2px 5px rgba(255,255,255,0.3) inset;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
}


/*--ave_price--*/
.ave_price {
	border: 5px solid #011a4b;
	font-size:100%;
	color:#011a4b;
	line-height:140%;
	margin: 0px;
}
.ave_price td {
	font-size:100%;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.ave_price td.blue {
	font-size:100%;
	font-weight:bold;
	color:#FFF;
	background-color:#011a4b;
	margin:0px;
	padding: 5px;
	text-align:center;
}
span.blue_b {
	font-size:160%;
	font-weight:bold;
	color:#003192;
	line-height: 1.1;
}

/*--fair_price--*/
.fair_price {
	border: 5px solid #FF6699;
	font-size:100%;
	line-height:140%;
	margin: 0px;
}
.fair_price td {
	font-size:100%;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.fair_price td.pink {
	font-size:100%;
	font-weight:bold;
	color:#FFF;
	background-color:#FF6699;
	margin:0px;
	padding: 5px;
	text-align:center;
}
span.pink_b {
	font-size:200%;
	font-weight:bold;
	color:#FF6699;
	line-height: 1.1;
}

/*-------------【変更の流れ】-------------*/

/*--flow_box--*/
.flow_box_u {
    margin: 10px auto 30px;
    width: 90%;
    padding: 5px 10px;
    border: 3px solid #c6d9f1;
	background-color: #c6d9f1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
}
.flow_box_u:after {
	width: 0;
	height: 0;
    border-top: 25px solid #c6d9f1;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -60px;
}
.flow_box_k {
    margin: 10px auto 30px;
    width: 90%;
    padding: 5px 10px;
    border: 3px solid #d9d9d9;
	background-color: #d9d9d9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
}
.flow_box_k:after {
	width: 0;
	height: 0;
    border-top: 25px solid #d9d9d9;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -60px;
}
.flow_box_g {
    margin: 10px auto 30px;
    width: 90%;
    padding: 5px 10px;
    border: 3px solid #ccc1da;
	background-color: #ccc1da;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
}
.flow_box_g:after {
	width: 0;
	height: 0;
    border-top: 25px solid #ccc1da;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -60px;
}
.flow_box_u_e {
    margin: 10px auto;
    width: 60%;
    padding: 5px 10px;
    border: 3px solid #c6d9f1;
	background-color: #c6d9f1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
	text-align:center;
}
.flow_box:last-child:after {
    border: none;
}
.txt_center {
	margin:0px auto 5px;
	padding: 5px 0;
	text-align:center;
	font-size:100%;
}

/*-------------【サイトマップ】-------------*/

.sitemap1 {
	width:50%;
	margin-left:0;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
}
.sitemap2 {
	width:50%;
	margin-left:0;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
}
.sitemap3 {
	width:100%;
	margin-left:0;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
}
.page_name {
	font-size:100%;
/*	border: 1px solid #c6d9f1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
	color: #3366CC;
	width: 98%;
	margin:2px auto;
	padding: 3px 0px 3px 5px;
/*	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 5px 5px 10px rgba(255,255,255,0.2) inset, -2px -2px 5px rgba(255,255,255,0.3) inset;*/
	text-align:left;
/*	text-shadow:1px 1px 1px #5b89e5;*/
/*	font-weight: bold;*/
}

/*-------------【戸建の方】-------------*/

.kodate_select1 {
	width:50%;
	margin-left:0;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
}
.kodate_select2 {
	width:50%;
	margin-left:0;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
}
.kodate_select3 {
	width:50%;
	margin-left:0;
	margin-top:0px;
	margin-bottom:15px;
	float:left;
}
.kodate_select4 {
	width:50%;
	margin-left:0;
	margin-top:0px;
	margin-bottom:15px;
	float:left;
}
.kodate_select5 {
	width:100%;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
}
.kodate_select_end {
	width:100%;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:15px;
	float:left;
}

.kodate_name {
	font-size:120%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #003192), color-stop(0.01, #b3ccff));
	background: -webkit-linear-gradient(top, #b3ccff 1%, #003192 95%);
	background: -moz-linear-gradient(top, #b3ccff 1%, #003192 95%);
	background: -o-linear-gradient(top, #b3ccff 1%, #003192 95%);
	background: -ms-linear-gradient(top, #b3ccff 1%, #003192 95%);
	background: linear-gradient(top, #b3ccff 1%, #003192 95%);	border: 1px solid #003192;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	width: 87%;
	margin:2px auto;
	padding: 15px 8px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 5px 5px 10px rgba(255,255,255,0.2) inset, -2px -2px 5px rgba(255,255,255,0.3) inset;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
}

.kodate_name2 {
	font-size:115%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #00B0F0), color-stop(0.00, #b8ecff));
	background: -webkit-linear-gradient(top, #b8ecff 0%, #00B0F0 100%);
	background: -moz-linear-gradient(top, #b8ecff 0%, #00B0F0 100%);
	background: -o-linear-gradient(top, #b8ecff 0%, #00B0F0 100%);
	background: -ms-linear-gradient(top, #b8ecff 0%, #00B0F0 100%);
	background: linear-gradient(top, #b8ecff 0%, #00B0F0 100%);
	border: 1px solid #00B0F0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	width: 94%;
	margin:2px auto;
	padding: 10px 5px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 5px 5px 10px rgba(255,255,255,0.2) inset, -2px -2px 5px rgba(255,255,255,0.3) inset;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
}
/*-------------【ポイント解説ボックス】-------------*/

#sp_contents3 {
	margin: 0px 5px 5px;
	padding: 0px 5px;
	line-height: 1.5;
}


#sp_contents3 h2 {
	border-bottom: 1px dashed #bbb;
	font-size: 135%;
	color: #003192;
	font-weight: bold;
	margin: 7px 0px;
	padding: 3px 5px 0px;
}
	
#point h2 {
margin:0 auto;
font-size:120%;
line-height:130%;
height:130%;
color:#fff;
background-color:#48B4B4;
padding:5px 0 5px 0;
margin:0px;
text-align:center;
border-bottom: 1px solid #48B4B4;
}

#point h3 {
margin:0 auto;
font-size:130%;
line-height:130%;
height:130%;
color:48B4B4;
padding:5px 0 5px 0;
margin:0px;
}

#point div {
padding:15px;
margin:5px;
border:5px solid #48B4B4;
}

#point p {
font-size:110%;
line-height:160%;
height:160%;
padding:15px;
margin:0px;
border-left:5px solid #48B4B4;
border-right:5px solid #48B4B4;
border-bottom:5px solid #48B4B4;
}

.point img {
padding:10px;
text-align:center;
}

#point_blue h2 {
margin:0 auto;
font-size:120%;
line-height:130%;
height:130%;
color:#fff;
background-color:#336;
padding:5px 0 5px 0;
margin:0px;
text-align:center;
border-bottom: 1px solid #336;
}

#point_blue div {
padding:15px;
margin:5px;
border:5px solid #336;
}

#point_blue p {
font-size:110%;
line-height:130%;
height:130%;
padding:15px;
margin:0px;
border-left:5px solid #336;
border-right:5px solid #336;
border-bottom:5px solid #336;
}

.point_blue img {
padding:10px;
text-align:center;
}


/*-------------【お役立ち情報】-------------*/

.useful_select {
	width:100%;
	margin-left:0;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
}

.useful_name {
	font-size:115%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #003192), color-stop(0.01, #b3ccff));
	background: -webkit-linear-gradient(top, #b3ccff 1%, #003192 95%);
	background: -moz-linear-gradient(top, #b3ccff 1%, #003192 95%);
	background: -o-linear-gradient(top, #b3ccff 1%, #003192 95%);
	background: -ms-linear-gradient(top, #b3ccff 1%, #003192 95%);
	background: linear-gradient(top, #b3ccff 1%, #003192 95%);	border: 1px solid #003192;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	width: 94%;
	margin:2px auto;
	padding: 15px 8px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 5px 5px 10px rgba(255,255,255,0.2) inset, -2px -2px 5px rgba(255,255,255,0.3) inset;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
}
.useful_name_s {
	font-size:100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #003192), color-stop(0.01, #b3ccff));
	background: -webkit-linear-gradient(top, #b3ccff 1%, #003192 95%);
	background: -moz-linear-gradient(top, #b3ccff 1%, #003192 95%);
	background: -o-linear-gradient(top, #b3ccff 1%, #003192 95%);
	background: -ms-linear-gradient(top, #b3ccff 1%, #003192 95%);
	background: linear-gradient(top, #b3ccff 1%, #003192 95%);	border: 1px solid #003192;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	width: 94%;
	margin:2px auto;
	padding: 15px 8px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 5px 5px 10px rgba(255,255,255,0.2) inset, -2px -2px 5px rgba(255,255,255,0.3) inset;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
}


#sp_contents h3.uf {
font-size: 100%;
font-weight: bold;
background-color: #d9d9d9;
color: #000;
margin: 10px 0px;
padding: 7px 5px;
width: 97%;
text-align: left;
}

/*--tekiseilist--*/
.tekiseilist {
	border: 2px solid #003192;
	font-size:85%;
	color:#011a4b;
	line-height:140%;
	margin: 0 0 5px;
	font-weight:bold;
}
.tekiseilist td.blu {
	font-size:115%;
	color:#FFFFFF;
	background-color:#003192;
	border-bottom: 2px solid #003192;
	border-left: 1px solid #003192;
	border-right: 1px solid #003192;
	margin:0px;
	padding: 5px;
	text-align:center;
}
.tekiseilist td.blu0 {
	font-size:115%;
	line-height:140%;
	color:#FFFFFF;
	background-color:#0070C0;
	border-bottom: 2px solid #003192;
	border-left: 1px solid #003192;
	border-right: 1px solid #003192;
	margin:0px;
	padding: 5px;
	text-align:center;
}
.tekiseilist td.blu1 {
	font-size:95%;
	color:#FFFFFF;
	background-color:#00B0F0;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin:0px;
	padding: 5px 1px;
	text-align:center;
}
.tekiseilist td.blu2 {
	font-size:95%;
	color:#FFFFFF;
	background-color:#00B0F0;
	border-bottom: 2px solid #003192;
	margin:0px;
	padding: 5px;
	text-align:center;
}
.tekiseilist td.nor1 {
	font-size:95%;
	border-bottom: 1px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
}
.tekiseilist td.nor1-2 {
	font-size:95%;
	border-bottom: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
}
.tekiseilist td.nor1-3 {
	font-size:95%;
	border-bottom: 1px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
}
.tekiseilist td.nor2 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
}
.tekiseilist td.nor2-1 {
	font-size:95%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.tekiseilist td.nor2-2 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
}
.tekiseilist td.nor2-3 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.tekiseilist td.nor2-4 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}

.tekiseilist td.nor_end {
	font-size:100%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
}
.tekiseilist td.nor_end1 {
	font-size:95%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.tekiseilist td.nor_end2 {
	font-size:100%;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
}
.tekiseilist td.nor_end3 {
	font-size:95%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	background-color:#e7eefc;
}
.tekiseilist td.nor_end4 {
	font-size:95%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	background-color:#e7eefc;
}
.tekiseilist td.nor_end5 {
	font-size:120%;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	color:#F00;
	background-color:#e7eefc;
}
.tekiseilist td.nor_end6 {
	font-size:95%;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	background-color:#e7eefc;
}
.tekiseilist td.nor_end7 {
	font-size:100%;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.tekiseilist td.nor_end8 {
	font-size:100%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}

.tekiseilist td.nor2_end {
	font-size:100%;
	border-right: 1px solid #003192;
	border-bottom: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
}
.tekiseilist td.nor2_end1 {
	font-size:95%;
	border-right: 1px solid #003192;
	border-bottom: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
}
.tekiseilist td.nor2_end2 {
	font-size:100%;
	border-bottom: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
}

.tekiseilist td.miz1 {
	font-size:95%;
	border-bottom: 1px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	color:#011a4b;
	background-color:#e7eefc;
}
.tekiseilist td.miz1-2 {
	font-size:95%;
	border-bottom: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	color:#011a4b;
	background-color:#e7eefc;
}
.tekiseilist td.miz1-3 {
	font-size:95%;
	border-bottom: 1px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	color:#011a4b;
	background-color:#e7eefc;
}
.tekiseilist td.miz2 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	color:#011a4b;
	background-color:#e7eefc;
}
.tekiseilist td.miz2-1 {
	font-size:95%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	color:#011a4b;
	background-color:#e7eefc;
}
.tekiseilist td.miz2-2 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	color:#011a4b;
	background-color:#e7eefc;
}
.tekiseilist td.miz2-3 {
	font-size:95%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	color:#011a4b;
	background-color:#e7eefc;
}
.tekiseilist td.miz2-4 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	color:#011a4b;
	background-color:#e7eefc;
}
.tekiseilist td.miz2-5 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	color:#011a4b;
	background-color:#e7eefc;
}
.tekiseilist td.miz2-6 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	color:#011a4b;
	background-color:#e7eefc;
}

.tekiseilist td.miz2-end {
	font-size:100%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	color:#011a4b;
	background-color:#e7eefc;
}
.tekiseilist td.miz2-1-end {
	font-size:95%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	color:#011a4b;
	background-color:#e7eefc;
}
.tekiseilist td.miz2-2-end {
	font-size:100%;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	color:#011a4b;
	background-color:#e7eefc;
}

.tekiseilist td.miz3_end {
	font-size:100%;
	border-top:1px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	background-color:#e7eefc;
}
.tekiseilist td.miz3_end1 {
	font-size:95%;
	border-top:1px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:center;
	background-color:#e7eefc;
}
.tekiseilist td.miz3_end2 {
	font-size:100%;
	border-top:1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align:right;
	background-color:#e7eefc;
}


.tekiseilist td.end-line {
	border-bottom: 2px solid #333366;
}

.col_yellow {
	color: #FF0;
	font-weight:bold;
}

/*--calculation--*/
.calculation {
	border: 2px solid #003192;
	font-size:85%;
	color:#011a4b;
	line-height:140%;
	margin: 0px;
	font-weight:bold;
}
.calculation td.blu {
	font-size:115%;
	color:#FFFFFF;
	background-color:#003192;
	border-bottom: 2px solid #003192;
	border-left: 1px solid #003192;
	border-right: 1px solid #003192;
	margin:0px;
	padding: 5px;
	text-align:center;
}
.calculation td.blu0 {
	font-size:115%;
	color:#FFFFFF;
	background-color:#0070C0;
	border-bottom: 2px solid #003192;
	border-left: 1px solid #003192;
	border-right: 1px solid #003192;
	margin:0px;
	padding: 5px;
	text-align:center;
}
.calculation td.blu1 {
	font-size:90%;
	color:#FFFFFF;
	background-color:#00B0F0;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin:0px;
	padding: 5px 1px;
	text-align:center;
}
.calculation td.blu2 {
	font-size:90%;
	color:#FFFFFF;
	background-color:#00B0F0;
	border-bottom: 2px solid #003192;
	margin:0px;
	padding: 5px;
	text-align:center;
}
.calculation td.nor2 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align: left;
}
.calculation td.nor2-1 {
	font-size:90%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align: left;
}
.calculation td.nor2-2 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align: left;
}
.calculation td.nor2-3 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align: center;
}
.calculation td.miz2 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align: left;
	color:#011a4b;
	background-color:#e7eefc;
}
.calculation td.miz2-1 {
	font-size:90%;
	border-bottom: 2px solid #003192;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align: left;
	color:#011a4b;
	background-color:#e7eefc;
}
.calculation td.miz2-2 {
	font-size:100%;
	border-bottom: 2px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align: left;
	color:#011a4b;
	background-color:#e7eefc;
}
.calculation td.miz2-end {
	font-size:100%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align: left;
	color:#011a4b;
	background-color:#e7eefc;
}
.calculation td.miz2-1-end {
	font-size:90%;
	border-right: 1px solid #003192;
	margin: 0px;
	padding: 5px 2px;
	text-align: left;
	color:#011a4b;
	background-color:#e7eefc;
}
.calculation td.miz2-2-end {
	font-size:100%;
	margin: 0px;
	padding: 5px 2px;
	text-align: left;
	color:#011a4b;
	background-color:#e7eefc;
}

.calculation td.end-line {
	border-bottom: 2px solid #333366;
}

.end-line {
	height:10px;
	border-bottom: 1px solid #333366;
}

/*--average--*/
#sp_contents h2.headline {
    margin: 5px 10px;
    padding: 13px 5px 18px;
    font-size: 120%;
    line-height: 120%;
    text-align: center;
    background-color: #FFFF00;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #FF0000;
	color:#000;
}
.ft_red_b {
	font-size:150%;
	font-weight:bold;
	color:#F00;
}
#sp_contents h2.ttl {
    border-bottom: 1px dashed #bbb;
    font-size: 135%;
    color: #003192;
    font-weight: bold;
    margin: 7px 0px;
    padding: 3px 5px 0px;
}
/*h3.ave_ttl {
    margin: 15px 2px 0px;
    padding: 2px;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.2;
    color: #368D9C;
    border-bottom: 1px dashed #bbb;
}*/
#sp_contents h3.ave_area {
	width:40%;
    margin: 10px 0px 0px;
    padding: 3px 0px 0px;
    font-size: 110%;
    color: #003192;
    font-weight: bold;
	float:left;
}
.txt_att_r {
	width:50%;
	margin: 15px 0 0;
	font-size:80%;
	padding-right:5px;
    color: #003192;
	text-align:right;
	float:right;
}
.shindan_cc {
	margin:5px;
	padding:0;
	font-size:150%;
	font-weight:bold;
	color:#595959;
	text-align:center;
}

/*--basis--*/
.basis {
	width:100%;
	margin:0;
	padding:0;
}

.basis ul li {
	color:#368D9C;
	line-height:160%;
	padding:0;
	margin:0 0 0 25px;
	list-style: disc;
	font-weight:700;
}

/*--compareprice--*/
.compareprice_list {
	width:100%;
	margin:0px 0px 15px;
	padding:0;
}
.compareprice_list ul li {
	color: #3366CC;
	line-height:1.2;
	padding:8px 0;
	margin:0 0 0 30px;
	list-style: decimal;
	font-size:110%;
	font-weight:700;
}

/*--useful_list--*/
.useful_list {
	width:100%;
	margin:0px 0px 15px;
	padding:0;
}
.useful_list ul li {
	color: #3366CC;
	line-height:1.2;
	padding:8px 0;
	margin:0 0 0 30px;
	list-style: decimal;
	font-size:110%;
	font-weight:700;
}

/*--top_contents--*/
h2.top_ttl {
	width: 100%;
	margin:10px 0px 5px;
	padding:5px 10px;
	font-size:120%;
	color:#FFF;
	background:#FF6600;
	border-left:solid 15px #FF3300; 
	border-top:solid 1px #FF3300; 
	border-right:solid 1px #FF3300; 
	border-bottom:solid 1px #FF3300; 
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
.txt_area {
	margin:5px 10px 10px;
	padding:5px;	
	font-size:100%;
	color:#000;
}
h3.top_ttl {
	margin:10px 10px 2px;
	padding:4px 5px;
	border-color:#562B0F;
	border-width:0 0 1px 0;
	border-style:solid;
	font-size:110%;
	font-weight:bold;
	color:#562B0F;
}

h4.top_ttl {
	margin:5px 10px 0;
	padding:5px 3px;
	font-size:100%;
	color:#562B0F;
	border-bottom:dotted 1px #562B0F;   
}

h4 {
font-size:120%;
font-weight:700;
color:#368D9C;
padding:15px 0 5px 0px;
background-image:none;
}

.txt_area2 {
	margin:0px 10px 2px;
	padding:5px;	
	font-size:100%;
	color:#000;
	border-bottom:dotted 1px #562B0F;   
}
.txt_right {
	font-size:80%;
	float:right;
	margin: 0 15px 5px 0;
}

.footer_area1 {
	width:50%;
	margin-left:0;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}
.footer_area2 {
	width:50%;
	margin-left:0;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}

.go_top {
	font-size:11px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #919191), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #919191 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #919191 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #919191 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #919191 100%);
	background: linear-gradient(top, #ffffff 0%, #919191 100%);
    border: 1px solid #DDD;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    color: #111;
    width: 110px;
	margin:10px auto;
    padding: 8px 0px 8px 8px ;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 5px 5px 10px rgba(255,255,255,0.2) inset, -2px -2px 5px rgba(255,255,255,0.3) inset;
}
	

.kv {
	margin: 0 auto;
	display: block;
	width: 100%;
}

span.strong {
	font-weight:bold;
	font-size:120%;
	color:#000;
}





h1.fp {
	font-size: 110%;
	font-weight: bold;
	background-color: #00B0F0;
	color: #FFF;
	border-color:#005c7d;
	border-width:1px 1px 1px 15px;
	border-style:solid;
	margin: 5px 0px 3px;
	padding: 5px 10px;
	width: 100%;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}


h1.ch {
	font-size: 110%;
	font-weight: bold;
	background-color: #FF0000;
	color: #FFF;
	border-color:#D80303;
	border-width:1px 1px 1px 15px;
	border-style:solid;
	margin: 5px 0px 3px;
	padding: 5px 10px;
	width: 100%;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
h1.ch_red {
	font-size: 110%;
	font-weight: bold;
	background-color:#FF6600;
	color: #FFF;
	border-color:#D80303;
	border-width:1px 1px 1px 15px;
	border-style:solid;
	margin: 5px 0px 3px;
	padding: 5px 10px;
	width: 100%;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}

h1.ai {
	font-size: 110%;
	font-weight: bold;
	background-color: #FF6600;
	color: #FFF;
	border-color:#FF3300;
	border-width:1px 1px 1px 15px;
	border-style:solid;
	margin: 5px 0px 3px;
	padding: 5px 10px;
	width: 100%;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
h1.ai_org {
	font-size: 110%;
	font-weight: bold;
	background-color: #FF3300;
	color: #FFF;
	border-color:#FF8800;
	border-width:1px 1px 1px 15px;
	border-style:solid;
	margin: 5px 0px 3px;
	padding: 5px 10px;
	width: 100%;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
h1.cha {
	font-size: 110%;
	font-weight: bold;
	background-color: #0590fb;
	color: #FFF;
	border-color:#0b2996;
	border-width:1px 1px 1px 15px;
	border-style:solid;
	margin: 5px 0px 3px;
	padding: 5px 10px;
	width: 100%;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
h1.cha_blu {
	font-size: 110%;
	font-weight: bold;
	background-color: #0b2996;
	color: #FFF;
	border-color:#0590fb;
	border-width:1px 1px 1px 15px;
	border-style:solid;
	margin: 5px 0px 3px;
	padding: 5px 10px;
	width: 100%;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
h1.cha_ora {
	font-size: 110%;
	font-weight: bold;
	background-color: #FF6600;
	color: #FFF;
	border-color:#0b2996;
	border-width:1px 1px 1px 15px;
	border-style:solid;
	margin: 5px 0px 3px;
	padding: 5px 10px;
	width: 100%;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
h1.cha_gre {
	font-size: 110%;
	font-weight: bold;
	background-color: #09b800;
	color: #FFF;
	border-color:#0b2996;
	border-width:1px 1px 1px 15px;
	border-style:solid;
	margin: 5px 0px 3px;
	padding: 5px 10px;
	width: 100%;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
h1.cha_aom {
	font-size: 110%;
	font-weight: bold;
	background-color: #16a182;
	color: #FFF;
	border-color:#0b2996;
	border-width:1px 1px 1px 15px;
	border-style:solid;
	margin: 5px 0px 3px;
	padding: 5px 10px;
	width: 100%;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
h1.cha_gol {
	font-size: 110%;
	font-weight: bold;
	background-color: #ada573;
	color: #FFF;
	border-color:#0b2996;
	border-width:1px 1px 1px 15px;
	border-style:solid;
	margin: 5px 0px 3px;
	padding: 5px 10px;
	width: 100%;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
h1.cha_yel {
	font-size: 110%;
	font-weight: bold;
	background-color: #b4c408;
	color: #FFF;
	border-color:#0b2996;
	border-width:1px 1px 1px 15px;
	border-style:solid;
	margin: 5px 0px 3px;
	padding: 5px 10px;
	width: 100%;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
h1.ct {
	font-size: 110%;
	font-weight: bold;
	background-color: #01cf45;
	color: #FFF;
	border-color:#157233;
	border-width:1px 1px 1px 15px;
	border-style:solid;
	margin: 5px 0px 3px;
	padding: 5px 10px;
	width: 100%;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}


.nav-topicpath {
	padding: 3px 10px;
	background-color: #000;
}
.nav-topicpath ul:after {
	display: block;
	clear: both;
	content: "　";
}
.nav-topicpath li {
	float: left;
}
.nav-topicpath li + li:before {
	margin: 0 3px;
	content: ">";
}
.nav-topicpath li a {
	padding: 3px 0;
}
.page-heading {
	padding: 5px;
	color: #000;
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 11px;
	text-align: center;
}
.block {
	margin: 0px;
	padding-bottom: 1px dotted #572B10;
}
.block:after {
	content: "";
	display: block;
	clear: both;
}
.block-heading {
	margin-bottom: 1em;
}
/*.block p:last-of-type {
	margin-bottom: 0;
}*/
.image-left {
	width: 100px;
	font-size: 12px;
	text-align: center;
	margin: 0 6px 6px;
	float: left;
}
.image-right {
	width: 100px;
	font-size: 12px;
	text-align: center;
	margin: 0 0 6px 6px;
	float: right;
}
image-center {
	margin: 0 auto 6px auto;
	display: block;
}
.nav-reference {
	margin: 10px;
	text-algn: right;
}
.nav-reference a {
	padding: 3px 14px 3px 0;
/*	background-image: url(../img/xxxxxxxx.png); */
	background-repeat: no-repeat;
	background-position: right center;
}
.block .nav-reference {
	margin: 10px 0;
}
.nav-home {
	margin: auto 10px 12px;
	text-align: right;
}
.nav-home a {
	padding: 3px 0 3px 18px;
/*	background-image: url(../img/xxxxxxxx.png); */
	background-repeat: no-repeat;
	background-position: left center;
}
.top_header {
	margin: 0;
	padding: 0 0 5px;
	height: auto;
	line-height: 44px;
	background-color: #333366;
}


.global-header {
	height: auto;
	line-height: 44px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FDF7EC), color-stop(0.00, #fcf5e8));
	background: -webkit-linear-gradient(top, #fcf5e8 0%, #FDF7EC 100%);
	background: -moz-linear-gradient(top, #fcf5e8 0%, #FDF7EC 100%);
	background: -o-linear-gradient(top, #fcf5e8 0%, #FDF7EC 100%);
	background: -ms-linear-gradient(top, #fcf5e8 0%, #FDF7EC 100%);
	background: linear-gradient(top, #fcf5e8 0%, #FDF7EC 100%);
}
.page-headin {
	margin: 0 auto;
	width: 300px;
	overflow: hidden;
	color: #FF3300;
	font-size: 13px;
	text-align:center;
	white-space:nowrap;
	text-overflow: ellipsis;
	text-shadow: 0 1px #fff;
}
.nav-page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-weight:bold;
}
.nav-page-left {
	position: absolute;
	top: 0;
	left: 4px;
}
.nav-page a {
	padding: 6px 12px;
	border: 1px solid #a93d04;
	background-color:#fd9c68;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fd9c68), color-stop(0.51, #ea5506), color-stop(0.50, #f17431), color-stop(0.00, #feceb4));
	background: -webkit-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
	background: -moz-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
	background: -o-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
	background: -ms-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
	background: linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 51%, #fd9c68 100%);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px #FFFFFF;
	text-decoration: none;
}

.nav-about {
	margin: 5px;
}
.nav-about ul {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 3px #fd9c68;
	box-shadow: 0 0 3px #fd9c68;
}
.nav-about li {
	border-top: 1px solid #CCB77A;
	border-bottom: 1px solid #CCB77A;
	height: 35px;
	line-height: 35px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #CCB77A), color-stop(0.00, #F0E3BF));
	background: -webkit-linear-gradient(top, #F0E3BF 0%, #CCB77A 100%);
	background: -moz-linear-gradient(top, #F0E3BF 0%, #CCB77A 100%);
	background: -o-linear-gradient(top, #F0E3BF 0%, #CCB77A 100%);
	background: -ms-linear-gradient(top, #F0E3BF 0%, #CCB77A 100%);
	background: linear-gradient(top, #F0E3BF 0%, #CCB77A 100%);
}
.nav-about li a {
	position: relative;
	display: block;
}
.nav-about li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #562B0F;
	border-right: 1px solid #562B0F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-about li:first-child {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.nav-about li:last-child {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.nav-about a {
	padding: 0 14px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



/*--jidoshindan--*/
#shindan_box {
	width: 98%;
	height: 330px;
	padding: 13px 0px 0px;
	margin: 10px 5px 0px;
	background: url(https://www.i.propane-npo.com/img/bg_shindan.png) no-repeat;
	font-size: 14px;
	color: #000000;
	line-height: 1.0;
	-webkit-background-size: 100% 335px;
	-background-size: 100% 335px;
	-o-background-size: 100% 335px;
	-ms-background-size: 100% 335px;
}
#shindan_box.submit_bt {
	margin: 20px auto;
	float: left;
	background: url(img/shindan/bt_shindan.gif) no-repeat;
	border: none;
	cursor: pointer;
	overflow: hidden;
	display: block;
}
span.ft10 {
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: bold;
	line-height:1.0;
}
.price {
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	color: #FF0000;
}
#shindan_box p.shindan_info3 {
	margin: 10px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#shindan_box p.shindan_info1 {
	margin: 30px 0px 0px 19px;
	padding: 0px 0px 0px 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 150%;
}
#shindan_box p.shindan_info2 {
	margin: 10px 0px 0px 7px;
	padding: 0px 0px 0px 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 150%;
}
select {
	border: 1px solid #666666;
	padding: 5px 2px;
	margin: 0px 5px;
	font-size: 140%;
	width: 65%;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
}
input[type=text]{
	font-size: 125%;
}

.shindan_space01 {
	line-height: 1.8;
	padding: 0px 0px 0px 82px;
}
.resurt {
	font-size: 120%;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px 2px;
}
.resurt1 {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
}
.resurt2 {
	font-size: 90%;
	line-height: 18px;
	color: #000000;
	text-align: center;
	padding: 8px 0px;
	font-weight: bold;
}
.font_red1 {
	font-size: 11px;
	line-height: 18px;
	color: #FF0000;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
.ct_ft {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
.submit_box2 {
	width: 100%;
	text-align: center;
}
input[type="submit2"]{
	font-size: 110%;
	font-weight:bold;
	margin: 5px auto;
	padding: 5px 30px;
	border: 1px solid #FFFFFF;
	width: 20%;
	height: 30px;
	color: #FFFFFF;
	background-color: #d10007;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FF6699), color-stop(0.00, #feb8d0));
	background: -webkit-linear-gradient(top, #feb8d0 0%, #FF6699 100%);
	background: -moz-linear-gradient(top, #feb8d0 0%, #FF6699 100%);
	background: -o-linear-gradient(top, #feb8d0 0%, #FF6699 100%);
	background: -ms-linear-gradient(top, #feb8d0 0%, #FF6699 100%);
	background: linear-gradient(top, #feb8d0 0%, #FF6699 100%);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	box-shadow: 0 0 3px #333333;
	-webkit-box-shadow: 0 0 3px #333333;
	-moz-box-shadow: 0 0 3px #333333;
	-o-box-shadow: 0 0 3px #333333;
	-ms-box-shadow: 0 0 3px #333333;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	text-align:center;
}
.submit_box3 {
	width: 100%;
	text-align: center;
}
.submit_box3 div {
	font-size: 110%;
	font-weight:bold;	
	line-height:1.3;
	margin: 5px auto;
	padding: 5px 10px 0px;
	border: 1px solid #FFFFFF;
	width: 80%;
	height:40px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FF6699), color-stop(0.00, #feb8d0));
	background: -webkit-linear-gradient(top, #feb8d0 0%, #FF6699 100%);
	background: -moz-linear-gradient(top, #feb8d0 0%, #FF6699 100%);
	background: -o-linear-gradient(top, #feb8d0 0%, #FF6699 100%);
	background: -ms-linear-gradient(top, #feb8d0 0%, #FF6699 100%);
	background: linear-gradient(top, #feb8d0 0%, #FF6699 100%);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	box-shadow: 0 0 3px #333333;
	-webkit-box-shadow: 0 0 3px #333333;
	-moz-box-shadow: 0 0 3px #333333;
	-o-box-shadow: 0 0 3px #333333;
	-ms-box-shadow: 0 0 3px #333333;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
.submit_box4 {
	width: 48%;
	text-align: center;
	float:left;
}
.submit_box4 div {
	font-size: 110%;
	font-weight:bold;	
	line-height:1.3;
	margin: 5px 0px 10px 5px;
	padding: 15px 10px 2px;
	border: 1px solid #FFFFFF;
	width: 85%;
	height:35px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FF6699), color-stop(0.00, #feb8d0));
	background: -webkit-linear-gradient(top, #feb8d0 0%, #FF6699 100%);
	background: -moz-linear-gradient(top, #feb8d0 0%, #FF6699 100%);
	background: -o-linear-gradient(top, #feb8d0 0%, #FF6699 100%);
	background: -ms-linear-gradient(top, #feb8d0 0%, #FF6699 100%);
	background: linear-gradient(top, #feb8d0 0%, #FF6699 100%);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	box-shadow: 0 0 3px #333333;
	-webkit-box-shadow: 0 0 3px #333333;
	-moz-box-shadow: 0 0 3px #333333;
	-o-box-shadow: 0 0 3px #333333;
	-ms-box-shadow: 0 0 3px #333333;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
.submit_box5 {
	width: 48%;
	text-align: center;
	float:right;
}
.submit_box5 div {
	font-size: 110%;
	font-weight:bold;	
	line-height:1.3;
	margin: 5px 5px 10px 0px;
	padding: 15px 10px 2px;
	border: 1px solid #FFFFFF;
	width: 85%;
	height:35px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #73a220), color-stop(0.00, #a2d93f));
	background: -webkit-linear-gradient(top, #a2d93f 0%, #73a220 95%);
	background: -moz-linear-gradient(top, #a2d93f 0%, #73a220 95%);
	background: -o-linear-gradient(top, #a2d93f 0%, #73a220 95%);
	background: -ms-linear-gradient(top, #a2d93f 0%, #73a220 95%);
	background: linear-gradient(top, #a2d93f 0%, #73a220 95%);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	box-shadow: 0 0 3px #333333;
	-webkit-box-shadow: 0 0 3px #333333;
	-moz-box-shadow: 0 0 3px #333333;
	-o-box-shadow: 0 0 3px #333333;
	-ms-box-shadow: 0 0 3px #333333;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}

.back_box2 {
	width: 100%;
	text-align: center;
}
.back_box2 div {
	font-size: 80%;
	margin: 10px auto;
	padding: 8px 10px 5px;
	border: 1px solid #FFFFFF;
	width: 35%;
	height:15px;
	color: #FFFFFF;
	background-color: #003192;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #003192), color-stop(0.00, #00B0F0));
	background: -webkit-linear-gradient(top, #00B0F0 0%, #003192 100%);
	background: -moz-linear-gradient(top, #00B0F0 0%, #003192 100%);
	background: -o-linear-gradient(top, #00B0F0 0%, #003192 100%);
	background: -ms-linear-gradient(top, #00B0F0 0%, #003192 100%);
	background: linear-gradient(top, #00B0F0 0%, #003192 100%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 0 0 3px #333333;
	-webkit-box-shadow: 0 0 3px #333333;
	-moz-box-shadow: 0 0 3px #333333;
	-o-box-shadow: 0 0 3px #333333;
	-ms-box-shadow: 0 0 3px #333333;
}

#shindan_box .goto_bt {
	margin: 10px auto;
	float: left;
}
#shindan_box .return_bt {
	margin: 10px auto;
	float: left;
}
.check_box {
	width: 100%;
	text-align: center;
}
.check_box div {
	font-size: 15px;
	margin: 5px auto;
	padding: 7px 10px 0px;
	border: 1px solid #FFFFFF;
	width: 45%;
	height: 30px;
	color: #FFFFFF;
	background-color: #33CC33;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #33CC33), color-stop(0.50, #299429), color-stop(0.50, #39c639), color-stop(0.00, #6FDB6F));
	background: -webkit-linear-gradient(top, #6FDB6F 0%, #39c639 50%, #299429 50%, #33CC33 100%);
	background: -moz-linear-gradient(top, #6FDB6F 0%, #39c639 50%, #299429 50%, #33CC33 100%);
	background: -o-linear-gradient(top, #6FDB6F 0%, #39c639 50%, #299429 50%, #33CC33 100%);
	background: -ms-linear-gradient(top, #6FDB6F 0%, #39c639 50%, #299429 50%, #33CC33 100%);
	background: linear-gradient(top, #6FDB6F 0%, #39c639 50%, #299429 50%, #33CC33 100%);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	box-shadow: 0 0 3px #333333;
	-webkit-box-shadow: 0 0 3px #333333;
	-moz-box-shadow: 0 0 3px #333333;
	-o-box-shadow: 0 0 3px #333333;
	-ms-box-shadow: 0 0 3px #333333;
}

/*--flow--*/
#flow {
	margin: 0px 0px 2px;
	padding: 5px;
	line-height: 1.5;
}
#flow h2 {
	background: url(../img/h2_bg.png) repeat-x;
	font-size: 15px;
	color: #532910;
	font-weight: bold;
	margin: 7px 0px;
	padding: 7px 0px;
}
.flow_text {
	width: 100%;
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 5px;
	line-height: 1.5;
	font-size: 12px;
}
.flow1 {
	width:100%;
	margin-left:0;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}
.flow2 {
	width:100%;
	margin-left:0;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}
.flow3 {
	width:100%;
	margin-left:0;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}

.flow_nm-a {
	display: block;
	position: relative; 	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #32932f), color-stop(0.49, #9bbb50), color-stop(0.00, #cade97));
	background: -webkit-linear-gradient(top, #C2DD9A 0%, #9bbb50 49%, #3CA344 100%);
	background: -moz-linear-gradient(top, #C2DD9A 0%, #9bbb50 49%, #3CA344 100%);
	background: -o-linear-gradient(top, #C2DD9A 0%, #9bbb50 49%, #3CA344 100%);
	background: -ms-linear-gradient(top, #C2DD9A 0%, #9bbb50 49%, #3CA344 100%);
	background: linear-gradient(top, #B3D79B 0%, #9bbb50 49%, #3CA344 100%);
	border: 1px solid #3B9D44;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	width: 90%;
	height: 22px;
	margin:2px auto;
	padding: 10px ;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 5px 5px 10px rgba(255,255,255,0.2) inset, -2px -2px 5px rgba(255,255,255,0.3) inset;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
}

.flow_nm-b {
	display: block;
	position: relative; 	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0784ab), color-stop(0.75, #23bae9), color-stop(0.00, #99dff5));
background: -webkit-linear-gradient(top, #99dff5 0%, #23bae9 49%, #0784ab 100%);
background: -moz-linear-gradient(top, #99dff5 0%, #23bae9 49%, #0784ab 100%);
background: -o-linear-gradient(top, #99dff5 0%, #23bae9 49%, #0784ab 100%);
background: -ms-linear-gradient(top, #99dff5 0%, #23bae9 49%, #0784ab 100%);
background: linear-gradient(top, #99dff5 0%, #23bae9 49%, #0784ab 100%);
	border: 1px solid #4D8DBE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	width: 90%;
	height: 22px;
	margin:2px auto;
	padding: 10px ;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 5px 5px 10px rgba(255,255,255,0.2) inset, -2px -2px 5px rgba(255,255,255,0.3) inset;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
}
.flow_nm-c {
	display: block;
	position: relative; 	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #b7ad70), color-stop(0.00, #d5cea6));
	background: -webkit-linear-gradient(top, #d5cea6 0%, #b7ad70 100%);
	background: -moz-linear-gradient(top, #d5cea6 0%, #b7ad70 100%);
	background: -o-linear-gradient(top, #d5cea6 0%, #b7ad70 100%);
	background: -ms-linear-gradient(top, #d5cea6 0%, #b7ad70 100%);
	background: linear-gradient(top, #d5cea6 0%, #b7ad70 100%);
	border: 1px solid #b7ad70;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	width: 90%;
	height: 22px;
	margin:2px auto;
	padding: 10px ;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 5px 5px 10px rgba(255,255,255,0.2) inset, -2px -2px 5px rgba(255,255,255,0.3) inset;
	text-align:center;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
}
.flow9-1 p {
    position: absolute;
    top: 47%;
    margin-top: -0.5em;
	margin-left:2.5em;
}


/*--policy--*/
#policy {
	margin: 10px 5px;
	padding: 5px;
	line-height: 1.5;
}
#policy h2 {
	background: url(../img/h2_bg.png) repeat-x;
	font-size: 15px;
	color: #532910;
	font-weight: bold;
	margin: 2px;
	padding: 7px 10px;
}
.pp_text {
	width: 90%;
	margin: 5px 10px 0px;
	padding: 0px 0px 10px 5px;
	line-height: 1.5;
	font-size: 12px;
}



/*--sp_contents2（area-info)--*/
#sp_contents2 {
	margin: 0px 5px 5px;
	padding: 5px;
	line-height: 1.5;
}
#sp_contents2 h2 {
	font-size: 110%;
	color: #532910;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	border-bottom:solid 1px #532910; 
}

.area_l {
	width:45%;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}
.area_c {
	width:10%;
	margin-left:0;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}
.area_r {
	width:45%;
	margin-left:0;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}
.box01 {
	width: 100%;
	height: 45px;
	background: url("../img/box_bg01.png") repeat-x;
	text-align: center;
	font-weight: bold;
	color: #5A2E15;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
	padding: 0px;
	margin: 0px;
}
.box01 p {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #5A2E15;
	padding: 13px 0 0;
	margin: 0px;
}
.box_price01 {
	width:94%;
	border-left: 5px solid #DFC68D;
	border-right: 5px solid #DFC68D;
	border-bottom: 5px solid #DFC68D;
	color: #000;
	background-color: #FFFFFF;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
	padding: 0px;
	margin: 0px;
}
.box_price01 p {
	font-size:90%;
	color: #000;
	padding:2px 0 2px 5px;
	margin: 0px;
}

.price_red {
	font-size: 150%;
	line-height: 1.4;
	font-weight: bold;
	color: #FF0000;
}

.price_gray {
	font-size: 150%;
	line-height: 1.4;
	font-weight: bold;
	color: #666666;
}

.box02 {
	width: 100%;
	height: 45px;
	background: url("../img/box_bg02.png") repeat-x;
	text-align: center;
	font-weight: bold;
	color: #5A2E15;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
	padding: 0px;
	margin: 0px;
}
.box02 p {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 13px 0 0;
	margin: 0px;
}
.box_price02 {
	width:94%;
	border-left: 5px solid #572B10;
	border-right: 5px solid #572B10;
	border-bottom: 5px solid #572B10;
	color: #000;
	background-color: #FFFFFF;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
	padding: 0px;
	margin: 0px;
}
.box_price02 p {
	font-size:90%;
	color: #000;
	padding:2px 0 2px 5px;
	margin: 0px;
}

.box_blank {
	width: 100%;
	height: 50px;
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	margin-top: 50px;
	float: left;
}

#sp_contents2 .box_h3 {
	width: 97%;
	text-align: center;
	background-image: url(../img/bg_cross02.gif);
	border-top: 5px solid #FF6600;
	border-left: 5px solid #FF6600;
	border-right: 5px solid #FF6600;
	border-bottom: 5px solid #FF6600;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
	padding: 15px 0px;
	margin: 5px 0px;
}

#sp_contents2 h3.bk {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	padding: 0px;
	margin:0px;
}
#sp_contents2 h4 {
	font-size: 110%;
	font-weight: bold;
	color: #532910;
	padding: 0px;
	margin:5px 5px 0;
}

.cen {
	width:100%;
	text-align:center;
}

.cen_btn {
	width:100%;
	text-align: center;
}
.cen_btn a {
	display: block;
	position: relative; 	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #244386), color-stop(0.00, #4375a8));
	background: -webkit-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: -moz-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: -o-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: -ms-linear-gradient(top, #4375a8 0%, #244386 100%);
	background: linear-gradient(top, #4375a8 0%, #244386 100%);
	border: 1px #4375a8 solid;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.2), 5px 5px 10px rgba(255,255,255,0.2) inset, -2px -2px 5px rgba(255,255,255,0.3) inset;
	color: #FFFFFF;
	width: 200px;
	height: 28px;
	font-size:100%;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
    margin-left:auto;
    margin-right:auto;
	padding:8px 0 0 0 ;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
img.up {
	vertical-align:-3px;
}

.txt_ave {
	margin: 0 5px 10px;
	display: block;
	width: 97%;
}




.pricelist_sp {
	border: 3px solid #572B10;
	font-size:11px;
	line-height:140%;
	margin: 0px 5px;
	font-weight:bold;
}
.pricelist_sp td {
	font-size:10px;
	border-bottom: 1px solid #572B10;
	border-right: 1px solid #572B10;
	padding: 5px;
	text-align:right;
}
.pricelist_sp td.lf {
	font-size:10px;
	border-bottom: 1px solid #572B10;
	border-right: 1px solid #572B10;
	padding: 5px;
	text-align:left;
}
.pricelist_sp td.bl {
	border-bottom: 3px solid #572B10;
	border-right: 1px solid #572B10;
	padding: 5px;
	text-align:right;
}
.pricelist_sp td.center {
	border-bottom: 1px solid #572B10;
	padding: 5px;
	text-align:center;
}
.pricelist_sp td.lf {
	border-bottom: 1px solid #572B10;
	padding: 5px;
	text-align:left;
}
.pricelist_sp td.item1 {
	font-size:11px;
	color:#FFFFFF;
	background-color:#AE6D43;
	margin:0px;
	padding: 5px;
	text-align:center;
	border-bottom: 3px solid #572B10;
}
.pricelist_sp td.item1-center {
	font-size:11px;
	color:#FFFFFF;
	background-color:#AE6D43;
	text-align:center;
}
.pricelist_sp td.item2 {
	font-size:11px;
	color:#542B0F;
	background-color:#FCF6D4;
}
.pricelist_sp td.item3 {
	font-size:10px;
	color:#542B0F;
	background-color:#FCF6D4;
	text-align:center;
}
.pricelist_sp td.item3_b {
	font-size:11px;
	color:#542B0F;
	background-color:#FCF6D4;
	text-align:center;
	border-bottom: 3px solid #572B10 ;
}
.pricelist_sp td.item4 {
	font-size:11px;
	color:#333366;
	background-color:#EFEFEF;
	text-align:center;
}
.pricelist_sp td.item5 {
	font-size:11px;
	color:#333366;
	background-color:#EFEFEF;
	text-align:left;
	padding: 5px;
}
.pricelist_sp td.item6 {
	font-size:11px;
	color:#FF0000;
	background-color:#FCF6D4;
	text-align:center;
	font-weight:bold;
}
.pricelist_sp td.item7 {
	font-size:11px;
	color:#FF0000;
	background-color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
.pricelist_sp td.item8 {
	font-size:11px;
	color:#000000;
	background-color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
.pricelist_sp td.end-line {
	border-bottom: 3px solid #333366;
}
.top-bottom10 {
	margin:10px 0px;
}
.fp_text {
	width: 95%;
	margin: 5px 10px 0px;
	padding: 0px0px;
	line-height: 1.5;
	font-size: 12px;
}





.ass_sp {
	border: none;
	font-size:11px;
	line-height:1.8;
	margin: 0px 5px;
}

.as_table {
	border: 3px solid #572B10;
	font-size:11px;
	line-height:1.8;
	margin: 5px 5px 15px;
	font-weight:bold;
}
.as_table td {
	border-bottom: 1px solid #572B10;
	border-right: 1px solid #572B10;
	padding: 5px 3px;
}
.as_table th {
	color:#542B0F;
	border-bottom: 1px solid #572B10;
	border-right: 1px solid #572B10;
	background-color:#FCF6D4;
	text-align:center;
}
.as_table2 {
	border: none;
	margin: 0px 0px 2px 0px;
}
.as_table2 td {
	padding: 2px 0px 5px 0px;
	font-size:11px;
	line-height:1.8;
}
.as_table2 td.center {
	padding: 2px 0px;
	font-size:11px;
	text-align:center;
	white-space:nowrap;
}

.pp_text {
	width:97%;
	margin:5px 0px 0px;
	padding:0px 0px 5px 5px;
	line-height:1.5;
}


	

/*--アコーディオンメニュー--*/

#accordion{
	border: 1px #ebd099 solid;
    border-top:none;
    width:85%;
	margin: 5px auto;
}
#accordion dt{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ebd099), color-stop(0.00, #fbefd5));
	background: -webkit-linear-gradient(top, #fbefd5 0%, #ebd099 100%);
	background: -moz-linear-gradient(top, #fbefd5 0%, #ebd099 100%);
	background: -o-linear-gradient(top, #fbefd5 0%, #ebd099 100%);
	background: -ms-linear-gradient(top, #fbefd5 0%, #ebd099 100%);
	background: linear-gradient(top, #fbefd5 0%, #ebd099 100%);
	padding: 10px;
	border-top: 1px #ebd099 solid;
}
#accordion dt a {
	display: block;
	position: relative;
	padding: 0px;
	color: #562B0F;
	font-weight: bold;
	text-decoration: none;
}

#accordion dt a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #562B0F;
	border-right: solid 2px #562B0F;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
}

#accordion dd{
	padding: 0px;
	margin:0px;
}

.nav-acc ul {
	box-shadow: 0;
}
.nav-acc li {
	margin:0;
	padding:5px 0;
	border-bottom: 1px solid #572b10;
	height: 30px;
	line-height: 35px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #874217), color-stop(0.00, #572b10));
background: -webkit-linear-gradient(top, #572b10 0%, #874217 100%);
background: -moz-linear-gradient(top, #572b10 0%, #874217 100%);
background: -o-linear-gradient(top, #572b10 0%, #874217 100%);
background: -ms-linear-gradient(top, #572b10 0%, #874217 100%);
background: linear-gradient(top, #572b10 0%, #874217 100%);
}
.nav-acc li a {
	position: relative;
	display: block;
}
.nav-acc li a::after {
	position: absolute;
	top: 50%;
	right: 25px;
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -4px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-acc li:last-child {
	border-bottom: 0px;
}
.nav-acc a {
	font-weight:bold;
	color:#FFF;
	padding: 0 14px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*--トップ自動診断導線--*/

.shindan_box {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	box-pack: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	background: url(../img/shindan_bg2.png);
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}

.shindan_left {
	font-size: 15px;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:5px;
	padding: 7px 0px 0px 40px;
	border: 1px solid #FFFFFF;
	width: 30%;
	height: 30px;
	color: #FFFFFF;
	background-color: #33CC33;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #33CC33), color-stop(0.50, #299429), color-stop(0.50, #39c639), color-stop(0.00, #6FDB6F));
	background: -webkit-linear-gradient(top, #6FDB6F 0%, #39c639 50%, #299429 50%, #33CC33 100%);
	background: -moz-linear-gradient(top, #6FDB6F 0%, #39c639 50%, #299429 50%, #33CC33 100%);
	background: -o-linear-gradient(top, #6FDB6F 0%, #39c639 50%, #299429 50%, #33CC33 100%);
	background: -ms-linear-gradient(top, #6FDB6F 0%, #39c639 50%, #299429 50%, #33CC33 100%);
	background: linear-gradient(top, #6FDB6F 0%, #39c639 50%, #299429 50%, #33CC33 100%);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	box-shadow: 0 0 3px #333333;
	-webkit-box-shadow: 0 0 3px #333333;
	-moz-box-shadow: 0 0 3px #333333;
	-o-box-shadow: 0 0 3px #333333;
	-ms-box-shadow: 0 0 3px #333333;
}
.shindan_right {
	font-size: 15px;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:5px;
	padding: 7px 0px 0px 40px;
	border: 1px solid #FFFFFF;
	width: 30%;
	height: 30px;
	color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #8a4114), color-stop(0.49, #572b10), color-stop(0.49, #6e492f), color-stop(0.00, #bb6c35));
	background: -webkit-linear-gradient(top, #bb6c35 0%, #6e492f 49%, #572b10 49%, #8a4114 100%);
	background: -moz-linear-gradient(top, #bb6c35 0%, #6e492f 49%, #572b10 49%, #8a4114 100%);
	background: -o-linear-gradient(top, #bb6c35 0%, #6e492f 49%, #572b10 49%, #8a4114 100%);
	background: -ms-linear-gradient(top, #bb6c35 0%, #6e492f 49%, #572b10 49%, #8a4114 100%);
	background: linear-gradient(top, #bb6c35 0%, #6e492f 49%, #572b10 49%, #8a4114 100%);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	box-shadow: 0 0 3px #333333;
	-webkit-box-shadow: 0 0 3px #333333;
	-moz-box-shadow: 0 0 3px #333333;
	-o-box-shadow: 0 0 3px #333333;
	-ms-box-shadow: 0 0 3px #333333;
}
.shindan_bg {
	display: block;
	width: 100%;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
}

.switch {
	margin: 0 auto;
	display: block;
	width: 100%;
    visibility: hidden;
}

/*--自動診断バナー--*/
#shindan_bnr {
	display:table;
	width:100%;
	margin:0 0 20px;
	padding:0;
}
.sp1 {
	margin: 0 auto;
	width: 100%;
}
.btn_bg {
	width: 70%;
	margin:0 10px 5px;
	padding:3px 0;
}
.shindan_btn {
	-moz-box-shadow:inset 16px 14px 0px 0px #3dc21b;
	-webkit-box-shadow:inset 16px 14px 0px 0px #3dc21b;
	box-shadow:inset 16px 14px 0px 0px #3dc21b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #36a854), color-stop(1, #5ab827));
	background:-moz-linear-gradient(top, #36a854 5%, #5ab827 100%);
	background:-webkit-linear-gradient(top, #36a854 5%, #5ab827 100%);
	background:-o-linear-gradient(top, #36a854 5%, #5ab827 100%);
	background:-ms-linear-gradient(top, #36a854 5%, #5ab827 100%);
	background:linear-gradient(to bottom, #36a854 5%, #5ab827 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36a854', endColorstr='#5ab827',GradientType=0);
	background-color:#36a854;
	-moz-border-radius:23px;
	-webkit-border-radius:23px;
	border-radius:26px;
	border:2px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
}
.shindan_btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5ab827), color-stop(1, #36a854));
	background:-moz-linear-gradient(top, #5ab827 5%, #36a854 100%);
	background:-webkit-linear-gradient(top, #5ab827 5%, #36a854 100%);
	background:-o-linear-gradient(top, #5ab827 5%, #36a854 100%);
	background:-ms-linear-gradient(top, #5ab827 5%, #36a854 100%);
	background:linear-gradient(to bottom, #5ab827 5%, #36a854 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ab827', endColorstr='#36a854',GradientType=0);
	background-color:#5ab827;
}
.sb {
	display:table-cell;
	vertical-align:middle;
	margin: 0 auto;
	width: 100%;
}

/*--関連ページ--*/
#relation_page {
	display:table;
  	width:100%;
	margin:10px 0px 20px;
	padding:0;
	border:7px solid #999;
}
#relation_page h3 {
	margin:0;
	padding:5px 10px;
	color: #FFF;
	font-weight: bold;
	font-size:120%;
	background-color:#999;
}
.link_area {
	display: block;
  	width:98%;
	margin:10px 2px 10px 3px;
	padding:0;
}
img.arrow {
	margin:0 5px;
	vertical-align: middle;
}
	
/*--関連ページ・料金診断BOX--*/
#relation_box {
	display:table;	
	width:97%;	
	margin:5px;
	padding:0;
}
#relation_page2 {
	display:table;
  	width:100%;
	margin:10px 0px 20px;
	padding:0;
	border:7px solid #999;
}
#relation_page2 h3 {
	margin:0;
	padding:5px 10px;
	color: #FFF;
	font-weight: bold;
	font-size:120%;
	background-color:#999;
}

/*--関連ページ自動診断ページ用--*/
#relation_box2 {
	display:table;	
	width:97%;	
	margin:5px 5px 20px;
	padding:0;
	background-color:#999;
}
#relation_page99 {
	display:table;
  	width:96%;
	margin:10px auto 8px;
	padding:0px;
	background-color:#FFF;
}
#relation_page99 h3 {
	margin:0;
	padding:5px 10px;
	color: #FFF;
	font-weight: bold;
	font-size:120%;
	background-color:#999;
}

/*--関連ページ（修正版）--*/
#relation_box3 {
	display:table;	
	width:100%;	
	margin:5px 0px 20px;
	padding:0;
	background-color:#999;
}
#relation_page98 {
	display:table;
  	width:96%;
	margin:10px auto 8px;
	padding:0px;
	background-color:#FFF;
}
#relation_page98 h3 {
	margin:0;
	padding:5px 10px;
	color: #FFF;
	font-weight: bold;
	font-size:120%;
	background-color:#999;
}

/*-------------新・問合せフォーム-------------*/
#form_box {
	display: block;
	width:100%;
	margin:0px 0px 10px 10px;
	padding:5px;
}
h2.form_ttls {
	background-color:#fddede;
	border-color: #ac1633;
	border-width: 3px 0px 3px 0px;
	border-style: solid;
	font-size: 110%;
	color: #ac1633;
	font-weight: bold;
	margin: 7px 10px 2px;
	padding: 8px 5px 3px;
	vertical-align: middle;
}
h3.form_item {
	border-color: #003192;
	border-width: 0px 0px 1px 7px;
	border-style: solid;
	font-size: 110%;
	color: #000;
	font-weight: bold;
	margin: 7px 10px 2px;
	padding: 3px 10px 0px;
}
img.hn {
	border: 0;
	vertical-align: middle;
}
#tel_box {
	display: block;
	width:100%;
	margin:20px 0 10px;
	padding:0px;
}
	
/*--新・自動診断バナー--*/
#shindan_bnr99 {
	display:table;
  	width:100%;
	margin:0 0 20px;
	padding:0;
}
.sp99 {
	margin: 0 auto;
	width: 100%;
}
.btn_bg99 {
	width: 70%;
	margin:0 10px 5px;
	padding:3px 0;
}
.shindan_btn99 {
	-moz-box-shadow:inset 16px 14px 0px 0px #3dc21b;
	-webkit-box-shadow:inset 16px 14px 0px 0px #3dc21b;
	box-shadow:inset 16px 14px 0px 0px #3dc21b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #36a854), color-stop(1, #5ab827));
	background:-moz-linear-gradient(top, #36a854 5%, #5ab827 100%);
	background:-webkit-linear-gradient(top, #36a854 5%, #5ab827 100%);
	background:-o-linear-gradient(top, #36a854 5%, #5ab827 100%);
	background:-ms-linear-gradient(top, #36a854 5%, #5ab827 100%);
	background:linear-gradient(to bottom, #36a854 5%, #5ab827 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36a854', endColorstr='#5ab827',GradientType=0);
	background-color:#36a854;
	-moz-border-radius:23px;
	-webkit-border-radius:23px;
	border-radius:26px;
	border:2px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
}
.shindan_btn99:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5ab827), color-stop(1, #36a854));
	background:-moz-linear-gradient(top, #5ab827 5%, #36a854 100%);
	background:-webkit-linear-gradient(top, #5ab827 5%, #36a854 100%);
	background:-o-linear-gradient(top, #5ab827 5%, #36a854 100%);
	background:-ms-linear-gradient(top, #5ab827 5%, #36a854 100%);
	background:linear-gradient(to bottom, #5ab827 5%, #36a854 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ab827', endColorstr='#36a854',GradientType=0);
	background-color:#5ab827;
}
.sb99 {
 	display:table-cell;
	vertical-align:middle;
  	margin: 0 auto;
	width: 100%;
}

/*------【ページ装飾】------------------*/
.index {
padding:0;
border-top:5px solid #336;
border-bottom:1px solid #fff;
background-color:#E2F3ED;
color:#336;
}

.index ul {
width:100%;
margin:0;
padding:20px 0 20px 5px;
}

.index ul li {
color:#48B4B4;
line-height:160%;
padding:0;
margin:0;
list-style:none;
font-weight:700;
}

.index ul li a {
color:#336;
text-decoration:none;
}

.index ul li a:hover {
color:#48B4B4;
text-decoration:none;
}

/*------【box背景】------------------*/
.column_box_a {
    margin: 10px auto 15px;
    width: 90%;
    padding: 5px 10px;
    background-color: #c6d9f1;
    font-size: 100%;
    line-height: 1.5;
}

.box_bg_g {
background-color:#E2F3ED;
padding:15px;
margin:0 0 20px;
}

/*------【リンク】------------------*/
#page_jump {
height:32px;
font-weight:700;
text-align:center;
padding:20px 0;
}

#page_jump img {
padding:0 3px;
}

#page_jump a {
color:#336;
text-decoration:none;
padding:2px 0 0;
line-height:32px;
}

#page_jump a:hover {
color:#48B4B4;
}

#page_jump_s {
height:25px;
font-weight:700;
text-align:right;
padding:0;
margin:0 0 30px;
}

#page_jump_s img {
padding:0 2px;
}

#page_jump_s a {
font-size:14px;
color:#336;
text-decoration:none;
padding:2px 0 0;
line-height:25px;
}

#page_jump_s a:hover {
color:#48B4B4;
}

#page_jump_link {
color:#000;
text-align:center;
}

#page_jump_link a {
color:#336;
font-weight:700;
text-decoration:none;
}

#page_jump_link a:hover {
color:#48B4B4;
font-weight:700;
text-decoration:none;
}

#page_jump_link02 {
color:#48B4B4;
text-align:center;
text-decoration:underline;
}

#page_jump_link02 a {
color:#48B4B4;
font-weight:700;
text-decoration:underline;
}

#page_jump_link02 a:hover {
color:#336;
font-weight:700;
text-decoration:underline;
}

.page_jump_link02 {
color:#48B4B4;
text-align:center;
text-decoration:underline;
}

.page_jump_link02 a {
color:#48B4B4;
font-weight:700;
text-decoration:underline;
}

.page_jump_link02 a:hover {
color:#336;
font-weight:700;
text-decoration:underline;
}

/*------【お役立ち情報トップ・新】------------------*/
/*.useful_box {
	display:table;
	width:100%;
	margin:0 5px;
	padding:0;
}
.uf_txt0 {
	display: table-cell;
  	width:100%;
	margin:0;
	padding:0;
	border-top: 1px solid #003192;
	border-bottom: 1px solid #003192;
	float:left;
}
.uf_txt1 {
	display: table-cell;
	width:100%;
	margin:0;
	padding:0;
	border-bottom: 1px solid #003192;
	float:left;
}
.uf_txt2 {
	display: table-cell;
	width:100%;
	margin:0;
	padding:0;
	background-color:#e6eeff;
	border-bottom: 1px solid #003192;
	float:left;
}
.uf_txt0 img,
.uf_txt1 img,
.uf_txt2 img {
	display: inline-block;
	vertical-align: middle;
	margin-right:3px;
}
.uf_txt0 .ttl,
.uf_txt1 .ttl,
.uf_txt2 .ttl {
	display: inline-block;
	vertical-align: middle;
	font-size:115%;
	font-weight:bold;
	line-height:1.2;
	color: #003192;
}*/


/*------【利用者の声　テキストインデント】------------------*/
.box_episode {
background-color:#E2F3ED;
padding:15px;
margin:0 0 20px;
}

.box_episode div {
padding:0 0 10px 5em;
text-indent:-5em;
}

/*------【ページネーション　数字囲み】------------------*/
.pagination {
    width: 100%;
    padding-top: 30px;
}
.pagination ul {
    margin: 1em 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
	font-weight:700;
    text-align: center;
}
.pagination ul li {
    display: inline-block;
    padding: 0 1px;
    line-height: 2.4; /* 複数行になった時に重ならないように調整 */
}
.pagination ul li a {
    border: 1px solid #ccc;
    padding: 2px 8px;
    color: #008ba9;
    text-decoration: none;
}
.pagination ul li a:link,
.pagination ul li a:visited {
    color: #008ba9;
}
.pagination ul li a:hover {
    background: #008ba9;
    border-color: #008ba9;
    color: #fff;
}
.pagination ul li.crnt a {
    background: #333366;
    border: 1px solid #ccc;
    padding: 2px 8px;
    color: #fff;
}
.pagination ul li.back {
    margin-right: 10px;
}
.pagination ul li.next {
    margin-left: 10px;
}
.pagination p {
    background: #eee;
    padding: 3px 8px;
    overflow: hidden;
}
.pagination p span {
    float: left;
    width: 84px;
}

/* 
次の記事titleが入ります。次の〜〜 部分を1行で表示したい場合に使用
※サンプルでは幅600pxで作成してますので、widthは適宜調整が必要になります。
*/
.pagination p a.oneLine {
	font-size:115%;
	font-weight:700;
	color:#333366;
    display: block;
    float: left;
    width: 100%;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*------------------------------------------------------------------------------
　　　　　　　　　　　　　　    画像のセンタリング
------------------------------------------------------------------------------*/
.img-center {
display:block;
margin-left:auto;
margin-right:auto;
}

/*------------------------------------------------------------------------------
　　　　　　　　　　　　　　    表の罫線
------------------------------------------------------------------------------*/
.tbl_cap{ font-size:12px; line-height:120%; text-align:right; margin: 50px 0px -25px 0px; }

.tbl_owner {　/*----表の囲み----*/
line-height:140%;
margin:5px 0;
border-left:4px solid #336;
border-right:4px solid #336;
border-top:4px solid #336;
border-bottom:4px solid #336;
}
/*----------------------------表の上段------------------------*/
.tbl_owner td.left_top {
padding:5px;
font-weight:700;
text-align:center;
/*-border-right:1px solid #336;-*/
border-bottom:1px solid #336;
}
.tbl_owner td.left_top02 {
padding:5px;
font-weight:700;
text-align:center;
border-right:1px solid #336;
border-bottom:1px solid #336;
}
.tbl_owner td.center_top {
padding:5px;
font-weight:700;
text-align:center;
border-bottom:1px solid #336;
}
.tbl_owner td.center_top02 {/*----左サイドに罫線有り----*/
padding:5px;
font-weight:700;
text-align:center;
border-left:1px solid #336;
border-bottom:1px solid #336;
}
.tbl_owner td.center_top03 {/*----両サイドに罫線無し----*/
padding:5px;
font-weight:700;
text-align:center;
border-bottom:1px solid #336;
}

.tbl_owner td.right_top {
padding:5px;
font-weight:700;
text-align:center;
border-left:1px solid #336;
border-bottom:1px solid #336;
}
.tbl_owner td.right_top02 {/*----右側罫無し----*/
padding:5px;
font-weight:700;
text-align:center;
border-bottom:1px solid #336;
}
/*----------------------------表の中段------------------------*/
.tbl_owner td.center {
padding:5px;
text-align:center;
border-bottom:1px solid #336;
}
.tbl_owner td.center02 {　/*----両サイドに罫線有り----*/
padding:5px;
text-align:center;
border-right:1px solid #336;
border-left:1px solid #336;
border-bottom:1px solid #336;
}
.tbl_owner td.center03 {　/*----左サイドに罫線有り文字左寄せ----*/
padding:5px;
text-align:left;
line-height:140%;
border-left:1px solid #336;
border-bottom:1px solid #336;
}
.tbl_owner td.center04 {/*----両サイドに罫線無し文字左寄せ----*/
padding:5px;
text-align:left;
border-bottom:1px solid #336;
}
.tbl_owner td.left_center {
padding:5px;
text-align:center;
border-right:1px solid #336;
border-bottom:1px solid #336;
}
.tbl_owner td.left_center_b {/*----右サイドに罫線有り文字左寄せ太字----*/
padding:5px;
font-weight:700;
text-align:left;
border-right:1px solid #336;
border-bottom:1px solid #336;
}
.tbl_owner td.left_center02 {/*----両サイドに罫線無し----*/
padding:5px;
text-align:center;
border-bottom:1px solid #336;
}
.tbl_owner td.right_center {
padding:5px;
text-align:left;
border-left:1px solid #336;
border-bottom:1px solid #336;
}
.tbl_owner td.right_center02 {/*----両サイド罫無し----*/
padding:5px;
text-align:center;
border-bottom:1px solid #336;
}
/*----------------------------表の下段------------------------*/
.tbl_owner td.left_bottom {
padding:5px;
text-align:center;
border-right:1px solid #336;
}
.tbl_owner td.left_bottom_b {
padding:5px;
font-weight:700;
text-align:left;
border-right:1px solid #336;
}
.tbl_owner td.center_bottom {
padding:5px;
text-align:center;
}
.tbl_owner td.center_bottom02 {/*----表の下段---両サイドに罫線有り----*/
padding:5px;
text-align:center;
line-height:120%;
border-left:1px solid #336;
border-right:1px solid #336;
}
.tbl_owner td.center_bottom03 {/*----表の下段---右サイドに罫線有り----*/
padding:5px;
text-align:left;
line-height:120%;
border-left:1px solid #336;
/*-border-right:1px solid #336;-*/
}
.tbl_owner td.center_bottom04 {/*----表の下段---両サイドに罫線無し----*/
padding:5px;
text-align:left;
}
.tbl_owner td.right_bottom {
padding:5px;
text-align:left;
border-left:1px solid #336;
}
.tbl_owner td.right_bottom02 {/*----両サイド罫無し----*/
padding:5px;
text-align:center;
}
.hdl {
font-size:16px;
font-weight:700;
line-height:140%;
color:#336;
}

/*------------------------------------------------------------------------------
　　　　　　　　　　　　　　    数字付きリスト
------------------------------------------------------------------------------*/
div.fbox {  /* 楕円のアイキャッチ */
   position: relative;
   text-align:center;
   clear:both;
}
/*------- リストタグを使用 数字の囲み -------*/
ol{
  counter-reset:number; /* 名前を付けたカウンターをリセット */
  list-style:none; /* olが数字を付けることをキャンセル */
  margin:0;
  padding:0;
}
ol li{
  font-size: 120%;font-weight:700; color: #333366 /* リスト部分は好きに装飾！ */
}
ol li:before{
  /* カウンタ（数字になる部分） */
  counter-increment: number; /* 任意の名前を付けて！ */
   /*border:2px solid #333366; */
  content: counter(number); /* 名前を付けたカウンターを呼び出し */
  background-color:#46B2B2;font-size: 120%;font-weight:700;
  color: #fff;width: 1.5;
  line-height: 140%;
  -moz-line-height: 140%;　　 /* Firefox */
-webkit-line-height: 140%;　/* Chrome,safari */
-o-line-height: 140%;　　　　/*  Opera */
-ms-line-height: 140%;　　　 /*  IE */
  -webkit-line-height: 140%;
  margin-right: 8px;
  padding:0px 7px 0px 7px; /* 数字周りの余白指定 */
}

/*------- 数字の囲み -------*/
.number {
background-color:#46B2B2;
font-size: 120%;
font-weight:700;
color: #fff;
width: 1.5;
line-height: 180%;
padding:3px 7px 2px 7px; /* 数字周りの余白指定 */
margin:6px 4px;
}

.number-hd{
  font-size: 120%;font-weight:700; color: #333366; /* 見出し項目 */
  margin:0px 2px 0px 0px;
}

/*------------------------------------------------------------------------------
　　　　　　　　　　　　　　大家さんサブメニュー
------------------------------------------------------------------------------*/

#sub_menu ul {
margin:0;
padding:10px 5px 0 5px;
border-bottom:5px solid #48B4B4;
}

#sub_menu li {
display:inline;
}

#sub_menu li.on_menu {
font-size:95%;
line-height:100%;
display:inline-block;
background-color:#46B2B2;
color:#fff;
padding:5px 6px;
border-radius:3px 3px 0 0;
}

#sub_menu li a {
font-size:95%;
line-height:100%;
display:inline-block;
background:#47478D;
color:#fff;
padding:5px 6px;
border-radius:3px 3px 0 0;
text-decoration:none;
}

/*------------------------------------------------------------------------------
　　　　　　　　　　　　　　大家さん囲み文字
------------------------------------------------------------------------------*/
#sub_menu li a:hover,#sub_menu li a.active {
background:#46B2B2;
color:#fff;
}

#merit_wrapper {
    width: 100%;
	font-weight:700;
	text-align:center;
	margin:20px 0px 0px 0px;
}
 
#merit_left {
	font-size:105%;
	line-height:110%;
	float: left;
    width: 46%;
	border:3px solid #CA0A20;
	padding:2px;
}
 
#merit_right {
	font-size:105%;
	line-height:110%;
    float: right;
    width: 46%;
	border:3px solid #CA0A20;
	padding:2px;
}

/*------------------------------------------------------------------------------
　　　　　　　　　　　　　　大家さんよくある質問
------------------------------------------------------------------------------*/
.qa_question {
font-size:120%;
font-weight:700;
color:#336;
line-height:150%;
height:150%;
background-image:url(https://www.i.propane-npo.com/img/owner/question_s.gif);
background-size:15%;
background-repeat:no-repeat;
padding:5px 5px 5px 70px;
background-color:#E6EAF6;
}
.qa_answer {
width:80%;
background-image:url(https://www.i.propane-npo.com/img/owner/answer_s.gif);
background-size:15%;
background-repeat:no-repeat;
margin:10px 0 5px 0;
padding:0 20px 30px 70px;
}

/*------------------------------------------------------------------------------
　　　　　　　　　　　　　　    大家さん表
------------------------------------------------------------------------------*/
.tbl_cap{ font-size:12px; line-height:120%; text-align:right; margin: 50px 0px -25px 0px; }

.tbl_owner {　/*----表の囲み----*/
line-height:140%;
margin:5px 0;
border-left:4px solid #336;
border-right:4px solid #336;
border-top:4px solid #336;
border-bottom:4px solid #336;
}
/*----------------------------表の上段------------------------*/
.tbl_owner td.left_top {
padding:5px;
font-weight:700;
text-align:center;
/*-border-right:1px solid #336;-*/
border-bottom:1px solid #336;
}
.tbl_owner td.left_top02 {
padding:5px;
font-weight:700;
text-align:center;
border-right:1px solid #336;
border-bottom:1px solid #336;
}
.tbl_owner td.center_top {
padding:5px;
font-weight:700;
text-align:center;
border-bottom:1px solid #336;
}
.tbl_owner td.center_top02 {/*----左サイドに罫線有り----*/
padding:5px;
font-weight:700;
text-align:center;
border-left:1px solid #336;
border-bottom:1px solid #336;
}
.tbl_owner td.center_top03 {/*----両サイドに罫線無し----*/
padding:5px;
font-weight:700;
text-align:center;
border-bottom:1px solid #336;
}

.tbl_owner td.right_top {
padding:5px;
font-weight:700;
text-align:center;
border-left:1px solid #336;
border-bottom:1px solid #336;
}
.tbl_owner td.right_top02 {/*----右側罫無し----*/
padding:5px;
font-weight:700;
text-align:center;
border-bottom:1px solid #336;
}
/*----------------------------表の中段------------------------*/
.tbl_owner td.center {
padding:5px;
text-align:center;
border-bottom:1px solid #336;
}
.tbl_owner td.center02 {　/*----両サイドに罫線有り----*/
padding:5px;
text-align:center;
border-right:1px solid #336;
border-left:1px solid #336;
border-bottom:1px solid #336;
}
.tbl_owner td.center03 {　/*----左サイドに罫線有り文字左寄せ----*/
padding:5px;
text-align:left;
line-height:150%;
border-left:1px solid #336;
border-bottom:1px solid #336;
}
.tbl_owner td.center04 {/*----両サイドに罫線無し文字左寄せ----*/
padding:5px;
text-align:left;
border-bottom:1px solid #336;
}
.tbl_owner td.left_center {
padding:5px;
text-align:center;
border-right:1px solid #336;
border-bottom:1px solid #336;
}
.tbl_owner td.left_center_b {/*----右サイドに罫線有り文字左寄せ太字----*/
padding:5px;
font-weight:700;
text-align:left;
border-right:1px solid #336;
border-bottom:1px solid #336;
}
.tbl_owner td.left_center02 {/*----両サイドに罫線無し----*/
padding:5px;
text-align:center;
border-bottom:1px solid #336;
}
.tbl_owner td.right_center {
padding:5px;
text-align:left;
border-left:1px solid #336;
border-bottom:1px solid #336;
}
.tbl_owner td.right_center02 {/*----両サイド罫無し----*/
padding:5px;
text-align:center;
border-bottom:1px solid #336;
}
/*----------------------------表の下段------------------------*/
.tbl_owner td.left_bottom {
padding:5px;
text-align:center;
border-right:1px solid #336;
}
.tbl_owner td.left_bottom_b {
padding:5px;
font-weight:700;
text-align:left;
border-right:1px solid #336;
}
.tbl_owner td.center_bottom {
padding:5px;
text-align:center;
}
.tbl_owner td.center_bottom02 {/*----表の下段---両サイドに罫線有り----*/
padding:5px;
text-align:center;
line-height:120%;
border-left:1px solid #336;
border-right:1px solid #336;
}
.tbl_owner td.center_bottom03 {/*----表の下段---右サイドに罫線有り----*/
padding:15px;
text-align:left;
line-height:150%;
border-left:1px solid #336;
/*-border-right:1px solid #336;-*/
}
.tbl_owner td.center_bottom04 {/*----表の下段---両サイドに罫線無し----*/
padding:5px;
text-align:left;
}
.tbl_owner td.right_bottom {
padding:5px;
text-align:left;
border-left:1px solid #336;
}
.tbl_owner td.right_bottom02 {/*----両サイド罫無し----*/
padding:5px;
text-align:center;
}
.hdl {
font-size:16px;
font-weight:700;
line-height:140%;
color:#336;
}
/*--------大家さん、プロパンガス業界用語集、ページリスト----------------*/
.box_blue {
width:98%;
height:auto;
overflow:hidden;
padding:15px 3px 0px 3px;
margin:0px 0px 25px 0px;
background-color:#E6EAF6;
}

ul.cate_menu01{
	width:100%;
	margin: 0px 5px 5px 5px;
	padding: 0px 0px 5px 0px;
	list-style:none;
}

ul.cate_menu01 li{
	width:50%;
	float:left;
	font-size: 90%;
	text-indent:12px;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(https://www.propane-npo.com/img/arrow3.gif);
	background-repeat:no-repeat;
}


/*------------------------------------------------------------------------------
　　　　　　　　　　　　　　linkボタンの指定
------------------------------------------------------------------------------*/
.bt_more01 {
float:right;
width:290px;
font-size:13px;
text-align:center;
padding:0;
margin:0px 10px 0 0;
height:26px;
line-height:26px;
font-weight:700;
color:#fff;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#413f8a', endColorstr = '#19185c');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#413f8a', endColorstr = '#19185c')";
background-image: -moz-linear-gradient(top, #413f8a, #19185c);
background-image: -ms-linear-gradient(top, #413f8a, #19185c);
background-image: -o-linear-gradient(top, #413f8a, #19185c);
background-image: -webkit-gradient(linear, center top, center bottom, from(#413f8a), to(#19185c));
background-image: -webkit-linear-gradient(top, #413f8a, #19185c);
background-image: linear-gradient(top, #413f8a, #19185c);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}

/*------------------------------------------------------------------------------
　　　　　　　　　　　　　　    学びの会
------------------------------------------------------------------------------*/
#manabi {
overflow: hidden;
width: 98%; 
padding:4px;
background-color:#f6a400;
}

.manabi_text01 { float: left; width: 35%; color:#FFF; }
.manabi_text02{ float: right; width: 63%; color:#FFF; font-size: 80%; line-height:110%; font-weight:normal; text-align: justify; text-justify: inter-ideograph; }

.manabi_hd_line02{ line-height:30px; color:#FFF; font-size: 120%; font-weight:bold; margin: -50% 0px 10px 180px; }

/*------------------------------------------------------------------------------
　　　　　　　　　　　　　　共通レギュレーション
------------------------------------------------------------------------------*/
.block-l {
	font-size:110%;
	line-height:130%;
	font-weight:700;
	text-align: center;
	color: #666666;
	padding:15px 0px 15px 0px;
	width:100%;
	background-color:#E6EAF6;
}
.block-r {
	font-size:110%;
	line-height:130%;
	font-weight:700;
	text-align: center;
	color: #666666;
	padding:15px 0px 15px 0px;
	background-color:#E6EAF6;
}

.block-l-02 {
	font-size:110%;
	line-height:130%;
	font-weight:700;
	text-align: center;
	color: #666666;
	padding:15px 0px 15px 0px;
	width:100%;
	background-color:#DDDEDD;
}
.block-r-02 {
	font-size:110%;
	line-height:130%;
	font-weight:700;
	text-align: center;
	color: #666666;
	padding:15px 0px 15px 0px;
	background-color:#DDDEDD;
}

/*------------------------------------------------------------------------------
　　　　　　　　　　　　　　    スニペット
------------------------------------------------------------------------------*/
.snippet {
font-size:100%;
line-height:160%;
padding:5px 0px 10px 0px;
text-align: justify;
text-justify: inter-ideograph;
}

/*------------------------------------------------------------------------------
　　　　　　　　　　　　　　    アパート
------------------------------------------------------------------------------*/
.box_tejun {
font-size:14px;
line-height:140%;
background-color:#fff;
padding:10px 8px;
margin:0 5px 10px 5px;
}