/*
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: 950px;
  padding: 10.4% 13.3% 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;
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: 400;
}

#header-inner {
  position: relative;
  width: auto;
  max-width: 950px;
  padding: 1.8% 13.3% 2%;
  margin: 0 auto;
  _text-align: left;
}

#header #logo {
  float: left;
  width: 208px;
  padding: 17px 0 0;
}

#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: 640px) {
  #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: 150px;
    z-index: 1;
    padding: 3px 0 0;
  }

  #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;
}

.mg_11 {
  margin-bottom: 11% !important;
}

.mg_12 {
  margin-bottom: 12% !important;
}

.mg_13 {
  margin-bottom: 13% !important;
}

.mg_14 {
  margin-bottom: 14% !important;
}

.mg_15 {
  margin-bottom: 15% !important;
}

/* 
 * Contents CSS
 */
#contents {
  color: #323232;
}

#contents h2 {
  color: #000;
  font-size: 163%;
  margin-bottom: 7%;
}

#contents h2 span {
  font-size: 50%;
  vertical-align: middle;
}

#contents .font {
  
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: 400;
}

#contents p {
  color: #323232;
  font-size: 68.8%;
  line-height: 2em;
}

#contents hr {
  display: inline-block;
  text-align: left;
  width: 70px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #bfbfbf;
  margin-bottom: 4%;
}

#main_img {
  position: relative;
  background: transparent url("main_img.png") no-repeat 50% 50% scroll;
  width: 100%;
  height: 400px;
  margin: 0 -150% 40px;
  padding: 0 150%;
}

#main_img h2 {
  position: absolute;
  bottom: 50px;
  font-size: 175%;
  color: #fff;
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  #contents h2 {
    font-size: 100%;
    margin-bottom: 10%;
  }

  #contents p {
    line-height: 1.8em;
  }

  #contents #connect h2 {
    font-size: 100%;
    margin-bottom: 14%;
  }

  #contents #connect .mg_4 {
    margin-bottom: 6% !important;
  }

  #contents #connect .mg_10 {
    margin-bottom: 12% !important;
  }

  #main_img {
    background: transparent url("main_img.png") no-repeat 50% 30% scroll;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: 400px;
    margin: 0 auto 40px;
    padding: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  #main_img h2 {
    left: 5%;
    font-size: 125%;
  }

  #contents #connect, #contents #news, #contents #website, #contents #movie_drone, #contents #others, #contents #about, #contents #contact {
    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;
  }

  #contents hr {
    width: 100%;
    margin-bottom: 14%;
  }
}

@media screen and (max-width: 375px) {
  #main_img h2 {
    font-size: 100%;
  }
}

#contents #connect {
  font-size: 113%;
}

/* new */
#contents #news li {
  font-size: 68.8%;
  line-height: 2.8em;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 200;
}

#contents #news span {
  border-bottom: dotted 1px #bfbfbf;
}

#contents #news a {
  color: #000;
}

#contents #news a:link {
  text-decoration: none;
}

#contents #news a:visit {
  text-decoration: none;
}

#contents #news a:hover {
  text-decoration: underline;
}

#contents #news a:active {
  text-decoration: underline;
}

/* website */
#contents #website .catch_txt {
  color: #000;
  font-size: 88%;
  margin-bottom: 2%;
}

#contents #website #work_txt {
  margin-bottom: 5%;
}

#contents .to {
  margin-top: 0;
}

#contents .to a {
  background: #e9e9e9 url("arrow_b.gif") no-repeat 25px 49% scroll;
  color: #000;
  text-decoration: none;
  display: block;
  width: 200px;
  padding: 4px 0 0 50px;
  line-height: 3em;
  margin-top: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  #contents .to a {
    background: #e9e9e9 url("arrow_b_sp.gif") no-repeat 20px 49% scroll;
    background-size: 7px 8px;
    width: 100%;
    padding: 0 0 0 40px;
    margin-top: 8%;
  }
}

#contents #pl_website {
  padding-top: 10%;
}

/* movie_drone */
#contents #movie_drone .catch_txt {
  color: #000;
  font-size: 88%;
  margin-bottom: 2%;
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: 400;
}

#contents #movie_drone #work_txt {
  margin-bottom: 5%;
}

#contents #pl_drone {
  padding-top: 10%;
}

/* others */
#contents #others .catch_txt {
  color: #000;
  font-size: 88%;
  margin-bottom: 2%;
}

