@charset "Shift_JIS";
/**
 * default.css
 * modified : 2014.05.07
 */

/*--------------------------------------------------------------------------------
	Reset
--------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;vertical-align:top;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ul{zoom:1}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}a{text-decoration:none;outline:none;}nav{display:block;}section{display:block}

/*--------------------------------------------------------------------------------
	body
--------------------------------------------------------------------------------*/
body {
	position: relative;
	margin: 0;
	padding: 0;
	min-width: 960px;
	min-height: 100%;
	font-family: "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33","Hiragino Kaku Gothic Pro","\30E1\30A4\30EA\30AA",Meiryo,"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
	background: #000;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	*overflow: hidden;
}

@media(max-width:640px) {
	body { min-width: 320px; }
}

p.note {
	font-size: 68.8% !important;
}


/*--------------------------------------------------------------------------------
	anchor img
--------------------------------------------------------------------------------*/
a img.hover {
	transition: opacity 0.1s ease-in;
	-o-transition: opacity 0.1s ease-in;
	-ms-transition: opacity 0.1s ease-in;
	-moz-transition: opacity 0.1s ease-in;
	-webkit-transition: opacity 0.1s ease-in;
}
a:hover img.hover {
	opacity: 0.7;
}
html.no-opacity a:hover img.hover {
	filter: alpha(opacity=70);
}

@media(max-width:640px) {
	a img.hover {
		transition: none;
		-o-transition: none;
		-ms-transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	a:hover img.hover {
		opacity: 1.0;
	}
}

/*--------------------------------------------------------------------------------
	.btn-detail
--------------------------------------------------------------------------------*/
.btn-detail {
	display: inline-block;
	min-width: 213px;
	max-width: 215px;
	background: url("../img/btn_detail_arrow.png") no-repeat right center #777;
	transition: background-color 0.1s ease-in;
	-o-transition: background-color 0.1s ease-in;
	-ms-transition: background-color 0.1s ease-in;
	-moz-transition: background-color 0.1s ease-in;
	-webkit-transition: background-color 0.1s ease-in;
}
.btn-detail:hover {
	background-color: #555;
}
.btn-detail a {
	display: block;
	padding: 17px 24px 15px 24px;
	font-size: 81.3%;
	line-height: 1.2;
	color: #fff;
	text-align: left;
}

@media(max-width:640px) {
	.btn-detail {
		display: block;
		max-width: 100%;
		margin-top: 30px !important;
		background-size: 16px 10px;
	}
	.btn-detail a {
		padding: 17px 25px 15px;
		text-align: center;
	}
}

/*--------------------------------------------------------------------------------
	.container
--------------------------------------------------------------------------------*/
.container {
	min-width: 950px;
	overflow-x: hidden;
	overflow: hidden;
	color: #fff;
}

@media(max-width:640px) {
	.container { min-width: 320px; }
}

/*--------------------------------------------------------------------------------
	.head-menu
--------------------------------------------------------------------------------*/
.head-menu {
	margin: 0 auto;
	padding-top: 10px;
	width: 950px;
	*zoom: 1;
}
.head-menu:after {
	clear: both;
	display: block;
	content: "";
}
.head-menu h1 {
	float: left;
	margin-top: 20px;
	line-height: 0;
}
.head-menu ul {
	float: right;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.head-menu ul:after {
	clear: both;
	display: block;
	content: "";
}
.head-menu li {
	float: left;
	margin-left: 30px;
	font-size: 68.8%;
	line-height: 1.2;
}
.head-menu li a {
	padding-left: 10px;
	color: #fff;
	background: url("../img/head_arrow.png") no-repeat 0 center;
	transition: color 0.1s ease-in;
	-o-transition: color 0.1s ease-in;
	-ms-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	-webkit-transition: color 0.1s ease-in;
}
.head-menu li a:hover {
	color: #ccc;
}

@media(max-width:640px) {
	.head-menu {
		margin: 0;
		padding: 0 ;
		width: auto;
	}
	.head-menu h1 {
		float: none;
		margin: 20px 15px;
		width: 85px;
	}
	.head-menu h1 img {
		width: 100%;
	}
	.head-menu ul {
		float: none;
		display: block;
		padding: 7px 20px;
		background: #272727;
	}
	.head-menu li {
		margin: 5px 0;
		width: 60%;
	}
	.head-menu li:nth-child(even) {
		width: 40%;
	}
}

/*--------------------------------------------------------------------------------
	#Intro
--------------------------------------------------------------------------------*/
#Intro {
	position: relative;
	margin: 0 auto;
	width: 950px;
}
#Intro img.main {
	margin-left: -385px;
}
#Intro .txt-box {
	position: absolute;
	top: 185px;
	left: 0;
}
#Intro h2 {
	margin: 0 0 0 -3px;
}
#Intro img.txt {
	margin: 25px 0 0 -4px;
}
#Intro p.txt {
	display: none;
	margin-top: 4.687%;
}
#Intro img.logo {
	display: block;
	margin: 40px 0 0 0;
}

