@charset "Shift_JIS";
/**
 * cp2014-report.css
 * update : 2015.02.23
 */

/*--------------------------------------------------------------------------------
	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;}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;
	font-family: YuGothic,"ŸàƒSƒVƒbƒN","\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","Droid Sans",sans-serif;
	color: #fff;
	background: #000;
	border-top: 5px solid #c83b18;
	-webkit-text-size-adjust: none;
}

/*--------------------------------------------------------------------------------
	common
--------------------------------------------------------------------------------*/
a {
	outline: none;
	border: none;
	color: #5290bd;
}
a:focus {
	outline: none;
	border: none;
}
a:hover {
	text-decoration: underline;
}
a.hover {
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
}
a.hover:hover {
	opacity: 0.7;
}
.ielegacy a.hover:hover {
	filter: alpha(opacity=70);
}
img.hover {
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
}
img.hover:hover {
	opacity: 0.7;
}
.ielegacy img.hover:hover {
	filter: alpha(opacity=70);
}
p {
	margin: 0;
}
p.txt {
	font-size: 17px;
	line-height: 1.7;
}
p.txt2 {
	font-size: 12px;
	line-height: 1.7;
	text-align: right;
}
p.txt2 a {
	text-decoration:none;
	color:#fff;
}
p.txt2 a:hover {
	text-decoration:none;
	color:#5290bd;
}
.br64 {
	display: none;
}
.nbr64 {
	display: block;
}
.nbr48 {
	display: block;
}

@media (max-width:640px) {
	.br64 {
		display: block;
	}
	.nbr64 {
		display: none;
	}
	p.txt {
		font-size: 15px;
	}
	a.hover {
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
	}
	a.hover:hover {
		opacity: 1.0;
	}
	img.hover {
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
	}
	img.hover:hover {
		opacity: 1.0;
	}
}
@media (max-width:479px) {
	.br64 {
		display: none;
	}
	.nbr48 { 
		display: none;
	}
	p.txt {
		font-size: 12px;
	}
}

/*--------------------------------------------------------------------------------
	.container
--------------------------------------------------------------------------------*/
.container {
	padding: 0 0 40px;
	min-width: 930px;
}
.container .sp {
	display: none;
}

@media (max-width:640px) {
	.container {
		min-width: 320px;
	}
	.container .sp {
		display: block;
	}
	.container .pc {
		display: none;
	}
}

/*--------------------------------------------------------------------------------
	header
--------------------------------------------------------------------------------*/
header {
	margin: 0 auto;
	width: 100%;
	max-width: 950px;
	min-width: 320px;
	line-height: 0;
	*zoom: 1;
}
header:after {
	clear: both;
	display: block;
	content: "";
}
header h1 {
	float: left;
	margin: 27px 0 21px 27px;
	width: 111px;
	line-height: 0;
}
header h1 img {
	width: 111px;
	height: auto;
}
header strong {
	float: right;
	display: block;
	margin: 22px 26px 19px 0;
	width: 39px;
}
header strong img {
	width: 39px;
	height: auto;
}

@media(max-width:940px) {
	header h1 {
		margin: 0 0 0 2.8723%;
		padding: 2.8723% 0;
		width: 11.8085%;
	}
	header h1 img {
		width: 100%;
	}
	header strong {
		margin: 0 2.55319% 0 0;
		padding: 2.12765% 0 2.55319%;
		width: 4.468%;
	}
	header strong img {
		width: 100%;
	}
}
@media(max-width:479px) {
	header h1 {
		margin: 0 0 0 15px;
		padding: 20px 0;
		width: 20%;
	}
	header h1 img {
		width: 100%;
	}
	header strong {
		margin: 0 15px 0 0;
		padding: 16px 0 0;
		width: 8%;
	}
	header strong img {
		width: 100%;
	}
}

/*--------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------*/
footer {
	margin-top: 80px;
}
footer small {
	display: block;
	font-size: 10px;
	text-align: center;
	
}
footer .fix-pagetop {
	position: relative;
	top: 65px;
	margin: 0 auto;
	width: auto;
	height: 1px;
}
footer .fix-pagetop .floater {
	position: static;
	padding-right: 2%;
	width: 98%;
	text-align: right;
}
footer .fix-pagetop .floater.fixed {
	position: fixed;
	bottom: 0;
	z-index: 1000;
}
footer .fix-pagetop .floater a {
	position: relative;
	margin-top: -37px;
	display: inline-block;
	float: right;
	width: 60px;
	height: 38px;
}
footer .fix-pagetop .floater.fixed a {
	top: 0;
}
footer .fix-pagetop .target {
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 0px;
	zoom: 1;
}

