@charset "utf-8";
/*===========================================
title:sub.css
create:2015-06-20
update:2015-06-25
===========================================*/

.logo{
	position: fixed;
	top: 34px;
	left: 30px;
	z-index: 100;
}

.logo img{
	width: 164px;
}

.bg{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	background: #000;
	opacity: 0.75;
	z-index: 99;
}

.bgMove{
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	background: #000;
	opacity: 0.75;
	z-index: 99;
}

.bgDmy{
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	background: #000;
	opacity: 0.5;
	z-index: 98;
}

.copyright{
	padding: 10px 0 30px 0;
	color: #aaa;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 3px;
	width: auto;
	height: 40px;
}

/*#furniture .copyright{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	padding: 50px 0 30px 0;
	color: #aaa;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 3px;
	width: auto;
	height: 40px;
}

#material .copyright{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	padding: 50px 0 30px 0;
	color: #aaa;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 3px;
	width: auto;
	height: 40px;
}*/

/*Grobal Navi*/
.navi{
	position: fixed;
	top: 40px;
	right: 30px;
	color: #aaa;
	display: inline-block;
	text-align: center;
	letter-spacing: 3px;
	width: auto;
	height: 40px;
	opacity: 1;
	z-index: 100;
}

.navi ul{
	width: auto;
	text-align: center;
	margin: 0 auto;
}

.navi li{
	display: inline;
	padding: 4px 13px 4px 15px;
	margin: 0;
	border-left: 1px solid #aaa;
	list-style: none;
	font-size: 14px;
	font-weight: 300;
}

.navi li:last-child{
	padding: 4px 13px 4px 15px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

.naviWhite{
	position: fixed;
	top: 40px;
	right: 30px;
	color: #eee;
	display: inline-block;
	text-align: center;
	letter-spacing: 3px;
	height: 40px;
	opacity: 1;
	z-index: 100;
}

.naviWhite ul{
	width: auto;
	text-align: center;
	margin: 0 auto;
}

.naviWhite li{
	display: inline;
	padding: 4px 13px 4px 15px;
	margin: 0;
	border-left: 1px solid #eee;
	list-style: none;
	font-size: 14px;
	font-weight: 300;
	text-shadow:0px 0px 8px rgba(0,0,0,1);
}

.naviWhite li:last-child{
	padding: 4px 13px 4px 15px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.naviWhite a{
	color: #eee;
}

.naviWhite a:hover{
	color: #fff;
}

.naviSP{
	display: none;
}

@media screen and (max-width: 980px) {
.navi{
	display: none;
}

.naviWhite{
	display: none;
}

.logo{
	top: 30px;
	left: 10px;
}

.logo img{
	width: 164px;
}

.naviSP{
	display: block !important;
	position: fixed;
	top: 24px;
	right: 10px;
	width: 33px;
	height: 27px;
	color: #fff;
	z-index: 100;
	cursor: pointer;
}

.naviSP img{
	width: 100%;
}
}

/*Grobal Navi end*/

#back_to_camera {
	background: rgba(255,255,255,.9);
	clear: both;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 20px;
	position: relative;
	z-index: 1;
}

.photoArea{
	position: relative;
	width: 100%;
}

.photoArea .projectNameArea{
	position: absolute;
	width: 100%;
	color: #eee;
	background: #000;
	left: 0;
	top: 75%;
	z-index: 2;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0.7;
}

.photoArea .photoCount{
	position: absolute;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #eee;
	background: #000;
	right: 0;
	z-index: 3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0.7;
}

.photoArea .photoBackTop{
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #eee;
	background: #000;
	right: 72px;
	z-index: 3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0.7;
	cursor: pointer;
}

.photoArea .photoBackTop img{
	width: 100%;
}

.fluid_container {
	bottom: 0;
	height: 100%;
	left: 0;
	/*position: fixed;*/
	right: 0;
	top: 0;
	z-index: 0;
}

#camera_wrap_4 {
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	margin-bottom: 0!important;
	position: absolute;
	/*position: fixed;*/
}

.camera_bar {
	z-index: 2;
}