#Intro img.bnr {
	margin: 0px 0px 20px 57px;
	width:836px;
}

@media(max-width:640px) {
	#Intro {
		margin-top: 5%;
		width: auto;
	}
	#Intro img.main {
		margin-left: -65%;
		width: 200%;
	}
	#Intro .txt-box {
		position: static;
		margin: -10% 20px 0;
		text-align: center;
	}
	#Intro h2 {
		margin: 0 5px;
	}
	#Intro h2 img {
		width: 100%;
		max-width: 377px;
	}
	#Intro img.txt {
		display: none;
	}
	#Intro p.txt {
		display: block;
		font-size: 87.5%;
		line-height: 1.6;
	}
	#Intro img.logo {
		display: inline;
		width: 190px;
	}
	#Intro img.bnr {
		margin: 5% 0px 0px 5%;
		width:90%;
	}
}

/*--------------------------------------------------------------------------------
	#Navi
--------------------------------------------------------------------------------*/
#Navi {
	height: 81px;
}
#Navi .inner {
	z-index: 100;
	width: 100%;
	background: url("../img/navi_bg.png") repeat-x;
	/*border-bottom: 1px solid #591414;*/
}
#Navi ul {
	margin: 0 auto;
	width: 950px;
	background: url("../img/navi.png") no-repeat 0 -81px;
	*zoom: 1;
}
#Navi ul:after {
	clear: both;
	display: block;
	content: "";
}
#Navi li {
	float: left;
}
#Navi li a {
	display: block;
	height: 81px;
	background: url("../img/navi.png") no-repeat 0 0;
	text-indent: -9999em;
	transition: opacity 0.15s ease-in;
	-o-transition: opacity 0.15s ease-in;
	-ms-transition: opacity 0.15s ease-in;
	-moz-transition: opacity 0.15s ease-in;
	-webkit-transition: opacity 0.15s ease-in;
}
#Navi li a:hover,
#Navi li.on a {
	opacity: 0;
}
html.no-opacity #Navi li a:hover,
html.no-opacity #Navi li.on a {
	filter: alpha(opacity=0);
}

#Navi li.navi-00 a {
	width: 140px;
	background-position: 0 0;
}
#Navi li.navi-01 a {
	width: 264px;
	background-position: -140px 0;
}
#Navi li.navi-02 a {
	width: 190px;
	background-position: -404px 0;
}
#Navi li.navi-04 a {
	width: 144px;
	background-position: -594px 0;
}
#Navi li.navi-05 a {
	width: 212px;
	background-position: -738px 0;
}

@media(max-width:640px) {
	#Navi {
		margin-top: 50px;
		padding-bottom: 50px;
		height: auto;
	}
	#Navi .inner {
		position: static !important;
		background: #242323;
	}
	#Navi ul {
		width: auto;
		background: none;
	}
	#Navi li {
		width: 50%;
		text-align: center;
		border-bottom: 1px solid #444;
		box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#Navi li:nth-child(odd) {
		border-right: 1px solid #444;
	}
	#Navi li a {
		padding: 18px 0;
		width: auto !important;
		height: auto;
		color: #fff;
		background: none;
		text-indent: 0;
		transition: none;
		-o-transition: none;
		-ms-transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	#Navi li a:hover,
	#Navi li.on a {
		opacity: 1.0;
	}
}

