@charset "utf-8";

/* ==========================================================================
   Reset
============================================================================= */
html, body,h1,h2,h3,h4,h5,p,dl, dt, dd, ol, ul, li,table,tr, th, td{
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
}
html, body {
	position: relative;
	height: 100%;
}
/* ==========================================================================
   Base
============================================================================= */

body{
	color: #343434;
	font-size: 14px;
	line-height: 1.5;
	font-family: sans-serif;
	background-color: #efefef;
}
img{
	border: 0;
	vertical-align: bottom;
}
ol,ul{
  list-style-type: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color: #0055aa;
	text-decoration: underline;
}
a:hover{
	color: #ff0000;
	text-decoration: underline;
}
.cf:after{
	content: "";
	display: table;
	clear: both;
}
#container{
	max-width: 800px;
	width: 90%;
	background-color: #fff;
	margin: 20px auto;
}
.logo{
	padding: 30px 50px 20px 50px;
}
.form_style{
	padding: 0 0 50px 0;
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
}
.form_style h1{
	text-align: center;
	padding: 15px 0 15px 0;
	margin: 0 0 30px 0;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: 2px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.form_style table{
	max-width: 560px;
	width: 90%;
	margin: 0 auto;
}
.form_style th{
	padding: 10px 0;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
}
.form_style td{
	padding: 10px 0 10px 15px;
	font-size: 15px;
	vertical-align: top;
}
.form_style td span{
	font-weight: bold;
	font-size: 1.2em;
}
.form_style p{
	padding: 0 0 10px 0;
}
.form_style input.form_btn{
	width: 200px;
	color:#fff;
	font-size: 18px;
	padding: 10px 0;
	border-radius:3px;
	cursor:pointer;
	border-style: none;
	text-decoration: none;
	background-image:url(/img/arrow1.png);
	background-position:right 16px center;
	background-repeat: no-repeat;
	background-color:#3d75dd;
	background-size: 9px 15px;
}
.form_style input.form_btn2{
	width: 100px;
	color:#fff;
	font-size: 18px;
	padding: 10px 0;
	border-radius:3px;
	cursor:pointer;
	border-style: none;
	text-decoration: none;
	background-color:#777;
	background-size: 9px 15px;
}
.form_style input.form_btn:hover,
.form_style input.form_btn2:hover{
	background-color:#ff6c00;
}
.form_style .kakunin_txt{
	text-align: center;
	padding: 30px 0px 20px 0px;
}

.form_style .kakunin_txt p{
	font-size: 15px;
	padding: 0 0 40px 0;
	color: #f00;
}
.form_style .alert{
	font-weight: bold;
	color: #f00;
}
p.finish{
	font-size: 14px;
	padding: 0 0 60px 0;
	text-align: center;
	line-height: 2;
}
p.finish2{
	font-size: 14px;
	text-align: center;
}
/* ------------------------------------

for SMARTPHONE

--------------------------------------*/
@media screen and (max-width: 600px){
	.logo{
		padding: 20px 20px 10px 20px;
	}
	.form_style h1{
		font-size: 20px;
		margin: 0 0 15px 0;
	}
	.form_style th{
		padding: 10px 0 5px 0;
		display: block;
		text-align: left;
	}
	.form_style td{
		display: block;
		padding: 0 0 10px 0;
	}
	.form_style input.form_btn{
		width: 90%;
		font-size: 16px;
		padding: 15px 0;
		margin: 0 0 10px 0;
	}
	.form_style input.form_btn2{
		width: 90%;
		font-size: 16px;
		margin: 0 0 10px 0;
	}
}


