@media (min-width: 800px) {
   /* PC表示領域が800px以上の場合に適用するスタイル */
   .base_w{width:944px;}	/*横幅ベース指定　ＰＣのみ*/
   body{font-size:12pt;line-height:25pt;}
   .fll{width:180px;}
   .adr{line-height:1.2em;margin-bottom:15px;}
   .sp{display:none;}
}
@media (max-width: 799px) {
   /* SP表示領域が800px未満の場合に適用するスタイル */
   body{font-size:10pt;line-height:20pt;}
	.fll{width:80px; /*background-color:red;*/}
	.adr{line-height:1.2em;margin-bottom:15px;}
	.spw6{width:60px;}
	.spw13{width:130px;}
	.spw20{width:200px;}
	.spw25{width:250px;}
	.pc{display:none;}
	.sptr{vertical-align:top; line-height:1.2em;}
	.sptd{line-height:1.4em;}
	.sptd2{font-size:90%;text-align:right;width:30px;}
	
}

body{
margin:0px;
padding:0px;
line-height:25pt;
/*
-webkit-text-size-adjust: 150%;
*/
}

.fll{float:left;}
.flr{float:left;}

.tel{
font-size:95%;
line-height:1em;
margin-top:-3px;
}






main{
/*background-color:#ccc;*/
weight:100%;
padding:10px;
}
p{
margin:2px;
}
/* micro clearfx */
.cf:before, .cf:after {
    content:"";
    display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* IE 6/7用。不要なら削除可。 */
.bnr{
float:right;
}
.wline{
border-bottom: double 3px #333;

}

#box01{

/*background-color:#888;*/

}
#box03{

/*background-color:#555;*/
text-align:left;
margin-bottom:50px;
}
.box_g{
/*background-color:#aaa;*/
}


.fll2{
float:left;
width:150px;
/*background-color:#ddd;*/
}

.flr2{
float:left;
font-size:10.5pt;
/*background-color:#eee;*/
}


#policy{
width:100%;
border-top:solid 1px #eee;
text-align:center;
font-size:8pt;
}

#footer{
width:100%;
/*background-color:#eee;*/
text-align:center;
border-top:solid 1px #eee;
padding:10px;
font-size:7pt;
}

