/*****************************/
/* オールージュ独自 価格一覧 */
/*****************************/




#price-list-wrapper {
	clear: both;
	margin:  0;
	padding: 0 0 5em;
}
#price-list {
	clear: both;
	margin:  0;
	padding: 0;
}

#price-list .pl-title {
	clear: both;
	margin:  0;
	padding: 3em 0 0;
	font-size: 16px;
	font-weight: bold;
}

#price-list .pl-subtitle {
	clear: both;
	margin:  0;
	padding: 0.5em 0 1em;
	font-size: 16px;
}

#price-list .pl-photo {
	clear: both;
	margin:  2em 0 0;
	padding: 0;
	width: 240px;
}

#price-list .pl-photo img {
	width: 100%;
	height: auto;
}


#price-list .pl-list {
	clear: both;
	list-style: none;
	margin:  0;
	padding: 0;
}

#price-list .pl-list li {
	font-size: 14px;
	color: #660000;
	margin:  0;
	padding: 0;
}






.price-list {
	clear: both;
	list-style: none;
	margin:  0;
	padding: 0;
}

.price-list li {
	width: 30%;
	float: left;
	margin:  0;
	padding: 2em 0.5em 0;
}

.price-list table {
	clear: both;
	border-collapse: collapse;
	margin:  0;
	padding: 0;
	width: 100%;
}

.price-list table caption {
	font-size: 13px;
	line-height: 1;
}

.price-list table caption .pname span {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0.5em;
}

.price-list table caption .psize {
	margin:  0;
	padding: 0.2em 0 0.4em;
}



.price-list table th,
.price-list table td {
	border: 1px #999999 solid;
	padding: 0.6em 1em 0.3em;
	font-size: 13px;
	line-height: 1;
}

.price-list table th {
	background: #c6e2ff;
}


.price-list table tr td:nth-child(2),
.price-list table tr td:nth-child(3) {
	text-align: right;
}



#price-list hr {
	display: none;
}



#conts > div:nth-child(1),
#conts > div:nth-child(2),
#conts > div:nth-child(3),
#conts > div:nth-child(4) {
	display: none;
}



/* --- */
