html {
	background:#191719;
}
body {
	margin:0;
	background:#fff;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display:block;
}

blockquote,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,li,ol,p,pre,span,td,th,ul {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:1rem;
	font-weight:400;
}

a {
	text-decoration:none;
	color:#b59e5c;
	transition:color .1s linear;
}

a:active,a:hover {
	outline:0;
	text-decoration:underline;
}

b,strong {
	font-weight:700;
}

h1,h2,h3,p,div,table {
	margin:0;
}

ul,li {
	list-style:none;
}

small {
	font-size:80%;
}

sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup {
	top:-.5em;
}

sub {
	bottom:-.25em;
}

img {
	border:0;
}

pre {
	overflow:auto;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

figure {
	margin:0;
	padding:0;
}

address {
	font-size:1rem;
	font-style:normal;
}

i {
	font-style:normal;
}

*+html img {
	-ms-interpolation-mode:bicubic;
}

.inner {
	width:950px;
	position:relative;
	padding:0;
	margin:0 auto;
}

@media screen and (max-width: 640px) {
	.inner {
		padding:0 10px;
		width:auto;
		margin:0;
	}
}

.sp {
	display:none;
}

@media screen and (max-width: 640px) {
	.sp {
		display:block;
	}
}

.pc {
	display:block;
}

@media screen and (max-width: 640px) {
	.pc {
		display:none;
	}
}

#header {
	position:relative;
	height:60px;
	background:#191719;
	border-bottom:1px solid #3a393b;
}

#header a img {
	transition:all .3s;
}

#header a:hover img {
	opacity:.5;
	filter:alpha(opacity=50);
}

#header a.headLogoSony {
	position:absolute;
	left:0;
	top:21px;
}

#header a.headLogoSony img {
	width:100px;
	height:18px;
}

#header a.headLogoZXSeries {
	position:absolute;
	right:0;
	top:12px;
}

#header a.headLogoZXSeries img {
	width:238px;
	height:34px;
}

@media screen and (max-width: 640px) {
	#header {
		border-bottom:none;
		z-index:50;
		height:60px;
	}

	#header a.headLogoSony {
		left:15px;
		top:24px;
		width:65px;
		height:12px;
	}

	#header a.headLogoSony img {
		width:100%;
		height:100%;
	}

	#header a.headLogoZXSeries {
		position:absolute;
		right:15px;
		top:17px;
		width:200px;
		height:28px;
	}

	#header a.headLogoZXSeries img {
		width:100%;
		height:100%;
	}
}

#gNav {
	height:60px;
	position:relative;
	zoom:1;
}

#gNav:after {
	position:absolute;
	bottom:-10px;
	background:url(../../images/bg_shadow.png) repeat-x left top;
	content:" ";
	height:10px;
	width:100%;
	z-index:10;
}

#gNav.fix {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:10000;
	background:#fff;
}

#gNav:after {
	content:"";
	display:block;
	clear:both;
}

#gNav ul#nav li {
	height:60px;
	float:left;
}

#gNav ul#nav li.gnav01 {
	background:url(../../images/menu01_on.png) no-repeat left top;
	width:87px;
}

#gNav ul#nav li.gnav01 a {
	background:url(../../images/menu01_off.png) no-repeat left top;
}

#gNav ul#nav li.gnav02 {
	background:url(../../images/menu02_on.png) no-repeat left top;
	width:152px;
}

#gNav ul#nav li.gnav02 a {
	background:url(../../images/menu02_off.png) no-repeat left top;
}

#gNav ul#nav li.gnav03 {
	background:url(../../images/menu03_on.png) no-repeat left top;
	width:145px;
}

#gNav ul#nav li.gnav03 a {
	background:url(../../images/menu03_off.png) no-repeat left top;
}

#gNav ul#nav li.gnav04 {
	background:url(../../images/menu04_on.png) no-repeat left top;
	width:117px;
}

#gNav ul#nav li.gnav04 a {
	background:url(../../images/menu04_off.png) no-repeat left top;
}

#gNav ul#nav li.gnav04 span {
	display:none;
}

#gNav ul#nav li a {
	display:block;
	width:100%;
	height:100%;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
}

#gNav ul#nav li a.current {
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
}

#gNav ul#series {
	position:absolute;
	right:0;
	top:0;
}

#gNav ul#series li {
	height:60px;
	float:left;
}

#gNav ul#series li.series01 {
	background:url(../../images/btn_pc_wm1z_on.png) no-repeat left top;
	width:138px;
}

#gNav ul#series li.series01 a {
	background:url(../../images/btn_pc_wm1z_off.png) no-repeat left top;
}

#gNav ul#series li.seriesZX02 {
	background:url(../../images/btn_pc_wm1a_on.png) no-repeat left top;
	width:148px;
}

#gNav ul#series li.seriesZX02 a {
	background:url(../../images/btn_pc_wm1a_off.png) no-repeat left top;
}

#gNav ul#series li.seriesZX01 {
	background:url(../../images/btn_pc_zx500_on.png) no-repeat left top;
	width:133px;
}

#gNav ul#series li.seriesZX01 a {
	background:url(../../images/btn_pc_zx500_off.png) no-repeat left top;
}


#gNav ul#series li a {
	display:block;
	width:100%;
	height:100%;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
}