@media(max-width:640px) {
	footer {
		margin-top: 60px;
	}
	footer .fix-pagetop {
		top: -40px;
	}
	footer .fix-pagetop .floater {
		padding-right: 0;
		text-align: right;
	}
	footer .fix-pagetop .floater a {
		float: none;
		width: 40px;
		height: auto;
	}
	footer .fix-pagetop .floater a img {
		width: 100%;
		height: auto;
	}
	footer small {
		text-align: center;
		margin-left:10px;
		margin-bottom:-30px;
		
	}
}
@media(max-width:479px) {
	footer small {
		font-size: 9px;
	}
}

/*--------------------------------------------------------------------------------
	.mainvisual
--------------------------------------------------------------------------------*/
.mainvisual {
	margin: 0 auto;
	width: 100%;
	max-width: 950px;
	min-width: 320px;
	line-height: 0;
	overflow: hidden;
	*zoom: 1;
}
.mainvisual img {
	width: 100%;
	height: auto;
}

@media(max-width:479px) {
	.mainvisual img {
		margin-left: -22%;
		width: 140%;
	}
}

/*--------------------------------------------------------------------------------
	.intro
--------------------------------------------------------------------------------*/
.intro {
	margin: 20px auto 0;
	max-width: 950px;
	min-width: 320px;
}
.intro .obi {
	line-height: 0;
	*zoom: 1;
}
.intro .obi:after {
	clear: both;
	content: "";
	display: block;
}
.intro .obi img {
	float: left;
	width: 50%;
}
.intro h3 {
	margin: 60px 40px 45px;
	line-height: 0;
	text-align: center;
}
.intro h3 img {
	width: 100%;
	max-width: 619px;
	max-height:33px;
}
.intro p {
	margin: 0 40px;
	text-align: center;
}

@media(max-width:640px) {
	.intro h3 {
		margin: 30px 6.25% 20px;
	}
	.intro p {
		margin: 25px 6.25% 20px;
		text-align: left;
	}
}
@media(max-width:479px) {
	.intro .obi img {
		float: none;
		width: 100%;
	}
}

/*--------------------------------------------------------------------------------
	.map
--------------------------------------------------------------------------------*/
.map {
	margin: 50px auto 0;
	max-width: 1280px;
	min-width: 320px;
	text-align: center;
}
.map h3 {
	margin: 0 40px 15px;
}
.map h3 img {
	width: 100%;
	max-width: 418px;
	max-height:33px;
}
.map .booth {
	position: relative;
	margin: 45px auto 0;
	padding: 0 30px;
}
.map .booth .inner {
	position: relative;
	margin: 0 auto;
	max-width: 950px;
}
.map .booth img.main {
	width: 100%;
	height: auto;
	max-width: 1100px;
}
.map .booth li {
	position: absolute;
	left: 0;
	top: 0;
}
.map .booth li img {
	width: 100%;
	height: auto;
}