/*--------------------------------------------------------------------------------
	.section
--------------------------------------------------------------------------------*/
.section .heading {
	height: 99px;
	background: url("../img/sec_heading.png") repeat-x 0 0 #303030;
}
.section .heading h3 {
	margin: 0 auto;
	padding-top: 25px;
	width: 950px;
}
.section .inner {
	position: relative;
	margin: 0 auto;
	width: 950px;
	*zoom: 1;
}
.section .inner:after {
	clear: both;
	display: block;
	content: "";
}

@media(max-width:640px) {
	.section .heading {
		height: auto;
		border-top: 1px solid #ff0000;
	}
	.section .heading h3 {
		margin: 0 20px;
		padding: 18px 0 15px !important;
		width: auto;
	}
	.section .heading h3 img {
		width: 85%;
		max-width: 312px;
	}
	.section .inner {
		width: auto;
	}
}

/*--------------------------------------------------------------------------------
	#Gallery
--------------------------------------------------------------------------------*/
#Gallery {
	padding-bottom: 85px;
}
#Gallery .heading {
	margin-bottom: 30px;
}
#Gallery .inner {
	padding: 40px 0 17px;
	background: url("../img/sec_01_inner_bg.gif") no-repeat 0 bottom;
}
#Gallery .inner a {
	position: relative;
	display: block;
	transition: opacity 0.1s ease-in;
	-o-transition: opacity 0.1s ease-in;
	-ms-transition: opacity 0.1s ease-in;
	-moz-transition: opacity 0.1s ease-in;
	-webkit-transition: opacity 0.1s ease-in;
	cursor: pointer;
	*zoom: 1;
}
#Gallery .inner a:after {
	clear: both;
	display: block;
	content: "";
}
#Gallery .inner a:hover {
	opacity: 0.7;
}
html.no-opacity #Gallery .inner a:hover {
	filter: alpha(opacity=70);
}
#Gallery .inner .btn.left {
	left: 22px;
}
#Gallery .inner .btn.right {
	right: 22px;
}
#Gallery .photo.left {
	float: left;
	margin-left: 18px;
}
#Gallery .photo.right {
	float: right;
	margin-right: 18px;
	text-align:right;
}

#Gallery .photo.right span.figure {
	/*float: right;*/
	padding-top:5px;
	height:9px;
	display:block;
}

#Gallery .txt.left {
	float: left;
	margin-top: 93px;
	margin-left: 21px;
	width: 393px;
	text-align: center;
}
#Gallery .txt.right {
	float: right;
	margin-top: 123px;
	margin-right: 21px;
	width: 393px;
	text-align: center;
}
#Gallery .inner .btn {
	position: absolute;
	bottom: 17px;
}

@media(max-width:640px) {
	#Gallery .inner {
		padding: 40px 25px 25px;
		text-align: center;
	}
	#Gallery .inner a {
		transition: none;
		-o-transition: none;
		-ms-transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	#Gallery .inner a:hover {
		opacity: 1.0;
	}
	#Gallery .photo.left {
		float: none;
		margin-left: 0;
	}
	#Gallery .photo.right {
		float: none;
		margin-right: 0;
		text-align: center;
	}
	#Gallery .photo.left img,
	#Gallery .photo.right img {
		width: 100%;
		max-width: 494px;
	}
	#Gallery .photo.right span.figure{
		text-align:center;
	}
	#Gallery .photo.right span.figure img {
		width: auto;
		padding-top:5px;
		height:9px;
		display: inline-block;
	}
	
	#Gallery .txt.left {
		float: none;
		margin-top: 30px;
		margin-left: 0;
		width: auto;
		text-align: center;
	}
	#Gallery .txt.right {
		float: none;
		margin-top: 30px;
		margin-right: 0;
		width: auto;
	}
	#Gallery .txt.left img.copy,
	#Gallery .txt.right img.copy {
		width: 100%;
		max-width: 393px;
	}
	#Gallery .inner .btn {
		position: static;
		margin-top: 30px;
		width: 100%;
		max-width: 392px;
	}
}

