@charset "utf-8";

@import url("default.css");
@import url("common.css");

table{ line-height:1.7em; color:#666; border:2px #DCD0B8 solid; font-size:108%; width:100%; table-layout:fixed;}
table th{
	width:130px; background-color:#F6F5EF; padding:1em 1.5em;
	border-right:1px #EAE3D4 solid; border-bottom:1px #EAE3D4 solid; vertical-align:top;
}
table td{ padding:1em 1.5em; border-right:1px #EAE3D4 solid; border-bottom:1px #EAE3D4 solid; vertical-align:top;}
table h5{ font-size:123.1%; margin-bottom:0.5em; color:#595126;}
table h5 a{ font-size:108%; margin-bottom:0.5em; color:#595126; font-weight:bold;}
table h5 a:hover{ text-decoration:underline;}

.form_submit{ text-align:center; margin-top:15px;}
.form_submit input{ padding:1.5em 2.5em; margin:0 5px; cursor:pointer;}

p.read{ line-height:1.7em; margin-bottom:20px;}

body{-webkit-text-size-adjust: none;}
