@charset "utf-8";

html{
	font-size: 10px;
	/*font-size: 62.5%;*/
}

body {
     font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	 line-height: 1.5;
	 letter-spacing: 0;
	 color: #333333;
}

#wrapper{
	width: 100%;
	max-width: 800px;
	font-size: 0;
	margin: 0 auto;
}

.clearFix:after,
header:after,
#wrapper:after,
section:after,
footer:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	_zoom: 1;
}

*:first-child+html .clearFix:after,
*:first-child+html header:after,
*:first-child+html #wrapper:after,
*:first-child+html section:after,
*:first-child+html footer:after{ zoom: 1; } /* IE7 */

a,a img,input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"]{
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
}

a:hover img,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="image"]:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.imageLeft{
	margin: 0 30px 0 0;
	float: left;
}

.imageRight{
	margin: 0 0 0 30px;
	float: right;
}

/**************************************************
 header
**************************************************/
h1{
	padding: 0px 25px 10px 0px;
}

/**************************************************
 contents
**************************************************/
h2{
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
	text-align: center;
	margin: 50px 0 20px 0;
	color: #005AAB;
}

h3{
	margin: 20px 0 0 0;
	padding: 15px 20px 12px 20px;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: normal;
	background-color: #EEEEEE;
	border-left: 7px solid #003366;
}

p{
	font-size: 15px;
	font-size: 1.5rem;
	padding: 20px 0 0 0;
}

p a{
	text-decoration: underline;
	color: #005AAB;
}

p a:hover{
	text-decoration: none;
	color: #999999;
}

table{
	width: 100%;
	margin: 25px 0;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	font-size: 15px;
	font-size: 1.5rem;
}

th{
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	background-color: #F1F4F5;
	white-space: nowrap;
}

td{
	padding: 10px;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}

.red{color: #F0090D;}

.submitHanger{
	margin: 20px 0 40px 0;
	padding: 15px;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
}

.submitHanger input{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #005AAB;
	padding: 10px 50px 10px 50px;
}

.submitHanger input:hover{background-color: #999999;}

.required {
    background-color: #d54f46;
    color: #FFF;
    border-radius: 3px;
    padding: 3px 10px;
    font-size: 0.75rem;
    float: right;
}

/**************************************************
 footer
**************************************************/
footer{text-align: center;}

#copyRight{
	font-size: 11px;
	font-size: 1.1rem;
	color: #FFFFFF;
	height: 60px;
	padding: 25px 10px 0 10px;
	background-color: #00467E;
}


/**************************************************
 Responsive
**************************************************/

@media screen and (max-width: 640px){

#wrapper{padding: 0 10px;}

h1{padding: 0px 15px 9px 0px;}

h1 img{width: 180px;}

h2{
	font-size: 22px;
	font-size: 2.2rem;
	margin: 30px 0 10px 0;
}

h3{
	font-size: 19px;
	font-size: 1.9rem;
	margin: 20px 0 0 0;
}

th,td{display: block;}

input[type="text"],input[type="email"],input[type="tel"] {
	width: 93%;
}

.required {
    background-color: #d54f46;
    color: #FFF;
    border-radius: 3px;
    padding: 3px 10px;
    margin: 0 10px;
    font-size: 0.75rem;
	float: none;
}

}