/*--------------------------------------------------------------------------------
	#Features
--------------------------------------------------------------------------------*/
#Features .inner-frame {
	padding-bottom: 73px;
	background: url("../img/sec_02_bg.gif") repeat-x 0 bottom;
}
#Features em {
	display: block;
	padding-top: 90px;
}
#Features .txt-box {
	position: relative;
	*zoom: 1;
}
#Features .txt-box:after {
	clear: both;
	display: block;
	content: "";
}
#Features h4 {
	display: none;
	font-family: "\30E1\30A4\30EA\30AA",Meiryo,"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",serif;
	line-height: 1.6;
}
#Features p {
	margin-top: 25px;
	font-size: 87.5%;
	font-family: "\30E1\30A4\30EA\30AA",Meiryo,"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",serif;
	line-height: 2.0;
}
#Features ul.point {
	margin-top: 30px;
	font-size: 68.8%;
	line-height: 2.0;
}
#Features ul.point.float {
	float: left;
	width: 50%;
}

@media(max-width:640px) {
	#Features .inner-frame {
		padding-bottom: 40px;
	}
	#Features .inner {
		margin: 0 18px;
	}
	#Features em {
		padding-top: 18%;
	}
	#Features em img {
		width: 200px;
	}
	#Features .txt-box {
		margin-top: 18% !important;
		width: auto !important;
	}
	#Features .h4 img {
		display: none;
	}
	#Features h4 {
		display: block;
		font-size: 131.3%;
	}
	#Features p {
		margin: 20px 0 25px 0;
		line-height: 1.8;
	}
	#Features ul.point {
		margin-top: 0;
	}
	#Features ul.point.float {
		float: none;
		width: auto;
	}
	#Features .btn-detail {
		display: block;
		max-width: 100%;
		margin-top: 30px !important;
		background-size: 16px 10px;
	}
	#Features .btn-detail a {
		padding: 17px 25px 15px;
		text-align: center;
	}
}
@media(max-width:320px) {
	#Features .inner {
		margin: 0 15px;
	}
	#Features h4 {
		font-size: 125%;
	}
}

/* .no-01
--------------------------------------------------------------------------------*/
#Features .no-01 .inner-bg {
	background: url("../img/sec_02_01_bg.png") no-repeat 50% 0;
}
#Features .no-01 .txt-box {
	margin-top: 99px;
	width: 620px;
}
#Features .no-01 .img-box {
	position: absolute;
	right: -330px;
	top: 60px;
}
#Features .no-01 .img-box img {
	width: 295px;
	height: auto;
}
#Features .no-01 .btn-detail {
	margin-top: 38px;
}

@media(max-width:640px) {
	#Features .no-01 .inner-bg {
		background-size: 300% auto;
		background-position: 63% 0;
	}
	#Features .no-01 .img-box {
		position: static;
		padding: 0 0 30px;
		text-align: center;
	}
	#Features .no-01 .img-box img {
		width: 80%;
		max-width: 295px;
	}
}

/* .no-02
--------------------------------------------------------------------------------*/
#Features .no-02 .inner-bg {
	background: url("../img/sec_02_02_bg.png") no-repeat 50% 0;
}
#Features .no-02 .txt-box {
	margin-top: 90px;
}
#Features .no-02 .txt-box .h4,
#Features .no-02 .txt-box p {
	margin-left: 330px;
}
#Features .no-02 .img-box {
	float: left;
	margin: -136px 37px 0 0;
	width: 293px;
	font-size: 0;
	*zoom: 1;
}
#Features .no-02 .img-box:after {
	clear: both;
	display: block;
	content: "";
}
#Features .no-02 .img-02 {
	margin-top: 12px;
}
#Features .no-02 .btn-detail {
	position: absolute;
	right: 0;
	bottom: 10px;
}

