@charset "utf-8";
/* CSS Document */
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-size: 100%;font: inherit;vertical-align: baseline;}
ol, ul {list-style: none;}
a {text-decoration:none;}
a:hover {text-decoration:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
body {font: italic normal normal 24px/1.3em georgia, palatino, 'book antiqua', 'palatino linotype', serif;color: rgb(213, 43, 30);}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {zoom:1;_height:1px;}
.clear {clear:both;}
.fl {float:left;}
.fr {float:right;}
.w980 {width:980px;margin:0 auto;}
#header {height:180px;background:#000;}
#header .w980 {padding:0 10px 0 10px;}
.nav {padding-top:47px;}
.nav a {font-size:16px;padding:0 22px;color:#fff;cursor:pointer;color: rgb(255, 255, 255);transition: color 0.6s ease 0s;-webkit-transition: color 0.6s ease 0s}
.nav a:hover {
color: rgb(213, 43, 30);
transition: color 0.6s ease 0s;
-webkit-transition: color 0.6s ease 0s;
}
.nav li {display:inline;}
.nav a.selected {
color: rgb(213, 43, 30);
transition: color 0.6s ease 0s;
-webkit-transition: color 0.6s ease 0s;
}

.banner {background:#d52b1e;border-top:5px solid #fff;border-bottom:5px solid #000;padding:10px 0;color:#fff;min-height:200px;}
#root {position:relative;overflow:hidden;width:100%;}
.model {position:absolute;z-index:1;width:100%;background:#fff;}
.model .w980 {word-wrap: break-word;}
.title {padding-top:20px;}
.title.t2 {padding-top:50px;}
.title.t3 {padding-top:50px;}
.title h1 {font-size:34px;height:38px;}
.title h2 {font-size:24px;line-height:30px;}

.c1 {padding:50px 25px 20px;}
.cindex {padding:70px 20px 20px;}

.index .banner {padding-bottom:0;}
.index .w980 {position:relative;}
.index .w980 .slide-text {position:absolute;top:170px;right:100px;}
.index .w980 .slide-text h1 {font-size:40px;margin-top:10px;}
.index .w980 .slide-text h3 {font-size:24px;}
/*slider*/
#slider ul, #slider li{margin:0;padding:0;list-style:none;}
#slider li { width:980px;height:420px;overflow:hidden; }	
#prevBtn, #nextBtn { display:block;width:45px;height:70px;position:absolute;top:71px;z-index:1000;top: 50%;margin-top: -35px;display:none;}	
#prevBtn {left:20px;}
#nextBtn {right:20px;}													
#prevBtn a, #nextBtn a{display:block;position:relative;width:45px;height:70px;background:url(../img/arrow.png) no-repeat 0 0;text-indent:-9999px;overflow:hidden;}	
#nextBtn a{background-position: 100% 0px;}	
/*lightbox*/
/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../img/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../img/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.index-text {width:500px;color:#000;margin-right:40px;}
.index-text h1 {font-size:24px;line-height:32px;margin-bottom:30px;}
.index-text ul {font-size:16px;line-height:18px;margin-left:8px;padding-left:21px;list-style-type: disc;}

.index-img-text {width:400px;}
.index-img-text dl {margin-bottom:50px;}
.index-img-text dt {width:140px;height:80px;float:left;}
.index-img-text dd {width:250px;float:right;}
.index-img-text dd h3{font-size:24px;line-height:24px;margin-bottom:5px;}
.index-img-text dd p {font-size:13px;font-family:tahoma;line-height:16px;font-style:normal;color:#404040;}

.con1 ul li {float:left;width:270px;margin-right:46px;margin-bottom:120px;}
.con1 ul li .img {text-align:center;height:120px;line-height:120px;padding-right:30px;}
.con1 ul li h3 {font-size:24px;line-height:30px;margin-bottom:10px;}
.con1 ul li p {font-family:tahoma,Arial, Helvetica, sans-serif;font-size:12px;line-height:16px;font-style:normal;color:#404040;}

.con2 .big-li {float:left;width:380px;font-style:normal;margin-bottom:80px;}
.con2 .big-li.bl2 {margin-right:120px;}
.con2 .big-li h2 {font-size:14px;font-weight:bold;margin-bottom:10px;}
.con2 .big-li ul {list-style-type: disc;padding-left:17px;margin-left:2px;}
.con2 .big-li li {font-family:tahoma;font-size:13px;line-height:16px;margin-bottom:16px;color:#404040;}

.c2 {padding:50px 25px 150px;}
.about {width:500px;margin-right:45px;}
.about h1 {font-size:34px;color:#000;margin-bottom:20px;}
.about1 {font-size:16px;line-height:20px;margin-bottom:30px;color:#400404;font-style:normal;}
.about2 {font-size:13px;font-family:tahoma;line-height:16px;color:#400404;font-style:normal;}

.sns h1 {font-size:24px;margin-bottom:20px;margin-top:10px;}
.sns-button a {padding-right:10px;}
.sns {width:265px;}

.m1 .content{padding-bottom:100px;}
.m1 .banner{border-bottom:none;height:240px;}
.m1 .w980{position:relative;padding:0 25px;}
.w {position:absolute;width: 369px;height: 321px;left:562px;top:-50px;}
#form {width:500px;}
#form {margin-top:-109px;}
#form input{height:26px;width:500px;border:none;font-size:12px;font-weight:normal;line-height:26px;margin-bottom:10px;padding-left:10px;}
#form textarea {width:500px;border:1px solid #d52b1e;height:130px;}
#form button{border:none;background:#000;color:#fff;width:60px;height:26px;font-size:12px;line-height:26px;text-align:center;float:right;margin-top:10px;}
.m1 .w980 .sns-button {position:absolute;right:0;bottom:0;}


#footer {background:#000;border-top:5px solid #d52b1e;}
#footer .w980 {padding:30px 150px 100px 25px;}
#footer h1 {color:#d4d4d4;font-size:24px;margin-bottom:20px;}
#footer h2 {color:#d4d4d4;font-size:14px;line-height:1.3em;font-weight:bold;margin-bottom:20px;}
#footer h6 {color:#fff;font-size: 12px;line-height: 20px;letter-spacing: normal;}
#copyright {background:#404040;}
#copyright .w980 {padding-left:25px;line-height:40px;color:#fff;font-size:12px;font-family:Arial, Helvetica, sans-serif;font-style:normal;}