@charset "UTF-8";
/* CSS Document */

.boxHeader {
	padding: 15px 15px 5px;
	border-bottom: 1px solid #ccc;
	color: #77bb00;
}
.boxHeader h2 {
	font-size: 120%;
}

.main .price {
	font-size: 150%;
	text-align: right;
}
.main .boxBody {
	padding: 15px 25px 30px;
}

#lineup #item_discription .boxHeader {
	position: relative;
	height: 270px;
	border-bottom: none;
	padding: 0;
}
#lineup #item_discription .boxHeader .itemphoto {
	position: absolute;
	top: 0px;
	padding: 15px;
	width: 360px;
	height: 240px;
}
#lineup #item_discription .boxHeader h2,
#lineup #item_discription .boxHeader .price {
	padding-bottom: 15px;
	padding-left:400px;
	width: 200px;
}
#lineup #item_discription .boxHeader h2 {
	padding-top: 60px;
	font-size: 150%;
}
#lineup #item_discription .boxBody p {
	margin-bottom: 1em;
}