@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
}

table td.top {
  vertical-align: top;
  text-align: left; 
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ----------------------------------------
* all
---------------------------------------- */
* {
  box-sizing: border-box;
}

body {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  background: #f4f4f4;
  color: #3e3a39;
}

.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ----------------------------------------
* display
---------------------------------------- */
.wrap {
  width: 1200px;
  margin: 0 auto 40px;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header-slide {
  position: relative;
}
#header-slide .logo {
  position: absolute;
  top: 260px;
  left: 110px;
  z-index: 9999;
}

/* slider */
#viewer {
  margin: 0 auto;
  width: 1200px;
  height: 947px;
  text-align: left;
  overflow: hidden;
  position: relative;
}

#viewer img {
  top: 0;
  left: 0;
  position: absolute;
}

/* ----------------------------------------
* content
---------------------------------------- */
/* margin bottom */
.sec-cont p,
.row {
  margin-bottom: 2.4em;
}

/* section */
.sec-header {
  padding: 50px 0 50px;
  text-align: center;
}
.sec-header h2 {
  font-size: 16px;
}
.sec-header h2 img {
  margin-bottom: 15px;
}

.sec-cont {
  padding: 0 60px 60px 120px;
}
.sec-cont.no-padding {
  padding: 0;
}

.row {
  overflow: hidden;
}
.row .list-01 {
  float: left;
  width: 500px;
}
.row .list-02 {
  float: right;
  width: 500px;
}
.row .half {
  float: left;
  width: 50%;
  padding: 60px 60px 60px 120px;
}

/* sec-02 */
.sec-02 h3 {
  margin-bottom: 30px;
}
.sec-02 h4 {
  margin-bottom: 16px;
}

td {
text-align: center;
vertical-align: top;
}


/* ----------------------------------------
* modellist
---------------------------------------- */
.model {
  background: #fff;
  text-align: center;
  margin-right: auto;
  min-width:1200px;
}

/* ----------------------------------------
* footer
---------------------------------------- */
.link-btns {
  padding-bottom: 100px;
}
.link-btns ul {
  width: 950px;
  margin: 10px;
  overflow: hidden;
}
.link-btns ul .btn-01 {
  float: left;
}
.link-btns ul .btn-02 {
  float:  left;
}
.link-btns ul .btn-03 {
  float:  left;
}

/* ----------------------------------------
*scroll_backtop
---------------------------------------- */

.pagetop {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 35px;
}
.pagetop a {
    display: block;
    background-color: #383838;
    text-align: center;
    color: #222;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 15px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #505050;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding:10px 15px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