@media(max-width:640px) {
	#Features .no-02 .inner-bg {
		background-size: 300% auto;
		background-position: 63% 0;
	}
	#Features .no-02 .txt-box .h4,
	#Features .no-02 .txt-box p {
		margin-left: 0;
	}
	#Features .no-02 .img-box {
		float: none;
		margin: 0 0 30px 0;
		width: auto;
	}
	#Features .no-02 .img-box .img-01 {
		float: left;
		width: 49%;
		max-width: 293px;
	}
	#Features .no-02 .img-box .img-02 {
		float: right;
		margin-top: 0;
		width: 49%;
		max-width: 293px;
	}
	#Features .no-02 .btn-detail {
		position: static;
	}
}

/* .no-03
--------------------------------------------------------------------------------*/
#Features .no-03 .inner-bg {
	background: url("../img/sec_02_03_bg.png") no-repeat 50% 0;
}
#Features .no-03 .txt-box {
	margin-top: 96px;
}
#Features .no-03 .txt-box .h4,
#Features .no-03 .txt-box p {
	width: 622px;
}
#Features .no-03 .img-box {
	float: right;
	margin: -164px 0 0 0;
	width: 291px;
	font-size: 0;
	*zoom: 1;
}
#Features .no-03 .img-box:after {
	clear: both;
	display: block;
	content: "";
}
#Features .no-03 .img-02 {
	margin-top: 12px;
}
#Features .no-03 .btn-detail {
	margin-top: 35px;
}

@media(max-width:640px) {
	#Features .no-03 .inner-bg {
		background-size: 300% auto;
		background-position: 55% 0;
	}
	#Features .no-03 .txt-box .h4,
	#Features .no-03 .txt-box p {
		width: auto;
	}
	#Features .no-03 .img-box {
		float: none;
		margin: 0 0 30px 0;
		width: auto;
	}
	#Features .no-03 .img-box .img-01 {
		float: left;
		width: 49%;
		max-width: 291px;
	}
	#Features .no-03 .img-box .img-02 {
		float: right;
		margin-top: 0;
		width: 49%;
		max-width: 291px;
	}
}

/* .no-04
--------------------------------------------------------------------------------*/
#Features .no-04 .inner-bg {
	background: url("../img/sec_02_04_bg.png") no-repeat 50% 0;
}
#Features .no-04 .txt-box {
	float: right;
	margin-top: 94px;
	width: 618px;
}
#Features .no-04 .img-box {
	position: absolute;
	left: -332px;
	top: 0;
}
#Features .no-04 .btn-detail {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media(max-width:640px) {
	#Features .no-04 .inner-bg {
		background-size: 300% auto;
		background-position: 55% 0;
	}
	#Features .no-04 .img-box {
		position: static;
		margin: 0 0 30px 0;
		text-align: center;
	}
	#Features .no-04 .img-box img {
		width: 85%;
		max-width: 287px;
	}
	#Features .no-04 .btn-detail {
		position: static;
	}
}

/* .no-05
--------------------------------------------------------------------------------*/
#Features .no-05 {
	padding: 72px 0 0;
	text-align: center;
}
#Features .no-05 strong {
	display: block;
	margin-top: -20px;
	font-size: 106.3%;
	line-height: 1.2;
}
#Features .no-05 p {
	display: block;
	margin: 10px 0 0;
	font-size: 75%;
	font-family: "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33","Hiragino Kaku Gothic Pro","\30E1\30A4\30EA\30AA",Meiryo,"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
	line-height: 2.0;
}
#Features .no-05 ul {
	display: inline-block;
	margin-top: 30px;
	*display: inline;
	*zoom: 1;
}
#Features .no-05 li {
	float: left;
	margin: 0 15px;
}
#Features .no-05 .logo {
	position: relative;
	z-index: 1;
	margin: 20px 96px 0 0;
	text-align: right;
}
#Features .no-05 .logo img {
	width: 94px;
	height: auto;
}
#Features .no-05 .img {
	margin-top: -20px;
}

@media(max-width:640px) {
	#Features .no-05 {
		padding: 40px 0 30px;
	}
	#Features .no-05 .intro {
		width: 100%;
		max-width: 464px;
	}
	#Features .no-05 strong {
		display: block;
		margin-top: 0;
	}
	#Features .no-05 p {
		line-height: 1.8;
	}
	#Features .no-05 ul {
		display: block;
		margin-top: 30px;
	}
	#Features .no-05 li {
		float: none;
		margin: 10px 0 0 !important;
	}
	#Features .no-05 .logo {
		margin: 30px 0 0;
		text-align: center;
	}
	#Features .no-05 .img {
		margin-top: 20px;
		margin-left: -13%;
		width: 126%;
	}
}

