@charset "utf-8";
/* ALL */
html,
body {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	font-family: Verdana, Arial, "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
}
#container {
	position: relative;
	min-height: 100%;
}
header {
	height: 60px;
	border-top: 5px solid #00a5a8;
}
header img {
	display: block;
	margin: 20px auto;
	padding: 0 10px;
}
.headline {
	width: 100%;
	padding: 0 0 0.5em;
	border-bottom: 1px solid #ccc;
}
#content,
#completion {
	width: 100%;
	max-width: 787px;
	margin: 0 auto 50px;
}
#data {
	width: 100%;
}
footer {
	position: relative;
	bottom: 0;
	background: #004098;
	height: 40px;
	border-bottom: 5px solid #00a5a8;
}
footer p{
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 10px 0;
}
/* form table */
table,
tbody,
th,
td,
tr {
	display: block;
}
table {
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
}
tr{
	border-top: 1px solid #ccc;
}
tr:last-child {
	border-bottom: 1px solid #ccc;
}
th,
td {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333;
	font-weight: normal;
}
th {
	text-align: left;
	padding: 10px;
	background: #ddd;
}
td {
	padding: 15px 15px 15px 30px;
	vertical-align: middle;
}
/*form BLOC*/
input[type="text"],
textarea {
	border: 1px solid #C7C7C7;
	padding: 5px;
	width: 95%;
	border-radius: 4px;
	font-size: 16px;
}
input[name="number_s"],
input[name="zip_s[0]"],
input[name="zip_s[1]"]{
	width: 20%;
	margin: 0 0 20px;
}
input[type="text"]:focus,
textarea:focus {
	outline: none;
	border-width: 1px;
	border-style: solid;
	box-shadow: 0 0 8px rgba(8, 141, 165, 0.5);
	-webkit-box-shadow: 0 0 8px rgba(8, 141, 165, 0.5);
	-moz-box-shadow: 0 0 8px rgba(8, 141, 165, 0.5);
	-ms-box-shadow: 0 0 8px rgba(8, 141, 165, 0.5);
	-o-box-shadow: 0 0 8px rgba(8, 141, 165, 0.5);
	border-color: rgba(8, 141, 165, 0.75) !important;
}
input[type="radio"],
input[type="checkbox"]{
	display: inline-block;
	margin: 1.0em;
}
#submit-btn,
#back-btn,
a.btn {
	position: relative;
	display: block;
	width: 95%;
	background: #e70012;
	background: -moz-linear-gradient(top, #e70012 0%, #a60000 100%);
	background: -webkit-linear-gradient(top, #e70012 0%,#a60000 100%);
	background: linear-gradient(to bottom, #e70012 0%,#a60000 100%);
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.7em;
	margin: 30px 5px 0;
	padding: 0.6em;
	border-radius: 4px;
	border: 1px solid #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.btn {
	letter-spacing: 0.1em;
	padding: 0.8em;
}
#submit-btn::before,
a.btn::before {
	display: inline-block;
	position: absolute;
	content: "";
	top: 50%;
	left: 18%;
	width: 0;
	height: 0;
	margin-top: -0.5em;
	border-top: 0.5em solid transparent;
	border-right: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	border-left: 0.5em solid #fff;
}
#back-btn {
	background: #ccc;
	background: -moz-linear-gradient(top, #ccc 0%, #ddd 100%);
	background: -webkit-linear-gradient(top, #ccc 0%, #ddd 100%);
	background: linear-gradient(top, #ccc 0%, #ddd 100%);
	color: #fff;
}
#submit-btn:hover,
#back-btn:hover,
a.btn:hover {
	opacity: 0.8;
}
.ERR,
.s {
	color: #a60000;
}
/* content style */
.center {
	display: block;
	margin: 30px auto 0;
	padding: 0 10px;
}
#content h1,
#content h2,
#content h3,
#content h4,
#data h1 {
	color:#e70012;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0.3em 0;
	line-height: 1.2em;
}
#content h2 {
	font-size: 1.3em;
	margin: 0.8em 0.3em 1.2em;
}
#content h3 {
	position: relative;
	font-size: 1.3em;
	color:#fff;
	background: #00a5a8;
	margin: 0 0 1.8em;
	padding: 1.3em;
}
#content h3:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #00a5a8;
}
#content h4,
#data h1 {
	color:#333;
}
#content h4{
	margin: 2em 0 1em;
}
.day {
	position: relative;
	width: 100%;
	height: 67px;
	background: url(../img/day.jpg) center center / contain no-repeat;
}
article {
	margin: 25px 0;
}
article img {
	display: block;
	margin: 30px auto;
}
section.all img {
	display: block;
	margin: 0 auto;
}
td img {
	display: block;
	margin: 0 auto 30px;
}
article p,
article.page p,
#completion p,
p.send {
	color: #333;
	font-size: 1.0em;
	line-height: 1.4;
	padding: 0 10px;
}
article.page p{
	text-align: center;
	margin: 0 0 0.5em;
}
section.all {
	position: relative;
	width: 100%;
	background: #e6f3f6;
	margin: 100px 0 40px;
	padding: 0 0 2.0em;
}
.pop {
	position: absolute;
	top: -8%;
	left: 3%;
	z-index: 10;
}
.num {
	color: #333;
	font-size: 0.9em;
	vertical-align: top;
}
/* completion style*/
#completion p{
	text-align: center;
}
#completion h1 {
	color:#e70012;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
/* message */
#mod_message {
	position: absolute;
	z-index: 97;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.thank {
	width: 70%;
	background: #ccc;
	margin: 30% auto 0;
	padding: 2.0em;
	color: #333;
	font-size: 1.0em;
	line-height: 1.4em;
	text-align: center;
}
@media all and (max-width: 480px) {
	.day {
		position: relative;
		width: 100%;
		height: 67px;
		background: url(../img/day02.jpg) center center / contain no-repeat;
	}
	.photo {
		width: 80%;
	}
	.photo02 {
		width: 90%;
	}
	.pop {
		top: -15%;
		left: 2%;
	}
}