@charset "utf-8";

html body {
	margin:0;
	padding:0 0 250px 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#wrapper {
	width:100%;
	text-align:center;
	/* background:#FFF8DC; */
}

.contents {
	max-width:600px;
	margin:auto;
	text-align:left;
	background:#fff;
}

/* ----- header ----- */

#head-block {
	width:100%;
	border-collapse:collapse;

}
#logo {
	width:75px;

}
#logo img {
	width:100%;
}
#menu {
	text-align:right;
}
#menu img {
	width:70px;
}
#step {
	padding-left:25px;
}
#step img {
	width:100%;
}

/* ----- block ----- */

.image-block {
	width:100%;
	line-height:0;
}
.image-block img {
	width:100%;
	border:0;
}

.link-block {
	width:100%;
	line-height:0;
	text-align:center;
}
.link-block img {
	width:90%;
	margin:auto;
	border:0;
}

/* ----- form ----- */

.form-title {
	padding:10px 15px;
	color:#fff;
	background:#F14902;
}
.input-block {
	width:100%;
	padding:10px 0;
	text-align:center;
}
.input-text {
	margin:auto;
	width:90%;
	height:30px;
	font-size:16px;
}
.input-textarea {
	margin:auto;
	width:90%;
	height:60px;
	font-size:16px;
}
.submit-block {
	width:100%;
	text-align:center;
}

.close-btn {
	float:right;
}
.close-btn a {
	color:#fff;
	text-decoration:none;
}

.err {
	color:#fff;
	background:#CC2826 url(./image/caution-01.png) no-repeat ;
	margin:5px 0;
	padding:5px 5px 5px 35px;
}

#complete {
	color:#000;
	background:#FFCC00;
	text-align:center;
	padding:15px;
}

/* ----- footer ----- */

#footer {
	width:100%;
	background-color:rgba(255,255,255,0.8);
	position:fixed;
	bottom:0;
	opacity : 0;
	transform: translateY(20px);
	transition: 1s;
	opacity: 0;
	text-align:center;
}
#top-link {
	position:fixed;
	right:20px;
	bottom:130px;
	cursor:pointer;
}
#footer-links {
	margin:auto;
	max-width:600px;
	line-height:0;
}

/* ----- clearfix ----- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*?*//*/
	height: auto;
	overflow: hidden;
	/**/
}
