@charset "utf-8";

/* --------------------------------------------------------------------------------
	structure
-------------------------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0;
}
body{
	margin:0 0 30px;
	padding:0;
	line-height:1.5;
	font-family:Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	font-size:75%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
	display:block;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
	content:'';
	content:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}

img{
	border:0;
	-ms-interpolation-mode:bicubic;
	vertical-align:text-bottom;
}

#container{
	width:685px;
}


/* --------------------------------------------------------------------------------
	clear & clearfix
-------------------------------------------------------------------------------- */
.clear{
	clear:both;
}
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
* html .clearfix{zoom:1;} /* IE6 */
*:first-child+html .clearfix{zoom:1;} /* IE7 */


/* --------------------------------------------------------------------------------
	main
-------------------------------------------------------------------------------- */
#main{
	width:620px;
}

#main h1{
	padding:0 0 10px;
}

#main form{
	
}
#main form .attention{
	padding:20px 0;
	text-align:center;
	font-size:130%;
	font-weight:bold;
}

#main .basic-informaiton{
	padding:10px;
}
#main .basic-informaiton table th{
	width:180px;
	padding:6px;
	text-align:left;
	font-weight:normal;
}
#main .basic-informaiton table th .mark1{
	color:#e47d1d;
}
#main .basic-informaiton table td{
	padding:6px;
}
#main .basic-informaiton table td input{
	padding:6px;
	border:solid 1px #ccc;
}
#main .basic-informaiton table td.input-txt1 textarea{
	width:100%;
	height:150px;
}
#main .basic-informaiton table td.input-txt1 input{
	width:235px;
}
#main .basic-informaiton table td.input-txt2 input{
	width:50px;
}
#main .btn-submit{
	padding:30px 0;
	border-top:dotted 1px #999;
	text-align:center;
}

/* --------------------------------------------------------------------------------
	conf
-------------------------------------------------------------------------------- */
#conf{
	margin:0 0 20px;
	padding:13px;
}
#conf h2{
	padding:10px;
	border-bottom:solid 2px #e47d1d;
	font-size:120%;
	color:#e47d1d;
}
#conf h2 span{
}
#conf table{
	width:100%;
	margin:0 0 20px;
	border-spacing:7px;
	border-collapse:separate;
	font-size:120%;
}
#conf table th,
#conf table td{
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}
#conf table th{
	width:35%;
	padding:0 10px;
}
#conf table td{
	width:65%;
	padding:0 5px;
}
#conf table th{
	width:195px;
	padding:0 10px;
}
#conf table td{
	width:430px;
	padding:0 5px;
}
#conf .btns{
	text-align:center;
}
#conf .thanks{
	padding:20px;
}
#conf .msg{
	font-weight:bold;
	color:#e47d1d;
}

