@charset "Shift_JIS";

/*--------------------------------------------------------------------------------
	.container
--------------------------------------------------------------------------------*/
.container {
	margin: 0 auto;
	width: 930px;
	background: #000;
	font-size: 115%;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック";
	color: #fff;
	-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: 0 0 50px;
		width: auto;
		font-size: 150%;
		line-height: 1.6;
	}
}

@media (max-width:400px) {
	.container {
		font-size: 115%;
		line-height: 1.4;
	}
}

/*--------------------------------------------------------------------------------
	.main
--------------------------------------------------------------------------------*/
.container .main {
	position: relative;
	height: 402px;
	overflow: hidden;
	background: url("../images/hx50v_main_bg.jpg") no-repeat;
	*zoom: 1;
}

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

.container .main h2 {
	position: relative;
	z-index: 1;
	margin: 39px 0 0 46px;
}

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

.container .main .txt {
	position: relative;
	z-index: 1;
	display: block;
	margin: 12px 0 0 61px;
}

.container .main .img {
	position: absolute;
	left: 435px;
	top: 5px;
	z-index: 0;
}

@media (max-width:640px) {
	.container .main {
		padding: 30px 0 20px;
		height: auto;
		background-position: -220px 0;
	}
	.container .main h2 {
		margin: 0 5px;
	}
	.container .main h2 img {
		width: 98%;
		max-width: 495px;
	}
	.container .main p {
		display: block;
		margin: -65px 17px 0 17px;
		font-size: 80%;
	}
	.container .main p.note {
		margin-top: 5px;
		font-size: 65%;
		color: #ddd;
	}
	.container .main .txt {
		display: none;
	}
	.container .main .img {
		position: static;
		margin: 0 0 0 0;
		width: auto;
		text-align: center;
	}
	.container .main .img img {
		width: 70%;
		max-width: 458px;
	}
}

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

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

.section .txt-box h3 {
	position: relative;
	z-index: 1;
	margin: 0;
}

.section .txt-box p {
	position: relative;
	z-index: 1;
	margin: 15px 0 0;
}

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

.section .txt-img {
	position: relative;
	z-index: 1;
	margin-top: 15px;
}

.section .sec-img {
	z-index: 0;
}

@media (max-width:640px) {
	.section {
		padding-left: 18px;
		padding-right: 18px;
	}
	.section .txt-box h3 img {
		width: 98%;
	}
	.section .txt-box p {
		margin: 0 auto 0;
		line-height: 1.6;
	}
	.section .txt-box p.note {
		margin: 10px auto 0;
		font-size: 70%;
	}
	.section .txt-img {
		margin: 15px auto 0;
	}
	.section .txt-img img {
		width: 100%;
	}
}

/* .line-01
--------------------------------------------------------------------------------*/
.section.line-01 {
	padding-top: 38px;
	padding-bottom: 40px;
	background: url("../images/hx50v_01_bg.jpg") no-repeat;
}

.section.line-01 .txt-box {
	margin-left: 530px;
	width: 345px;
}

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

@media (max-width:640px) {
	.section.line-01 {
		margin-top: 5px;
		padding-top: 25px;
		padding-bottom: 25px;
		background-position: -100px 0;
		border-top: 1px solid #2e2e2e;
	}
	.section.line-01 .txt-box {
		margin: 0 auto;
		width: 100%;
	}
	.section.line-01 .sec-img {
		position: static;
		margin: 15px 0 0;
		width: 100%;
		text-align: center;
	}
	.section.line-01 .sec-img img {
		width: 90%;
		max-width: 419px;
	}
	.section.line-01 .txt-box p:not(.note) {
		margin-top: 0;
	}
}

/* .line-02
--------------------------------------------------------------------------------*/
.section.line-02 {
	margin-top: 8px;
	padding-top: 52px;
	padding-bottom: 55px;
	background: url("../images/hx50v_02_bg.jpg") no-repeat;
	*overflow: hidden;
}

.section.line-02 .txt-box {
	margin-left: 62px;
	width: 390px;
}

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

@media (max-width:640px) {
	.section.line-02 {
		margin-top: 5px;
		padding-top: 25px;
		padding-bottom: 25px;
		background-position: -250px 0;
	}
	.section.line-02 .txt-box {
		margin: 0 auto;
		width: 100%;
	}
	.section.line-02 .sec-img {
		position: static;
		margin: 15px 0 0;
		width: 100%;
		text-align: center;
	}
	.section.line-02 .sec-img img {
		width: 100%;
		max-width: 416px;
	}
	.section.line-02 .txt-box p {
		margin-top: 15px;
	}
}

/* .line-03
--------------------------------------------------------------------------------*/
.section.line-03 {
	margin-top: 8px;
	padding-top: 45px;
	padding-bottom: 40px;
	background: url("../images/hx50v_03_bg.jpg") no-repeat;
}

.section.line-03 .txt-box {
	margin-left: 529px;
	width: 340px;
}

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

.section.line-03 .txt-img {
	margin-top: 25px;
	margin-left: 22px;
}

@media (max-width:640px) {
	.section.line-03 {
		margin-top: 5px;
		padding-top: 25px;
		padding-bottom: 25px;
		background-position: -200px -50px;
		border-top: 1px solid #2e2e2e;
	}
	.section.line-03 .txt-box {
		margin: 0 auto;
		width: 100%;
	}
	.section.line-03 .sec-img {
		position: static;
		margin: 0 0 0;
		width: 100%;
		text-align: center;
	}
	.section.line-03 .sec-img img {
		width: 93%;
		max-width: 412px;
	}
}