.map .booth li.seminar {
	left: 13.0632653%; /*31px*/
	padding-top: 16.5632653%; /*227px*/
	width: 14.3083673%; /*156px*/
}
.map .booth li.seminar img {
	max-width: 156px;
}
.map .booth li.exp-nakai {
	left: 71.6857142%; /*679px*/
	padding-top: 23.1224489%; /*256px*/
	width: 8.9591836%; /*78px*/
	z-index:2;
}
.map .booth li.exp-nakai img {
	max-width: 98px;
}
.map .booth li.exp-nakano {
	left: 63.1020408%; /*589px*/
	padding-top: 1.2265306%; /*13px*/
	width: 17.755102%; /*174px*/
	z-index:10;
}
.map .booth li.exp-nakano img {
	max-width: 194px;
}
.map .booth li.exp-uozumi {
	left: 44.3591836%; /*372px*/
	padding-top: 19.1183673%; /*205px*/
	width: 13.5%; /*147px*/
}
.map .booth li.exp-uozumi img {
	max-width: 147px;
}
.map .booth li.felens {
	left: 43.8597959%; /*387px*/
	padding-top: 25.7714285%; /*280px*/
	width: 17.2020408%; /*148px*/
}
.map .booth li.felens img {
	max-width: 188px;
}
.map .booth li.fourKpm {
	left: 12.8597959%; /*387px*/
	padding-top: 1.9714285%; /*280px*/
	width: 17.2020408%; /*148px*/
}
.map .booth li.fourKpm img {
	max-width: 188px;
}
.map .booth li.tech {
	left: 61.3020408%; /*589px*/
	padding-top: 5.4265306%; /*13px*/
	width: 13.5%;
	z-index:3;
}
.map .booth li.tech img {
	max-width: 147px;
}
.map .booth li.fourKview {
	left: 62.1020408%; /*589px*/
	padding-top: 33.0265306%; /*13px*/
	width: 17.755102%; /*174px*/
	z-index:1;
}
.map .booth li.fourKview img {
	max-width: 194px;
}
.map .booth li.touch {
	left: 39.2020408%; /*589px*/
	padding-top: 1.6265306%; /*13px*/
	width: 17.755102%; /*174px*/
	z-index:1;
}
.map .booth li.touch img {
	max-width: 194px;
}
.map .booth li.asystem {
	left: 32.2591836%; /*372px*/
	padding-top: 36.5183673%; /*205px*/
	width: 13.5%; /*147px*/
}
.map .booth li.asystem img {
	max-width: 147px;
}


@media(max-width:640px) {
	.map {
		margin: 30px auto 0;
	}
	.map h3 {
		padding: 0 6.25%;
	}
	.map h3 img {
		width: 90%;
	}
	.map p.txt {
		padding: 0 6.25%;
	}
	.map .booth {
		margin: 30px 0 30px;
	}
}
@media(max-width:479px) {
	.map h3 {
		
	}
	.map p.txt {
		display: none;
	}
	.map .booth {
		padding: 0 5px;
	}
}

/* .menu
--------------------------------------------------------------------------------*/
.map .menu {
	border-bottom: 1px solid #444;
}
.map .menu li {
	line-height: 1.0;
	text-align: left;
	border-top: 1px solid #444;
}
.map .menu li a {
	position: relative;
	display: block;
	padding: 18px 4.6875% 18px;
	text-indent: 22px;
	color: #fff;
	text-decoration: none;
}
.map .menu li a:before {
	position: absolute;
	left: 6%;
	top: 50%;
	margin: -4px 0 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #eee;
	content: "";
}
.map .menu li span {
	font-size: 80%;
}
.map .menu li.seminar a:before {
	border-color: transparent transparent transparent #1eb9ee;
}
.map .menu li.exp-nakai a:before {
	border-color: transparent transparent transparent #641dbd;
}
.map .menu li.exp-nakano a:before {
	border-color: transparent transparent transparent #0068b7;
}
.map .menu li.exp-uozumi a:before {
	border-color: transparent transparent transparent #90c31f;
}
.map .menu li.felens a:before {
	border-color: transparent transparent transparent #e60012;
}
.map .menu li.fourKpm a:before {
	border-color: transparent transparent transparent #009944;
}
.map .menu li.tech a:before {
	border-color: transparent transparent transparent #edd900;
}
.map .menu li.touch a:before {
	border-color: transparent transparent transparent #bb4162;
}
.map .menu li.asystem a:before {
	border-color: transparent transparent transparent #ed6d00;
}



/*--------------------------------------------------------------------------------
	section
--------------------------------------------------------------------------------*/
section {
	margin: 0 auto;
}
section .heading {
	margin-bottom: 40px;
	height: 216px;
	background-color: #3f3f3f;
	background-position: center top;
	background-repeat: no-repeat;
}
@media (max-width:1280px) {
	section .heading {
		
	}
}
@media (max-width:640px) {
	section .heading {
		padding-left: 0px;
	}
}
section .heading h3 {
	margin: 0 auto;
	max-width: 950px;
	line-height: 0;
	overflow: hidden;
}
section .heading h3 img {
	width: 450px;
	height: auto;
}
section .content {
	margin: 0 auto;
	width:870px;
}

