@charset "utf-8";


/*--------------------ポップアップページ構造設定---------------------*/
/*----------html----------*/
html{ background:none;}


/*----------body----------*/
body{
	background:none;
	background-color:#fff;
}
body#popupPage{}	/*価格表*/
body#popupPage2{}	/*工場地図*/
body#popupPage3{}	/*悪徳商法*/
body#popupPage4{}	/*不審な電話や悪質商法*/


/*----------container----------*/
#popupPage #container,
#popupPage2 #container,
#popupPage3 #container{
	margin:0 auto;
	background:none;
	background-color:#fff;
	text-align:left;
}

#popupPage4 #container{
	margin:0 auto;
	background:none;
	background-color:#fff;
	text-align:left;
	background:url(../../customer/images/bg_boubt.jpg) top left repeat-x;
}


#popupPage #container{
	padding:20px 40px;
	width:720px;
}

#popupPage2 #container{
	padding:16px 35px 0;
	width:380px;
}

#popupPage3 #container{
	padding:16px 35px 0;
	width:494px;
}

#popupPage4 #container{
	padding:30px 53px 40px 53px;
	width:494px;
}


/*----------content----------*/
#popupPage #content,
#popupPage2 #content,
#popupPage3 #content,
#popupPage4 #content{
	clear:both;
	margin:0;
	background:none;
}

#popupPage #content{ width:720px;}

#popupPage2 #content{ width:380px;}

#popupPage3 #content{ width:494px;}




/*----clearfix設定----
.clearfix{
	_overflow:visible;
	_height:1px;
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}*/