/*===========================*
PRESET
*===========================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: none;
}

body {
  font-family: Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  background: url(../img/bg.jpg);
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.7px;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

a:focus {
  outline: none; }

h1 {
  font-size: 28px;
  margin: 0 0 20px;
}

h2 {
  font-size: 14px;
  margin: 0 0 20px;
  line-height: 1.8em;
  padding: 30px 0 0;
  color: #644023;
}

h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 10px;
  line-height: 35px;
}

h4 {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 5px;
}

a {
  border: none;
  color: #0058bf;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.clearfix:before,
.clearfix:after{
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom:1;
}

.text_align_center {
    text-align: center;
}

.text_align_right {
    text-align: right;
}

.fixed_width {
    margin: 0 auto;
    width: 960px;
}



/*===========================*
SITE HEADER
*===========================*/
header {
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
}
#header {
    padding: 5px 0;
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
}
.headLogo {
    float: left;
}
* html .headSup { font-size: 85%; } /* IE6 */
*:first-child+html .headSup { font-size: 85%; } /* IE7 */

.bg_w {
    width:100%;
    background-color:#fff;
    padding: 0;
}
#nav {
  clear: none;
  float: left;
    overflow: hidden;
    margin: 34px 0 0 30px;
    width: 760px;
}
/* About */
#about {
    margin: 2px 0;
    float: right;
}
#about ul li {
    margin: 0;
    padding: 0 5px;
    font-size: 91%;
    line-height: 1em;
    float: left;
    display: inline;
}
* html #about ul li { font-size: 85%; } /* IE6 */
*:first-child+html #about ul li { font-size: 85%; } /* IE7 */



/* Nav ==================================================================================== */
#header:after,#topicPath:after,#nav:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html #header,#topicPath,#nav { zoom: 1; } /* IE6 */
*:first-child+html #header,#topicPath,#nav { zoom: 1; } /* IE7 */

/* TopicPath */
#topicPath {
    margin: 0;
    float: left;
}


/*===========================*
SITE BODY
*===========================*/
hr {
  margin: 50px auto;
  width: 960px;
  background-color: #b3a681;
  opacity: 0.3;
}
#billboard {
  background-image: url(../img/imagearea.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 577px;
  position: relative;
  min-width: 960px;
}
#imagearea {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#title {
  position: absolute;
  right: -20px;
}
#leadcopy {
  background-image: url(../img/leadcopybg.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 188px;
  position: absolute;
  text-align: center;
  top: 410px;
  left: 30px;
  width: 385px;
}
.sectionbody {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
#whatisecotourism p {
  text-align: center;
  line-height: 2em;
  width: 60%;
}
#guidetour {float: right;}
.float_r {float: right;}
.float_l {float: left;}
.recommendbox {
  float: left;
  margin:10px 25px;
}
#recommendimg {
  overflow: hidden;
}
.linkbtn {
  float: left;
  margin:10px 20px;
}
#aboutJES {
  margin-bottom: 100px;
}
#aboutJES p {
  font-size: 12px;
  line-height: 2em;
  padding:20px 0;
}
/*===========================*
SITE FOOTER
*===========================*/
#Footer {
    background: #fff;
    border-top: 1px solid #c5bfb9;
    color: #ccc;
    padding: 20px;
    text-align: center;
    margin-bottom: -10px;
}

#finish {
  width: 930px;
  margin: 0 auto;
  text-align: center;
  background: #ffefef;
  border: 5px solid red;
  padding: 10px;
  font-size: 1.5em;
  line-height: 1.2em;
}
#finish span {
  font-size: 0.8em;
}



@media screen and (max-width: 960px) {
  #body_content {
    overflow:hidden;
  }
  #billboard {
    overflow: visible;
  }
}


/** When it is phone **/
@media screen and (min-width: 320px) and (max-width: 760px) {
  #header, #nav {
    width: 100%;
  }
  #header {
    padding-left: 0;
    padding-right: 0;
  }
  .headLogo {margin-left: 10px;}
  .bg_w {padding-bottom: 0;}
  #nav {display: none;}

  #billboard {
    background: none;
    position: relative;
    min-width: 100%;
    overflow: hidden;
    height: auto;
  }
  #imagearea {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #title {
    position: static;
    width: 100%;
  }
  #title img {
    display: block;
    margin: 0 auto;
  }
  #leadcopy {
    background: none;
    position: static;
    text-align: center;
    width: 100%;
    height: auto;
  }
  h2 {margin:0; padding:0;}

  .sectionbody {
    width: 100%;
  }
  #whatisecotourism p {
    width: 90%;
    margin: 0 auto;
  }
  #whatisecotourism p img {
    width: 90%;
  }
  #guidetour {
    float: none;
  }
  .recommendbox {
    float: none;
    text-align: center;
  }
  .linkbtn {
    float: none;
  }
  #aboutJES p {
    width: 90%;
    margin: 0 auto;
  }
  hr {width: 760px}
}

@media screen and (max-width: 560px) {
  #imagearea, .sectionbody, hr {width: 100%}
}

@media screen and (max-width: 450px) {
  #title img {
    width: 100%;
  }
  .linkbtn {
    margin:0;
    width: 90%;
  }
  h3 img {width: 90%;}
  
  #guidetour, #aboutjes-img {
    width: 90%;
}
}

@media screen and (max-width: 350px) {
    
}