section#ExpNakai .content,
section#ExpNakano .content {
	margin: 0 auto;
	max-width: 950px;
	width:100%;
}
section#ExpNakai .content img.first,
section#ExpNakano .content img.first {
	width:65.390625%;
}
section#ExpNakai .content img.second,
section#ExpNakano .content img.second {
	width:34.609375%;
}
section .video {
	margin: 0 auto;
	width:860px;
	margin: 40px auto 0 auto;
	border:1px solid #333;
}
@media (max-width:640px) {
	section#ExpNakai .content img.first,
	section#ExpNakano .content img.first {
		width:100%;
	}
	section#ExpNakai .content img.second,
	section#ExpNakano .content img.second {
		width:100%;
	}
	section#ExpNakano .content img.first {
		z-index: 10;
		position: relative;
	}
	section#ExpNakano .content img.second {
		z-index: 1;
		margin-top:-20%;
	}
	section .video {
		width:auto;	
	}
	section#ExpNakano .video {
		z-index: 10;
		position: relative;
		margin-top:-20%;
	}
	section .content {
		padding: 0 !important;
	}
}

section .scene {
	padding: 20px 0 20px;
	background: #211f1f;
}
section .scene .inner {
	margin: 0 auto;
	width: 870px;
}
section .scene h4 {
	position: relative;
	margin-bottom: 4px;
	padding-left: 15px;
	font-size: 18px;
	line-height: 1.0;
}
section .scene h4 span {
	position: absolute;
	left: 0;
	width: 4px;
	background: #4a4a4a;
	text-indent: -9999em;
}
section .scene ul {
	margin: 0 0 0 -7px;
	*zoom: 1;
}
section .scene ul:after {
	clear: both;
	display: block;
	content: "";
}
section .scene li {
	float: left;
	margin: 7px 0 0 7px;
}

section .scene li img {
	width:139px;
}

@media (max-width:640px) {
	section .heading {
		margin-bottom: 30px;
		height: auto;
		background-size: auto 100%;
		background-position: 75% top;
	}
	section#Seminar .heading {
		background-position: 20% top;
	}
	section#ExpNakai .heading {
		background-position: 45% top;
	}
	section#ExpNakano .heading {
		background-position: 15% top;
	}
	section#ExpUozumi .heading {
		background-position: 42% top;
	}
	section#FELens .heading {
		background-position: 0% top;
	}
	section#tech .heading {
		background-position: 70% top;
	}
	section#touch .heading {
		background-position: 30% top;
	}
	section#asystem .heading {
		background-position: -5% top;
	}
	section .heading h3 {
		padding: 9% 6.25% !important;
	}
	section .heading h3 img {
		width: 85%;
		height: auto;
		max-width: 640px;
	}
	section .content {
		padding: 0 6.25%;
		width: auto;
	}
	section .scene {
		padding: 30px 0 40px;
	}
	section .scene .inner {
		padding: 0 6.25%;
		width: auto;
	}
	section .scene h4 {
		margin-bottom: 6px;
		font-size: 16px;
	}
	section .scene ul {
		margin: 0 0 0 -1%;
	}
	section .scene li {
		margin: 1.4% 0 0 1.4%;
		width: 32%;
	}
	section .scene li img {
		width: 100%;
		height: auto;
	}
}
@media (max-width:479px) {
	section .heading h3 img {
		width: 90%;
	}
	section .scene {
		padding: 25px 0 30px;
	}
	section .scene h4 {
		font-size: 15px;
	}
	section .scene ul {
		margin: 0;
	}
	section .scene li {
		margin: 2% 0 0 2%;
		width: 32%;
	}
	section .scene li:nth-child(3n+1) {
		margin: 2% 0 0 0;
	}
}

/*--------------------------------------------------------------------------------
	#Seminar
--------------------------------------------------------------------------------*/
#Seminar {
	margin-top: 40px;
}
#Seminar .heading {
	background-image: url("../img/seminar_ttl_bg.jpg");
}
#Seminar .heading h3 {
	padding: 46px 0 0 0;
}

/* .main
--------------------------------------------------------------------------------*/
#Seminar .main {
	position: relative;
	margin: 0 0 30px;
}
#Seminar .main img {
	width: 100%;
	max-width: 870px;
	height: auto;
}
#Seminar .main p.txt {
	position: absolute;
	bottom: 45px;
	width: 100%;
	text-align: center;
}

@media (max-width:640px) {
	#Seminar {
		margin-top: 40px;
	}
	#Seminar .main img {
		margin-bottom: 15px;
	}
	#Seminar .main p.txt {
		position: static;
		text-align: left;
	}
}

