@charset "utf-8";

/* index
---------------------------------------- */
#lineup #contents .innerBox {
	width: 920px;
	position: relative;
}

#lineup #contents .innerBox .image {
	width: 180px;
	float: left;
}

#lineup #contents .innerBox .text {
	width: 725px;
	padding-bottom: 30px;
	float: right;
}

#lineup #contents .innerBox .text dl {
	margin-top: 15px;
}

#lineup #contents .innerBox .text dl dt {
	width: 80px;
	float: left;
}

#lineup #contents .innerBox .text dl dd {
	margin-left: 90px;
}

#lineup #contents .innerBox p.detail {
	position: absolute;
	right: 0;
	bottom: 0;
}


/* 詳細ページ
---------------------------------------- */
#lineup #contents #main .leadArea {
	width: 650px;
	margin-bottom: 40px;
}

#lineup #contents #main .leadArea .text {
	width: 455px;
	float: left;
}

#lineup #contents #main .leadArea .text .btn {
	margin-top: 20px;
}

#lineup #contents #main .leadArea .text .btn p {
	float: left;
	margin-right: 15px;
}

#lineup #contents #main .leadArea .image {
	width: 180px;
	float: right;
}

#lineup #contents #main .section .upper {
    width: 650px;
	margin-bottom: 20px;
}

#lineup #contents #main .section .lower {
    width: 650px;
}

#lineup #contents #main .section .left {
    width: 315px;
	float: left;
}

#lineup #contents #main .section .right {
    width: 315px;
	float: right;
}

#lineup #contents #main .section .image {
    width: 168px;
	position: relative;
    float: left;
}

#lineup #contents #main .section .image span.zoom {
	position: absolute;
	right: 9px;
	bottom: 9px;
}

#lineup #contents #main .section .image a {
    width: 160px;
    height: 120px;
	border: 4px solid #ccc;
	display: block;
}

#lineup #contents #main .section .image a:hover {
	border: 4px solid #ffb84d;
}

#lineup #contents #main .section dl {
    width: 137px;
    float: right;
}

#lineup #contents #main .section dl dt img {
	vertical-align: top;
	margin-bottom: 4px;
}

#lineup #contents #main .section dl dd {
	margin-bottom: 14px;
}

#lineup #contents #main .section dl dd.last {
	margin-bottom: 0;
}

* html #lineup #contents #main .section dl dd.last {
	text-align: left;
}

#lineup #contents #main .section.last {
	text-align: center;
}

#lineup #contents #main .section.last p.btn {
	margin-top: 15px;
}