.camera_thumbs {
	/*margin-top: -74px;*/
	position: relative;
	z-index: 1;
}

.camera_thumbs_cont {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.camera_overlayer {
	opacity: .1;
}

/* Construction
-----------------------------------*/
.otherworks img{
	width: 100%;
}

/* Company 
-----------------------------------*/
.companyWrap{
	width: 980px;
	height: auto;
	margin: 160px auto 0;
	color: #999;
}

.companyWrap h2{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 3px;
	font-weight: 300;
	color: #ccc;
	background: #1a1a1a;
}

.policyWrap{
	width: auto;
	text-align: center;
	height: 50px;
	padding: 100px 0 100px 0;
}

.mapArea{
	float: left;
	width: 440px;
	height: auto;
}

.mapArea img{
	width: 400px;
}

.companyDetail{
	/*float: right;*/
	padding: 0 150px;
	width: 680px;
	height: auto;
}

.companyDetail dl {
  width: 540px;
}

.companyDetail dt {
  float: left;
  clear: left;
  width: 120px;
  padding: 2px 0 0 0;
  margin: 0 0 20px 0;
  font-size: 13px;
}

.companyDetail dd {
  float: left;
  width: 420px;
  margin: 0 0 20px 0;
  font-size: 13px;
  line-height: 1.8;
}

.companyDetail .gmap {
	font-size: 120%;
}

.companyDetail .gmap a{
	color: #ccc;
}

.companyDetail .gmap a:hover{
	color: #fff;
}

.btn{
	display: block;
	width: 100%;
	background: #222;
	text-align: center;
	padding: 15px 0;
	font-size: 16px;
}

.btn a{
	display: block;
	width: 100%;
}

.btn:hover{
	background: #333;
}

.divisionBox dl {
	width: 880px;
	padding: 0 50px;
}

.divisionBox dt {
	float: left;
	clear: left;
	width: 200px;
	padding: 2px 0 0 0;
	margin: 0 0 30px 0;
	font-size: 13px;
}

.divisionBox dd {
	border-bottom: 1px dotted #555;
	padding: 0 0 30px 220px;
	margin: 0 0 30px 0;
	font-size: 13px;
	line-height: 1.8;
}

.divisionBox dd li{
	list-style: none;
	font-size: 13px;
	padding: 0 0 5px 5px;
}

.divisionBox dt.lat {
	float: left;
	clear: left;
	width: 200px;
	padding: 2px 0 0 0;
	margin: 0 0 30px 0;
	font-size: 13px;
}

.divisionBox dd.lat {
	border-bottom: 1px dotted #555;
	padding: 0 0 60px 220px;
	margin: 0 0 30px 0;
	font-size: 13px;
	line-height: 1.8;
}

/* Topics
-----------------------------------*/
.topicsWrap{
	width: 980px;
	height: auto;
	margin: 160px auto 0;
	padding: 0 0 40px 0;
	color: #999;
}

.topicsWrap h2{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 3px;
	font-weight: 300;
	color: #ccc;
	background: #1a1a1a;
}

.topicsWrap .inner{
	width: 800px;
	padding: 100px 0;
	margin: 0 auto;
}

.topicsWrap .inner dl {
	width: 100%;
}

.topicsWrap .inner dt {
	position: relative;
	clear: left;
	float: left;
	width: 180px;
	padding: 0 0 0 0;
	line-height: 30px;
}

.topicsWrap .inner dd {
	padding: 0 0 15px 180px;
	margin: 0 0 25px 0;
	border-bottom: dotted 1px #555;
}

/* Contact
-----------------------------------*/
.contactWrap{
	width: 980px;
	height: auto;
	margin: 160px auto 0;
	padding: 0 0 40px 0;
	color: #999;
}

.contactWrap h2{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 3px;
	font-weight: 300;
	color: #ccc;
	background: #1a1a1a;
}

.contactCont{
	margin: 0 auto;
	width: 85%;
	max-width: 700px;
	opacity: 0.9;
	/*border: 1px solid #999;*/
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.contactCont h3{
	background: #e60012;
	padding: 10px 0;
	margin: 0 0 15px 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.contactCont dl {
	width: 100%;
}

.contactCont dt {
	position: relative;
	clear: left;
	float: left;
	width: 220px;
	padding: 0 0 0 0;
	line-height: 30px;
}

.contactCont dd {
	padding: 0 0 25px 220px;
	margin: 0 0 25px 0;
	border-bottom: dotted 1px #555;
}

.contactCont dl.result dt {
	position: relative;
	clear: left;
	float: left;
	width: 220px;
	padding: 0 0 0 0;
	line-height: 1.5;
}

.contactCont dl.result dd {
	padding: 0 0 10px 220px;
	margin: 0 0 25px 0;
	border-bottom: dotted 1px #555;
	line-height: 1.5;
}

.contactCont select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: middle;
  box-sizing: content-box;
}


.contactCont select {
    background-color: rgba(0,0,0,0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); /* IE5.5+ */
}


.contactCont input[type="text"],textarea{
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 3px;
	line-height: 20px;
	background: #333;
	border: 1px solid #999;
	color: #eee;
	font-size: 12px;
	font-weight: normal;
}

.contactCont .selectWrap{
	overflow: hidden;
	position: relative;
	border: 1px solid #999;
	background: #666;
	padding: 5px;
	height: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.contactCont .selectWrap:after{
	position: absolute;
	top: 0;
	right: 0;
	content: "\f078";
	font-family: FontAwesome;
	font-size: 15px;
	display: block;
	width: 32px;
	height: 100%;
	line-height: 32px;
	background: #ccc;
	color: #333;
	text-align: center;
}

.contactCont .selectWrap select {
	width: 110%;
	height: 100%;
	padding: 0 0 0 4px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #eee;
}

.contactCont .required{
	position: absolute;
	right: 15px;
	top: 5px;
	background: #fff;
	/*margin: 0 0 0 10px;*/
	padding: 4px 5px 3px 5px;
	font-size: 85%;
	color: #333;
	line-height: 1;
}

.contactCont .free{
	position: absolute;
	right: 15px;
	top: 5px;
	background: #666;
	/*margin: 0 0 0 10px;*/
	padding: 4px 5px 3px 5px;
	font-size: 85%;
	color: #fff;
	line-height: 1;
}

/* ボタンデザイン */
input[type="submit"]{
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.button_a {
	width:250px;
	position: relative;
	background-color: #333;
	border: none;
	color: #ddd;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 5px 0 #222;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, .4);*/
	text-align: center;
	font-size: 110%;
	font-weight: 300;
	cursor: pointer;
}

.button_a a{
	color: #fff;
	text-decoration: none;
	display: block;
}
.button_a:hover {
	background: #444;
}
.button_a:active {
	top: 2px;
	box-shadow: 0 2px 0 #222;
}

/* Design
-----------------------------------*/
.designWrap{
	width: 980px;
	height: auto;
	margin: 160px auto 0;
	padding: 0 0 40px 0;
	color: #999;
}

.designWrap h2{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 3px;
	font-weight: 300;
	color: #ccc;
	background: #1a1a1a;
}

.designerWrap dl {
  width:980px;
}

.designerWrap dt {
  float:left;
  clear:left;
  width:250px;
  padding: 2px 0 0 0;
  margin: 0 0 40px 0;
}

.designerWrap dd {
  float:left;
  width:730px;
  margin: 0 0 40px 0;
}

.designerWrap dd h3{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 0 12px 5px;
	margin: 0 0 10px 0;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #555;
	line-height: 1;
	background: #111;
}

.designerWrap dd h4{
	font-size: 14px;
	font-weight: normal;
	padding: 20px 0 6px 5px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #555;
	line-height: 1;
}

.designerWrap dd p{
	font-size: 13px;
	padding: 0 0 0 5px;
}

.designerWrap dd li{
	list-style: none;
	font-size: 13px;
	padding: 0 0 5px 5px;
}

/* 404
-----------------------------------*/
.wrap404{
	width: 980px;
	height: auto;
	margin: 160px auto 0;
	padding: 0 0 40px 0;
	color: #999;
}

.wrap404 h2{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 3px;
	font-weight: 300;
	color: #ccc;
	background: #1a1a1a;
}

.wrap404 .inner{
	padding: 100px 0;
	text-align: center;
}


/* 980px以上
-----------------------------------*/
@media screen and (min-width: 980px) {
/* Construction */
.contentsArea{
	width: 100%;
	height: auto;
	position: absolute;
	top: 100%;
	left: 0;
	background: #000;
	color: #aaa;
}

.contentsArea .inner{
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 50px 0;
	background: #000;
}

.contentsArea .inner h2{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	line-height: 50px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: normal;
}

.contentsArea .inner li{
	width: 320px;
	height: auto;
	float: left;
	margin: 0 10px 30px 0;
	list-style: none;
}

.contentsArea .inner li:nth-child(3n){
	margin: 0;
	padding: 0;
}

.contentsArea .inner li p{
	font-size: 90%;
	padding: 0;
	margin: 0;
}

.contentsArea .inner li img{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.6;
}

.contentsArea .inner li a{
	color: #555;
}

.contentsArea .inner li a:hover{
	color: #eee;
}

.contentsArea .inner li a img:hover {
	opacity: 1;
}
}

/* 980px未満
-----------------------------------*/
@media screen and (max-width: 979px) {
/* Camera設定 */
#camera_wrap_4 {
	height: 70%;
}
/* Construction */
.contentsArea{
	width: 100%;
	height: auto;
	position: absolute;
	top: 100%;
	left: 0;
	background: #000;
	color: #aaa;
}

.contentsArea .inner{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: #000;
}

.contentsArea .inner h2{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	line-height: 50px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: normal;
}

.contentsArea .inner li{
	width: 50%;
	height: auto;
	float: left;
	margin: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.contentsArea .inner li:nth-child(odd){
	padding: 0 5px 20px 0;
}

.contentsArea .inner li:nth-child(even){
	padding: 0 0 20px 5px;
}

.contentsArea .inner li p{
	font-size: 90%;
	padding: 0;
	margin: 0;
}

.contentsArea .inner li img{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.6;
}

.contentsArea .inner li a{
	color: #555;
}

.contentsArea .inner li a:hover{
	color: #eee;
}

.contentsArea .inner li a img:hover {
	opacity: 1;
}
/* Construction End*/

.copyright{
	padding: 20px 0 30px 0;
	color: #aaa;
	text-align: center;
	font-size: 80%;
	font-weight: normal;
	letter-spacing: 3px;
	width: auto;
	height: auto;
}

.copyright span{
	display: none;
}

/* Design */
.designWrap{
	width: 100%;
	height: auto;
	margin: 100px auto 0;
	padding: 0 10px 20px 10px;
	color: #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.designWrap h2{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 3px;
	font-weight: 300;
	color: #ccc;
	background: #1a1a1a;
}

.designerWrap dl {
  width:100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.designerWrap dt {
  float:none;
  clear:none;
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: center;
}

.designerWrap dd {
  float:none;
  width: 100%;
  margin: 0 0 40px 0;
}

.designerWrap dd h3{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 0 12px 5px;
	margin: 0 0 10px 0;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
	line-height: 1;
	background: #111;
}

.designerWrap dd h4{
	font-size: 14px;
	font-weight: normal;
	padding: 20px 0 6px 5px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #555;
	line-height: 1;
}

.designerWrap dd p{
	font-size: 13px;
	padding: 0 0 0 5px;
}

.designerWrap dd li{
	list-style: none;
	font-size: 13px;
	padding: 0 0 5px 5px;
}

/* Company */
.companyWrap{
	width: 100%;
	height: auto;
	margin: 100px auto 0;
	padding: 0 10px 20px 10px;
	color: #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.companyWrap h2{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 3px;
	font-weight: 300;
	color: #ccc;
	background: #1a1a1a;
}

.policyWrap{
	width: auto;
	text-align: center;
	height: 50px;
	padding: 100px 0 100px 0;
}

.mapArea{
	float: none;
	width: 100%;
	height: auto;
	text-align: center;
}

.mapArea img{
	max-width: 500px;
	width: 100%;
}

.companyDetail{
	float: none;
	padding: 0;
	width: 100%;
	height: auto;
}

.companyDetail dl {
  width: 100%;
}

.companyDetail dt {
  float: none;
  clear: none;
  width: 100%;
  padding: 0 0 4px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #555;
  font-size: 110%;
}

.companyDetail dd {
  float: none;
  width: 100%;
  margin: 0 0 30px 0;
  font-size: 100%;
  line-height: 1.5;
}

.companyDetail .gmap {
	font-size: 110%;
}

.companyDetail .gmap a{
	color: #ccc;
}

.companyDetail .gmap a:hover{
	color: #fff;
}

.btn{
	display: block;
	width: 100%;
	background: #222;
	text-align: center;
	padding: 15px 0;
	font-size: 16px;
}

.btn a{
	display: block;
	width: 100%;
}

.btn:hover{
	background: #333;
}

.divisionBox dl {
	width: 100%;
	padding: 0;
}

.divisionBox dt {
	float: none;
	clear: none;
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 110%;
	text-align: center;
}

.divisionBox dd {
	border-bottom: 1px dotted #555;
	padding: 0 0 20px 0;
	margin: 0 0 40px 0;
	font-size: 100%;
	line-height: 1.8;
}

.divisionBox dd li{
	list-style: none;
	font-size: 13px;
	padding: 0 0 5px 5px;
}

.divisionBox dt.lat {
	float: none;
	clear: none;
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 110%;
	text-align: center;
}

.divisionBox dd.lat {
	border-bottom: 1px dotted #555;
	padding: 0 0 20px 0;
	margin: 0 0 40px 0;
	font-size: 100%;
	line-height: 1.8;
}
}

/* SP
-----------------------------------*/
@media screen and (max-width: 640px) {
/* Camera設定 */
#camera_wrap_4 {
	height: 50%;
}

.logo{
	top: 22px;
	left: 10px;
}

.logo img{
	width: 82px;
}

.bg{
	position: fixed;
	top: 0;
	height: 60px;
	opacity: 0.9;
}

.bgMove{
	position: fixed;
	top: 0;
	height: 60px;
	opacity: 0.75;
}

.bgDmy{
	display: block;
	position: fixed;
	top: 0;
	height: 60px;
	opacity: 0;
}

.naviSP{
	display: block !important;
	position: fixed;
	top: 20px;
	right: 10px;
	font-size: 17px;
	width: 22px;
	height: 18px;
	color: #fff;
	z-index: 100;
	cursor: pointer;
}

.naviSP img{
	width: 100%;
}

.topicsWrap{
	width: 100%;
	height: auto;
	margin: 60px auto 0;
	padding: 10px;
	box-sizing: border-box;
	color: #999;
}
.topicsWrap .inner{
	width: 100%;
	padding: 30px 0 0 0;
	margin: 0 auto;
}
.topicsWrap .inner dt {
	position: relative;
	clear: left;
	float: left;
	width: 100px;
	padding: 0 0 0 0;
	line-height: 20px;
}

.topicsWrap .inner dd {
	padding: 0 0 15px 100px;
	margin: 0 0 25px 0;
	border-bottom: dotted 1px #555;
	line-height: 20px;
}

/* Construction */
.contentsArea .inner{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: #000;
}

.contentsArea .inner h2{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	line-height: 50px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: normal;
}

.contentsArea .inner li{
	width: 100%;
	height: auto;
	float: none;
	margin: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.contentsArea .inner li:nth-child(odd){
	margin: 0;
	padding: 0 10px 20px 10px;
}

.contentsArea .inner li:nth-child(even){
	margin: 0;
	padding: 0 10px 20px 10px;
}

.contentsArea .inner li p{
	font-size: 90%;
	padding: 0;
	margin: 0;
}

.contentsArea .inner li img{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	opacity: 1;
}

.contentsArea .inner li a{
	color: #aaa;
}

.contentsArea .inner li a:hover{
	color: #eee;
}

.contentsArea .inner li a img:hover {
	opacity: 1;
}
}