/* .photographers
--------------------------------------------------------------------------------*/
#Seminar .photographers {
	margin-bottom: 40px;
	*zoom: 1;
	border-bottom: 1px solid #ed6d00;
	padding-bottom: 40px;
}
#Seminar .photographers:after {
	clear: both;
	display: block;
	content: "";
}
#Seminar .photographers h4 {
	margin: 0 0 24px 24px;
	padding: 8px 0;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	background: #211f1f;
}
#Seminar .photographers .line {
	margin: 0 0 0 -64px;
	*zoom: 1;
}
#Seminar .photographers .line:after {
	clear: both;
	display: block;
	content: "";
}
#Seminar .photographers .line.leftfix {
	float: left;
}
#Seminar .photographers .line.rightfix {
	float: right;
}
#Seminar .photographers .item {
	float: left;
	margin: 0 0 0 64px;
	width: 234px;
	font-family: "\30D2\30E9\30AE\30CE\660E\671D\20Pro\20W\33","Hiragino Mincho Pro","\30E1\30A4\30EA\30AA",Meiryo,"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",'Droid Sans',serif;
}
#Seminar .photographers .color {
	background:#212121;
	padding:20px;
	width:100%;
	margin-bottom:5px;
}
#Seminar .photographers img.thum {
	width: 100%;
	height: auto;
	max-width: 600px;
}
#Seminar .photographers .profile {
	padding: 18px 0 0px;
	*zoom: 1;
}
#Seminar .photographers .profile:after {
	clear: both;
	display: block;
	content: "";
}
#Seminar .photographers .name {
	float: left;
}
#Seminar .photographers .name .jp {
	display: block;
	font-size: 20px;
	line-height: 1.0;
}
#Seminar .photographers .name .roma {
	display: block;
	margin-top: 3px;
	font-size: 11px;
	line-height: 1.1;
}
#Seminar .photographers .btn {
	float: right;
	width: 117px;
}
#Seminar .photographers .btn img {
	width: 100%;
	height: auto;
}
#Seminar .photographers li {
	margin-top: 10px;
	line-height: 0;
}
#Seminar .photographers li.first {
	margin-top: 0px;
	line-height: 1.5;
	text-align:center;
	font-size: 15px;
}
#Seminar .photographers li img {
	width: 234px;
	height: auto;
}

@media (max-width:640px) {
	#Seminar .photographers {
		margin-bottom: 0;
		border-bottom: none;
		padding-bottom: 5px;
	}
	#Seminar .photographers h4 {
		margin: 0 0 15px 0;
		padding: 10px 0;
		font-size: 14px;
		line-height: 1.2;
		text-align: center;
		background: #211f1f;
	}
	#Seminar .photographers .line {
		margin: 0;
	}
	#Seminar .photographers .line.leftfix {
		float: none;
	}
	#Seminar .photographers .line.rightfix {
		float: none;
	}
	#Seminar .photographers .item {
		float: none;
		margin: 0 0 25px;
		padding-bottom: 25px;
		width: auto;
		border-bottom: 1px dotted #333;
	}
	#Seminar .photographers .color {
		width:auto;
	}
	#Seminar .photographers li img {
		width: 100%;
		max-width: 548px;
	}
}

/*--------------------------------------------------------------------------------
	#ExpNakai
--------------------------------------------------------------------------------*/
#ExpNakai {
	margin-top: 70px;
}
#ExpNakai .heading {
	background-image: url("../img/expnakai_ttl_bg.jpg");
}
#ExpNakai .heading h3 {
	padding: 56px 0 0 0;
}
#ExpNakai p.txt {
	text-align: center;
}
#ExpNakai .carousel {
	margin-top: 20px;
}
#ExpNakai .scene {
	margin-top: 60px;
}

@media (max-width:640px) {
	#ExpNakai {
		margin-top: 50px;
	}
	#ExpNakai p.txt {
		text-align: left;
	}
	#ExpNakai .scene {
		margin-top: 30px;
	}
}

/* .about
--------------------------------------------------------------------------------*/
#ExpNakai .about {
	position: relative;
	margin-top: 60px;
	background: #fff;
	color: #2f2725;
}
#ExpNakai .about strong {
	display: block;
	padding: 40px 0 0 28px;
}
#ExpNakai .about span {
	position: absolute;
	right: 27px;
	top: 24px;
}

