* {
	margin:0;
	padding:0;
}
body {
	background-color:#FFF;
	font-family :Arial, Helvetica, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-family :Verdana, "lr oSVbN", sans-serif;
	font-size: 12px;
	text-align: center;
}
html {
	height: 100%;
	margin-bottom: 1px;
	line-height:1.5;
}
img {
	border: 0px;
	vertical-align: bottom;
}
input, textarea, select {
	font-size:100%;	
	padding: 2px;
}
table {
	font-size: 12px;
}
p, li, dt, dl, th, td, pre {
	line-height:1.5;
}
#wrapper {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
}
#header, #content {
	width: 600px;
}
#main {
	width: 560px;
	margin: 20px 20px 50px;
}
#footer {
	width: 600px;
	font-size: 10px;
	margin-bottom: 10px;
}
#footer img {
	margin: 0 10px;
}
h2 {
	margin-bottom: 10px;
	background: url(../images/form_1_ttl1.jpg) no-repeat left center;
	font-size: 14px;
	padding: 10px;
	font-weight: bold;
}
.form-tb td iframe {
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
}
#plc {
	text-align: left;
	font-size: 10px;
}
#plc dl, #plc p {
	padding: 0 10px 5px;
}
#plc dt {
	font-weight: bold;
}
#plc dd {
	margin-bottom: 1em;
}
#plc .qsline {
	margin-bottom: 1em;
	color: red;
	text-decoration: underline;
	font-weight: bold;
}
/* style */
.form-smn-sb, .form-smn-sb2 {
	min-height: 74px;
	margin-bottom: 10px;
}
.form-smn-sb {
	width: 380px;
	background: url(../images/form_1_img2.jpg) no-repeat left bottom;
	float: left;
}
.form-smn-sb2 {
	width: 560px;
	background: url(../images/form_2_img5.jpg) no-repeat left bottom;
}
.form-smn-sb p, .form-smn-sb2 p {
	padding: 10px;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
}
.form-smn-sb p {
	background: url(../images/form_1_img1.jpg) no-repeat left top;
}

.form-smn-sb2 p {
	background: url(../images/form_2_img4.jpg) no-repeat left top;
}