@media screen and (max-width: 640px) {
	#gNav {
		z-index:1000;
		position:relative;
		height:45px;
	}

	#gNav .inner {
		padding:0;
	}

	#gNav .menu {
		height:30px;
		cursor:pointer;
		padding:15px 0 0 15px;
		background:#fff;
	}

	#gNav .menu span {
		background:url(../../images/menu.png) no-repeat left top;
		background-size:100%;
		width:70px;
		height:15px;
		display:block;
		text-indent:100%;
		display:block;
		white-space:nowrap;
		overflow:hidden;
	}

	#gNav .menu.open span {
		background-position:0 -15px;
	}

	#gNav #toggle {
		display:none;
		z-index:5000;
		position:absolute;
		width:100%;
	}

	#gNav #toggle ul#nav li {
		float:none;
		background:none;
		width:100%;
		height:45px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}

	/*#gNav #toggle ul#nav li.gnav04 {height: 75px;}*/
	#gNav #toggle ul#nav li img {
		clear:both;
		display:block;
		float:left;
	}

	#gNav #toggle ul#nav li a {
		text-indent:0;
		padding:0 15px;
		background:#fff;
		border-top:1px solid #999;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		display:inline-block;
		height:45px;
		line-height:45px;
		color:inherit;
		font-size:1.14285714286rem;
		transition:all .3s;
	}

	#gNav #toggle ul#nav li span {
		text-indent:0;
		padding:0 15px;
		background:#fff;
		border-top:1px solid #999;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		display:block;
		height:75px;
		line-height:45px;
		color:inherit;
		font-size:1.14285714286rem;
		transition:all .3s;
	}

	#gNav #toggle ul#nav li span img {
		height:auto;
		margin:-4px 0 0;
		width:112.5px;
	}

	#gNav #toggle ul#nav li a:hover,#gNav #toggle ul#nav li a.current {
		text-decoration:none;
		background:#000;
		color:#b59e5c;
		filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity:1;
	}

	#gNav #toggle ul#nav li.blank a {
		background-image:url(../../images/ico_blank.png);
		background-repeat:no-repeat;
		background-position:95% center;
		background-size:20px 17px;
	}

	#gNav #toggle ul#series {
		background:#fff;
		border-top:1px solid #999;
		display:block;
		width:100%;
		position:relative;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		overflow:hidden;
	}

	#gNav #toggle ul#series li {
		display:block;
		background:#fff;
		float:left;
		height:inherit;
		width:50%;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		border-bottom:1px solid #999;
	}

	#gNav #toggle ul#series li:first-child {
	/*   border-right:1px solid   #999999*/
	}

	#gNav #toggle ul#series li:nth-child(odd) {
		border-right:1px solid #999;
	}

	#gNav #toggle ul#series li a {
		padding:20px 10px 20px 30px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		text-indent:0;
		background:#fff;
		display:block;
		color:inherit;
		zoom:1;
		line-height:2rem;
		transition:all .3s;
		background-image:url(../../images/ico_blank.png);
		background-repeat:no-repeat;
		background-position:95% 8%;
		background-size:20px 17px;
	}

	#gNav #toggle ul#series li a:after {
		content:"";
		display:block;
		clear:both;
	}

	#gNav #toggle ul#series li a:hover {
		text-decoration:none;
		background:#000;
		color:#b59e5c;
		filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity:1;
		background-image:url(../../images/ico_blank.png);
		background-repeat:no-repeat;
		background-position:95% 8%;
		background-size:20px 17px;
	}

	#gNav #toggle ul#series li a img {
		float:left;
		vertical-align:middle;
		padding-right:10px;
	}
}

#mask {
	position:absolute;
	z-index:10;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	top:0;
	display:none;
	transition:all .3s;
}

#content {
	position:relative;
	z-index:0;
	background:url(../../images/bg_content_btm.png) repeat-x left bottom;
	font-size:16px;
	line-height:27px;
	font-size:1.33333333333rem;
	line-height:1.6875em;
}

#content .bg {
	background:url(../../images/bg_content_top.png) repeat-x left top;
}

#content .top1509 {
	background:url(../../images/bg.png) repeat-y center #191719;
}

.top1509_inner {
	color:#fff;
	height:700px;
	margin:0 auto;
	position:relative;
	max-width:1510px;
	overflow:hidden;
}

.top1608_01 {
	width:50%;
	height:700px;
	float:left;
	overflow:hidden;
	position:relative;
}

.top1608_01 .first {
	position:absolute;
	right:27px;
	top:0;
	opacity:0;
	filter:alpha(opacity=00);
}

.top1608_01 .second {
	position:absolute;
	right:27px;
	top:0;
	opacity:0;
	filter:alpha(opacity=00);
}

.top1608_02 {
	width:50%;
	height:700px;
	float:right;
	overflow:hidden;
	position:relative;
}

.top1608_02 .first {
	position:absolute;
	left:28px;
	top:0;
	opacity:0;
	filter:alpha(opacity=00);
}

.top1608_02 .second {
	position:absolute;
	left:28px;
	top:0;
	opacity:0;
	filter:alpha(opacity=00);
}

.top1608_03 {
	width:100%;
	height:700px;
	position:absolute;
	top:0;
	overflow:hidden;
}

.top1608_03_header {
	width:100%;
	clear:both;
}

.top1608_03_header .first {
	margin:0 auto;
	display:block;
	opacity:0;
	filter:alpha(opacity=00);
}

.top1608_03_middle {
	clear:both;
	width:100%;
}

.top1608_03_middle a img {
	transition:opacity .2s ease 0;
}

.top1608_03_middle a img:hover {
	opacity:.7;
	filter:alpha(opacity=70);
}

.top1608_03_middle .bnrs {
	margin:30px auto 40px;
}