@media (max-width:640px) {
	#ExpNakai .about {
		margin-top: 25px;
	}
	#ExpNakai .about strong {
		display: block;
		padding: 20px 15px 0 15px;
	}
	#ExpNakai .about strong img {
		width: 75%;
		height: auto;
	}
	#ExpNakai .about span {
		position: absolute;
		right: 15px;
		top: 15px;
		display: block;
		width: 17%;
	}
	#ExpNakai .about span img {
		width: 100%;
		height: auto;
	}
	#ExpNakai .about .txt-box {
		margin: 20px 15px 0;
		padding: 20px 0 15px;
		border-top: 1px solid #ef7e41;
	}
	#ExpNakai .about p {
		font-size: 10px;
		line-height: 1.6;
	}
	#ExpNakai .about p.end {
		margin-top: 10px;
	}
}
@media (max-width:479px) {
	#ExpNakai .about strong img {
		width: 90%;
		height: auto;
	}
	#ExpNakai .about span {
		right: 15px;
		top: 13%;
		width: 15%;
	}
	#ExpNakai .about p {
		font-size: 9px;
		line-height: 1.6;
	}
}

/*--------------------------------------------------------------------------------
	#ExpNakano
--------------------------------------------------------------------------------*/
#ExpNakano {
	margin-top: 70px;
}
#ExpNakano .heading {
	background-image: url("../img/expnakano_ttl_bg.jpg");
}
#ExpNakano .heading h3 {
	padding: 57px 0 0 0;
}
#ExpNakano p.txt {
	text-align: center;
}
#ExpNakano .carousel {
	margin-top: 70px;
}
#ExpNakano .scene {
	margin-top: 60px;
}

@media (max-width:640px) {
	#ExpNakano {
		margin-top: 50px;
	}
	#ExpNakano p.txt {
		text-align: left;
	}
	#ExpNakano .carousel {
		margin-top: 30px;
	}
	#ExpNakano .scene {
		margin-top: 30px;
	}
}

/*--------------------------------------------------------------------------------
	#ExpUozumi
--------------------------------------------------------------------------------*/
#ExpUozumi {
	margin-top: 70px;
}
#ExpUozumi .heading {
	background-image: url("../img/expuozumi_ttl_bg.jpg");
}
#ExpUozumi .heading h3 {
	padding: 77px 0 0 0;
}
section#ExpUozumi .heading h3 img {
	width: 461px;
	height: auto;
}
#ExpUozumi .main {
	position: relative;
}
#ExpUozumi .main img {
	width: 100%;
	max-width: 870px;
	height: auto;
}
#ExpUozumi p.txt {
	position: absolute;
	left: 42px;
	top: 54px;
}
#ExpUozumi .scene {
	margin-top: 60px;
}

@media (max-width:640px) {
	#ExpUozumi {
		margin-top: 50px;
	}
	section#ExpUozumi .heading h3 img {
		width: 90%;
	}
	#ExpUozumi .main img {
		margin-bottom: 15px;
	}
	#ExpUozumi p.txt {
		position: static;
		
	}
	#ExpUozumi .scene {
		margin-top: 30px;
	}
}

/*--------------------------------------------------------------------------------
	#FELens
--------------------------------------------------------------------------------*/
#FELens {
	margin-top: 70px;
}
#FELens .heading {
	background-image: url("../img/felens_ttl_bg.jpg");
}
#FELens .heading h3 {
	padding: 72px 0 0 0;
}
section#FELens .heading h3 img {
	width: 500px;
	height: auto;
}
#FELens p.txt {
	text-align: center;
	font-size:20px;
}
#FELens .main {
	position: relative;
	margin-top: 60px;
}
#FELens .scene {
	margin-top: 70px;
}

@media (max-width:640px) {
	#FELens {
		margin-top: 50px;
	}
	section#FELens .heading h3 img {
		width: 90%;
	}
	#FELens p.txt {
		text-align: left;
	}
	#FELens .main {
		margin-top: 30px;
	}
	#FELens .main img {
		width: 100%;
		height: auto;
	}
	#FELens .scene {
		margin-top: 10px;
	}
}

