@charset "utf-8";
/* CSS Document */

*	{
	margin:0px;
	padding:0px;
}

html{
	overflow-y:scroll;
}

body	{
	text-align:center;
	font-size:12px;
	background:url(img/bg.png);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{
	color:#3558FF;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

a:visited{
	color:#3558FF;
}

img	{
	border:none;
}

h2,div,dt,dd	{
	margin:10px 15px 0px 15px;
	line-height:160%;
	letter-spacing:0.05em;
	text-align:left;
}

p{
	margin:0 0 10px 0;
	text-align:left;
}

p span	{
	font-size:12px;
	letter-spacing:1px
}

#wrapper	{
	width:760px;
	margin:0px auto;
	padding:0;
	background:#FFF;
	text-align:left;
}

#header	{
	width:760px;
	margin:0;
	padding:0;
	background:url(img/header_bg.gif) repeat-x;
	height:142px;
	text-align:left;
}

h1	{
	text-align:center;
}

#header a img	{
	margin:20px 10px 10px;
}

#box02{
	margin:100px auto 0;
}

#box02 p{
	margin:0 0 10px 0;
	text-align:center;
	font-size:14px;
}

#box01{
	margin:20px 20px;
	padding:20px 20px 10px;
	border:1px solid #CCCCCC;
	background:#F2F2F2;
}

#box01 h2{
	margin:0 0 15px 0;
	padding:0;
	font-size:120%;
}

#faq,
#mobileFaq{
	margin:0 auto;
	width:720px;
}

#faq dt,
#mobileFaq dt	{
	margin:0px 0px 15px;
	color:#333;
	font-weight:bold;
	font-size:14px;
	padding:10px 30px;
	background:url(img/faq_bg02.png) top left no-repeat;
}

#faq dd,
#mobileFaq dd	{
	margin:0 0 20px 0;
	padding:0 20px;
	overflow:hidden;
	text-align:center;
}

#faq dd p.pLast,
#mobileFaq dd p.pLast{
	margin:0 0 0 0;
}

#faq dd textarea{
	width:680px;
}

#faq dd input[type="text"]{
	width:230px;
}

#bottom	{
	margin:0 20px 20px;
	padding:20px;
	background:#FFF9E8;
}

#bottom	p{
	text-align:center;
}

#bottom	p.attention{
	margin-bottom:20px;
	font-weight:bold;
	color:#F30
}

#bottom	ul.attention{
	margin:0 auto 20px auto;
	width:580px;
	color:#F30;
}

#bottom	ul.attention li{
	margin:0 0 10px 0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(img/icon_attention.gif) no-repeat 0px 5px;
}

#bottom	ul.attention li a{
	color:#F30;
	text-decoration:underline;
}

#bottom	ul.attention li a:hover{
	color:#F30;
	text-decoration:none;
}

#bottom p.checkBox{
	margin:0 0 20px 0;
}

#bottom p.checkBox input{
	margin:0 8px 0 0;
	vertical-align:middle;
}

p.btn{
	margin-bottom:0;
}

#error	{
	background:#ffecec url(img/error.gif) no-repeat 75px center;
	color:#F30;
	padding:0 30px 0 60px;
	margin:0 auto 20px;
	border:1px solid #F30;
	width:330px;
}


#error p	{
	margin:30px 70px;
	font-weight:bold;
	font-size:12px;
}

#footer	{
	background:#ff5947;
	padding:5px 0px;
	margin:40px 0px 0px;
}

address	{
	font-style:normal;
	text-align:right;
	font-size:12px;
	color:#FFF;
	padding:0px 15px;
}

#finish{
	text-align:center;
	margin:50px 0px 140px;
}

p.imgQR{
	float:right;
	width:165px;
	border:1px solid #ccc;
}

p.mailAddress{
	margin:0 0 20px 0;
	font-weight:bold;
	font-size:28px;
}

#standpoint{
	margin:0 20px;
	padding:20px 20px 10px;
	background:#FFE0DD;
}

/*end*/