/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}
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;}
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;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}



/* 
 * Strucuture CSS
 */

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

#wrapper {
	position: relative;
	background: #fff;
	font: normal normal normal 80%/160%;
	font-size: 20px;
	line-height: 1em;
	width: 100%;
	/min-width: 600px;
	min-width: 600px\9;
	_text-align: center;
	overflow-x: hidden;
}

#container {
	font-family: "Hiragino UD Sans W4 JIS2004";
	font-family: ryo-gothic-plusn, sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 107%;
	position: relative;
	width: auto;
	max-width: 1200px;
	padding: 10.4% 0 0;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
	#container {
		padding: 0;
	}
}

#header {
	width: 100%;
	/min-width: 600px;
	min-width: 600px\9;
}

#contents {
	width: 100%;
}

#contents-inner {
	position: relative;
	background: #ffffff;
	color: #6f5432;
	font-size: 82%;
	line-height: 2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	_zoom: 1;
	z-index: 2;
}

#footer {
	width: 100%;
	padding-bottom: 236px;
}

#footer-inner {
	background: transparent url("footer_image.gif") no-repeat 100% 50% scroll;
	padding: 20px 0;
	margin: 0 auto;
	_text-align: left;
	overflow: hidden;
	_zoom: 1;
}

#wrapper img {
	vertical-align: bottom;
}

#header-inner:after,
#footer-inner:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}



/* fade CSS */

#header #logo,#main_img,#contents,#footer {
/*	opacity: 0;*/
}

.details_block {
	display: none;
}



/*
 * header CSS
 */

#header {
	position: fixed;
	top: 0px;
	left: 0px;
	background: #ffffff;
	width: 100%;
	z-index: 2;
}

#header-inner {
	position: relative;
	width: auto;
	max-width: 950px;
	padding: 3% 13.3% 2%;
	margin: 0 auto;
	_text-align: left;
}

#header #logo {
	float: left;
	width: 208px;
}

#header #menu {
	font-size: 50%;
	text-align: right;
	padding-top: 24px;
}

#header #menu a span {
	font-size: 200%;
	display: block;
	margin-bottom: 4px;
}

#header li {
	text-align: center;
	position: relative;
	top: -30px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 2.3%;
	opacity: 0;
}

#header li>span {
	position: absolute;
	bottom: 0px;
	display: block;
	content: "";
	width: 0%;
	height: 1px;
	background-color: #000;
}

#header #menu a {
	color: #000;
	text-decoration: none;
}

#header #menu_button,
#header #list_back_line,
#header #list_back {
	display: none;
}

@media screen and (max-width: 1024px) {
	#header li span {
		display: none;
	}
	
	#header #menu {
		background: trasparent;
		position: fixed;
		right: -1024px;
		font-size: 100%;
		display: block;
		width: 100%;
		padding: 0 13.3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 2;
	}
	
	#header #list_back_line {
		position: fixed;
		right: -1024px;
		display: block;
		width: 100%;
		padding: 0 13.3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 1;
	}
	
	#header #menu li {
		position: relative;
		top: 0px;
		display: block;
		font-size: 100%;
		width: 100%;
		margin-left: 0;
		opacity: 1;
	}
	
	#header #menu a {
		display: block;
		width: 100%;
		padding: 20px 0 25px;
		text-align: center;
	}
	
	#header #menu a span {
		display: none;
	}
	
	#header #list_back_line li {
		position: relative;
		top: 0px;
		display: block;
		font-size: 137.5%;
		width: 100%;
		margin-left: 0;
		border-bottom: solid 1px #bfbfbf;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		opacity: 1;
	}
	
	#header #list_back_line li:first-child {
		border-top: solid 1px #bfbfbf;
	}
	
	#header #list_back {
		background: #fff;
		position: fixed;
		right: -1024px;
		display: block;
		width: 100%;
		padding: 0 5.4%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 0;
	}
	
	#header #menu_button {
		position: absolute;
		top: -120px;
		right: 13.3%;
		float: right;
		display: block;
		width: 30px;
		height: 30px;
		margin-top: 2%;
		cursor: pointer;
	}
	
	#header #line_top {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		content: "";
		width: 100%;
		height: 4px;
		background-color: #000;
		transform: rotate(0deg);
		-webkit-transform-origin:left top 0;
		-moz-transform-origin:left top 0;
		-ms-transform-origin:left top 0;
		-o-transform-origin:left top 0;
		transform-origin:left top 0;
	}
	
	#header #line_middle {
		position: absolute;
		top: 10px;
		left: 0;
		display: block;
		content: "";
		width: 100%;
		height: 4px;
		background-color: #000;
		transform: rotate(0deg);
	}
	
	#header #line_bottom {
		position: absolute;
		top: 20px;
		left: 0;
		display: block;
		content: "";
		width: 100%;
		height: 4px;
		background-color: #000;
		transform: rotate(0deg);
		-webkit-transform-origin:left bottom 0;
		-moz-transform-origin:left bottom 0;
		-ms-transform-origin:left bottom 0;
		-o-transform-origin:left bottom 0;
		transform-origin:left bottom 0;
	}
}

