@charset "UTF-8";
/* CSS Document */


/*----------  fullwidth   -----------*/
.fullwidth {
	width:100%;
}

/*----------  loading   -----------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 250px;
  margin-top: -125px;
  margin-left: -200px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
/*----------  p-top   -----------*/
.p-top {
	margin-top:50px;
	width:100%;
}

.p-top-logo {
	margin:0 auto;
}

.p-top h3 {
	
	text-align:center;
	color:#000000;
	text-shadow: 3px 3px 2px #CCCCCC;
}

.XE4G {
	width:100%;
}

.XE4G img {
	width:70%;
	margin:2% 15% 5% 15%;
}

/*----------  speed   -----------*/
.speed {
	margin-top:50px;
	width:100%;
	border-top:solid 1px #000000;
}


.speed h3 {
	font-size:45px;
	margin:30px 0 10px 0;
	text-align:center;
	color:#000000;
}

.speed p {
	max-width:1000px;
	margin:0 auto;
	padding:0 20px;
}

/*----------  gesture   -----------*/
.gesture {
	width:100%;
	height:auto;
	background:#FFFFFF;
	padding-top:50px;
	border-top:solid 1px #000000;
}

.gesture-in {
	max-width:1170px;
	margin:0 auto;
}

.gesture-left {
	width:60%;
	float:left;
}

.gesture h2 {
	text-align:center;
	color:#000000;
}

.gesture h3 {
	text-align:center;
	color:#000000;
	margin:15px;
}

.smartgesture {
	width:80%;
	margin:0 10%;
}

.sgi {
	width:46%;
	margin:2%;
	display:table-cell;
}

.sgi p {
	margin:5px 20px 20px 20px;
	text-align:center;
	font-size:13px;
}

.sgi img {
	width:60%;
	margin:5% 20%;
}

.gesture-right {
	width:39%;
	float:left;
}

.gesture-right img {
	width:100%;
}

/*----------  color  -----------*/
.color {
	width:100%;
	background:url(../img/color-bg.png);
	background-size:cover;
	clear:both;
}

.color img {
	width:100%;
	margin:0 auto;
}

.color h2 {
	color:#FFFFFF;
	text-align:center;
	padding-top:50px;
}

/*----------  size   -----------*/
.size {
	width:100%;
	background:#FFFFFF;
	border-top:solid 1px #000000;
	clear:both;
}

.size h3 {
	max-width:800px;
	text-align:center;
	padding-top:70px;
	margin:0 auto;
}

/*----------  camera   -----------*/
.camera {
	width:100%;
}

.left-contents {
	width:50%;
	float:left;
	background:#F5F5F5;
	margin-right:10px;
	margin-left:-10px;
}

.camera h3 {
	font-size:30px;
	margin:20px 10px 10px 10px;
}

.camera-info-left {
	float:right;
	text-align:right;
}

.camera-info-left p {
	font-size:22px;
	margin:10px;
}

p.right-c {
	float:left;
}

p.right-c img {
	width:98%;
}

.right-contents {
	width:50%;
	float:left;
	background:#F5F5F5;
}

.camera-info-right {
	float:left;
}

.camera-info-right p {
	margin:10px;
	font-size:22px;
}

p.left-c {
	float:right;
}




.top-slider {
	clear:both;
}


.flickSlider {
	padding-top:80px;
}


/*----------  body2   -----------*/
.body2 {
	border-top:0px;
}

/*----------  specs   -----------*/
.specs {
	max-width:730px;
	width:100%;
	margin:0 auto;
	padding-bottom:50px;
}

table {
	width:100%;
	margin-top:35px;
	margin-bottom:35px;
	border-collapse:collapse;
}

th, td  {
	padding:5px;
	border-bottom:1px solid #ababab;
	line-height:2em
}

.c-table th {
	width:30%;
	text-align:left;
}

th.heading-black {
	background:#C1C1C1;
}

td.heading-no {
	background:#C1C1C1;
}



/* smartphone  */
@media screen and (max-width:480px){
	#loader {
	margin-top: -62.5px;
	}
	
	#loader img {
	width:200px;
	height:125px;
	}
	
	.p-top {
	width:100%;
	}

	.p-top-logo {
	width:200px;
	}
	
	.p-top-logo img {
	width:100%;
	}
	
	.p-top h3 {
	margin:0 20px;
	font-size:28px;
	}
	
	.gesture {
	padding-bottom:50px;
	}
	
	.gesture-left {
	width:100%;
	float:none;
	}
	
	.gesture h2 {
	font-size:32px;
	}
	
	.gesture h3 {
	font-size:18px;
	margin:10px 20px;
	}
	
	.sgi {
	width:44%;
	margin:3%;
	display:table-cell;
	}
	
	.sgi p {
	font-size:smaller;
	}

	.sgi img {
	width:80%;
	margin:5% 10%;
	}

	.gesture-right {
	display:none;
	}
	
	.contents p {
	width:280px;
	margin:0 auto;
	padding:15px 0 35px 0;
	}
	
	.contents p img {
	width:100%;
	}
	
	.color h2 {
	font-size:32px;
	}
	
	.size h2 {
	font-size:x-large;
	}
	
	.size h3 {
	margin:10px;
	}
	
	.left-contents {
	width:100%;
	float:none;
	padding-right:10px;
	margin-bottom:10px;
	overflow:hidden;
	}
	
	.camera-info-left {
	float:none;
	text-align:center;
	}
	
	.right-contents {
	width:100%;
	float:none;
	margin-bottom:10px;
	overflow:hidden;
	}
	
	.camera-info-right {
	float:none;
	text-align:center;
	}
	
	p.right-c img {
	width:250px;
	}
	
	p.left-c img {
	width:250px;
	}
	
	.specs {
	width:100%;
	}
	
	.c-table {
	margin: 0 -10px;
	}
	
    .c-table th,
    .c-table td{
	width: 90%;
	padding:5px;
	display: block;
	border-top: none;
	margin-left:5%;
    }
	
	th  {
	background:#F0F0F0;
	color:#333;
	border-bottom:0px;
	}
	
	th, td  {
	padding:5px;
	border-bottom:0px;
	}
	
	tr.s-heading {
	background:none;
	}
	
	th.heading-black {
	background:#000;
	color:#FFF;
	}
	
	td.heading-no {
	display:none;
	}
	
	input.name,.mail,.phone {
	width:100%;
	}
	
	textarea {
	width:100%;
	height:20em;
	}
}

