@charset "utf-8";

/* clearfix */
.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both;}
.clear{clear:both;}

body{
font-size:12px;
color:#444;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
text-align: center;
}

a{
color:#0066CC;}
a:link{
color:#0066CC;}
a:visited{
color:#0066CC;}
a:hover{
color:#0066CC;
text-decoration:none;}

img{
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
vertical-align: bottom;
}

html {
  background-color: transparent;
  background-image: none;
  background-color: #dadad8;

}

html,
body {
  height: 100%;
}


.mrg10{
	margin-top: 10px;
}
.mrg20{
	margin-top: 20px;
}
.mrg30{
	margin-top: 30px;
}
.mrg40{
	margin-top: 40px;
}


/* ---------------------------------------------------------------------------------------------- */

#header{
  margin:0 auto;
  width:768px;
  height: 20px;
  background-color: #595856;
  padding: 20px 0;
}

#logo{
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
}


#wrapper{
margin:0 auto;
width:768px;
background-color: #e6e6e4;
min-height: 380px;
padding: 0 0 30px;
}



#footer{
  width:768px;
  line-height: 30px;
  height: 45px;
  background-color: #f7f7f5;
  margin: 0 auto;
}
#footer h1{
	font-size: 150%;
	font-weight: bold;
	padding-top: 5px;
}

/* ---------------------------------------------------------------------------------------------- */

label{
	font-size: 1.5em;
	
}
.textbox{
	border:0;
	padding:12px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#383838;
	border:solid 1px #ccc;
	margin:10px 0 20px;
	width:70%;
}

.button button{
    width:60%;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:14px 0 14px;
    color:#fff;
    background-color:#595856;
    border: none;
    border-radius:25px;
    margin: 60px auto 0;
    cursor: pointer;
}

.button button:hover{
    background-color:#232323;	
}

.text_title{
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 20px;
	color:#444449;
}

.text01{
	padding: 30px 0;
	font-size: 1.2em;
	line-height:130%;
}

.finish_waku{
	
	padding: 30px 15px;
	border: 2px solid #C1BABA;
	background-color: #FFFFFF;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	
}

.finishtext_b{
	font-size: 1.5em;
	font-weight: bold;
}

.finishtext{
	line-height:130%;
	font-size: 1.2em;
	margin-top: 15px;
	text-align: left;
}


.errorMessage{
	font-size: 1.4em;
	color: crimson;
	background-color:#FBD0D1;
	width: 70%;
	margin: 0 auto;
	padding: 8px;
	margin-top: -15px;
	text-align: left;
	margin-bottom: 5px;
}


/* ---------------------------------------------------------------------------------------------- */


@media screen and (max-width:768px){
	#wrapper,#header,#footer{
	width: 100%;
	}

}


/* ---------------------------------------------------------------------------------------------- */