@media screen and (max-width: 600px) {
	#header {
		position: fixed;
		padding: 0 5.4%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 2;
	}
	
	#header-inner {
		position: relative;
		width: auto;
		padding: 0;
		margin: 4.5% 0 5%;
		z-index: 0;
	}
	
	#header #logo {
		float: left;
		width: 125px;
		z-index: 1;
	}
	
	#header #menu {
		background: trasparent;
		position: fixed;
		right: -1024px;
		display: block;
		width: 100%;
		padding: 0 5.4%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 2;
	}
	
	#header #list_back_line {
		position: fixed;
		right: -1024px;
		display: block;
		width: 100%;
		padding: 0 5.4%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 1;
	}
	
	#header #menu a {
		display: block;
		width: 100%;
		padding: 5% 0 4%;
		text-align: center;
	}
	
	#header #menu_button {
		position: absolute;
		top: -120px;
		right: 0px;
		float: right;
		display: block;
		width: 30px;
		height: 30px;
		margin-top: 2%;
		cursor: pointer;
	}
}



/* 
 * footer CSS
 */

#footer {
	border-top: solid 1px #bfbfbf;
	padding: 3% 0;
}

#footer p {
	font-size: 62.5%;
	text-align: center;
}

@media screen and (max-width: 600px) {
	#footer p {
		padding: 0 5.4%;
	}
}



/* 
 * margin CSS
 */

.mg_1 { margin-bottom: 1% !important; }
.mg_2 { margin-bottom: 2% !important; }
.mg_3 { margin-bottom: 3% !important; }
.mg_4 { margin-bottom: 4% !important; }
.mg_5 { margin-bottom: 5% !important; }
.mg_6 { margin-bottom: 6% !important; }
.mg_7 { margin-bottom: 7% !important; }
.mg_8 { margin-bottom: 8% !important; }
.mg_9 { margin-bottom: 9% !important; }
.mg_10 { margin-bottom: 10% !important; }



/* 
 * Contents CSS
 */

#contents {
	width: 79.18%;
	max-width: 1200px;
	padding: 7% 10.41% 0;
}

@media screen and (max-width: 600px) {
	#contents {
		width: 98%;
		padding: 7% 1% 0;
	}
}

#contents-inner {
	max-width: 950px;
}

#contents h1 {
	font-size: 163%;
	line-height: 1em;
	margin-bottom: 5%;
}

#contents h1 span {
	font-size: 63%;
}

#contents h2 {
	font-size: 125%;
	line-height: 1em;
	margin-bottom: 3%;
	font-family: century-gothic, sans-serif;
	font-style: normal;
	font-weight: 400;
}

#contents .font {font-family: century-gothic, sans-serif;font-style: normal;font-weight: 400;}

#contents p {
	color: #323232;
	font-size: 68.8%;
	line-height: 2.2em;
}

#main_img {
	position: relative;
	width: 100%;
	height: 390px;
}

#main_img li {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#main_img li#main_img_01 {
	background: transparent url("drone/main_img_01_pc.png") no-repeat 50% 0px scroll;
	background-size: contain;
}

#main_img li#main_img_02 {
	background: transparent url("drone/main_img_02_pc.png") no-repeat 50% 0px scroll;
	background-size: contain;
}

#main_img li#main_img_03 {
	background: transparent url("drone/main_img_03_pc.png") no-repeat 50% 0px scroll;
	background-size: contain;
}

#main_img li#main_img_04 {
	background: transparent url("drone/main_img_04_pc.png") no-repeat 50% 0px scroll;
	background-size: contain;
}

#main_img li#main_img_05 {
	background: transparent url("drone/main_img_05_pc.png") no-repeat 50% 0px scroll;
	background-size: contain;
}

@media screen and (max-width: 600px) {
	#main_img {
		height: 390px;
	}
	
	#main_img li#main_img_01 {
		background: transparent url("drone/main_img_01_sp.png") no-repeat 50% 0px scroll;
		background-size: contain;
	}
	
	#main_img li#main_img_02 {
		background: transparent url("drone/main_img_02_sp.png") no-repeat 50% 0px scroll;
		background-size: contain;
	}
	
	#main_img li#main_img_03 {
		background: transparent url("drone/main_img_03_sp.png") no-repeat 50% 0px scroll;
		background-size: contain;
	}
	
	#main_img li#main_img_04 {
		background: transparent url("drone/main_img_04_sp.png") no-repeat 50% 0px scroll;
		background-size: contain;
	}
	
	#main_img li#main_img_05 {
		background: transparent url("drone/main_img_05_sp.png") no-repeat 50% 0px scroll;
		background-size: contain;
	}
}

