@charset "UTF-8";
/* CSS Document */


/*
	Page style
*/

body {
	background-color: #FFFFFF;
	font-family: "メイリオ", Meiryo UI, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 1.8em;
	font-weight: normal;
	font-variant: normal;
}


img {
	border: none;
}


a      { color: #0071bb; text-decoration: none }
a:visited     { color: #0071bb; text-decoration: none }
a:hover     { color: #fc3e03; text-decoration: none }



#main {
	width: 100%;
}


#image img{
	vertical-align: top;
	width: 100%;	
}


.header {
	background-image: url(../img/header_sp.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 75px;
	width: 100%;
}


.alert {
	margin-top: 15px;
	margin-bottom: 10px;
	color: red;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}


.main_box {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 2.5em;
	margin-left: 0px;
	padding-top: 0px;
	text-align: center;
	width: 100%;
}


.form-group{
	font-size: 20px;
	margin-left: 10%;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}

.form{
	background-color:#ddf0ff;
	background-image:none;
	border:1px solid #cccccc;
	border-radius:4px;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	color:#555555;
	display:block;
	font-size: 24px;
	height: 45px;
	line-height:1.42857143;
	padding: 4px 6px;
	width: 85%;
}


.button_submit {
	background-color: #F0FFF0;
	color: black;
	font-size: 20px;
	font-weight: 800;
	margin-left: 0px;
	margin-top: 60px;
	margin-bottom: 25px;
	text-align: center;
	height: 50px;
	width: 50%;
	cursor: pointer;
}


.footer {
	background-image: url(../img/footer.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 72px;
	margin-top: 50px;
	width: 100%;
}


.footer_cr {
	color: #D2E2DF;
	float: left;
	font-size: 10px;
	margin-top: 40px;
	margin-left: 5px;
	text-align: left;
	width: 100%;
}	
	


.end { clear: both; }