/* .lineup
--------------------------------------------------------------------------------*/
#FELens .lineup {
	*zoom: 1;
	margin-top:40px;
}
#FELens .lineup:after {
	clear: both;
	display: block;
	content: "";
}
#FELens .lineup .item {
	float: left;
}
#FELens .lineup img.lens {
	width: 217px;
	height: auto;
}
#FELens .lineup .txt {
	margin: -52px 0 0 23px;
}
#FELens .lineup h4 img {
	width: 190px;
	height: auto;
	max-width: 190px;
}
#FELens .lineup p {
	margin-top: 15px;
	font-size: 15px;
	line-height: 1.5;
}

@media (max-width:640px) {
	#FELens .lineup .line:after {
		clear: both;
		display: block;
		content: "";
	}
	#FELens .lineup .item {
		margin-bottom: 20px;
		width: 50%;
	}
	#FELens .lineup .txt {
		margin: -35px 6% 0 10%;
	}
	#FELens .lineup img.lens {
		width: 100%;
	}
	#FELens .lineup h4 img {
		width: 100%;
	}
	#FELens .lineup p {
		margin-top: 10px;
		font-size: 13px;
	}
}
@media (max-width:479px) {
	#FELens .lineup p {
		font-size: 12px;
	}
}



/*--------------------------------------------------------------------------------
	#fourKphoto
--------------------------------------------------------------------------------*/
#fourKphoto {
	margin-top: 70px;
}
#fourKphoto .heading {
	background-image: url("../img/4Kphoto_ttl_bg.jpg");
}

#fourKphoto .heading h3 {
	padding: 82px 0 0 0;
}
section#fourKphoto .heading h3 img {
	width: 315px;
	height: auto;
}
#fourKphoto p.txt {
	text-align: center;
	font-size:20px;
}

section#fourKphoto .content {
	margin: 0 auto;
	max-width: 950px;
	width:100%;
}
section#fourKphoto .content ul{
	margin: 0 0 0 0;
}
section#fourKphoto .content li{
	float: left;
	width: 18%;
	height:auto;
}
section#fourKphoto .content li img{
	width: 100%;
	height:auto;
}
section#fourKphoto .content li.space{
	float: left;
	width: 2.5%;
	height:auto;
}

section#fourKphoto .content ul:after{
	clear: both;
	display: block;
	content: "";
}

section#fourKphoto .bnr {
	margin: 40px auto 0 auto;
	max-width: 870px;
	width:100%;
}

#fourKphoto .scene {
	margin-top: 70px;
}

@media (max-width:640px) {
	#fourKphoto {
		margin-top: 50px;
	}
	section#fourKphoto .heading h3 img {
		width: 60%;
	}
	#fourKphoto p.txt {
		text-align: left;
	}
	#fourKphoto .scene {
		margin-top: 10px;
	}
	section#fourKphoto .bnr {
		width:auto;
	}
	section#fourKphoto .bnr img {
		width:100%;
	}
	section#fourKphoto .content li{
		width: 50%;
	}
	section#fourKphoto .content li.space{
		display:none;
	}
}



/*--------------------------------------------------------------------------------
	#tech
--------------------------------------------------------------------------------*/
#tech {
	margin-top: 70px;
}
#tech .heading {
	background-image: url("../img/tech_ttl_bg.jpg");
}
#tech .heading h3 {
	padding: 72px 0 0 0;
}
section#tech .heading h3 img {
	width: 315px;
	height: auto;
}
#tech .main {
	position: relative;
}
#tech .main img {
	width: 100%;
	max-width: 870px;
	height: auto;
}
#tech p.txt {
	position: absolute;
	left: 42px;
	top: 54px;
	color:#333;
}
#tech .content .gallery {
	margin-top:40px;
}
#tech .content .gallery li {
	margin-bottom:10px;
}
#tech .scene {
	margin-top: 60px;
}

@media (max-width:640px) {
	#tech {
		margin-top: 50px;
	}
	section#tech .heading h3 img {
		width: 60%;
	}
	#tech p.txt {
		text-align: left;
	}
	#tech .main img {
		margin-bottom: 15px;
	}
	#tech p.txt {
		position: static;
		color:#fff;	
	}
	#tech .content .gallery li {
		width:auto;
	}
	#tech .content .gallery li img {
		width:100%;
	}
	#tech .scene {
		margin-top: 10px;
	}
}