@media screen and (max-width: 375px) {
	#contents h1 {
		font-size: 138%;
	}
}

#contents #cf {
	color: #000;
	font-size: 132%;
	margin-bottom: 2%;
	font-family: century-gothic, sans-serif;
	font-style: normal;
	font-weight: 400;
}

#contents #cft {
	margin-bottom: 5%;
}

#youtube {
	text-align: center;
	width: 100%;
	max-width: 950px;
	margin: 0 auto 5%;
}

#youtube iframe {
	width: 100%;
	height: 535px;
}

@media screen and (max-width: 760px) {
	#youtube {
		margin-bottom: 20px;
	}
	
	#youtube iframe {
		width: 100%;
	}
}

@media screen and (max-width: 375px) {
	#contents #cf {
		font-size: 107%;
	}
}

#contents #photo img {
	margin-bottom: 1%;
}

#contents #photo_list {
	overflow: hidden;
}

#contents #photo_list li {
	float: left;
	width: 47.4%;
	color: #323232;
	font-size: 68.8%;
	line-height: 2.2em;
	text-align: center;
	margin-bottom: 5%;
}

#contents #photo_list li:nth-child(odd) {
	margin-right: 5.2%;
}

#contents #photo_list li img {
	margin-bottom: 1.5%;
}

#contents #equipment {
	border-top: solid 1px #ccc;
	margin-top: 7%;
	padding-top: 6%;
}

#contents #equipment_list {
	width: 100%;
}

#contents #equipment_list th {
	width: 20%;
	border: solid 1px #ccc;
	padding: 1.5% 3%;
	vertical-align: top;
	color: #323232;
	font-size: 68.8%;
	line-height: 2.2em;
	word-break: break-all;
	box-sizing: border-box;
}

#contents #equipment_list td {
	width: 40%;
	border: solid 1px #ccc;
	padding: 1.5% 3%;
	vertical-align: top;
	color: #323232;
	font-size: 68.8%;
	line-height: 2.2em;
	word-break: break-all;
	box-sizing: border-box;
}

#contents #equipment_list thead th {
	width: 20%;
	border: none;
	padding: 1px;
}

#contents #equipment_list thead td {
	width: 40%;
	border: none;
	padding: 0% 5.27% 3.4%;
	box-sizing: border-box;
}

#contents #equipment_list thead td p {
	text-align: center;
	font-size: 157%;
	margin-bottom: 5%;
}

#contents #equipment_ext {
	color: #323232;
	font-size: 68.8%;
	line-height: 2.2em;
	padding: 1% 1.5%;
}

#contents #equipment_list_sp1 {
	display: none;
	width: 100%;
	margin-bottom: 7%;
}

#contents #equipment_list_sp2 {
	display: none;
	width: 100%;
}

#contents #equipment_list_sp1 th,
#contents #equipment_list_sp2 th {
	width: 30%;
	border: solid 1px #ccc;
	padding: 1.5% 3%;
	vertical-align: top;
	color: #323232;
	font-size: 68.8%;
	line-height: 2.2em;
	word-break: break-all;
	box-sizing: border-box;
}

#contents #equipment_list_sp1 td,
#contents #equipment_list_sp2 td {
	width: 70%;
	border: solid 1px #ccc;
	padding: 1.5% 3%;
	vertical-align: top;
	color: #323232;
	font-size: 68.8%;
	line-height: 2.2em;
	word-break: break-all;
	box-sizing: border-box;
}

#contents #equipment_list_sp1 thead th,
#contents #equipment_list_sp2 thead th {
	display: none;
	width: 30%;
	border: none;
	padding: 1px;
}

#contents #equipment_list_sp1 thead td,
#contents #equipment_list_sp2 thead td {
	width: 70%;
	border: none;
	padding: 0% 5.27% 3.4%;
	text-align: center;
	box-sizing: border-box;
}

#contents #equipment_list_sp1 thead td img,
#contents #equipment_list_sp2 thead td img {
	max-width: 360px;
}

#contents #equipment_list_sp1 thead td p,
#contents #equipment_list_sp2 thead td p {
	text-align: center;
	font-size: 157%;
	margin-bottom: 5%;
}

#contents #equipment_list_sp1 tbody,
#contents #equipment_list_sp2 tbody {
	display: none;
}

#contents #more {
	text-align: center;
	padding: 0;
	margin: 0 auto 5%;
	cursor: pointer;
}

#contents #more span img {
	max-width: 76px;
}

#contents #more_sp1 {
	text-align: center;
	padding: 0;
	margin: 0 auto 5%;
	cursor: pointer;
}

