@charset "UTF-8";
html {
   overflow-y:scroll;
font-size: 62.5%;
}

body {
    margin:0;
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, san-serif;
	color:#000;
font-size: 1.0rem;
	/*
	background-image:url(../image/body_bg.png);
	*/
}

br {
   letter-spacing:normal;
}

strong{
	font-weight:normal;
}

a {
   color:#333;
   text-decoration:none;
}

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

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

p{
    font-size: 1.4rem;
}

.main{
	margin: 0px auto;
padding: 82px 0px 100px;
width: 680px;
text-align: left;
}

h1{padding: 0px 0px 26px;
font-size: 38px;
font-weight: normal;
line-height: 1.2;
}

table.formTable{
	width:100%;
	color:#000;
	margin:10px auto;	
	text-align:left;
	border-collapse:collapse;
    font-size: 1.4rem;
}
table.formTable td,table.formTable th{
	padding:5px 5px 0 5px;
	font-weight:normal;
}

table.formTable th{
	text-align:left;
    font-size: 1.5rem;
}

table.formTable td{
	padding:5px 5px 0 5px;
}

table.formTable td.center{
	text-align:center;
}

.input{
padding: 9px 18px;
width: 100%;
border-color: #aaa;
border-width: 1px;
border-style: solid;
border-radius: 2px;
box-sizing: border-box;
font-size: 1.4rem;
font-weight: normal;
line-height: 2.0;
margin-bottom:20px;
}

.input02{
padding: 9px 18px;
width: 30%;
border-color: #aaa;
border-width: 1px;
border-style: solid;
border-radius: 2px;
box-sizing: border-box;
font-size: 1.4rem;
font-weight: normal;
line-height: 2.0;
}


table.formTable th .red{
	display:none;
}

span.red{
	color:red;
}

.submit{
	margin: 0px auto 42px;
    padding: 12px 0px;
    width: 100%;
    height: auto;
    background: #000;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    display: block;
    cursor: pointer;
    transition-property: background;
    transition-duration: 0.5s;
}