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

#mainvisual {
	background: url("../images/sub_visual.jpg") no-repeat;
}

#wrapper {
	margin-top: -450px;
}
#wrapper h3 {
	font-size: 28px;
	text-align: center;
	letter-spacing: 2px;
	padding: 75px 0 0 0;
}

article {
	width: 900px;
	margin: 0 0 150px 30px;
	padding-top: 50px;
}
section {
	float: left;
}

#trial {
	float: left;
	width: 900px;
	height: 100px;
	margin: 0 auto;
}
#tri {
	position: relative;
	background: #fff;
	width: 820px;
	padding: 0 40px 100px 40px;
	margin: -10px 0 100px 0;
	box-shadow: 0 0 5px #aaa;
	z-index: 1;
}
.tri_title {
	width: 275px;
	margin: 50px auto 75px auto;
}
.game {
	width: 640px;
	margin: 0 auto 125px auto;
}
#tri p {
	font-size: 15px;
	line-height: 30px;
	padding-top: 20px;
	margin-top: 25px;
}

#comic {
	float: left;
	width: 900px;
	height: 100px;
	margin: 0 auto;
}
.title {
	float: left;
}

#wc {
	position: relative;
	background: #fff;
	width: 600px;
	padding-bottom: 50px;
	margin: -10px 0 200px 0;
	box-shadow: 0 0 5px #aaa;
	z-index: 1;
}
.com_title {
	width: 275px;
	margin: 50px auto 50px auto;
}
.comic {
	width: 550px;
	height: 1500px;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: scroll;
}
.comic p {
	font-size: 40px;
	text-align: center;
}

aside {
	float: left;
	width: 270px;
	margin: -10px 0 150px 30px;
}
.content {
	background: #fff;
	width: 240px;
	padding: 15px;
	margin: 0 auto;
	box-shadow: 0 0 5px #aaa;
}
.content img {
	display: block;
	cursor: pointer;
	margin-bottom: 10px;
}
.content img:last-child {
	margin-bottom: 0;
}