.top1608_03_middle .bnrs img {
	margin:20px auto;
}

.top1608_03_middle .btns img {
	margin:18px auto;
}

.middle_left_outer {
	width:50%;
	float:left;
}

.middle_left {
	width:759px;
	float:right;
}

.left_left {
	max-width:590px;
	float:left;
	position:relative;
	background:#191719;
}

.left_left img {
	opacity:0;
	filter:alpha(opacity=00);
	top:0;
	left:-28px;
	position:absolute;
}

.left_right {
	opacity:0;
	filter:alpha(opacity=00);
	width:300px;
	float:right;
	padding:48px 20px 0;
	border-right:#383838 1px solid;
}

.left_right img {
	display:block;
	margin:0 auto;
}

.middle_right_outer {
	width:50%;
	float:right;
}

.middle_right {
	width:750px;
	float:left;
}

.right_left {
	opacity:0;
	filter:alpha(opacity=00);
	width:300px;
	padding:48px 20px 0;
	float:left;
}

.right_left img {
	display:block;
	margin:0 auto;
}

.right_right {
	max-width:280px;
	float:right;
	position:relative;
}

.right_right img {
	opacity:0;
	filter:alpha(opacity=00);
	position:absolute;
	top:0;
	right:-27px;
}

/* initial*/
#c00,#l00,#r00,#lbody,#rbody,#dark {
	opacity:0;
/*after must be 0!*/
	filter:alpha(opacity=00);
	display:block;
}

.top1509sp {
	display:none;
}

.bottom_banner {
	background:#fff;
	width:100%;
	overflow:hidden;
}

.bottom_banner_inner {
	width:950px;
	margin:0 auto;
	overflow:hidden;
}

.bottom_banner_inner_left {
	float:left;
	margin:45px 0 0;
}

.bottom_banner_inner_right {
	float:right;
	margin:27px 0 27px 10px;
}

@media screen and (max-width: 640px) {
	.top1509,.bottom_banner {
		display:none;
	}

	.top1509sp {
		display:block;
	}

	.top1509sp img {
		display:block;
		height:auto;
		opacity:0;
		width:100%;
	}

	.top1509sp_splitBg,.top1509sp_blackBg,.top1509sp_blackBg_dark,.top1509sp_silverBg,.top1509sp_whiteBg {
		padding:0 3.125%;
	}

	.top1509sp_splitBg {
		background:url(../../images/top1509sp_bg01.jpg) no-repeat center top;
	}

	.top1509sp_blackBg {
		background:#252325;
	}

	.top1509sp_blackBg_dark {
		background:#191719;
	}

	.top1509sp030 {
		padding:0 0 4%;
	}

	.top1509sp050 {
		padding:0;
	}

	.top1509sp060,.top1509sp090 {
		padding:7% 0 1px;
	}

	.top1509sp060 img,.top1509sp090 img {
		margin:0 0 7%;
	}

	.top1509sp_silverBg {
		background:url(../../images/top1509sp_bg03.png) repeat-x center top;
	}

	.top1509sp_whiteBg {
		background:#fff;
		padding-bottom:3%;
	}

	.top1509sp_whiteBg a img {
		margin:0 0 3%;
	}

	.top1509sp100 {
		padding:6% 0 4%;
	}

	.top1509sp110 {
		padding:0 0 10%;
	}
}

@media screen and (max-width: 640px) {
	#content {
		line-height:1.42857142857;
		font-size:inherit;
	}
}

#pagetop {
	clear:both;
	width:145px;
	height:35px;
	background:url(../../images/btn_returntop_on.png) no-repeat left top;
	margin:0 0 0 auto;
}

#pagetop a {
	background:url(../../images/btn_returntop.png) no-repeat left top;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	width:100%;
	height:100%;
}

@media screen and (max-width: 640px) {
	#pagetop {
		width:62.5%;
		height:0;
		padding-top:10.9375%;
		background:url(../../images/btn_sp_returntop_on.png) no-repeat left top;
		background-size:100%;
		margin:0 auto;
		position:relative;
	}

	#pagetop a {
		background:url(../../images/btn_sp_returntop.png) no-repeat left top;
		background-size:100%;
		position:absolute;
		top:0;
	}
}

#footer {
	position:relative;
	color:#fff;
	background:#191719;
	padding:20px 0;
}

#footer .snsBlock {
	float:right;
}

@media screen and (max-width: 640px) {
	#footer {
		padding:30px 0;
		text-align:center;
	}

	#footer .snsBlock {
		float:none;
		padding-bottom:30px;
	}
}

.top .bg {
	background:url(../../images/bg_content_home_top.png) repeat-x left top!important;
}

.top .bgInner {
	background:url(../../images/bg_content_home.png) no-repeat center top;
}

.top #aniSP {
	display:none;
}

.top #aniPC {
	height:810px;
	position:relative;
}

.top #aniPC p {
	position:absolute;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
}

.top #aniPC a img {
	transition:all .3s;
}

.top #aniPC a img:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity:.5;
}

.top #aniPC #a01 {
	top:245px;
	left:60px;
}

.top #aniPC #a02 {
	top:10px;
	left:241px;
}

.top #aniPC #a03 {
	top:50%;
	margin-top:-66px;
	left:474px;
}

.top #aniPC #a04 {
	top:60px;
	left:438px;
}

.top #aniPC #a05 {
	opacity:1;
	display:none;
	top:127px;
	left:310px;
}

.top #aniPC #a06 {
	opacity:1;
	display:none;
	top:368px;
	left:310px;
}