/* .line-04
--------------------------------------------------------------------------------*/
.section.line-04 {
	margin-top: 8px;
	padding-top: 48px;
	padding-bottom: 50px;
	background: url("../images/hx50v_04_bg.jpg") no-repeat;
}

.section.line-04 .txt-box {
	margin-left: 63px;
	width: 375px;
	min-height: 410px;
	_height: 410px;
}

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

@media (max-width:640px) {
	.section.line-04 {
		margin-top: 5px;
		padding-top: 25px;
		padding-bottom: 25px;
		background-position: -250px -120px;
		border-top: 1px solid #2e2e2e;
	}
	.section.line-04 .txt-box {
		margin: 0 auto;
		width: 100%;
		min-height: auto;
	}
	.section.line-04 .sec-img {
		position: static;
		margin: 15px 0 0 8%;
		width: 100%;
		text-align: right;
	}
	.section.line-04 .sec-img img {
		width: 93%;
		max-width: 486px;
	}
	.section.line-04 .txt-box p {
		margin-top: -15px;
	}
}

/* .acc .line-04
--------------------------------------------------------------------------------*/
.acc {
	margin: 0 60px;
}

.acc h4 {
	margin: 0;
	line-height: 0;
}

.acc .frame {
	margin-top: 12px;
	padding-bottom: 28px;
	border: 1px solid #ececec;
	*zoom: 1;
}

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

.acc .frame .item {
	float: left;
	_display: inline;
	margin: 28px 0 0 26px;
	width: 235px;
	*zoom: 1;
}

.acc .frame .item:after {
	clear: both;
	display: block;
	content: "";
}

.acc .frame .item h5 {
	margin: 0;
	padding: 1px 0;
	font-weight: normal;
	text-align: center;
	border: 1px solid #bdbdbd;
	background: #000;
}

.acc .frame .item .acc-img {
	height: 106px;
	text-align: center;
}

.acc .frame .item h6 {
	margin: -10px 0 0;
	font-size: 100%;
}

.acc .frame .item p {
	margin: 0;
	font-size: 80%;
}

@media (max-width:640px) {
	.acc {
		margin: 30px 0 0;
	}
	.acc .frame {
		border: 1px solid #444;
	}
	.acc .frame .item {
		margin: 28px 10px 0 10px;
		width: auto;
	}
	.acc .frame .item h5 {
		border: 1px solid #666;
	}
	.acc .frame .item .acc-img {
		float: left;
		margin: 10px 15px 0 0;
		width: 60px;
		height: auto;
	}
	.acc .frame .item .acc-img img {
		width: 100%;
	}
	.acc .frame .item h6 {
		margin: 10px 0 0;
		font-size: 100%;
	}
	.acc .frame .item p {
		overflow: hidden;
	}
}

/* .others
--------------------------------------------------------------------------------*/
.others {
	margin: 0 44px;
	*zoom: 1;
}

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

.others h3 {
	margin: 0 0 10px;
	height: 32px;
	background: url("../images/hx50v_others_ttl_bg.gif") no-repeat;
	text-align: center;
}

.others h3 img {
	margin-top: 5px;
}

.others .item {
	float: left;
	width: 260px;
	font-size: 80%;
}

.others .item.middle {
	margin: 0 31px;
}

.others .item h4 {
	margin: 0;
	text-align: center;
}

.others .item p {
	margin: 15px 7px 0;
}

.others .item p.note {
	margin-top: 5px;
}

@media (max-width:640px) {
	.others {
		margin: 20px 0 0;
	}
	.others h3 img {
		margin-top: 7px;
		width: 150px;
	}
	.others .item {
		margin-bottom: 20px;
		padding-bottom: 20px;
		width: auto;
		border-bottom: 1px solid #333;
	}
	.others .item.middle {
		margin: 0;
	}
	.others .item h4 img {
		width: 70%;
	}
}

/*--------------------------------------------------------------------------------
	.footer
--------------------------------------------------------------------------------*/
.container .footer {
	margin-top: 50px;
	padding: 0 0 42px;
}

.container .footer a {
	color: #fff;
	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: #fff;
	text-decoration: none;
	opacity: 0.8;
}

.container .footer .inner {
	margin: 0 44px;
}

.container .footer h3 {
	display: none;
	margin: 0 0 10px 0;
	padding: 12px 10px 10px;
	font-size: 90%;
	font-style: normal;
	color: #fff;
	box-shadow: 0px 1px 3px #111;
	-moz-box-shadow: 0px 1px 3px #111;
	-webkit-box-shadow: 0px 1px 3px #111;
	-o-box-shadow: 0px 1px 3px #111;
	-ms-box-shadow: 0px 1px 3px #111;
	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: 100%;
	line-height: 1.2;
}

@media (max-width:640px) {
	.container .footer {
		margin-top: 20px;
		padding-bottom: 0;
		background: none;
	}
	.container .footer h3 {
		display: block;
		margin: 0 0 5px 0;
	}
	.container .footer .inner {
		margin: 0 15px;
		width: auto;
	}
	.container .footer .inner div {
		display: none;
	}
	.container .footer ul {
		margin: 0 auto;
		width: 97%;
		border-bottom: 1px solid #333;
	}
	.container .footer li {
		float: none;
		border-top: 1px solid #333;
		border-bottom: 1px solid #111;
	}
	.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;
	}
}