@charset "utf-8";

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


/* ▼table部分▼ */

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

table.provider_table01 th{
	xwidth: 200px;
	background-color: #FFE8D9;
	padding: 10px;
	vertical-align : top ;
	border: 1px solid #D9D9D9;
	color : #666666 ;
}

table.provider_table01 td{
	xwidth: 400px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #D9D9D9;
	color : #666666 ;
}



/* ▲formのtable部分▲ */



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

div.btn a {
	font-size : 11px ;
}

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

p.about_text02 {
	margin-left : 15px ;
	margin-top : 10px ;
	color : #4d4d4d ;
	font-size : 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 ;
}



