/*
Traumend
Copyright (C) Traumend All rights reserved.
*/

body {
	font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3","ＭＳ Ｐ明朝", "MS P Mincho", serif;
	font-size: 14px;
	color: #383a3d;
	letter-spacing: 1px;
}

a {
	color: #383a3d;
	text-decoration: none;
}

#top {
	position: relative;
	background: url("../images/top_bg.jpg") no-repeat top center;
	width: 100%;
	height: 500px;
}
#top_wrap {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#top_wrap h3 {
	text-indent: 100%;
	white-space: nowrap;
}
#top_logo {
	position: absolute;
	top: 445px;
	left: 255px;
	z-index: 50;
}
#spe_banner {
	position: absolute;
	top: 25px;
	left: 0;
	width: 200px;
	height: 200px;
}
#top_cha_01 {
	position: absolute;
	top: 25px;
	right: 165px;
	background: url("../images/top_cha_01.png") no-repeat 0 0;
	width: 115px;
	height: 250px;
}
#top_cha_02 {
	position: absolute;
	top: -55px;
	left: 195px;
	background: url("../images/top_cha_02.png") no-repeat 0 0;
	width: 350px;
	height: 425px;
}
#top_cha_03 {
	position: absolute;
	top: 200px;
	right: 145px;
	background: url("../images/top_cha_03.png") no-repeat 0 0;
	width: 225px;
	height: 300px;
}
#top_cha_04 {
	position: absolute;
	top: 200px;
	left: 220px;
	background: url("../images/top_cha_04.png") no-repeat 0 0;
	width: 235px;
	height: 300px;
}
#top_cha_05 {
	position: absolute;
	top: -40px;
	left: 335px;
	background: url("../images/top_cha_05.png") no-repeat 0 0;
	width: 400px;
	height: 550px;
}
#spe_title {
	position: absolute;
	top: 390px;
	left: 350px;
	background: url("../images/special/spe_title.png") no-repeat 0 0;
	width: 250px;
	height: 50px;
	overflow: hidden;
}
#spe_copy {
	position: absolute;
	top: 585px;
	left: 245px;
	background: url("../images/special/spe_copy.png") no-repeat 0 0;
	width: 460px;
	height: 30px;
	overflow: hidden;
}

section h2 {
	width: 400px;
	margin: 300px auto 100px auto;
}

#icon {
	width: 960px;
	height: 300px;
	margin: 450px auto 0 auto;
}
#icon li {
	float: left;
	margin-right: 40px;
}
#icon li:last-child {
	margin-right: 0;
}
#icon li img {
	border: solid 1px #383a3d;
}

#tw {
	width: 960px;
	height: 600px;
	margin: 0 auto;
}
#tw li {
	float: left;
	margin: 0 30px 30px 0;
}
#tw li:nth-child(even) {
	margin-right: 0;
}

#wp {
	width: 960px;
	height: 900px;
	margin: 0 auto;
}
#wp li {
	float: left;
	margin: 0 32px 32px 0;
}
#wp li:nth-child(even) {
	margin-right: 0;
}

#banner {
	width: 960px;
	height: 450px;
	margin: 0 auto;
}
#banner li {
	float: left;
	margin-right: 40px;
}
#banner li:last-child {
	margin-right: 0;
}

#dl {
	clear: both;
	width: 960px;
	margin: 0 auto;
}
#btn_dl {
	width: 250px;
	margin: 0 auto 300px auto;
}

footer {
	clear: both;
}
#footer_wrap {
	width: 960px;
	margin: 150px auto;
}
#footer_wrap h4 {
	width: 125px;
	margin: 0 auto 35px auto;
}
footer p {
	color: #00b3d5;
	font-size: 12px;
	text-align: center;
}

#btn_pagetop {
	display: none;
	position:fixed;
	right:0px;
	bottom:0px;
	width:50px;
	height:50px;
	overflow:hidden;
	cursor:pointer;
	margin: 0 10px 10px 0;
}
#btn_pagetop:hover img {
	margin-top: -50px;
}

.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	overflow: hidden;
}
.clearfix {
	min-height: 1%;
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