.form-cat-sb {
	width: 270px;
	margin-left: 10px;
	background: url(../images/form_2_img3.jpg) no-repeat left bottom;
}
.form-cat-sb2 {
	width: 560px;
	background: url(../images/form_2_img5.jpg) no-repeat left bottom;
}
.form-cat-sb p, .form-cat-sb2 p, .form-cat-sb2-msg p, .form-cat-sb pre {
	padding: 10px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
.form-cat-sb p, .form-cat-sb pre {
	background: url(../images/form_2_img2.jpg) no-repeat left top;
}

.form-cat-sb2 p {
	background: url(../images/form_2_img4.jpg) no-repeat left top;
}
.form-cat-sb2-msg p {
	background: url(../images/form_2_img4_2.jpg) no-repeat left top;
}
.form-cat-sb2-msg {
	width: 560px;
	background: url(../images/form_2_img5_2.jpg) no-repeat left bottom;
}
.form-cat-tel {
	width: 170px;
	background: url(../images/form_2_tel.gif) no-repeat left bottom;
	margin-bottom: 10px;
	float: right;
}
.form-cat-tel dl {
	padding: 5px 10px 0;
}
.form-cat-tel dt {
	font-size: 10px;
}

.form-cat-tel dd {
	border-bottom: 1px dotted #E2EAEE;
	font-size: 11px;
}
.form-cat-tel p {
	font-size: 10px;
	background: #E2EAEE;
	margin: 3px 5px 10px;
	text-align: center;
	padding: 1px;
}
	



.btn {
	text-align: center;
}
.btn input {
	width: 150px;
	padding:3px;
}
.form-nml th {
	background-color: #CFDEEB;
}
.form-nml td {
	background-color: #EDEDED;
}
.form-wng th {
	background-color: #FFB5A2;
}
.form-wng td {
	background-color: #FFE3DD;
}
.ans-opt {
	background: url(../images/form_icon1.gif) no-repeat left top;
}
.ans-est {
	background: url(../images/form_icon2.gif) no-repeat left top;
}
.form-tb {
	width: 560px;
	clear: both;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin-bottom: 20px;
}
.form-tb th, .form-tb td {
	border-bottom: 1px solid #999;
	vertical-align: top;
}
.form-tb th {
	padding: 5px;
	text-align: left;
}
.form-tb td {
	padding: 5px 5px 5px 35px;
	border-right: 1px solid #999;
}
.err-txt {
	margin-bottom: 20px;
}
.err-txt p {
	background: url(../images/form_icon_err.gif) no-repeat left center;
	padding-left: 20px;
	color:#F00;
	font-weight: bold;
}
.form-cat {
	width: 380px;
	float: left;
	margin: 0 0 10px 0;
}
.form-cat td {
	vertical-align: top;
}
/* parts */

/*　bg-color */
.bg-red1 {
	background-color: #FFD0D1!important;
}
.bg-red2 {
	background-color: #FEE!important;
}
.bg-gry {
	background-color: #EDEDED;
}
.bg-bl {
	background-color: #87ACCD;
}
/* font */
.fc-gry {
	color: #666;
}
/*　margin-bottom */
.mgnb00 {
	margin-bottom: 0!important;
}
.mgnb05 {
	margin-bottom: 5px!important;
}
.mgnb10 {
	margin-bottom: 10px!important;
}
.mgnb15 {
	margin-bottom: 15px!important;
}
.mgnb20 {
	margin-bottom: 20px!important;
}
.mgnb25 {
	margin-bottom: 25px!important;
}
.mgnb30 {
	margin-bottom: 30px!important;
}
.mgnb35 {
	margin-bottom: 35px!important;
}
.mgnb40 {
	margin-bottom: 40px!important;
}
.mgnb45 {
	margin-bottom: 45px!important;
}
.mgnb50 {
	margin-bottom: 50px!important;
}
.mgnb100 {
	margin-bottom: 100px!important;
}
.mgnt20 {
	margin-top: 20px!important;
}
.mgnl10 {
	margin-left: 10px!important;
}
/* ------   テーブルセル幅設定  -----------------------------------------*/

/*　percent　　*/
.rate10 {
	width: 10%;
}
.rate20 {
	width: 20%;
}
.rate25 {
	width: 25%;
}
.rate30 {
	width: 30%;
}
.rate35 {
	width: 35%;
}
.rate40 {
	width: 40%;
}
.rate45 {
	width: 45%;
}
.rate50 {
	width: 50%;
}
.rate55 {
	width: 50%;
}
.rate60 {
	width: 60%;
}
.rate65 {
	width: 65%;
}
.rate70 {
	width: 70%;
}
.rate75 {
	width: 75%;
}
.rate80 {
	width: 80%;
}
.rate85 {
	width: 85%;
}
.rate90 {
	width: 90%;
}
/*　pixel　　*/
.width100 {
	width: 100px;
}
.width150 {
	width: 150px;
}
.width200 {
	width: 200px;
}
.width250 {
	width: 250px;
}
.width300 {
	width: 300px;
}
.width350 {
	width: 350px;
}
.width400 {
	width: 400px;
}
.width450 {
	width: 450px;
}
.width500 {
	width: 500px;
}
/* ------   フォント設定  ----------------------------------------------*/

/* font-size　*/
.fs10 {
	font-size: 10px;
}
.fs12 {
	font-size: 12px;
}
.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}
/* ------   位置設定  --------------------------------------------------*/

/* vertical　*/
.aligntop {
	vertical-align: top!important;
}
.alignbottom {
	vertical-align: bottom!important;
}
/* horizontal　*/
.aligncenter {
	text-align: center!important;
}
.alignright {
	text-align: right!important;
}
.alignleft {
	text-align: left!important;
}
/* ------   フロート設定  ----------------------------------------------*/
.clear {
	clear:both;
}
.fobjectR {
	float: right;
	margin: 0 0 10px 0;
}
.fobjectL {
	float: left;
	margin: 0 0 10px 0;
}
/*---------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%
}
.clearfix {
	display:block;
}
/* end MacIE5 */  
/*---------------------------------------------------------------------*/


.form-tb dl {
	margin: 0;
	padding: 0;
}

.form-tb dt {
	clear: both;
	float: left;
	width: 1.5em;
	margin-bottom: 8px;
	height: 1em;
	padding-top: 0.03em;
}
.form-tb dd {
	margin-left: 1.5em;
	margin-bottom: 8px;
	width: 300px;
	height: 1em;
	margin-top: -0.1em;
}
.form-tb dd2 {
	margin-left: 1.5em;
	margin-bottom: 8px;
	width: 300px;
	height: 1em;
	margin-top: -0.1em;
}

*:first-child+html .form-tb dl {
	margin-top: -0.2em;
}

*:first-child+html .form-tb dd {
	padding-top: 0.15em;
	margin-left: 0;
	padding-left: 0.3em;
}

* html .form-tb dd {
	padding-top: 0.11em;
	margin-bottom: -8px;
}
* html .form-tb dl {
	margin-bottom: 15px;
	margin-top: -0.2em;
}