@charset "euc-jp";

/* =======================================================================
セット販売
======================================================================= */

#main .ppv-set h1 {
	background-color: #54c2d7;
	border: none;
	display: block;
	font-size: 0;
	width: 100%;
	margin: 0 0 24px;
	min-width: 660px;
	padding: 0;
	text-align: center;
}

#main .ppv-set h1 img {
	width: 660px;
}

#main .ppv-set h2 {
	border-bottom: 1px solid #DE3831;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 24px;
	padding-bottom: 14px;
}

#main .ppv-set > p {
	font-size: inherit;
	line-height: 22px;
	margin-bottom: 40px;
}

.table-set {
	width: 660px;
	margin: 0 auto 40px;
}

.table-set .limited-set {
	color: #ffdf08;
}

.table-set th {
	background-color: #1b9db9;
	height: 40px;
}

.table-set th:first-child {
	font-size: 16px;
	padding-left: 26px;
	padding-right: 26px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 419px;
}

.table-set th, .table-set td {
	width: auto;
}

.table-set .table-set-price {
	border-left: 1px solid #bbb;
	width: 188px;
	text-align: center;
}

.table-set td {
	background-color: #fff;
}

.table-set ul {
	display: block;
	margin: 20px 26px 0;
	overflow: hidden;
}

.table-set td p {
	color: #333;
	font-size: inherit;
	line-height: 21px;
	margin: 0px 25px 15px 25px;
	padding: 0;
}

.table-set li {
	border: 1px solid #ccc;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	float: left;
	margin: 0 16px 16px 0;
}

.table-set li > a {
	display: block;
}

.table-set li a img {
	height: 136px;
	width: 100px;
	vertical-align: bottom;
}


/* 値段部分 */

.table-set .table-set-price > div {
	position: relative;
}

.table-set td.table-set-price {
	color: #1f1f1f;
	font-size: 13px;
	font-weight: normal;
}

.table-set .table-set-price span {
	display: block;
}

.table-set .table-set-price .set-price {
	color: #9a1f1a;
	font-size: 20px;
	font-weight: bold;
	margin: 8px 0 16px;
}

.table-set .table-set-price .set-btn a {
	background-image: url(/images/set/spr_set.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	height: 32px;
	width: 136px;
	margin: 0 auto;
	text-indent: -9999px;
}

.table-set .table-set-price .set-btn a:hover {
	background-position: 0 -32px;
}

.table-set .table-set-price .set-sale-label {
	background: url(/images/set/spr_set.png) no-repeat 0 -64px;
	color: #fff;
	font-weight: bold;
	height: 48px;
	width: 48px;
	right: 16px;
	top: -16px;
	padding-top: 11px;
	position: absolute;
	text-align: center;
	z-index: 5;
}


@media screen and (min-width: 1200px) {

#main .ppv-set h1 img {
	width: 831px;
}

.table-set {
	width: 831px;
}

.table-set th:first-child {
	max-width: 590px;
}

}

@media screen and (min-width: 1400px) {

.table-set {
	width: 1002px;
}

.table-set th:first-child {
	max-width: 761px;
}

}