/*--------------------------------------------------------------------------------
	#Campaign
--------------------------------------------------------------------------------*/
#Campaign {
	padding-bottom: 85px;
}
#Campaign .heading {
	margin-bottom: 50px;
}
#Campaign .inner {
	padding-top: 25px;
}

@media(max-width:640px) {
	#Campaign .heading {
		margin-bottom: 0;
	}
	#Campaign .inner {
		margin: 0 15px;
	}
	#Campaign .inner img {
		width: 100%;
	}
}

/*--------------------------------------------------------------------------------
	#Lens
--------------------------------------------------------------------------------*/
#Lens {
	padding-bottom: 100px;
}
#Lens .heading {
	margin-bottom: 100px;
}
#Lens .heading h3 {
	position: relative;
	padding-top: 27px;
}
#Lens .heading h3 .sub {
	position: absolute;
	right: 220px;
	top: 40px;
}
#Lens .lens {
	width: 450px;
	text-align: right;
}
#Lens .zeiss {
	float: left;
}
#Lens .g-lens {
	float: right;
}
#Lens .lens .img {
	margin-top: 40px;
	text-align: center;
}
#Lens .lens p {
	margin-top: 40px;
	font-size: 87.5%;
	font-family: "\30E1\30A4\30EA\30AA",Meiryo,"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",serif;
	line-height: 1.8;
	text-align: left;
}
#Lens .lens img.sample {
	margin-top: 35px;
}
#Lens .lens .btn-detail {
	margin-top: 30px;
}

@media(max-width:640px) {
	#Lens {
		padding-bottom: 30px;
	}
	#Lens .heading {
		margin-bottom: 30px;
	}
	#Lens .heading h3 .sub {
		right: 0;
		width: 65%;
	}
	#Lens .inner {
		margin: 0 20px;
	}
	#Lens .lens {
		width: auto;
		text-align: left;
	}
	#Lens .zeiss {
		float: none;
	}
	#Lens .g-lens {
		float: none;
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #444;
	}
	#Lens .lens h4 img {
		width: 100%;
		max-width: 450px;
	}
	#Lens .lens .img {
		margin-top: 30px;
	}
	#Lens .lens .img img {
		width: 80%;
		max-width: 327px;
	}
	#Lens .lens p {
		margin-top: 20px;
	}
	#Lens .lens img.sample {
		margin-top: 20px;
		width: 100%;
		max-width: 450px;
	}
	#Lens .lens .btn-detail {
		margin-top: 20px;
	}
}

/*--------------------------------------------------------------------------------
	#Accesories
--------------------------------------------------------------------------------*/
#Accesories {
	padding-bottom: 120px;
}
#Accesories .heading h3 {
	position: relative;
	padding-top: 25px;
}
#Accesories .heading h3 .sub {
	position: absolute;
	right: 58px;
	top: 40px;
}
#Accesories div.img {
	position: absolute;
	left: -235px;
	top: 60px;
}
#Accesories .line {
	padding-top: 68px;
	*zoom: 1;
}
#Accesories .line:after {
	clear: both;
	display: block;
	content: "";
}
#Accesories .item {
	float: left;
	position: relative;
}
#Accesories .item p {
	margin-top: 10px;
	font-size: 81.3%;
	font-family: "\30E1\30A4\30EA\30AA",Meiryo,"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",serif;
	line-height: 1.7;
}
#Accesories .item .btn-detail {
	margin-top: 25px;
	max-width: 180px;
	min-width: 180px;
}

#Accesories #VG-C77AM {
	margin-left: 326px;
	width: 343px;
}
#Accesories #VG-C77AM .item-img {
	height: 265px;
	text-align: center;
}

#Accesories #HVL-F60M {
	margin-left: 13px;
	width: 268px;
}
#Accesories #HVL-F60M .item-img {
	height: 265px;
}