/*--------------------------------------------------------------------------------
	#fourKview
--------------------------------------------------------------------------------*/
#fourKview {
	margin-top: 70px;
}
#fourKview .heading {
	background-image: url("../img/4Kview_ttl_bg.jpg");
}
#fourKview .heading h3 {
	padding: 72px 0 0 0;
}
section#fourKview .heading h3 img {
	width: 315px;
	height: auto;
}
#fourKview p.txt {
	text-align: center;
}
#fourKview .main {
	position: relative;
	margin-top: 40px;
}
#fourKview .scene {
	margin-top: 40px;
	background-color:#000;
}

@media (max-width:640px) {
	#fourKview {
		margin-top: 50px;
	}
	section#fourKview .heading h3 img {
		width: 60%;
	}
	#fourKview p.txt {
		text-align: left;
	}
	#fourKview .main {
		margin-top: 30px;
	}
	#fourKview .main img {
		width: 100%;
		height: auto;
	}
	#fourKview .scene {
		margin-top: 10px;
	}
}


/*--------------------------------------------------------------------------------
	#touch
--------------------------------------------------------------------------------*/
#touch {
	margin-top: 70px;
}
#touch .heading {
	background-image: url("../img/touch_ttl_bg.jpg");
}
#touch .heading h3 {
	padding: 72px 0 0 0;
}
#touch p.txt {
	text-align: center;
}
#touch .main {
	position: relative;
	margin-top: 40px;
}
#touch .scene {
	margin-top: 40px;
	background-color:#000;
}

@media (max-width:640px) {
	#touch {
		margin-top: 50px;
	}
	#touch p.txt {
		text-align: left;
	}
	#touch .main {
		margin-top: 30px;
	}
	#touch .main img {
		width: 100%;
		height: auto;
	}
	#touch .scene {
		margin-top: 10px;
	}
}


/*--------------------------------------------------------------------------------
	#other
--------------------------------------------------------------------------------*/
#other {
	margin-top: 70px;
}
#other .heading {
	background-image: url("../img/other_ttl_bg.jpg");
}
#other .heading h3 {
	padding: 72px 0 0 0;
}
section#other .heading h3 img {
	width: 315px;
	height: auto;
}
#other p.txt {
	text-align: center;
	font-size:20px;
}
#other .main {
	position: relative;
	margin-top: 40px;
}
#other .scene {
	margin-top: 40px;
	background-color:#000;
}

@media (max-width:640px) {
	#other {
		margin-top: 50px;
	}
	section#other .heading h3 img {
		width: 60%;
	}
	#other p.txt {
		text-align: left;
	}
	#other .main {
		margin-top: 30px;
	}
	#other .main img {
		width: 100%;
		height: auto;
	}
	#other .scene {
		margin-top: 10px;
	}
}


/*--------------------------------------------------------------------------------
	#asystem
--------------------------------------------------------------------------------*/
#asystem {
	margin-top: 70px;
}
#asystem .heading {
	background-image: url("../img/asystem_ttl_bg.jpg");
}
#asystem .heading h3 {
	padding: 72px 0 0 0;
}
#asystem p.txt {
	text-align: center;
	font-size:20px;
}
#asystem .content {
	width:784px;
	margin: 40px auto 0 auto;
}
section#asystem .content ul{
	margin: 1% 0 0 -1%;
}
section#asystem .content li{
	float: left;
	width: 24%;
	margin-left:1%;
	height:auto;
}
section#asystem .content li img{
	width: 100%;
	height:auto;
}

section#asystem .content ul:after{
	clear: both;
	display: block;
	content: "";
}

#asystem .content2 {
	width:950px;
	margin: 40px auto 0 auto;
	border-top: 1px solid #ed6d00;
	padding-top:40px;
}

#asystem .main {
	position: relative;
}
#asystem .scene {
	margin-top: 60px;
}

@media (max-width:640px) {
	#asystem {
		margin-top: 50px;
	}
	#asystem p.txt {
		text-align: left;
	}
	#asystem .content {
		width:auto;
	}
	#asystem .content img {
		width:100%;
	}
	#asystem .content2 {
		width:auto;
	}
	#asystem .content2 img {
		width:100%;
	}
	#asystem .main {
		margin-top: 30px;
	}
	#asystem .main img {
		width: 100%;
		height: auto;
	}
	#asystem .scene {
		margin-top: 10px;
	}
}