.top #aniPC #a07 {
	opacity:1;
	display:none;
	top:625px;
	left:310px;
}

@media screen and (max-width: 640px) {
	.top #aniPC {
		display:none;
	}

	.top #aniSP {
		padding-top:25px;
		display:block;
	}

	.top #aniSP p {
		opacity:0;
	}

	.top #aniSP #a01SP {
		margin-bottom:25px;
		text-align:center;
	}

	.top #aniSP #a01SP img {
		width:48.166666666%;
		height:auto;
	}

	.top #aniSP #a02SP {
		margin-bottom:25px;
		text-align:center;
	}

	.top #aniSP #a02SP img {
		width:76.833333333%;
		height:auto;
	}

	.top #aniSP #a03SP img,.top #aniSP #a04SP img,.top #aniSP #a05SP img {
		width:100%;
		height:auto;
	}

	.top #aniSP #a03SP {
		margin-bottom:10px;
	}

	.top #aniSP #a04SP {
		margin-bottom:20px;
	}

	.top #aniSP #a05SP {
		padding-bottom:25px;
	}
}

.manufacturer .ttl {
	background:url(../images/bg_int1_ttl.png) repeat-x left top;
}

.manufacturer .ttl h1 {
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	*text-indent:-9999px;
	background:#191719 url(../images/int1_pc01.jpg) no-repeat center top;
	background-position:center top;
	height:260px;
}

.manufacturer .ttl ul {
	width:950px;
	margin:-20px auto 40px;
	zoom:1;
}

.manufacturer .ttl ul:after {
	content:"";
	display:block;
	clear:both;
}

.manufacturer .ttl ul li {
	float:left;
	padding:0 7.5px;
}

.manufacturer .ttl ul li img {
	width:120px;
	height:auto;
}

.manufacturer .ttl p {
	width:550px;
	margin:0 auto 40px;
}

.manufacturer .box+.lNav {
	padding-top:0;
	margin-bottom:50px;
}

.manufacturer .lNav {
	padding-top:30px;
	margin-bottom:60px;
}

.manufacturer .lNav ul {
	zoom:1;
	width:953px;
}

.manufacturer .lNav ul:after {
	content:"";
	display:block;
	clear:both;
}

.manufacturer .lNav ul li {
	float:left;
	height:83px;
}

.manufacturer .lNav ul li a {
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	height:83px;
	transition:.3s opacity;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
}

.manufacturer .lNav ul li a:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity:1;
}

.manufacturer .lNav ul li a.current {
	filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity:1;
}

.manufacturer .lNav ul li.lNav01 {
	background:url(../images/lmenu01_off.png) no-repeat left top;
	width:157px;
}

.manufacturer .lNav ul li.lNav01 a {
	background:url(../images/lmenu01_on.png) no-repeat left top;
}

.manufacturer .lNav ul li.lNav02 {
	background:url(../images/lmenu02_off.png) no-repeat left top;
	width:158px;
}

.manufacturer .lNav ul li.lNav02 a {
	background:url(../images/lmenu02_on.png) no-repeat left top;
}

.manufacturer .lNav ul li.lNav03 {
	background:url(../images/lmenu03_off.png) no-repeat left top;
	width:159px;
}

.manufacturer .lNav ul li.lNav03 a {
	background:url(../images/lmenu03_on.png) no-repeat left top;
}

.manufacturer .lNav ul li.lNav04 {
	background:url(../images/lmenu04_off.png) no-repeat left top;
	width:159px;
}

.manufacturer .lNav ul li.lNav04 a {
	background:url(../images/lmenu04_on.png) no-repeat left top;
}

.manufacturer .lNav ul li.lNav05 {
	background:url(../images/lmenu05_off.png) no-repeat left top;
	width:159px;
}

.manufacturer .lNav ul li.lNav05 a {
	background:url(../images/lmenu05_on.png) no-repeat left top;
}

.manufacturer .lNav ul li.lNav06 {
	background:url(../images/lmenu06_off.png) no-repeat left top;
	width:161px;
}

.manufacturer .lNav ul li.lNav06 a {
	background:url(../images/lmenu06_on.png) no-repeat left top;
}

.manufacturer .manufaicture01 h2 {
	background:url(../images/int1_pc02.png) no-repeat left top;
	width:530px;
	height:81px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 auto 60px;
}

.manufacturer .manufaicture01 .box01 .img {
	float:right;
	width:320px;
}

.manufacturer .manufaicture01 .box01 .txt {
	float:left;
	width:590px;
	padding-right:40px;
}
.manufacturer .manufaicture01 .box .txt {
	padding-bottom:35px;
}

.manufacturer .manufaicture01 .box01>p {
	clear:both;
}

.manufacturer .manufaicture01 .box02 .img {
	float:left;
	width:320px;
}

.manufacturer .manufaicture01 .box02 .txt {
	float:right;
	width:590px;
	padding-left:40px;
}

.manufacturer .manufaicture01 .box03 .img {
	width:950px;
}
.manufacturer .manufaicture01 .box03 .img img{
	display: block;
	margin:0 auto;
}
.manufacturer .manufaicture01 .box04 .img {
	float:right;
	width:320px;
}

.manufacturer .manufaicture01 .box04 .txt {
	float:left;
	width:590px;
	padding-right:40px;
}


.manufacturer .manufaicture02 h2 {
	background:url(../images/int2_pc01.png) no-repeat left top;
	width:679px;
	height:95px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 auto 60px;
}

.manufacturer .manufaicture02 .box01 .clear {
	padding-bottom:20px;
}

