@charset "utf-8";

/*-------------------------------------------------------------------------
	.area-contents .price
-------------------------------------------------------------------------*/
.area-contents.price {
	width: auto;
	margin: 0 auto;
}

/*--------- .box-price-nav ---------*/
.area-contents.price .box-price-nav {
	width: 980px;
	margin: 0 auto;
	padding: 35px 0;
	display: table;
}

.area-contents.price .box-price-nav li {
    background: url(../img/price/img-fuki.png) no-repeat bottom left;
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	height: 100px;
	border-left: #fff 5px solid;
	border-right: #fff 5px solid;
	position: relative;
}

.area-contents.price .box-price-nav li:hover {
	opacity: 0.6;
    color: #aaa;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.area-contents.price .box-price-nav li:nth-child(even) {
    background: url(../img/price/img-fuki.png) no-repeat bottom right;
}

.area-contents.price .box-price-nav a {
	color: #fff;
	padding: 20px 0;
}


/*--------- .box-price ---------*/
.area-contents.price .box-price li {
	background: #d1e4ff;
	margin: 0 auto;
	padding: 45px 0;
}

.area-contents.price .box-price li:nth-child(even) {
	background: #d7effb;
}

.area-contents.price .box-price h3,
.area-contents.price .box-price dl {
	width: 700px;
	text-align: left;
	margin: 0 auto;
}

.area-contents.price .box-price h3 {
	font-size: 3.3em;
	font-weight: lighter;
	color: #81afff;
}

.area-contents.price .box-price li:nth-child(even) h3 {
	color: #79c2fe;
}

.area-contents.price .box-price dl {
	border-bottom: #bbb 1px solid;
}

.area-contents.price .box-price dt,
.area-contents.price .box-price dd {
	display: inline-block;
	font-size: 1.1em;
	padding: 12px 0;
}

.area-contents.price .box-price dt {
	width: 250px;
	color: #2475b9;
	font-weight: bold;
}

.area-contents.price li:nth-child(even) .box-price dt {
	width: 250px;
	color: #5d9cc8;
}









