/*===========================*
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: #fafafa;
  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
*===========================*/
.left {float: left;}
.right {float: right;}
.mt50 {margin-top: 50px;}
.p30 {padding: 30px;}
.textgreen {color: #414f1a;}
.textbrown {color: #784e12;
}
#sitebody {
  background: url(../img/takumibg.jpg);
  width: 1200px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8em;
}
p {
  margin-bottom: 30px;
}

#billboard {
  background-image: url(../img/takumi_titlebg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 369px;
  position: relative;
  min-width: 960px;
}
#imagearea {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#title {
  position: absolute;
  left: 310px;
  top: 260px;
}
.sectionbody {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
#abouttakumi {
  background-image: url(../img/takumi_takumibg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 389px;
}
#abouttakumi .left {
  width: 370px;
  padding-right: 20px;
  text-align: left;
  padding-bottom: 50px;
  line-height: 1.5em;
}
#aclist ul {
  width:860px;
  margin: 10px auto;
}
#aclist a {
  display: block;
  padding: 7px;
}
#aclist a:hover {
  background-color: #fff;
  opacity: 0.8;
}
#aclist li {
  float: left;
  width: 214px;
  list-style: none;
}
#aclist ul:last-child {
  padding-bottom:50px;
  overflow: hidden;
}
#minakami {
  background-image: url(../img/takumi_minakamibg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 358px;
}
#aboutminakami {
  margin-left: 320px;
  margin-top: 50px;
  text-align: left;
}
#aboutminakami .access {
  font-size: 0.8em;
  line-height: 1.5em;
}

/*===========================*
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) {
}

/** 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;}

  #sitebody {
    background: url(../img/takumibg.jpg);
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8em;
  }

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

  #headline p.textgreen {
    width: 90%;
    margin: 0 auto;
  }
  .p30 {
    padding: 0 !important;
  }
  #abouttakumi .left {
    width: 90%;
    text-align: left;
    padding: 20px !important;
    line-height: 1.5em;
    margin-right: 20px !important;
  }
  #abouttakumi .right {
    display: none;
  }
  #aclist ul {
    width: 100%;
    padding: 0 20px;
  }
  #aclist .border {
    display: none;
  }
  #aclist img {
    width: 100%;
  }
  #aclist img.acimg {
    max-width: 320px;
    margin-right: 10px;
  }
  #aclist img.actitle {
    height: 32px !important;
    width: 210px !important;
  }
  #aclist li {
    width: 90%;
    text-align: left;
  }

  #abouttakumi {
  background-image: url(../img/takumi_takumibg.jpg);
  height: inherit;
  }
  #minakami {
  background-image: url(../img/takumi_takumibg2.jpg);
  background-position: top center;
  height: inherit;
  }
  #aboutminakami {
    margin: 20px 30px;
  }
}

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

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

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