/* Float Logo */
	img.float_logo {
		margin: 0px;
		border-style: none;
		padding: 0px;
		position: absolute;
		right: 10px;
		bottom: 10px;
		width: 15%;
		height: auto;
		z-index: 5;
	}

/* Header Navigation */
	div.header_navi {
		background-color: rgba(90, 90, 90, 0.5);
		margin: 5px;
		border-style: none;
		padding: 0px;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100px;
		height: 300px;
		z-index: 5;
	}

/* Background Anime */
	div.background_anime {
		background-color: rgba(90, 90, 90, 0.5);
		margin: 0px;
		border-style: none;
		padding: 0px;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: -5;
	}



/* Swiper */

	html, body {
		position: relative;
		height: 100%;
	}

	body {
		background: #eee;
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		font-size: 14px;
		color:#000;
		margin: 0;
		padding: 0;
	}
	.swiper-container {
		width: 100%;
		height: 100%;
	}
	.swiper-slide {
		text-align: center;
		font-size: 18px;
		background: rgba(255, 255, 255, 0.4);

		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

/* Index */
	img.index_logo {
		margin: 0px;
		border-style: none;
		padding: 20px;
		position: absolute;
		left: 50%;
		top: 50%;
		width: 35%;
		height: auto;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		border: 1px solid #ccc;
	}
	

/* Send Mail */
div.main_contents {
	margin: 0px;
	border-style: none;
	padding: 0px;
	width: 100%;
	height: 100%;
	float: none;
	clear: both;
}

h1.page_title_1 {
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	margin-top: 15px;
	border-style: none;
	padding: 0px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 0px;
	width: 90%;
	height: 2em;
	float: none;
	clear: both;
	display: block;
}

section.signal {
	line-height: 2em;
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 450px;
	height: 2em;
	display: block;
}

	#signal_n {
		background-color: rgba(255, 0, 0, 0.5);
	}

	.signal_c {
		background-color: rgba(255, 255, 255, 0.5);
		font-size: 0.8em;
		color: #000000;
		text-align: center;
		vertical-align: middle;
		margin: 0 auto;
		border-style: none;
		padding: 0px;
		width: 150px;
		height: 100%;
		float: left;
	}

div.input_line {
	text-align: left;
	vertical-align: baseline;
	line-height: 2em;
	margin: 0 auto;
	margin-bottom: 10px;
	border-top-style: none;
	padding: 0px;
	border-left-style: none;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	width: 60%;
	clear: both;
	display: table;
}

	.fld_name {
		width: 25%;
		float: left;
	}

	.fld_input {
		width: 75%;
		float: left;
	}

	.fld_name_h {
		color: #ffffff;
		background-color: rgba(0, 0, 0, 0.2);
		letter-spacing: 2px;
		text-indent: 5px;
		width: 25%;
		float: left;
	}

	.fld_input_h {
		color: #ffffff;
		background-color: rgba(0, 0, 0, 0.2);
		letter-spacing: 2px;
		text-indent: 5px;
		width: 75%;
		float: left;
	}

	input.mf {
		line-height: 2em;
		width: 99%;
		height: 2em;
	}

	textarea.mf {
		line-height: 2em;
		width: 99%;
		height: 8em;
	}

	button#send_btn {
		text-align: center;
		vertical-align: middle;
		line-height: 2em;
		width: 180px;
		height: 3em;
		float: left;
		display: block;
	}

	input.mf_clear {
		text-align: center;
		vertical-align: middle;
		line-height: 2em;
		width: 180px;
		height: 3em;
		float: left;
		display: block;
	}

	div.blank {
		margin: 0px;
		border-style: none;
		padding: 0px;
		width: 100%;
		height: 50px;
		display: block;
	}

