@charset "utf-8";

#container {
	width : 950px ;
	background-color : #ffffff ;
}


/* ▼table部分▼ */

table.form01{
	margin: 0 auto;
	table-layout: fixed;
	width: 600px;
	border: 1px solid #D9D9D9;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 1.4em;
	line-height: 1.4;
	margin-bottom : 40px ;
}

table.form01 th{
	width: 200px;
	background-color: #FFE8D9;
	padding: 10px;
	vertical-align : top ;
}

table.form01 td{
	width: 400px;
	background-color: #F0F0F0;
	padding: 10px;
}

table.form02{
	margin: 0 auto;
	table-layout: fixed;
	width: 600px;
	border: 1px solid #D9D9D9;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 1.4em;
	line-height: 1.4;
	margin-bottom : 40px ;
}

table.form02 th{
	width: 50px;
	background-color: #FFE8D9;
	padding: 10px;
	vertical-align : top ;
}

table.form02 td{
	width: 550px;
	background-color: #F0F0F0;
	padding: 10px;
}

table.form02 li {
	padding-top : 10px ;
	font-size: 0.9em;
}

/* ▲formのtable部分▲ */



div.btn{
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top : 20px ;
}

p.about_text01 {
	margin-left : 15px ;
	margin-top : 10px ;
}

p.form01{
	clear: both;
	text-align: center;
	padding: 10px 0 20px 0;
}


.caution{
	font-size: 11px;
	color: red;
}

.note{
	font-size: 11px;
}



div.done{
	height: 300px;
	text-align: center;
	vertical-align: middle;
}


p.done{
	line-height: 300px;

}


#contents img{
	xvertical-align: middle;
}


#contents img.reset{
	vertical-align: top;
}

/* ▼done02 */


.done02 p {
	margin-top : 30px ;
	margin-bottom: 30px;
	text-align: center;
	font-size : 14px ;
}


/* ▼footer */


#footer {
	xclear : both ;
	xbackground-color : #29ABE2 ;
	xtext-align : center ;
	xmargin-top: 20px;
	color:#FFFFFF;
}


#footer p {
	xtext-align : center;
	xline-height: 80px;
	xvertical-align: middle;
	xfont-size: 12px;
	xcolor: #FFFFFF;
}