.manufacturer .manufaicture02 .box01 .img {
	float:right;
	width:320px;
}
.manufacturer .manufaicture02 .box01 .img img+img {
	padding-top:20px;
}
.manufacturer .manufaicture02 .box01 .txt {
	float:left;
	width:590px;
	padding-right:40px;
	clear:both;
}

.manufacturer .manufaicture02 .box02 .img {
	float:left;
	width:320px;
}

.manufacturer .manufaicture02 .box02 .txt {
	float:right;
	width:590px;
	padding-left:40px;
}

.manufacturer .manufaicture02 .box04 .img {
	float:right;
	width:320px;
}

.manufacturer .manufaicture02 .box04 .txt {
	float:left;
	width:590px;
	padding-right:40px;
}

.manufacturer .manufaicture02 .box04 .img+.answer {
	clear:both;
}

.manufacturer .manufaicture03 h2 {
	background:url(../images/int3_pc01.png) no-repeat left top;
	width:561px;
	height:81px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 auto 60px;
}

.manufacturer .manufaicture03 .box01 .img {
	float:left;
	width:320px;
}

.manufacturer .manufaicture03 .box01 .txt {
	float:right;
	width:590px;
	padding-left:40px;
}

.manufacturer .manufaicture03 .box02 .img {
	float:right;
	width:320px;
}

.manufacturer .manufaicture03 .box02 .txt {
	float:left;
	width:590px;
	padding-right:40px;
}

.manufacturer .manufaicture03 .box02 .img+.answer {
	clear:both;
}

.manufacturer .manufaicture03 .box03 .img,.manufacturer .manufaicture03 .box04 .img,.manufacturer .manufaicture03 .box06 .img {
	float:left;
	width:320px;
}

.manufacturer .manufaicture03 .box03 .txt,.manufacturer .manufaicture03 .box04 .txt,.manufacturer .manufaicture03 .box06 .txt {
	float:right;
	width:590px;
	padding-left:40px;
}
.manufacturer .manufaicture03 .box03 .img img+img {
	padding-top:35px;
}
.manufacturer .manufaicture03 .box05 .img {
	float:right;
	width:320px;
}

.manufacturer .manufaicture03 .box05 .img img+img {
	padding-top:35px;
}

.manufacturer .manufaicture03 .box05 .txt {
	float:left;
	width:590px;
	padding-right:40px;
}

.manufacturer .manufaicture03 .box07 .img {
	float:right;
	width:320px;
}

.manufacturer .manufaicture03 .box07 .img img+img {
	padding-top:20px;
}

.manufacturer .manufaicture03 .box07 .txt {
	float:left;
	width:590px;
	padding-right:40px;
	margin-bottom:30px;
}

.manufacturer .manufaicture04 h2 {
	background:url(../images/int4_pc01.png) no-repeat left top;
	width:746px;
	height:82px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 auto 60px;
}

.manufacturer .manufaicture04 .box01 .img,.manufacturer .manufaicture04 .box04 .img {
	float:right;
	width:320px;
}

.manufacturer .manufaicture04 .box01 .img img+img,.manufacturer .manufaicture04 .box04 .img img+img {
	padding-top:20px;
}

.manufacturer .manufaicture04 .box01 .txt,.manufacturer .manufaicture04 .box04 .txt {
	float:left;
	width:590px;
	padding-right:40px;
}

.manufacturer .manufaicture04 .box02 .img {
	float:left;
	width:320px;
}

.manufacturer .manufaicture04 .box02 .txt {
	float:right;
	width:590px;
	padding-left:40px;
}

.manufacturer .manufaicture04 .box05 .img {
	padding:35px 0;
}

.manufacturer .manufaicture04 .box06 .img {
	float:right;
	width:320px;
}

.manufacturer .manufaicture04 .box06 .img img+img {
	padding-top:20px;
}

.manufacturer .manufaicture04 .box06 .txt {
	float:left;
	width:590px;
	padding-right:40px;
}

.manufacturer .manufaicture04 .box06 .img+.answer {
	padding-top:30px;
}

.manufacturer .manufaicture04 .box07 .img {
	float:left;
	width:320px;
}

.manufacturer .manufaicture04 .box07 .txt {
	float:right;
	width:590px;
	padding-left:40px;
}

.manufacturer .manufaicture04 .box08 .img {
	float:right;
	width:320px;
}

.manufacturer .manufaicture04 .box08 .img img+img {
	padding-top:20px;
}

.manufacturer .manufaicture04 .box08 .txt {
	float:left;
	width:590px;
	padding-right:40px;
}

.manufacturer .manufaicture05 h2 {
	background:url(../images/int5_pc01.png) no-repeat left top;
	width:771px;
	height:82px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 auto 60px;
}

.manufacturer .manufaicture05 .box01 .img,.manufacturer .manufaicture05 .box02 .img,.manufacturer .manufaicture05 .box04 .img {
	float:left;
	width:320px;
}

.manufacturer .manufaicture05 .box01 .txt,.manufacturer .manufaicture05 .box02 .txt,.manufacturer .manufaicture05 .box04 .txt {
	float:right;
	width:590px;
	padding-left:40px;
}

.manufacturer .manufaicture05 .box03 .img {
	float:right;
	width:320px;
}

.manufacturer .manufaicture05 .box03 .img img+img {
	padding-top:20px;
}

.manufacturer .manufaicture05 .box03 .txt {
	float:left;
	width:590px;
	padding-right:40px;
}

.manufaicture05 .box05 .txt {
    padding-bottom: 35px;
}
.manufacturer .manufaicture05 .box05 .img {
}