#Accesories #RMT-VPR1 {
	width: 249px;
}
#Accesories #RMT-VPR1 .item-img {
	height: 220px;
	text-align: center;
}

#Accesories #LCS-BP3 {
	margin-left: 77px;
	width: 297px;
}
#Accesories #LCS-BP3 .item-img {
	height: 220px;
	text-align: center;
}
#Accesories #LCS-BP3 .item-img .sub {
	position: absolute;
	right: 0;
	bottom: 45px;
}
#Accesories #LCS-BP3 .btn-detail {
	margin-top: 47px;
}

#Accesories #LCS-SC8 {
	margin-left: 58px;
	width: 269px;
}
#Accesories #LCS-SC8 .item-img {
	height: 220px;
}
#Accesories #LCS-SC8 .item-img .sub {
	position: absolute;
	right: 0;
	bottom: 83px;
}
#Accesories #LCS-SC8 .btn-detail {
	margin-top: 47px;
}

@media(max-width:640px) {
	#Accesories {
		padding-bottom: 90px;
	}
	#Accesories .heading h3 .sub {
		right: 0;
		top: auto;
		bottom: 17px;
		width: 65%;
	}
	#Accesories .inner {
		margin: 0 15px;
	}
	#Accesories div.img {
		position: static;
		margin-top: 20px;
		padding-bottom: 20px;
		text-align: center;
	}
	#Accesories div.img img {
		width: 85%;
		max-width: 544px;
	}
	#Accesories .line {
		padding: 0;
	}
	#Accesories .item {
		float: none;
		display: table;
		margin: 20px 0 0 0 !important;
		padding-bottom: 20px;
		width: 100% !important;
		border-bottom: 1px solid #444;
	}
	#Accesories .item:after {
		clear: both;
		display: block;
		content: "";
	}
	#Accesories .item .item-img {
		display: table-cell;
		padding-right: 10%;
		width: 40%;
		height: auto !important;
		text-align: center;
	}
	#Accesories .item .item-img img {
		width: 90%;
	}
	#Accesories #RMT-VPR1 .item-img img {
		width: 80%;
	}
	#Accesories .item .item-img .sub {
		position: static !important;
		margin-top: 20px;
		width: 60%;
	}
	#Accesories .item .item-info {
		display: table-cell;
		width: 50%;
	}
	#Accesories .item h4 img {
		width: 70%;
		max-width: 170px;
	}
	#Accesories .item p br {
		display: none;
	}
	#Accesories .item .btn-detail {
		margin-top: 15px !important;
	}
}

@media(max-width:320px) {
	#Accesories .item p {
		line-height: 1.5;
	}
}

/*--------------------------------------------------------------------------------
	.pagetop
--------------------------------------------------------------------------------*/
.pagetop {
	margin: 0 auto;
	width: 950px;
	height: 1px;
}
.pagetop .floater {
	position: static;
	width: 950px;
	text-align: right;
}
.pagetop .floater.fixed {
	position: fixed;
	bottom: 0;
	z-index: 1000;
}
.pagetop .floater a {
	position: relative;
	/*top: -38px;*/
	display: block;
	float: right;
	width: 60px;
	height: 38px;
}
.pagetop .floater.fixed a {
	top: 0;
}
.pagetop .target {
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 0px;
	zoom: 1;
}

@media(max-width:640px) {
	.pagetop {
		width: auto;
	}
	.pagetop .floater {
		width: 95%;
		text-align: right;
	}
	.pagetop .floater a {
		float: none;
		display: inline-block;
		zoom:0.8;
	}
}

/*--------------------------------------------------------------------------------
	.copyright
--------------------------------------------------------------------------------*/
.copyright {
	margin: 10px auto 0;
	padding-right:150px;
	width: 950px;
	text-align: right;
	line-height: 0;
}

@media(max-width:640px) {
	.copyright {
		margin: -30px 15px 0 20px;
		width: auto;
		text-align: left;
	}
	.copyright img {
		width: 100%;
		max-width: 302px;
		margin-left: 0;
		margin-bottom:15px;
	}
}