﻿@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;
	padding-bottom: 5%;
}
#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%;
	}
}
.pageArea dl{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 10%;
}
@media screen and (max-width: 600px) {
	.pageArea dl{
		width: 100%;
	}
}
.pageArea dt{
	font-size: 100%;
	padding: 1% 0;
	margin-bottom: 2%;
	font-weight: bold;
	background-color: #dbf4ff;
	border: solid 1px #b8edff;
	text-align: center;
	border-radius: 30px; 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.pageArea dd{
	padding: 1% 0;
}
.pageArea dd.data{
	padding: 1% 2%;
	margin-bottom: 2%;
	background-color: #eee;
	font-weight: bold;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.pageArea .clearfix dl{
	float: left;
	width: 46%;
	margin: 0;
	padding: 2%;
}
@media screen and (max-width: 700px) {
	.pageArea .clearfix dl{
		float: none;
		width: 100%;
		margin: 0;
		padding: 0 0 10% 0;
	}
}
.pageArea .clearfix dd img{
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/* slideArea
================================================== */
#slideArea {
	position: relative;
	z-index: 0;
	padding: 0 0 5%;
}
#slideIll01 {
	position: absolute;
	z-index: 1;
	top: 94%;
	right: -18%;
	width: 34%;
}
#slideIll02 {
	position: absolute;
	z-index: 1;
	top: -4%;
	left: -25%;
	width: 34%;
}
@media screen and (max-width: 700px) {
	#slideIll01 {
		display: none;
	}
	#slideIll02 {
		display: none;
	}
}

/* item */
.item {
	position: relative;
	border-radius: 3px; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	overflow: hidden;
}