.manufacturer .manufaicture05 .box05 .img img+img {
	padding-top:20px;
}


.manufacturer .manufaicture06 h2 {
	background:url(../images/int6_pc01.png) no-repeat left top;
	width:482px;
	height:80px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 auto 60px;
}

.manufacturer .manufaicture06 .box01 .img {
	float:right;
	width:320px;
}

.manufacturer .manufaicture06 .box01 .txt {
	float:left;
	width:590px;
	padding-right:40px;
}

.manufacturer .manufaicture06 .box02,.manufacturer .manufaicture06 .box05,.manufacturer .manufaicture06 .box06 {
	width:100%;
}

.manufacturer .manufaicture06 .box02 .txt,.manufacturer .manufaicture06 .box05 .txt,.manufacturer .manufaicture06 .box06 .txt,.manufacturer .manufaicture06 .box12 .txt {
	padding-bottom:35px;
}

.manufacturer .manufaicture06 .box03 .img,.manufacturer .manufaicture06 .box04 .img,.manufacturer .manufaicture06 .box08 .img,.manufacturer .manufaicture06 .box09 .img {
	float:left;
	width:320px;
}

.manufacturer .manufaicture06 .box03 .txt,.manufacturer .manufaicture06 .box04 .txt,.manufacturer .manufaicture06 .box08 .txt,.manufacturer .manufaicture06 .box09 .txt {
	float:right;
	width:590px;
	padding-left:40px;
}

.manufacturer .manufaicture06 .box07 .img,.manufacturer .manufaicture06 .box10 .img,.manufacturer .manufaicture06 .box11 .img {
	float:right;
	width:320px;
}

.manufacturer .manufaicture06 .box07 .img img+img,.manufacturer .manufaicture06 .box10 .img img+img,.manufacturer .manufaicture06 .box11 .img img+img {
	padding-top:20px;
}

.manufacturer .manufaicture06 .box07 .txt,.manufacturer .manufaicture06 .box10 .txt,.manufacturer .manufaicture06 .box11 .txt {
	float:left;
	width:590px;
	padding-right:40px;
}

.manufacturer .box {
	zoom:1;
	padding-bottom:60px;
}
.manufacturer .box--30 {
	zoom:1;
	padding-bottom:30px!important;
}
.manufacturer .box:after {
	content:"";
	display:block;
	clear:both;
}

.manufacturer .box .clear {
	clear:both;
	padding-bottom:20px;
	overflow:hidden;
}

.manufacturer .box .question {
	color:#b59e5c;
	font-weight:700;
	padding-bottom:35px;
}

.manufacturer .box .answer .name {
	font-weight:700;
	padding-bottom:5px;
}

.manufacturer .box .answer p+.name {
	padding-top:30px;
}

.manufacturer .box .caution {
	padding-top:10px;
	font-size:.875em;
	line-height:1.42857142857em;
}

.manufacturer .box .answer+.question {
	padding-top:35px;
}
.manufacturer .box .img+.answer {
	clear:both;
}

.manufacturer .box .img+.txt {
	padding-top:35px;
}

