@charset "Shift_JIS";

/*--------------------------------------------------------------------------------
	.container
--------------------------------------------------------------------------------*/
.container {
	margin: 0 auto;
	width: 940px;
	background: url("../images/wx300_bg.jpg") repeat-y;
	font-size: 115%;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック";
	color: #464646;
	-webkit-text-size-adjust: none;
	overflow: hidden;
}

.container img {
	vertical-align: top;
}

.container .clearfix {
	*zoom: 1;
}

.container .clearfix:after {
	display: block;
	clear: both;
	content: "";
}

@media (max-width:640px) {
	.container {
		padding: 30px 10px 50px;
		width: auto;
		background: url("../images/wx300_bg.gif") repeat-y;
		background: linear-gradient(left, #e1e3e5, #fff, #e1e3e5);
		background: -moz-linear-gradient(left, #e1e3e5, #fff, #e1e3e5);
		background: -webkit-linear-gradient(left, #e1e3e5, #fff, #e1e3e5);
		background: -webkit-gradient(linear,left top, right top, from(#e1e3e5), color-stop(0.5, #fff), to(#e1e3e5));
		background: -o-linear-gradient(left, #e1e3e5, #fff, #e1e3e5);
		background: -ms-linear-gradient(left, #e1e3e5, #fff, #e1e3e5);
		background-size: 100%;
	}
}

/*--------------------------------------------------------------------------------
	.main
--------------------------------------------------------------------------------*/
.container .main {
	height: 500px;
	overflow: hidden;
	background: url("../images/wx300_main_bg.jpg") no-repeat;
}

.container .main h2 {
	margin: 51px 0 0 78px;
}

.container .main em,
.container .main p {
	display: none;
}

@media (max-width:640px) {
	.container .main {
		height: auto;
		background: none;
	}
	.container .main h2 {
		margin: 0;
		text-align: center;
	}
	.container .main h2 img {
		width: 99%;
		max-width: 413px;
	}
}

/*--------------------------------------------------------------------------------
	.section
--------------------------------------------------------------------------------*/
.section {
	position: relative;
	*zoom: 1;
}

.section:after {
	clear: both;
	display: block;
	content: "";
}

.section .txt-box .heading em {
	display: none;
	padding: 6px 0 4px 10px;
	font-size: 120%;
	font-family: serif;
	font-style: normal;
	color: #333;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6), -1px -1px 1px rgba(221, 221, 221, 0.5);
	-moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6), -1px -1px 1px rgba(221, 221, 221, 0.5);
	-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6), -1px -1px 1px rgba(221, 221, 221, 0.5);
	-o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6), -1px -1px 1px rgba(221, 221, 221, 0.5);
	-ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6), -1px -1px 1px rgba(221, 221, 221, 0.5);
	box-shadow: 1px 1px 2px #333;
	-moz-box-shadow: 1px 1px 2px #333;
	-webkit-box-shadow: 1px 1px 2px #333;
	-o-box-shadow: 1px 1px 2px #333;
	-ms-box-shadow: 1px 1px 2px #333;
	background: linear-gradient(top, #c69226, #fece6a);
	background: -moz-linear-gradient(top, #c69226, #fece6a);
	background: -webkit-linear-gradient(top, #c69226, #fece6a);
	background: -webkit-gradient(linear,left top, left bottom, from(#c69226), to(#fece6a));
	background: -o-linear-gradient(top, #c69226, #fece6a);
	background: -ms-linear-gradient(top, #c69226, #fece6a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c69226", endColorstr="#fece6a", GradientType=0);
}

	.section .txt-box .heading em:not(:target) {
		padding: 10px 0 0 10px\9;
	}

.section .txt-box .heading h3 {
	margin: 19px 0 0 0;
}

.section .txt-box p {
	margin: 10px 0 0;
}

.section .txt-box p.note {
	margin: 5px 0 0;
	font-size: 75%;
}

.section .txt-img {
	margin-top: 10px;
}


@media (max-width:640px) {
	.section .txt-box em {
		display: none;
	}
	.section .txt-box .heading em {
		display: block;
	}
	.section .txt-box .heading h3 {
		margin: 15px auto 0;
		width: 95%;
	}
	.section .txt-box .heading h3 img {
		width: 100%;
	}
	.section .txt-box p {
		margin: 15px auto 0;
		width: 95%;
		line-height: 1.6;
	}
	.section .txt-box p.note {
		margin: 10px auto 0;
		width: 95%;
		font-size: 70%;
	}
	.section .txt-img {
		margin: 15px auto 0;
		width: 95%;
	}
	.section .txt-img img {
		width: 100%;
	}
}

/* .line-01
--------------------------------------------------------------------------------*/
.section.line-01 {
	margin-top: 10px;
}

.section.line-01 .txt-box {
	margin-left: 521px;
	width: 351px;
}

.section.line-01 .sec-img {
	position: absolute;
	left: 0;
	top: 50px;
}

@media (max-width:640px) {
	.section.line-01 {
		margin-top: 30px;
	}
	.section.line-01 .txt-box {
		margin: 0 auto;
		width: 100%;
	}
	.section.line-01 .sec-img {
		position: static;
		margin: 20px 0 0;
		width: 130%;
	}
	.section.line-01 .sec-img img {
		width: 95%;
		max-width: 659px;
	}
}

/* .line-02
--------------------------------------------------------------------------------*/
.section.line-02 {
	margin-top: 37px;
	min-height: 380px;
	_height: 380px;
}

.section.line-02 .txt-box {
	margin: 0 0 0 75px;
	width: 355px;
}

.section.line-02 .sec-img {
	position: absolute;
	left: 420px;
	top: -14px;
}

@media (max-width:640px) {
	.section.line-02 {
		margin-top: 50px;
	}
	.section.line-02 .txt-box {
		margin: 0 auto;
		width: 100%;
	}
	.section.line-02 .sec-img {
		position: static;
		margin: 20px 0 0;
		width: 95%;
		text-align: center;
	}
	.section.line-02 .sec-img img {
		width: 100%;
		max-width: 462px;
	}
	.section.line-02 .txt-box p {
		margin-top: 0;
	}
}

/* .line-03
--------------------------------------------------------------------------------*/
.section.line-03 {
	margin-top: -35px;
}

.section.line-03 .txt-box {
	margin-left: 544px;
	width: 330px;
}

.section.line-03 .sec-img {
	position: absolute;
	left: 57px;
	top: 0px;
}

@media (max-width:640px) {
	.section.line-03 {
		margin-top: 50px;
	}
	.section.line-03 h3 {
		padding-bottom: 0;
	}
	.section.line-03 .txt-box {
		margin-left: 0;
		width: 100%;
	}
	.section.line-03 .sec-img {
		position: static;
		margin: 20px auto 0;
		width: 95%;
		text-align: center;
	}
	.section.line-03 .txt-box p {
		margin: 15px auto 0;
		width: 95%;
	}
	.section.line-03 .sec-img img {
		width: 95%;
		max-width: 410px;
	}
}

/* .line-04
--------------------------------------------------------------------------------*/
.section.line-04 {
	margin-top: 60px;
}

.section.line-04 .txt-box {
	margin-left: 73px;
	width: 351px;
}

.section.line-04 .sec-img {
	position: absolute;
	left: 457px;
	top: 10px;
}

@media (max-width:640px) {
	.section.line-04 {
		margin-top: 50px;
	}
	.section.line-04 .txt-box {
		margin-left: 0;
		width: 100%;
	}
	.section.line-04 .sec-img {
		position: static;
		margin: 20px auto 0;
		width: 95%;
		text-align: center;
	}
	.section.line-04 .sec-img img {
		width: 95%;
		max-width: 410px;
	}
}

/* .line-05
--------------------------------------------------------------------------------*/
.section.line-05 {
	margin-top: 10px;
}

.section.line-05 .txt-box {
	margin-left: 520px;
	width: 351px;
}

.section.line-05 .sec-img {
	position: absolute;
	left: 58px;
	top: 78px;
}

@media (max-width:640px) {
	.section.line-05 {
		margin-top: 50px;
	}
	.section.line-05 .txt-box {
		margin: 0 auto;
		width: 100%;
	}
	.section.line-05 .sec-img {
		position: static;
		margin: 20px auto 0;
		width: 95%;
		text-align: center;
	}
	.section.line-05 .sec-img img {
		width: 95%;
		max-width: 462px;
	}
}

/* .line-06
--------------------------------------------------------------------------------*/
.section.line-06 {
	margin-top: 56px;
	min-height: 263px;
}

.section.line-06 .txt-box {
	margin-left: 74px;
	width: 367px;
}

.section.line-06 .sec-img {
	position: absolute;
	left: 478px;
	top: -10px;
}

@media (max-width:640px) {
	.section.line-06 {
		margin-top: 50px;
	}
	.section.line-06 .txt-box {
		margin-left: 0;
		width: 100%;
	}
	.section.line-06 .sec-img {
		position: static;
		margin: 20px auto 0;
		width: 95%;
		text-align: center;
	}
	.section.line-06 .sec-img img {
		width: 95%;
		max-width: 406px;
	}
}

/*--------------------------------------------------------------------------------
	.footer
--------------------------------------------------------------------------------*/
.container .footer {
	margin-top: 60px;
	padding-bottom: 57px;
	background: url("../images/wx300_footer_bg.jpg") no-repeat 0 bottom;
}

.container .footer a {
	color: #555;
	transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
}

.container .footer a:hover {
	color: #555;
	text-decoration: none;
	opacity: 0.8;
}

.container .footer .inner {
	margin: 0 auto;
	width: 822px;
}

.container .footer h3 {
	display: none;
	margin: 0 0 10px 0;
	padding: 12px 10px 10px;
	font-size: 90%;
	font-style: normal;
	color: #fff;
	box-shadow: 1px 1px 2px #333;
	-moz-box-shadow: 1px 1px 2px #333;
	-webkit-box-shadow: 1px 1px 2px #333;
	-o-box-shadow: 1px 1px 2px #333;
	-ms-box-shadow: 1px 1px 2px #333;
	background: linear-gradient(top, #5b6063, #3d4042);
	background: -moz-linear-gradient(top, #5b6063, #3d4042);
	background: -webkit-linear-gradient(top, #5b6063, #3d4042);
	background: -webkit-gradient(linear,left top, left bottom, from(#5b6063), to(#3d4042));
	background: -o-linear-gradient(top, #5b6063, #3d4042);
	background: -ms-linear-gradient(top, #5b6063, #3d4042);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b6063", endColorstr="#3d4042", GradientType=0);
}

.container .footer .inner div {
	margin: 0 0 10px 0;
}

.container .footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	*zoom: 1;
}

.container .footer ul:after {
	clear: both;
	display: block;
	content: "";
}

.container .footer li {
	float: left;
	margin: 0;
}

.container .footer li span {
	display: none;
	margin-right: 10px;
	font-size: 105%;
	line-height: 1.2;
}

@media (max-width:640px) {
	.container .footer {
		padding-bottom: 0;
		background: none;
	}
	.container .footer h3 {
		display: block;
		margin: 0 0 5px 0;
	}
	.container .footer .inner {
		width: 100%;
	}
	.container .footer .inner div {
		display: none;
	}
	.container .footer ul {
		margin: 0 auto;
		width: 97%;
		border-bottom: 1px solid #fff;
	}
	.container .footer li {
		float: none;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #ccc;
	}
	.container .footer li:first-child {
		border-top: none;
	}
	.container .footer li a {
		display: block;
		margin-right: 5px;
		padding: 16px 15px 16px 5px;
		background: url("../images/icn_arrow.png") no-repeat right center;
	}
	.container .footer li img {
		display: none;
	}
	.container .footer li span {
		display: block;
	}
}