@charset "utf-8";

html{filter: expression(document.execCommand("BackgroundImageCache", false, true));}
.clearfix:after {


    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*===================== all base =====================*/
* { 
	margin: 0; padding: 0; 
	font-family:'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}
body{
	padding:20px 0; 
	background:#FFF;
	text-align:center;
	font-size:62.5%;
}

/*-------------- flame --------------*/
#container{
	width: 690px;
	margin:0 auto;
	text-align:left;
}
#headerArea{
	margin-bottom: 20px; 
}
#footerArea{
	padding: 30px 0; 
}
#mainArea{
	width: 690px;
}

/*-------------- header --------------*/
.closeH{
	margin-top:25px;
}		

/*-------------- footer --------------*/
.pagetopF{
	width: 690px;
	margin:0 auto;
	text-align:right;
	padding-bottom:10px;
}
.footBG{
	margin-top:5px;
	background: url(../img/foot_bg.gif) repeat-x 0 0;
	text-align:left;
}
.footer{
	width: 690px;
	margin:0 auto;
	padding-top:20px;
}

/*-------------- title --------------*/
h2{
	margin:50px 0 15px;
}

/*-------------- table --------------*/
.formtable{

}
.formtable th{
	width:159px;
	padding:10px 0 10px 15px;
	background:#FEF1F8 url(../img/dotline.gif) no-repeat 0 bottom;
	font-weight:normal;
}
.formtable td{
	width:471px;
	padding:10px 0 10px 15px;
	background:#FFF url(../img/dotline.gif) no-repeat 0 bottom;
}

.must{
	color:#F774B3;
}
.w1{
	width:150px;
}
.w2{
	width:260px;
}
.w3{
	width:460px;
}

.priceArea{
	width:330px;
}
.priceArea h3{
	margin:30px 0 0;
	padding:7px 10px;
	font-size:1.4em;
	color:#F774B3;
	font-weight:normal;
	background:#FEF1F8;
	border-top:1px solid #F774B3;
	border-bottom:1px solid #F774B3;
}
table.price th{
	width:241px;
	padding:7px 5px 7px 10px;
	background:url(../img/dotline.gif) no-repeat 0 bottom;
	font-weight:normal;
}
table.price th.btm{
	width:241px;
	padding:7px 5px 7px 10px;
	background:none;
	border-bottom:1px solid #A6A6A6;
	font-weight:normal;
}
table.price td{
	width:74px;
	padding:7px 0;
	text-align:right;
	background:url(../img/dotline.gif) no-repeat 0 bottom;
}
table.price td.btm{
	width:74px;
	padding:7px 0;
	text-align:right;
	background:none;
	border-bottom:1px solid #A6A6A6;
}



.mesbox{
	font-size:1.3em;
	line-height:1.4;
}
.mesbox h2{
	font-size:1em;
}
#formmail {

}
#formmail td.name{
	font-size:1em;
	width:159px;
	padding:10px 0 10px 15px;
	background:#FEF1F8 url(../img/dotline.gif) no-repeat 0 bottom;
	font-weight:normal;
}
#formmail td{
	font-size:1em;
	width:471px;
	padding:10px 0 10px 15px;
	background:#FFF url(../img/dotline.gif) no-repeat 0 bottom;
}




/*===================== other =====================*/
/*---- float ----*/
.left{
	float:left;
}
.right{
	float:right;
}

/*---- margin ----*/
.mgnT20{
	margin-top:20px;
}
.mgnTB20{
	margin:20px 0;
}

/*---- font ----*/
p , td , th {
	font-size:1.3em;
	color:#666;
	line-height:1.4;
}
.bold{
	font-weight:bold;
}
.fcolor01{
	color:#AC9D88;
}
.fcolor02{
	color:#F873B4;
}
.fcolor03{
	color:#FF5694;
}
.note{
	font-size:1.2em;
}

.txtC{
	text-align:center;
}


span.text_out {
	position:absolute;
	top:-5000px;
	left:-999px;
}
/*IEのみ*/
* html span.text_out{
	position:static;
	visibility: hidden;
}

/*---- link ----*/
a:link,
a:visited{
	color:#F774B3;
	text-decoration: none;
}
a.line:link,
a.line:visited{
	color:#F774B3;
	text-decoration: underline;
}
a.gray:link,
a.gray:visited{
	color:#666;
	text-decoration: underline;
}
a:hover,
a:active ,
a.line:hover,
a.line:active,
a.gray:hover,
a.gray:active{
	color:#FBBAD9;
	text-decoration: underline;
}

/*---- pagetop ----*/
.pagetop{
	text-align:right;
}

/*---- dotline ----*/
.dotline10{
	margin:10px 0;
}
.dotline20{
	margin:20px 0;
}
.dotline30{
	margin:30px 0;
}



