﻿@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: 100%;
	padding: 1% 2%;
	margin-bottom: 2%;
	background-color: #eee;
	font-weight: bold;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.priceArea dl{
	margin-bottom: 2%;
}
.priceArea dt{
	font-size: 80%;
	font-weight: bold;
	padding-top: 1%;
}
.priceArea dd{
	padding-bottom: 1%;
	border-bottom: dotted 1px #ccc;
}
.priceArea ul{
	padding: 2%;
}
.priceArea .ill03{
	padding: 5% 0 2%;
	width: 50%;
	max-width: 180px;
	margin: 0 auto;
}

.minImg {
	max-width: 300px;
}