/* tablet */
@media screen and (min-width:480px) and ( max-width:768px) {
	.p-top {
	width:100%;
	}

	.p-top-logo {
	width:300px;
	}
	
	.p-top-logo img {
	width:100%;
	}
	
	.p-top h3 {
	font-size:33px;
	margin:10px 20px;
	}
	
	.gesture {
	padding-bottom:50px;
	}
	
	.gesture-left {
	width:60%;
	float:left;
	}
	
	.gesture h2 {
	font-size:40px;
	}
	
	.gesture h3 {
	font-size:18px;
	margin:10px 20px;
	}
	
	.sgi {
	width:40%;
	margin:5%;
	display:table-cell;
	}
	
	.sgi p {
	font-size:large;
	}

	.sgi img {
	width:60%;
	margin:5% 20%;
	}

	.gesture-right {
	width:39%;
	float:left;
	}

	.gesture-right img {
	width:100%;
	margin-top:50px;
	}

	.contents p {
	width:400px;
	margin:0 auto;
	padding:15px 0 35px 0;
	}
	
	.contents p img {
	width:100%;
	}
	
	.size h2 {
	font-size:30px;
	}
	
	.size h3 {
	margin:10px;
	}
	
	p.right-c img {
	width:220px;
	}
	
	p.left-c img {
	width:220px;
	}
	
	.color h2 {
	font-size:30px;
	}
	
	
	
	.specs {
	width:100%;
	}
	
	.c-table {
	margin: 0 -10px;
	}
	
    .c-table th,
    .c-table td{
	width: 90%;
	padding:5px;
	display: block;
	border-top: none;
	margin-left:5%;
    }
	
	th  {
	background:#F0F0F0;
	color:#333;
	border-bottom:0px;
	}
	
	th, td  {
	padding:10px;
	border-bottom:0px;
	}
	
	th.heading-black {
	background:#000;
	color:#FFF;
	}
	
	td.heading-no {
	display:none;
	}
	
	input.name,.mail,.phone {
	width:100%;
	}
	
	textarea {
	width:100%;
	height:20em;
	}
}

/* below 769px~1169px */
@media screen and (min-width:769px) and ( max-width:1169px) {
	.p-top {
	width:100%;
	}

	.p-top-logo {
	width:400px;
	margin:0 auto;
	}
	
	.p-top h3 {
	font-size:35px;
	margin:10px 20px;
	}
	
	.gesture-left {
	width:60%;
	float:left;
	}
	
	.gesture h2 {
	font-size:43px;
	}
	
	.gesture h3 {
	font-size:20px;
	margin:10px 20px 30px 20px;
	}
	
	.sgi p {
	font-size:13px;
	}

	.sgi img {
	width:60%;
	margin:5% 20%;
	}

	.gesture-right {
	width:39%;
	float:left;
	}

	.gesture-right img {
	width:100%;
	}
	
	p.right-c {
	margin-top:50px;
	}
	
	p.left-c {
	margin-top:50px;
	}
	
	.color h2 {
	font-size:50px;
	}
	
	.specs {
	width:100%;
	}
	
	.contents {
	height:auto;
	margin:0 auto;
	}
	
	.contents p {
	width:450px;
	margin:0 auto;
	padding:15px 0 35px 0;
	}
	
	.contents p img {
	width:100%;
	}
	
	.size h2 {
	font-size:35px;
	}
}

/* above 1170px */
@media screen and (min-width:1170px) {
	.p-top {
	width:100%;
	}

	.p-top-logo {
	width:400px;
	margin:0 auto;
	}
	
	.XE4G {
	width:1000px;
	margin:0 auto;
	}
	
	.p-top h3 {
	font-size:35px;
	}
	

	
	.gesture-left {
	width:60%;
	}
	
	.gesture h2 {
	font-size:50px;
	}
	
	.gesture h3 {
	font-size:20px;
	margin:10px 20px 30px 20px;
	}
	
	.sgi p {
	font-size:13px;
	}

	.sgi img {
	width:60%;
	margin:5% 20%;
	}

	.gesture-right {
	width:39%;
	}

	.gesture-right img {
	width:100%;
	}

	.color h2 {
	font-size:50px;
	}


	p.right-c {
	margin-top:50px;
	}
	
	p.left-c {
	margin-top:50px;
	}
	
	.specs {
	width:100%;
	}
	
	.contents {
	max-width:1170px;
	height:auto;
	margin:0 auto;
	}
	
	.contents p {
	width:500px;
	margin:0 auto;
	padding:15px 0 35px 0;
	}
	
	.contents p img {
	width:100%;
	margin:15px 0 30px 0;
	}
	
	.size h2 {
	font-size:39px;
	margin-top:30px;
	}
	
	.camera h3 {
	font-size:39px;
	}
}