@media screen and (max-width: 640px) {
	.manufacturer #content {
		background:url(../../images/bg_sp_content_btm.png) repeat-x left bottom;
	}

	.manufacturer #content .bg {
		background:url(../../images/bg_sp_content_top.png) repeat-x left top;
	}

	.manufacturer .ttl {
		background:none;
	}

	.manufacturer .ttl h1 {
		text-indent:100%;
		display:block;
		white-space:nowrap;
		overflow:hidden;
		background:url(../images/int1_sp01.jpg) no-repeat center top;
		background-size:cover;
		background-position:center top;
		height:0;
		padding-top:71.875%;
	}

	.manufacturer .ttl ul {
		width:auto;
		margin:-6.25% 0 0;
		zoom:1;
	}

	.manufacturer .ttl ul:after {
		content:"";
		display:block;
		clear:both;
	}

	.manufacturer .ttl ul li {
		float:left;
		margin-bottom:30px;
		padding:0;
		width:33.33333%;
		padding:0;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.manufacturer .ttl ul li:last-child {
		float:none;
		margin:0 auto;
		margin-bottom:30px;
		padding:0;
		width:33.33333%;
		padding:0;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.manufacturer .ttl ul li img {
		width:100%;
		height:auto;
		margin:0 auto;
	}

	.manufacturer .ttl p {
		width:auto;
		margin:10px auto 40px;
	}

	.manufacturer .lNav {
		padding-top:10px;
		margin-bottom:0;
	}

	.manufacturer .lNav ul {
		zoom:1;
		width:100%;
		margin-bottom: 5%;
	}

	.manufacturer .lNav ul:after {
		content:"";
		display:block;
		clear:both;
	}

	.manufacturer .lNav ul li {
		float:none;
		height:auto;
		background:none!important;
		width:100%!important;
		border-top:1px solid #e5e5e7;
	}

	.manufacturer .lNav ul li:first-child {
		border-top:none;
	}

	.manufacturer .lNav ul li a {
		text-indent:0;
		height:auto;
		transition:.3s opacity;
		display:block;
		filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity:1;
		color:inherit;
		background-size:26px 26px!important;
		background-position:15px 50%!important;
		background-repeat:no-repeat!important;
		background-color:#fff!important;
		padding:15px 10px 15px 60px;
		transition:background-color .3s;
		line-height:1.1;
	}

	.manufacturer .lNav ul li a:hover {
		background-color:#191719!important;
		color:#fff;
		text-decoration:none;
	}

	.manufacturer .lNav ul li a.current {
		filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity:1;
		background-color:#191719!important;
		color:#fff;
	}

	.manufacturer .lNav ul li a span {
		display:block;
		color:#b59e5c;
	}

	.manufacturer .lNav ul li.lNav01 a {
		background-image:url(../images/ico_01.png);
	}

	.manufacturer .lNav ul li.lNav02 a {
		background-image:url(../images/ico_02.png);
	}

	.manufacturer .lNav ul li.lNav03 a {
		background-image:url(../images/ico_03.png);
	}

	.manufacturer .lNav ul li.lNav04 a {
		background-image:url(../images/ico_04.png);
	}

	.manufacturer .lNav ul li.lNav05 a {
		background-image:url(../images/ico_05.png);
	}

	.manufacturer .lNav ul li.lNav06 a {
		background-image:url(../images/ico_06.png);
	}
	.manufacturer .manufaicture01 .box02 .img+.txt {
		padding-top:60px!important;
	}

	.manufacturer .manufaicture02 .box01 {
		padding-bottom:0;
	}

	.manufacturer .manufaicture02 .box01 .clear {
		padding-bottom:60px;
	}

	.manufacturer .manufaicture02 .box03 .caution {
		padding-bottom:0!important;
	}

	.manufacturer .manufaicture02 .box04 .img+.answer {
		padding-top:30px;
	}

	.manufacturer .manufaicture03 .box05 .img img+img {
		padding-top:30px;
	}

	.manufacturer .manufaicture03 .box07 .txt {
		margin-bottom:0;
	}

	.manufacturer .manufaicture04 .box01 .img img+img {
		padding-top:30px;
	}
	.manufacturer .manufaicture04 .box03 .img{
		padding-top:30px!important;
	}
	.manufacturer .manufaicture04 .box03 {
		padding-bottom:30px;
	}

	.manufacturer .manufaicture04 .box05 {
		padding-bottom:30px;
	}

	.manufacturer .manufaicture04 .box05 .img {
		padding:0;
	}

	.manufacturer .manufaicture04 .box05 .img+.txt {
		padding-top:30px!important;
	}

	.manufacturer .manufaicture05 .box01 .caution {
		padding-bottom:0!important;
	}

	.manufacturer .manufaicture05 .box05 {
		padding-bottom:30px;
	}


	.manufacturer .manufaicture06 .box08 {
		padding-bottom:30px;
	}

	.manufacturer .manufaicture06 .box08 .img+.txt {
		padding-top:60px!important;
	}
	.manufacturer .manufaicture06 .box08 .img img+img {
		padding-top: 30px;
	}

	.manufacturer .box {
		zoom:1;
		padding-bottom:60px;
	}

	.manufacturer .box:after {
		content:"";
		display:block;
		clear:both;
	}

	.manufacturer .box .txt .question {
		color:#b59e5c;
		font-weight:700;
		padding-bottom:30px;
	}

	.manufacturer .box .txt .answer .name {
		font-weight:700;
		padding-bottom:5px;
	}

	.manufacturer .box .txt .answer p {
		padding-bottom:30px;
	}
	.manufacturer .box .txt .answer p.pb0 {
		padding-bottom:0;
	}
	.manufacturer .box .txt .answer p+.name {
		padding-top:0;
	}

	.manufacturer .box .img {
		float:none!important;
		width:auto!important;
	}

	.manufacturer .box .img img {
		width:100%;
		height:auto;
	}

	.manufacturer .box .txt {
		padding:0!important;
		float:none!important;
		width:auto!important;
	}

	.manufacturer .box .img+.txt {
		padding-top:50px!important;
	}

	.manufacturer .box .img+.answer {
		padding-top:30px!important;
	}

	.manufacturer .box .caution {
		padding-top:0;
	}
}

.mod-shareButton {
	margin:0;
	width:390px;
}

.mod-shareButton .google {
	width:65px;
	display: none;
}

.detail_store {
	width:660px;
	height:177px;
	margin:0 auto 57px;
/*background: url(../manufacturer/images/smple_03.jpg) no-repeat;*/
}

.detail_store_left {
	float:left;
	width:199px;
	margin-top:15px;
}

.detail_store_right {
	float:right;
	width:430px;
}

.right_headline {
	font-size:1.33rem;
	line-height:1;
}

.right_model {
	font-size:40px;
	font-size:3.33rem;
	line-height:1.33;
	letter-spacing:-1px;
}

.right_catch {
	font-size:20px;
	font-size:1.77rem;
	line-height:1.7;
	margin-bottom:24px;
	letter-spacing:-1px;
}

.buttons_area {
}

.buttons_area > a > span {
	display:inline-block;
	font-size:1.33rem;
	float:left;
	padding:9px 0;
	text-align:center;
	width:166px;
}

.buttons_area > a:first-child span {
	margin-right:19px;
}

.buttons_area > a > span {
	color:#FFF;
	text-decoration:none;
}

.buttons_area span,img#l19,img#r29,.bottom_banner_inner_right {
	transition-duration:1s;
}

.buttons_area span:hover,img#l19:hover,img#r29:hover,.bottom_banner_inner_right:hover {
	opacity:.7;
	filter:alpha(opacity=70);
}

.detail_button {
	background:#000;
}

