@charset "utf-8";
/* ===================================================================
CSS information

 author     :ayame

=================================================================== */

/*----------------------------------------------------
	heading
----------------------------------------------------*/
h2 {
	width: 760px;
	border-bottom: 3px #999 solid;
	padding: 0 0 5px 20px;
	color: #036;
	font-size: 1.1em;
	font-weight: 700;
}
h3 {
	margin-bottom: 10px;
}

/*----------------------------------------------------
	discoNav
----------------------------------------------------*/
.discoNav {
	width: 740px;
	padding: 5px 20px;
	margin-bottom: 0;
	border-bottom: 1px #ccc solid;
}
.discoNav li {
	display: inline;
	background: url(../../images/icon/arrow01.gif) no-repeat 0 60%;
	padding-left: 10px;
	margin-right: 15px;
}

/*----------------------------------------------------
	contents
----------------------------------------------------*/
.topText {
	width: 740px;
	margin: 0 auto 20px;
}

.contents01, .contents02 {
	width: 740px;
	margin: 0 auto;
}

.contents01 {
	margin-bottom: 60px;
}
.contents02 {
	margin-bottom: 0;
}

/*----------------------------------------------------
	mobileWrap
----------------------------------------------------*/
.mobileWrap {
	width: 740px;
	margin: 20px auto 0;
}
.mobileWrap:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.mobileL {
	width: 130px;
	float: left;
}
.mobileR {
	width: 590px;
	float: right;
}

.mobileL img {
	border: 1px #ccc solid;
	padding: 8px;
}

.mobileR dl {
	width: 590px;
	font-size: 0.9em;
}
.mobileR dl:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.mobileR dt {
	float: left;
	margin-right: 10px;
	font-weight: 700;
	text-align: right;
}