/*
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: 25px 0 100px 0;
}

article {
	margin-bottom: 150px;
	padding-top: 50px;
}

section {
	float: left;
}

.product {
	background: #fff;
	width: 435px;
	height: 625px;
	margin: 25px 0 100px 30px;
	box-shadow: 0 0 5px #aaa;
}
.product img {
	margin: 15px;
}
.product ul {
	float: left;
	width: 100px;
	color: #fff;
	font-size: 13px;
	margin: 20px 0 0 15px;
}
#title li {
	background: #00b2d5;
	text-align: center;
	padding-top: 2px;
}
#info li {
	padding-top: 2px;
}
.product ul:last-child {
	width: 270px;
	color: #383a3d;
	margin-left: 30px;
}
.product li {
	line-height: 22px;
	margin-bottom: 10px;
}
.product p {
	font-size: 15px;
	border-bottom: 1px solid #666;
}