#contents #others #work_txt {
  margin-bottom: 5%;
}

#contents #pl_planning {
  padding-top: 10%;
}

/* about */
#contents #about h3 {
  color: #000;
  font-size: 68.8%;
  margin-bottom: 3%;
}

#contents #about>dl {
  font-size: 68.8%;
  overflow: hidden;
  margin-bottom: 1%;
}

#contents #about>dl>dt {
  float: left;
  clear: both;
  width: 20%;
  margin-bottom: 1%;
}

#contents #about>dl>dd {
  float: left;
  width: 80%;
  margin-bottom: 1%;
  line-height: 2em;
}

#contents #about .details_block-inner>dl {
  font-size: 68.8%;
  line-height: 1.6em;
}

#contents #about .details_block-inner>dl>dt {
  margin-bottom: 1.6%;
}

#contents #about .details_block-inner>dl>dt span {
  border-bottom: solid 1px #7a7a7a;
}

#contents #about .details_block-inner>dl>dd>dl {
  overflow: hidden;
}

#contents #about .details_block-inner>dl>dd>dl>dt {
  float: left;
  clear: both;
  width: 120px;
}

#contents #about .details_block-inner>dl>dd>dl>dd {
  float: left;
}

@media screen and (max-width: 600px) {
  #contents #about>dl {
    margin-bottom: 7%;
  }

  #contents #about .details_block-inner>dl>dd>dl>dt {
    float: none;
    width: 100%;
  }

  #contents #about .details_block-inner>dl>dd>dl>dd {
    float: none;
    width: 100%;
  }
}

#contents #pl_about {
  padding-top: 10%;
}

/* access */
#contents #access #map {
  position: relative;
  margin-bottom: 2%;
}

#contents #access #google_map {
  width: 100%;
  height: 400px;
}

#contents #view {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 20px;
}

#contents #view_sp {
  display: none;
}

#contents #access>p a {
  background: transparent url("map_mark.gif") no-repeat 100% 50% scroll;
  color: #000;
  text-decoration: none;
  padding-top: 1px;
  padding-right: 22px;
  border-bottom: solid 1px #808080;
}

@media screen and (max-width: 600px) {
  #contents #access #google_map {
  }

  #contents #view {
    display: none;
  }

  #contents #view_sp {
    display: block;
  }

  #contents #access>p {
    margin-bottom: 7%;
  }

  #contents #access>p a {
    background: transparent url("map_mark_sp.gif") no-repeat 100% 50% scroll;
    background-size: 16px 13px;
  }
}

#contents #pl_access {
  padding-top: 10%;
}

/* contact */
#contents #contact {
  margin-bottom: 16%;
}

#contents #contact h3 {
  font-size: 68.8%;
  margin-bottom: 1.5%;
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: 400;
}

#contents #contact em {
  font-size: 138%;
  margin-right: 20px;
}

#contents #contact .to a {
  width: 220px;
}

@media screen and (max-width: 600px) {
  #contents #contact .mg_5 {
    margin-bottom: 7% !important;
  }

  #contents #contact .mg_5 span {
    display: inline-block;
    padding-left: 3em;
  }

  #contents #contact .to a {
    width: 100%;
  }
}

#contents #pl_contact {
  padding-top: 10%;
}

#contents .black {
  color: #000;
}

#contents .details {
  background: transparent url("arrow_w.gif") no-repeat 0% 49% scroll;
  padding-left: 16px;
  cursor: pointer;
}

#contents .details_open {
  background: transparent url("arrow_wr.gif") no-repeat 0% 50% scroll !important;
}

#contents .details_block {
  position: relative;
  padding: 4%;
}

#contents .details_block-inner {
  opacity: 0;
}

#contents .bl_top {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #808080;
}

#contents .bl_right {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: 0%;
  background-color: #808080;
}

#contents .bl_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #808080;
}

#contents .bl_left {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 1px;
  height: 0%;
  background-color: #808080;
}

@media screen and (max-width: 600px) {
  #contents .details {
    background: transparent url("arrow_w_sp.gif") no-repeat 1% 45% scroll;
    background-size: 8px 8px;
    padding-left: 16px;
    cursor: pointer;
  }

  #contents .details_open {
    background: transparent url("arrow_wr_sp.gif") no-repeat 1% 45% scroll !important;
    background-size: 8px 8px !important;
  }

  #contents .details_block-inner .mg_4 {
    margin-bottom: 8% !important;
  }
}
