@charset "utf-8";

/*CSS reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,cite,form,fieldset,input,textarea,p,blockquote,tr,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	border:none;
}
fieldset,img { 
	border:0;
}
img {
	vertical-align: bottom;
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
th,td {
	text-align:left;
	padding:3px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;	
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

a:link,
a:visited,
a:hover {
	text-decoration:none;
	border:0;
	color:#6C76A4;
}

/*common*/
body {
    font-family: "heisei-mincho-std", serif;
	font-size:15px;
	line-height: 1.6em;
	color:#333;
	background: rgba( 255, 255, 255, 0);
}
a{
	ouline: 0;
}

.clear {
	clear: both;
}
.read {
	padding: 0 ;
	margin: 0 ;
	height : 0 ;
	display : none ;
}
.note{
	font-size:13px;
}
.fl{
	float:left;
	display:block;	
}
.fr{
	float:right;
	display:block;	
}
.pt8{
	padding-top:8px !important;
}
.pt20{
	padding-top:20px !important;
}
.pt30{
	padding-top:30px !important;
}
.pt20{
	padding-top:20px !important;
}
.pt80{
	padding-top:80px !important;
}
#form_box {
	width: 580px;
	margin: 0 auto;
	padding:0;
	display:block;
}
#form_box h1 {
	font-family: "a-otf-ryumin-pr6n", serif;
	font-size:18px;
	color:#998CC3;
}
#form_box th {
	color:#998CC3;
	font-size:13px;
	width:110px;
}
#form_box td {
	font-size:13px;
}
#form_box .box01 {
	width: 250px;
	display:block;
	text-align:center;
}
#form_box .box02 {
	width: 100%;
	display:block;
	text-align:center;
}
.title {
	width: 100%;
	display:block;
	text-align:center;
}
.title p {
	padding:10px 0;
}