#contents #more_sp1 span img {
	max-width: 76px !important;
}

#contents #more_sp2 {
	text-align: center;
	padding: 0;
	margin: 0 auto 5%;
	cursor: pointer;
}

#contents #more_sp2 span img {
	max-width: 76px !important;
}

#contents #fee {
	border-top: solid 1px #ccc;
	margin-top: 7%;
	padding-top: 6%;
}

#contents #fee_list {
	width: 100%;
}

#contents #fee_list th {
	width: 20%;
	border: solid 1px #ccc;
	padding: 1.5% 3%;
	vertical-align: top;
	color: #323232;
	font-size: 68.8%;
	line-height: 2.2em;
	word-break: break-all;
	box-sizing: border-box;
}

#contents #fee_list td {
	width: 40%;
	border: solid 1px #ccc;
	padding: 1.5% 3%;
	vertical-align: top;
	color: #323232;
	font-size: 68.8%;
	line-height: 2.2em;
	word-break: break-all;
	box-sizing: border-box;
}

#contents #fee_list_sp {
	display: none;
	width: 100%;
}

#contents #fee_list_sp th {
	width: 30%;
	border: solid 1px #ccc;
	padding: 1.5% 3%;
	vertical-align: top;
	color: #323232;
	font-size: 68.8%;
	line-height: 2.2em;
	word-break: break-all;
	box-sizing: border-box;
}

#contents #fee_list_sp td {
	width: 70%;
	border: solid 1px #ccc;
	padding: 1.5% 3%;
	vertical-align: top;
	color: #323232;
	font-size: 68.8%;
	line-height: 2.2em;
	word-break: break-all;
	box-sizing: border-box;
}

#contents #fee_ext {
	padding: 1% 1.5%;
}

#contents #approval {
	border-top: solid 1px #ccc;
	margin-top: 7%;
	padding-top: 6%;
}

#contents #approval_txt {
	margin-bottom: 2%;
}

#contents #approval_list {
	width: 100%;
}

#contents #approval_list th {
	width: 200px;
	border: solid 1px #ccc;
	padding: 1.5% 2%;
	vertical-align: top;
	color: #323232;
	font-size: 68.8%;
	line-height: 2.2em;
	word-break: break-all;
	box-sizing: border-box;
}

#contents #approval_list td {
	width: auto;
	border: solid 1px #ccc;
	padding: 1.5% 3%;
	vertical-align: top;
	color: #323232;
	font-size: 68.8%;
	line-height: 2.2em;
	word-break: break-all;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {
	#contents #approval_list th {
		width: 140px;
	}
}

#contents #approval_ext {
	padding: 1% 1.5%;
}

#contents #approval>dl {
	color: #323232;
	font-size: 68.8%;
	line-height: 2.2em;
	overflow: hidden;
	margin-bottom: 1%;
}

#contents #approval>dl>dt {
	clear: both;
	float: left;
	width: 115px;
	margin-right: -115px;
	margin-bottom: 1%;
}

#contents #approval>dl>dd {
	width: 100%;
	padding-left: 115px;
	margin-bottom: 1%;
	box-sizing: border-box;
}

#contents #flow {
	border-top: solid 1px #ccc;
	margin-top: 7%;
	margin-bottom: 14%;
	padding-top: 6%;
}

@media screen and (max-width: 600px) {
	#contents #drone {
		margin-left: 5.4%;
		margin-right: 5.4%;
	}
	
	#contents #equipment {
		margin-left: 5.4%;
		margin-right: 5.4%;
	}
	
	#contents #fee {
		margin-left: 5.4%;
		margin-right: 5.4%;
	}
	
	#contents #approval {
		margin-left: 5.4%;
		margin-right: 5.4%;
	}
	
	#contents #flow {
		margin-left: 5.4%;
		margin-right: 5.4%;
	}
	
	#contents #more {
	}
	
	#contents #more span {
	}
	
	#contents #photo_list li {
		float: none;
		width: 100%;
		color: #323232;
		font-size: 68.8%;
		line-height: 2.2em;
		text-align: center;
		margin-bottom: 5%;
	}
	
	#contents #photo_list li:nth-child(odd) {
		margin-right: 0%;
	}
	
	#contents #equipment_list {
		display: none;
	}
	
	#contents #equipment_list_sp1 {
		display: block;
	}
	
	#contents #equipment_list_sp2 {
		display: block;
	}
	
	#contents #fee_list {
		display: none;
	}
	
	#contents #fee_list_sp {
		display: block;
		width: 100%;
	}
}

#contents a { color: #323232; }
#contents a:link   { color: #323232; text-decoration: none; }
#contents a:visit  { color: #323232; text-decoration: none; }
#contents a:hover  { color: #323232; text-decoration: underline; }
#contents a:active { color: #323232; text-decoration: underline; }
