@charset "Shift_JIS";

/*--------------------------------------------------------------------------------
	.ux-header
--------------------------------------------------------------------------------*/
.ux-header {
	background: url("../images/top_header_img.jpg") no-repeat right -15px;
}

.ux-header .header-title {
	display: inline-block;
	margin-top: 25px;
	font-size: 1.23077em;
	font-weight: normal;
	line-height: 1.2;
}

.ux-header .header-title a {
	color: #333;
	text-decoration: none;
}

@media(max-width:640px){
	.ux-header {
		background: none;
	}
}

/* .heading
--------------------------------------------------------------------------------*/
.ux-header .heading {
	margin: 40px 40px 0;
	padding-bottom: 48px;
}

.ux-header .heading h2 {
	margin: 0;
	line-height: 0;
}

.ux-header .heading p.txt {
	display: none;
	margin: 20px 0 0;
	font-size: 88%;
	line-height: 1.6;
	color: #474747;
}

.ux-header .heading img.txt {
	display: block;
	margin: 32px 0 0;
}

@media(max-width:640px){
	.ux-header .heading {
		margin: 20px 0 0;
		padding-bottom: 25px;
	}
	.ux-header .heading h2 img {
		width: 100%;
		max-width: 487px;
	}
	.ux-header .heading p.txt {
		display: block;
	}
	.ux-header .heading img.txt {
		display: none;
	}
}

/*--------------------------------------------------------------------------------
	.content
--------------------------------------------------------------------------------*/
.content {
	margin: 0 40px 0;
	padding-top: 32px;
	background: url("../images/cnt_spt.gif") no-repeat center 0;
}

.content h3 {
	margin: 0;
	line-height: 0;
	text-align: center;
}

.content ul {
	margin: 10px 0 0;
	padding: 0 0 52px 0;
	list-style: none;
	background: url("../images/cnt_spt.gif") no-repeat center bottom;
	*zoom: 1;
}

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

.content ul li {
	margin: 18px 0;
	line-height: 0;
	font-size: 0;
}

.content ul li.left {
	float: left;
}

.content ul li.right {
	float: right;
}

.content ul li img {
	vertical-align: top;
}

@media(max-width:640px){
	.content {
		margin: 0;
		padding-top: 20px;
		background-size: 125%;
	}
	.content h3 img {
		width: 60%;
		max-width: 297px;
	}
	.content ul {
		padding: 0 0 32px 0;
		background-size: 135%;
	}
	.content ul li {
		margin: 3px 0;
		width: 49%;
	}
	.content ul li img {
		width: 100%;
	}
}