.store_button {
	background:#f5673a;
}
@media screen and (max-width: 640px) {
	.manufacturer .manufaicture01 h2,
	.manufacturer .manufaicture02 h2,
	.manufacturer .manufaicture03 h2,
	.manufacturer .manufaicture04 h2,
	.manufacturer .manufaicture05 h2,
	.manufacturer .manufaicture06 h2
	 {
		background:none;
		width:auto;
		height:auto;
		padding:10% 0;
		white-space:nowrap;
		margin:0 auto;
	}
	.manufacturer .manufaicture01 h2 img,
	.manufacturer .manufaicture02 h2 img,
	.manufacturer .manufaicture03 h2 img,
	.manufacturer .manufaicture04 h2 img,
	.manufacturer .manufaicture05 h2 img,
	.manufacturer .manufaicture06 h2 img
	 {
		display: block;
		max-width:100%;
		width:auto;
		height:auto;
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px) {
	.detail_store {
		width:100%;
		height:auto;
		margin:20% auto 0;
	}
	.detail_store_left {
		float:none;
		width:100%;
		clear:both;
	}
	.detail_store_left img {
		clear:both;
		display:block;
		float:none;
		height:auto;
		margin:0 auto 8%;
		width:50%;
	}

	.detail_store_right {
		clear:both;
		float:none;
		width:100%;
		overflow: hidden;
	}

	.right_headline {
		font-size:1.1rem;
	}

	.right_model {
		font-size:2.2rem;
		letter-spacing:-.5px;
	}

	.right_model img {
		width:5%;
	}

	.right_catch {
		font-size:1.33rem;
		margin-bottom:11px;
	}

	.buttons_area {
	}

	.buttons_area > a > span {
		color:#FFF;
		font-size:1.4rem;
		letter-spacing:1px;
		text-decoration:none;
		width:100%;
		margin-bottom: 20px;
	}

	.buttons_area > a:first-child span {
		margin:0 0 10px;
	}

	.buttons_area > a > span {
	}

	.buttons_area span {
		transition-duration:1s;
	}

	.buttons_area span:hover {
		opacity:.7;
		filter:alpha(opacity=70);
	}

	.detail_button {
		background:#000;
	}

	.store_button {
		background:#f5673a;
	}
}

@media screen and (max-width: 640px) {
	.mod-shareButton {
		width:100%;
	}

	.mod-shareButton .twitter {
		width:105px;
	}

	.mod-shareButton .facebook {
		width:95px;
		height:21px;
		padding-bottom:10px;
	}

	.mod-shareButton .mixi {
		width:75px;
	}

	.mod-shareButton .google {
		width:65px;
	}

	.mod-shareButton ul {
		text-align:center;
	}

	.mod-shareButton li {
		vertical-align:top;
	}
}
.pb0{
	padding-bottom:0!important;
}
.pb40{
	padding-bottom:35px!important;
}
/* signature start */
.movies {
   background: url(../../professional/images/bottom_bg.jpg) no-repeat center top #ebeaea;
   max-width: 1200px;
   margin: 0 auto;
   padding: 525px 0 0;
}
.moviesOuter {
   /*background: #fff;*/
}
.moviesHeader {
   display: none;
}
.videoArea {
   width: 600px;
   height: 336px;
   margin: 0 auto;
   overflow: hidden;
}
.videoArea iframe {      /* added */
   width: 100%;
   height: 100%;
   margin: 0 auto;
   overflow: hidden;
}

.moviesUnder {
   width: 820px;
   margin: 50px auto;
}
@media screen and (max-width: 640px){
   .movies {
      background: #eeeced;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 10px;
   }
   .moviesOuter {
      padding: 0 10px;
      margin: 0 auto;
   }
   .moviesUnder {
      width: 100%;
   }
   .moviesHeader {
      display: block;
      width: 100%;
      height: auto;
      padding: 0;
      margin: 0 auto;
   }
   .moviesHeader img {
      display: block;
      width: 100%;
   }
	.videoArea {      /* changed */
      width: 300px;
      height: 168px;
      margin: 0 auto;
      overflow: hidden;
   }
   .moviesUnder {
      width: 100%;
      margin: 20px auto;
      line-height: 1.75;
   }

}
.movies3 {}
.movies3 ul {
   margin: 0 auto;
   padding: 0;
   overflow: hidden;
   width: 950px;
}
.movies3 ul li {
   list-style-type: none;
   float: left;
   width: 300px;
   margin: 0 0 0 25px;
   overflow: hidden;
}
.movies3 ul li img {
   display: block;
}
.movies3 ul li a img {
   display: block;
   margin: 0 auto 10px;
}
.movies3 ul li:first-child {
   margin: 0 0 0 0px;
}
@media screen and (max-width: 640px){
   .movies3 ul {
      width: 100%;
      margin: 0 auto;
   }
   .movies3 ul li {
      width: 100%;
      clear: both;
      margin: 0 0 40px;
   }
   .movies3 ul li:first-child {
      margin: 0 0 40px;
   }
   .movies3 ul li img {
      margin: 10px auto;
   }
	.movies3 ul li .video {      /* added */
      width: 300px;
      height: 168px;
      margin: 0 auto;
      overflow: hidden;
   }
}
.bottomBanner {
   padding: 50px 0 40px;
   margin-bottom: 40px;
}
.bottomBanner img {
   display: none;
   margin:0 auto;
   overflow: hidden;
}
.bottomBanner img:first-child {
   display: block;
}
@media screen and (max-width: 640px){
   .bottomBanner img {
      width: 100%;
      height: auto;
      display: block;
   }
   .bottomBanner img:first-child {
      display: none;
   }
}
/* signature end */

@media screen and (max-width: 640px)
.buttons_area > a:first-child span {
    margin: 0 0 10px;
}
