﻿@charset "utf-8";

/* mainArea
================================================== */
/* mainArea */
#mainArea {
	position: relative;
	z-index: 0;
}
/* mainBox */
#mainBox {
	position: relative;
	z-index: 1;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
#mainTit {
	position: relative;
	z-index: 1;
	width: 40%;
	margin: 0 auto;
	padding: 10% 0 3%;
}
#ill01 {
	position: absolute;
	z-index: 2;
	top: 28%;
	left: 5.5%;
	width: 24%;
}
#ill02 {
	position: absolute;
	z-index: 0;
	top: 24%;
	right: 9%;
	width: 20%;
}

/* pageArea
================================================== */
.pageArea {
	position: relative;
	z-index: 10;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 2%;
}
@media screen and (max-width: 600px) {
	.pageArea {
		padding: 5% 0 10%;
	}
}

/* priceArea
================================================== */
.priceArea {
	padding-bottom: 5%;
}
@media screen and (max-width: 600px) {
	.priceArea {
		padding-bottom: 10%;
	}
}
.priceArea h2{
	font-size: 170%;
	text-align: center;
	padding: 1% 2%;
	margin-bottom: 2%;
	background-color: #eee;
	font-weight: bold;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
@media screen and (max-width: 1000px) {
	.priceArea h2{
		font-size: 2.7vw;
	}
}
@media screen and (max-width: 600px) {
	.priceArea h2{
		padding: 2% 3%;
		text-align: left;
		font-size: 4.7vw;
		line-height: 150%;
	}
}
.priceArea h2 br{
	display: none;
}
@media screen and (max-width: 600px) {
	.priceArea h2 br{
		display: block;
	}
}
.priceArea dl{
	margin-bottom: 2%;
}
.priceArea dt{
	font-size: 120%;
	font-weight: bold;
	padding: 2% 0;
}
.priceArea dd{
	padding-bottom: 1%;
}
.priceArea dd .ill01{
	width: 40%;
	max-width: 180px;
	margin: 0 auto;
}
.priceArea dd .ill02{
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
}
@media screen and (max-width: 600px) {
	.priceArea dd .ill02{
		width: 90%;
		margin: 0 auto;
	}
}
.priceArea dd .ill03{
	width: 50%;
	max-width: 180px;
	margin: 0 auto;
}
.priceArea ul{
	padding: 2%;
}
.priceArea .fLeft{
	padding-top: 2%;
	width: 40%;
}
.priceArea .fRight{
	padding-top: 2%;
	width: 21%;
}












