/*css*/
@import "//static.plimo.com/static/type9/css/bootstrap.css";
@import "//static.plimo.com/static/type9/css/responsive.css";
@import "//static.plimo.com/static/type9/css/camera.css";

@import url(//fonts.googleapis.com/css?family=Anton);

@import url(//fonts.googleapis.com/css?family=Ubuntu);
/*------ template stylization ------*/
body {
  background: #ffffff;
  font-size: 13px;
  font-family: "メイリオ", "Meiryo", Verdana, "YuGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.5em !important;
  color: #83868a;

}
p {
  margin-bottom: 0;
}
p > span {
  color: #f14948;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus, *:focus {
  outline:none;
}
input[type=submit]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
h1.brand {
  font-size: 0 !important;
  line-height: 0 !important;
  display: inline-block;
  margin: 0 !important;
  float: left;
  position: relative;
  padding: 56px 0 0 0 !important;
}

.logoHolder h1.brand {
  padding: 70px 0 61px 0 !important;
}
h1.brand a {
  display: inline-block;
}
h1.brand a > img {
  width: 100%;
}
h2 {
  color: #5c696d;
  font: 28px/34px;
  margin: 0;
  text-transform: uppercase;
}
h2 > span {
  color: #363f42;
}
h2 > em {
  font-style: normal;
  color: #f14948;
}
h3 {
  color: #ffffff;
  font: 13px;
  line-height: 18px;
  margin: 0;
  text-transform: uppercase;
  word-wrap: break-word;
}
h4 {
  color: #71656d;
  font: 42px/42px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 42px;
}
h5 {
  color: #363f42;
  font: 18px/18px;
  margin: 0;
  margin-bottom: 26px;
}
h6 {
  color: #f14948;
  font: 48px/48px;
  margin: 0;
  text-transform: uppercase;
}
.contentsw{
  width: 1170px;
  margin:0 auto;
}
/*------------- margin bottom --------------------*/
.m_0{margin-bottom: 0px !important;}
.m_10{margin-bottom: 10px;}
.m_15{margin-bottom: 15px;}
.m_20{margin-bottom: 20px;}
.m_21{margin-bottom: 21px !important;}
.m_22{margin-bottom: 22px !important;}
.m_23{margin-bottom: 23px;}
.m_25{margin-bottom: 25px !important;}
.m_27{margin-bottom: 27px !important;}
.m_30{margin-bottom: 30px;}
.m_40{margin-bottom: 40px;}
.m_44{margin-bottom: 44px;}
.m_45{margin-bottom: 45px;}
.m_46{margin-bottom: 46px;}
.m_47{margin-bottom: 47px;}
.m_48{margin-bottom: 48px;}
.m_50{margin-bottom: 50px;}
.m_64{margin-bottom: 64px;}
.m_65{margin-bottom: 65px;}
.m_66{margin-bottom: 66px;}
.m_67{margin-bottom: 67px;}
.m_70{margin-bottom: 70px;}
.m_76{margin-bottom: 76px;}


.container .alpha {
    margin-left: 0;
}


#content ul {
  list-style: none;
}
.extra-wrap {
  overflow: hidden;
}
.global {
  background-color: #e0e3e6;
}
.global .container {
  background-color: #ffffff;
}
.main.indent {
  margin-top: 1px;
  padding-top: 20px;
}
.top .main.indent {
  margin-top: -144px;
  position: relative;
  z-index: 1;
  padding-top:0;
}
/*-----btn-----*/
.btn.btn-primary {
  box-shadow: none;
  background: none;
  position: relative;
  display: inline-block;
  padding: 16px 6px 11px 5px;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none !important;
  border: none;
  background-color: #ed3a39;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 0px 1px 0px #ca3131;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-primary > span {
  float: left;
}
.btn.btn-primary > em {
  float: left;
  font-style: normal;
  width: 23px;
  height: 23px;
  overflow: hidden;
  background: url(/asset/more_arr.png) right top no-repeat;
  margin-top: -4px;
  margin-left: 6px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;

}
.btn.btn-primary:hover {
  background: none;
  color: #5c696d;
  background-color: #ffffff;
  text-shadow: 0px 1px 0px #ffffff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-primary:hover > em {
  background: url(/asset/more_arr.png) right bottom no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.btn-info {
  box-shadow: none;
  background: none;
  position: relative;
  display: inline-block;
  padding: 8px 8px 9px 8px;
  font: 10px Arial, Helvetica, sans-serif;
  color: #1e1e1e;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid #eae9e9;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: linear-gradient(to bottom, #ffffff, #f3f3f3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.btn-info:hover {
  background: none;
  color: #ffffff;
  background-color: #f14847;
  border: 1px solid #f14847;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn.btn-link {
  box-shadow: none;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  color: #f14948;
  font: 10px Arial, Helvetica, sans-serif;
  line-height: 18px;
  margin: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-link:hover {
  text-decoration: none;
  color: #83868a;
}
.btn.subscribe {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  background: none;
  position: relative;
  text-decoration: none;
  display: inline-block;
  border: none;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none !important;
  background: url(../images/envelope.png) 0 top no-repeat;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 15px;
  right: 16px;
  -webkit-transition: all 0.35s ease !important;
  -moz-transition: all 0.35s ease !important;
  -o-transition: all 0.35s ease !important;
  transition: all 0.35s ease !important;
}
.btn.subscribe:hover {
  background: url(../images/envelope.png) 0 bottom no-repeat;
}
.d09-2{
	margin-top:36px;
	}
/*-----list-----*/
.list0 {
  margin: 0;
  list-style: none;
  margin-top: 31px;
  margin-bottom: 53px;
}
.list0 li {
  font-size: 13px;
  line-height: 18px;
  background: url(../images/list_arrow.png) left center no-repeat;
  padding-left: 12px;
  margin-bottom: 6px;
}
.list0 li a {
  font-size: 13px;
  line-height: 18px;
  color: #2a70e8;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list0 li a:hover {
  color: #83868a;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list1 {
  margin: 0;
  list-style: none;
  margin-top: -4px;
}
.list1 li {
  font-size: 13px;
  line-height: 18px;
  border-top: 1px solid #eeeeee;
  padding-top: 14px;
  margin-bottom: 11px;
  padding-left: 17px;
  background: url(/asset/list_arrow.png) left 18px no-repeat;
}
.list1 li:first-child {
  border-top: none;
}
.list1 li a {
  display: block;
  font: bold 10px Arial, Helvetica, sans-serif;

  line-height: 14px;
  color: #f14948;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list1 li a:hover {
  color: #1c1c1c;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 {
  margin: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: 90px;
}
.list2 li {
  font-size: 13px;
  line-height: 18px;
}
.list2 li figure {
  margin: 0;
  float: left;
  margin-right: 30px;
}
.list2 li .caption {
  overflow: hidden;
}
.list2 li .caption h3 {
  margin-bottom: 20px;
}
.list2 li .caption a {
  color: #ffffff;
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 18px;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 li .caption a:hover {
  color: #83868a;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list3 {
  margin: 0;
  list-style: none;
  margin-bottom: -6px;
}
.list3 li {
  font-size: 13px;
  line-height: 18px;
  background: url(../images/list_arrow.png) left 7px no-repeat;
  padding-left: 13px;
  margin-bottom: 10px;
}
.list3 li a {
  font: bold 13px Arial, Helvetica, sans-serif;
  color: #71936c;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list3 li a:hover {
  color: #9bd156;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4 {
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 32px;
}
.list4 li {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 25px;
  padding-bottom: 0;
}
.list4 li .badge {
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  background-color: #71656d;
  color: #202020;
  width: 42px;
  height: 35px;
  padding-top: 6px;
  float: left;
  margin-right: 19px;
  text-shadow: 0px 1px 0px #938a90;
  font: bold 21px Arial, Helvetica, sans-serif;
}
.list4 li h3 {
  margin-bottom: 20px;
}
.list4 li .caption {
  padding: 0;
  overflow: visible;
  color: #83868a;
}
.list5 {
  margin: 0;
  list-style: none;
}
.list5 li {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 30px;
}
.list5 li figure {
  margin: 0;
  float: left;
  margin-right: 18px;
}
.list5 li figure > img {
  width: 100%;
}
.list5 li .caption {
  overflow: hidden;
}
.list5 li .caption time {
  color: #83868a;
  font: 10px Arial, Helvetica, sans-serif;
  line-height: 18px;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 13px;
}
.list5 li .caption h5 {
  margin-bottom: 5px;
}
.list5 li .caption p {
  margin-bottom: 14px;
}
/*-----thumbs-----*/
.thumb-pad0 {
  margin: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  background-color: #fcfcfc;
  padding-bottom: 10px;
  cursor: default;
  margin-top: 4px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad0 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad0 .thumbnail .caption {
  padding: 0;
  padding-left: 19px;
  color: #83868a;
}
.thumb-pad0 .thumbnail .caption p {
  color: #2a70e8;
  font-size: 11px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad0 .thumbnail .caption a {
  position: relative;
  top: -4px;
  text-transform: uppercase;
  display: inline-block;
  color: #3b3b3b;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad0 .thumbnail .caption a > span {
  padding-right: 11px;
  background: url(../images/thumbnail_arrow.png) right center no-repeat;
}
.thumb-pad0 .thumbnail .caption a:hover {
  text-decoration: underline;
}
.thumb-pad0 figure {
  margin: 0;
  margin-bottom: 13px;
}
.thumb-pad0 figure img {
  width: 100%;
}
.thumb-pad1 {
  /*margin-top: -8px;*/
}
.thumb-pad1 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  color: #83868a;
}
.thumb-pad1 .thumbnail .caption p {
  color: #83868a;
}
.thumb-pad1 .thumbnail .caption a {
  color: #f14948;
}
.thumb-pad1 .thumbnail .caption a:hover {
  color: #363f42;
}
.thumb-pad1 figure {
  margin: 0;
  margin-bottom: 18px;
}
.thumb-pad1 figure img {
  width: 100%;
}
.thumb-pad2 {
  margin-bottom: 0;
}
.thumb-pad2 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
  color: #83868a;
}
.thumb-pad2 .thumbnail .caption h3 {
  margin-bottom: 20px;
}
.thumb-pad2 .thumbnail .caption p {
  margin-bottom: 18px;
}
.thumb-pad2 figure {
  margin: 0;
  margin-bottom: 19px;
}
.thumb-pad2 figure img {
  width: 100%;
}
.thumb-pad3 {
  width: 100%;
  margin-bottom: 19px;
}
.thumb-pad3 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad3 .thumbnail .caption {
  padding: 0;
  color: #83868a;
}
.thumb-pad3 figure {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.thumb-pad3 figure img {
  width: 100%;
  max-width: 100%;
}
.thumb-pad4 {
  margin-bottom: 20px;
  margin-top: 0;
}
.thumb-pad4 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad4 figure {
  margin: 0;
  margin-bottom: 40px;
}
.thumb-pad4 figure img {
  width: 100%;
  max-width: 100%;
}
.thumb-pad4 .thumbnail .caption {
  padding: 0;
  color: #83868a;
}
.thumb-pad4 .thumbnail .caption h5 {
  line-height: 23px;
  margin-bottom: 24px;
}
.thumb-pad4 .thumbnail .caption .list4 {
  margin-top: 29px;
}
.thumb-pad4 .thumbnail .caption .list4 li {
  margin-bottom: 20px;
}
.thumb-pad4 .list1 {
  margin-top: 26px;
}
.thumb-pad5 {
  margin: 0;
  display: inline-block;
  margin-bottom: 10px !important;
}
.thumb-pad5 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad5 .thumbnail .caption {
  padding: 0;
  color: #83868a;
}
.thumb-pad5 .thumbnail .caption p {
  margin-bottom: 12px;
}
.thumb-pad5 figure {
  margin: 0;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.thumb-pad5 figure img {
  width: 100%;
}
.thumb-pad8 {
  position: relative;
  padding: 19px 19px 20px 19px;
  margin-bottom: 23px;
  margin-top: 0;
}
.thumb-pad8 span {
  background-color: #f14948;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.thumb-pad8 strong {
  background-color: #edeeee;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumb-pad8 .thumbnail {
  position: relative;
  z-index: 3;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad8 figure {
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
}
.thumb-pad8 figure img {
  width: 100%;
  max-width: 100%;
}
.thumb-pad8 .thumbnail .caption {
  padding: 0;
  color: #83868a;
}
.thumb-pad8 .thumbnail .caption > a {
  color: #f14948;
  font: 13px/20px Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 0;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumb-pad8 .thumbnail .caption > a:hover {
  text-decoration: underline;
}
.thumb-pad8 .thumbnail .caption p {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.thumb-pad8 .thumbnail .caption p em {
  background: url(../images/triangle2.png) no-repeat;
  width: 4px;
  height: 7px;
  display: inline-block;
}
/*-----blockquote-----*/blockquote {
  padding: 0;
  border: none;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 51px;
}
blockquote img {
  float: left;
  position: relative;
  top: -15px;
  margin-right: 4px;
}
blockquote p {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 18px;
}
blockquote strong {
  font-size: 16px;
  line-height: 18px;
  color: #363f42;
  display: block;
}
blockquote a {
  color: #f14948;
  font: bold 10px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
blockquote a:hover {
  color: #363f42;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----header-----*/
#header {
  padding: 0;
  background-color: #ffffff;
}
#header .container > .section {
  float: right;
}
#header .user_link {
  list-style: none;
  margin: 0;
  float: left;
  margin-top: 63px;
}
#header .user_link li {
  float: left;
  padding-right: 30px;
  margin-right: 29px;
  border-right: 1px solid #1a2126;
  font-size: 13px;
}
#header .user_link li:first-child + li + li {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
#header .user_link li a {
  font: 11px 'Noto Serif', Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 11px;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#header .user_link li a:hover {
  color: #2a70e8;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#header .follow_icon {
  list-style: none;
  float: left;
  margin: 0;
  margin-top: 65px;
  margin-left: -10px;
}
#header .follow_icon li {
  margin-left: 10px;
  float: left;
}
#header .follow_icon li a {
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
}
#header .follow_icon li a > img {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#header .follow_icon li a:hover > img {
  margin-top: -25px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----menu-----*/
#menu {
  width: 100%;
  height: 126px;
}
.navbar_ {
  margin-bottom: 0 !important;
  float: right;
}
.nav-collapse .nav {
  float: none !important;
}
.navbar_ .collapse {
  overflow: visible;
  line-height: 0 !important;
  font-size: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar_ .nav-collapse_ .nav li li {
  font-size: 24px;
  line-height: 24px;
  display: block;
  overflow: hidden;
  padding-bottom: 5px;
}
.navbar_ .navbar-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  border: none;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}

.navbar_ .navbar-inner {
  width: 100%;
}

.navbar_ .nav-collapse_ {
  padding: 0;
}
.nav-collapse_ {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  background: none;
  text-align: center;
}
.nav-collapse_ .nav {
  float: left;
  margin: 0;
  padding: 0;
}
.nav-collapse_ .nav li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 1px;
  zoom: 1;
}
.nav-collapse_ .nav > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  color: #363f42;
  box-shadow: none !important;
  font: normal 18px 'Anton', Arial, Helvetica, sans-serif;
  text-shadow: none;
  padding: 77px 20px 0 20px;
  display: inline-block;
  text-transform: uppercase;
  background: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > li > a > strong {
  position: relative;
  z-index: 1;
  font-weight: normal;
}
.nav-collapse_ .nav > li > a > em {
  position: absolute;
  height: 0;
  background-color: #f14948;
  top: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-collapse_ .nav > li.active > a {
  color: #ffffff !important;
  background: none !important;
  box-shadow: none;
}
.nav-collapse_ .nav > li.active > a > em {
  height: 119px;
}
.nav-collapse_ .nav > li a:hover {
  color: #ffffff !important;
  background: none !important;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > li a:hover > em {
  height: 119px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-collapse_ .nav > .sfHover > a {
  color: #ffffff !important;
  background: none !important;
  box-shadow: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-collapse_ .nav > .sfHover > a > em {
  height: 119px;
}
.nav-collapse_ .nav > li > a span {
  display: inline-block;
  height: 6px;
  background: url(/asset/menu-marker.png) no-repeat;
  width: 7px;
  position: absolute;
  z-index: 1;
  top: 102px;
  left: 47%;
}
/*-----subMenu1-----*/
.nav-collapse .sub-menu > ul {
  position: absolute;
  display: none;
  width: 156px;
  left: 0;
  top: 122px;
  padding: 13px 20px 15px 20px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #5c696d;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-collapse .sub-menu > ul li {
  background: none;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  text-align: center;
  height: auto !important;
  margin-bottom: 5px;
  overflow: visible !important;
}
.nav-collapse .sub-menu > ul li a {
  display: block;
  padding: 0;
  margin: 0;
  font: 18px/18px 'Anton', Arial, Helvetica, sans-serif;
  color: #2e2e2e;
  display: inline-block;
  background: none;
  text-shadow: none !important;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse .sub-menu > ul li a span {
  margin-left: 10px;
  display: inline-block;
  background: url(/asset/menu-marker2.png) no-repeat;
  width: 5px;
  height: 9px;
  position: relative;
  top: -3px;
}
.nav-collapse .sub-menu > ul li a:hover {
  text-decoration: none;
  color: #f14948 !important;
  border: none !important;
  text-shadow: none !important;
  background: none !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-collapse .sub-menu > ul li.sfHover > a {
  text-decoration: none;
  border: none !important;
  background: none !important;
  text-shadow: none !important;
  color: #f14948 !important;
}
/*-----subMenu2-----*/
.nav-collapse .sub-menu ul ul {
  position: absolute;
  display: none;
  width: 122px;
  left: 178px;
  top: -13px;
  padding: 13px 20px 15px 20px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #5c696d;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-collapse .sub-menu ul ul li a {
  display: block;
  padding: 0;
  margin: 0;
  font: 18px/18px 'Anton', Arial, Helvetica, sans-serif;
  color: #2e2e2e;
  display: inline-block;
  background: none;
  text-shadow: none !important;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse .sub-menu ul ul li a:hover {
  text-decoration: none;
  background: none !important;
  color: #ffffff !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*----content-----*/
#content {
  position: relative;
  padding: 0 0 0 0;
}
.img-polaroid {
  position: relative;
  background: none;
  padding: 0;
  box-shadow: none;
  border: 1px solid #dedede;
  max-width: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop {
  display: none;
  width: 25px;
  height: 27px;
  overflow: hidden;
  background: url(/asset/top.png) 0 top no-repeat;
  position: fixed;
  margin-right: -690px !important;
  right: 50%;
  bottom: 40px;
  z-index: 999;
}
#toTop:hover {
  background: url(/asset/top.png) 0 bottom no-repeat;
}
@media only screen and (max-width: 1400px) {
#toTop {
	left: auto;
	margin-left: 0;
	right: 20px !important;
	bottom: 30px !important;
	margin-right: 10px !important;
}
}

.mail {
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 18px;
  color: #378673;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mail:hover {
  color: #3b3e3a;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box1 p > a {
  color: #f1511f;
  font-size: 11px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box1 p > a:hover {
  color: #181818;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box1 ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px;
}
.box1 ul li {
  margin-bottom: 19px;
}
.events-box hr {
  margin-top: 32px;
  margin-bottom: 34px;
}
.error-search p {
  margin-bottom: 18px;
  font-size: 16px;
}
.error-search h6 {
  margin-top: 0;
  margin-bottom: 17px;
}
.error-search h2 {
  margin-bottom: 28px;
}
.slogan {
  position: relative;
  background-color: #444d50;
  background-image: -moz-linear-gradient(top, #4d5659, #363f42);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d5659), to(#363f42));
  background-image: -webkit-linear-gradient(top, #4d5659, #363f42);
  background-image: -o-linear-gradient(top, #4d5659, #363f42);
  background-image: linear-gradient(to bottom, #4d5659, #363f42);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d5659', endColorstr='#ff363f42', GradientType=0);
}
.slogan > div {
  padding: 25px 0 30px 0;
  overflow: hidden;
}
.slogan > div > div {
  float: left;
  width: 830px;
}
.slogan p {
  color: #808a8d;
  font-style: italic;
  font-size: 14px;
  word-spacing: -2px;
}
.slogan .description {
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #343b3d;
  word-spacing: 0;
  line-height: 1.3em;
  margin-bottom:10px;
}
.slogan a {
  float: none;
  margin-top: 24px;
}
.banners {
  padding-top: 23px;
}
.banners.brd {
  border-bottom: 1px solid #e9e9e9;
}
.banners article {
  position: relative;
}
.banners article > em {
  background: url(/asset/shadow.png) right top no-repeat;
  position: absolute;
  right: -10px;
  top: 0;
  width: 10px;
  height: 179px;
}
.banners article div {
  padding-right: 22px;
  overflow: hidden;
  margin-bottom: 17px;
  position: relative;
  z-index: 1;
}
.banners article div div {
  margin-bottom: 19px;
}
.banners article div div h2 {
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banners article div div .img_act {
  position: absolute;
}
.banners article div div strong {
  float: right;
}
.banners article div p {
  font-size: 13px;
  color: #7b7b7b;
  margin-bottom: 19px;
  line-height:1.5em;
}
.projects {
  position: relative;
  /*padding-top: 32px;*/
  padding-bottom: 28px;
}

.full .fullsp .projects {
    background-color: #edeeee;
    padding-bottom: 28px;
    position: relative;
}

.bg {
  background-color: #edeeee !important;
}
.projects ul {
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
  overflow: hidden;
}
.projects ul li {
  position: relative;
  overflow: hidden;
}
.projects ul li figure {
  margin: 0;
}
.projects ul li figure img {
  width: 100%;
}
.projects ul li a {
  display: block;
}
.projects ul li .caption {
  position: relative;
  padding: 0;
  background: url(../../asset/banner_bg.png) repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px 23px 6px 15px;
}
.projects ul li .caption p {
  color: #ffffff;
  line-height: 18px;
}
.projects ul li .caption em {
  background: url(../../asset/triangle.png) no-repeat;
  width: 4px;
  height: 7px;
  display: inline-block;
  position: absolute;
  right: 23px;
  bottom: 11px;
}
.projects h2 {
  margin-bottom: 27px;
}
.info-box {
  /*padding-top: 36px;*/
}
.info-box .description {
  font-size: 14px;
  color: #363f42;
  line-height: 21px;
  /*margin-bottom: 36px;*/
}
.info-box h2 {
  margin-bottom: 27px;
}
.compName {
  border-top: 1px solid #d6d6d6;
  padding-top: 17px;
  margin-top: 32px;
  padding-bottom: 30px;
  overflow: hidden;
}
.compName ul {
  margin: 0;
  list-style: none;
}
.compName ul li {
  float: left;
  margin-left: 45px;
}
.compName ul li:first-child {
  margin-left: 0;
}
/*-----search-----*/
#search-404 {
  position: relative;
  margin: 0;
  margin-top: 16px;
}
#search-404 a {
  float: right;
}
#search-404 input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 6px 15px 7px 15px;
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ededed;
  background: #f8f8f8;
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 18px;
  color: #7b7b7b;
  height: 33px;
  margin-bottom: 19px;
}
.search_link {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#search-404 .btn.btn-primary {
  margin: 0;
  padding: 14px 20px 14px 19px;
}
#search {
  margin: 0;
  position: relative;
  display: inline-block;
  margin-top: 15px;
  float: right;
}

#search a {
  position: absolute;
  top: 3px;
  right: 14px;
}
#search input {
  width: 220px;
  outline: none;
  box-shadow: none;
  border: none;
  color: #83868a;
  font: 13px Arial, Helvetica, sans-serif;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  padding: 7px 10px 9px 13px;
  margin-right: 0;
  float: left;
  background: #2b3329;
  background: url(../images/search_bg.png) repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
  border-bottom: 1px solid #32373c;
}
.info h5 {
  margin-bottom: 8px;
  margin-top: -3px;
}
.info h2 {
  margin-bottom: 18px;
}
.info p {
  margin-bottom: 31px;
}
/*-----form-----*/
#contact-form {
  position: relative;
  z-index: 1;
  margin: -4px 0 92px 0;
  padding: 0 0 0 0;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
}
.txt-form {
  display: block;
  padding-bottom: 6px;
  color: #ffffff;
}
.txt-form span {
  color: #ffffff;
}
.form-div-1,
.form-div-2,
.form-div-3 {
  float: left;
  width: 202px;
}
.form-div-1,
.form-div-2 {
  margin-right: 7px;
}
.btns p {
  font: 11px Arial, Helvetica, sans-serif;
  color: #f14948;
  text-transform: uppercase;
  margin-top: -2px;
  float: left;
  margin-right: 40px;
}
#contact-form div > span {
  margin-bottom: 3px;
  display: block;
}
#contact-form fieldset {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: none;
}
#contact-form label {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 49px;
  width: 100%;
}
#contact-form .message {
  display: block !important;
  min-height: 129px;
  width: 100%;
  margin-bottom: 25px;
}
#contact-form input,
#contact-form textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 6px 15px 7px 15px;
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ededed;
  background: #f8f8f8;
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 18px;
  color: #7b7b7b;
  height: 33px;
}
#contact-form input:focus,
#contact-form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form textarea {
  overflow: auto;
  width: 100%;
  height: 133px;
  resize: none;
}
#contact-form .success {
  position: absolute;
  top: 21px;
  left: 0;
  z-index: 20;
  display: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  background: #f8f8f8;
  border: none;
  border: 1px solid #ededed;
  color: #83868a;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
}
#contact-form .error,
#contact-form .empty {
  position: absolute;
  bottom: 2px;
  text-align: right;
  right: 0;
  display: none;
  overflow: hidden;
  padding: 1px 4px 0px 0;
  width: 100%;
  color: #f14948;
  text-transform: none;
  font-size: 11px;
  line-height: 1.27em;
  font-family: Arial, Helvetica, sans-serif;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: -15px;
  text-align: right;
}
.btns .marg {
  margin-top: 13px;
}
/*-----footer-----*/
footer {
  position: relative;
  background: #354143;
  padding-top: 49px;
  padding-bottom: 45px;
}
footer .container {
  background: none !important;
}
footer p {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  overflow: hidden;
}
footer p > strong {
  font-weight: normal;
  margin-top: 12px;
  display: inline-block;
}
footer p a,
footer li a {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer .footerLink {
    list-style: outside none none;
    margin: 10px 0;
}
footer .footerLink li {
    display: inline;
	margin-right: 10px;
}
footer p a:hover,
footer li a:hover {
  color: #f14948;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer p img {
  float: left;
  margin-top: 0;
  margin-right: 7px;
}
footer .follow_icon {
  margin: 0;
  list-style: none;
  overflow: hidden;
  float: right;
  margin-top: 4px;
}
footer .follow_icon li {
  float: left;
  margin-left: 8px;
}
footer .follow_icon li a {
  display: inline-block;
}
footer .follow_icon li a > img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer .follow_icon li a:hover > img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer .span5 {
  width: 100%;
}
.select-menu {
  display: none !important;
}
.main {
  margin: 0 auto;
  background-color: #ffffff;
  max-width: 1100px;
}
.main {
  max-width: 1275px;
}
.bg1 {
  background-color: #444d50;
  background-image: -moz-linear-gradient(top, #4d5659, #363f42);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d5659), to(#363f42));
  background-image: -webkit-linear-gradient(top, #4d5659, #363f42);
  background-image: -o-linear-gradient(top, #4d5659, #363f42);
  background-image: linear-gradient(to bottom, #4d5659, #363f42);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d5659', endColorstr='#ff363f42', GradientType=0);
}
.bg1 .container {
  background: none;
}

/*-----main image-----*/ 
#mainimage .camera-caption.jp{
	font-size:60px;
	line-height:67px;
}
#mainimage .camera-caption.jp .title{
	margin:10px 0 0 4px;
	width: 400px;
	line-height:22px;
}

/*-------------------------------------------------------media queries----------------------------------------------------------*/
@media (min-width: 1300px) {
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 252px;
  }
  .list4 li {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .list4 li .caption {
    overflow: hidden;
  }
  .main {
    max-width: 1275px;
  }
  .slogan a {
    float: right;
  }
  .compName ul li {
    margin-left: 96px;
  }
  #mainimage .camera-caption.jp{
	font-size:45px;
	line-height:49px;
  }
  #mainimage .camera-caption.jp .title{
	margin:10px 0 0 4px;
	width: 400px;
	line-height:20px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
  h6 {
    font-size: 30px;
    line-height: 30px;
  }
  .list4 li {
    margin-bottom: 25px;
    padding-bottom: 0;
  }
  .list4 li .caption {
    overflow: visible;
  }
  .slogan > div > div {
    float: none;
    width: 100%;
  }
  .slogan a {
    float: none;
  }

  footer .span3 {
    width: 100%;
    float: none !important;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
  footer .span3 {
    width: 100%;
    float: none !important;
    margin-left: 0 !important;
  }
  footer .follow_icon {
    float: none !important;
    text-align: center;
  }
  footer .follow_icon li {
    margin-left: 0;
    margin-right: 8px;
    float: none;
    display: inline-block;
  }
  footer .span3 {
    text-align: center;
  }
  footer p {
    display: inline-block;
  }
  .compName ul li {
    margin-left: 45px;
  }
  #mainimage .camera-caption.jp{
	font-size:45px;
	line-height:49px;
  }
  #mainimage .camera-caption.jp .title{
	margin:10px 0 0 4px;
	width: 400px;
	line-height:20px;
  }
  #mainimage .camera-caption.jp {
    bottom: 47%;
    left: 10%;
    width: 50%;
  }
  .contentsw{
    width: 100%;
    margin:0 auto;
  }
  .banners article div div h2 {
	  font-size: 28px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 979px) {
  #mainimage .camera-caption.jp{
	font-size:42px;
	line-height:50px;
  }
  #mainimage .camera-caption.jp .title{
	margin:10px 0 0 4px;
	width: 400px;
	line-height:20px;
  }
  #mainimage .camera-caption.jp {
    bottom: 30%;
    left: 10%;
    width: 45%;
  }
  .contentsw{
    width: 100%;
    margin:0 auto;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 100%;
  }
  .form-div-1,
  .form-div-2 {
    margin-right: 20px;
  }
  #contact-form .error,
  #contact-form .empty {
    bottom: 0;
  }
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  h1.brand {
    text-align: center;
    width: 100%;
    padding: 56px 0 40px 0 !important;
  }
  #menu {
    height: 285px;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
    padding: 0;
	border-bottom: 5px solid #f14948;
  }
  .navbar_ .navbar-inner {
    text-align: center;
    border-radius: 0;
  }
  .navbar_ {
    float: none;
  }
  .navbar_ .navbar-inner > div {
    display: inline-block;
  }
  .slogan .description {
    font-size: 26px;
  }
  .slogan > div > div {
    float: none;
    width: 100%;
  }
  .compName ul li {
    margin-left: 115px;
  }
  .banners article div {
    padding-right: 0;
  }
  .banners h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .list4 li .caption {
    overflow: visible;
  }
  .picture .descrip {
    font-size: 190px;
    line-height: 151px;
  }
  .list2 li figure {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .list2 li figure > img {
    width: 100%;
  }
  .list5 li .caption {
    overflow: visible;
  }
  footer .span3 {
    width: 100%;
    float: none !important;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
  footer .span3 {
    width: 100%;
    float: none !important;
    margin-left: 0 !important;
  }
  footer .follow_icon {
    float: none !important;
    text-align: center;
  }
  footer .follow_icon li {
    margin-left: 0;
    margin-right: 8px;
    float: none;
    display: inline-block;
  }
  footer .span3 {
    text-align: center;
  }
  footer p {
    display: inline-block;
  }
  .main.indent {
    margin-top: 0 !important;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
/* ↓20150706 add to */
.container {
    padding: 0 50px;
}
/* ↑20150706 add to */
  #header {
    padding-bottom: 0;
    border: none;
  }
  h1.brand {
    text-align: center;
    width: 100%;
  }
  h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .banners article > em {
    display: none;
  }
  .banners article div {
    padding-right: 0;
  }
  .banners article {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
  }
  .banners.brd {
    border: none;
  }
  .projects ul li {
    width: 45%;
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
  }
  .info-box .span3 {
    margin-bottom: 2%;
  }
  .resources .span3 {
    margin-bottom: 40px;
    width: 45%;
    margin-right: 20px;
    float: left;
  }
  #menu {
    height: 186px;
  }
  .navbar_ {
    float: none;
  }
  .navbar_ {
    float: none;
  }
  .navbar_ .navbar-inner > div {
    display: inline-block;
  }
  .navbar_ .navbar-inner > div {
    display: inline-block;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
    padding: 0;
  }
  .slogan .description {
    font-size: 26px;
  }
  .slogan > div > div {
    float: none;
    width: 100%;
  }
  .compName ul li {
    margin-left: 70px;
  }
  .box-list1 {
    float: left;
    width: 45%;
    margin-right: 10px;
  }
  .navbar_ {
    float: none;
  }
  .navbar_ .navbar-inner > div {
    width: 100%;
    display: block;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
  }
  .box-thumb1 {
    width: 30%;
    float: left;
    margin-left: 0;
    margin-right: 18px;
  }
  .navbar_ .nav-collapse_ {
    padding: 0;
    margin: 0;
    border: none;
  }
  .box4 {
    width: 45%;
    float: left;
    margin-right: 20px;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }
  .navbar_ .nav-collapse_ {
    height: auto !important;
    padding-bottom: 5px;
    background: none;
  }
  .select-menu {
    display: block !important;
    width: 100%;
    border: 1px solid #000;
    background: #d9d9d9 ;
    color: #000000;
    cursor: pointer;
  }
  h1.brand a {
    margin-bottom: 38px;
  }
  .top {
    /* display: none; */
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }
  .list1 {
    width: 100%;
  }
  .box-thumb1 {
    width: 30%;
  }
  .error {
    text-align: center;
  }
  .box-pad1 {
    width: 45%;
    float: left;
    margin-right: 20px;
  }
  .box1 {
    width: 29%;
    float: left;
    margin-right: 20px;
  }
  .thumb-pad2 figure {
    margin-right: 20px;
    float: left;
  }
  .thumb-pad2 {
    margin-bottom: 70px;
  }
  .box-pad2 {
    margin-top: 1%;
  }
  .picture .descrip {
    font-size: 190px;
    line-height: 151px;
  }
  .tab-content {
    margin-bottom: 70px;
  }
  .list2 li {
    overflow: hidden;
    margin-bottom: 20px;
  }
  footer .span3 {
    width: 100%;
    float: none !important;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
  footer .span3 {
    width: 100%;
    float: none !important;
    margin-left: 0 !important;
  }
  footer .follow_icon {
    float: none !important;
    text-align: center;
  }
  footer .follow_icon li {
    margin-left: 0;
    margin-right: 8px;
    float: none;
    display: inline-block;
  }
  footer .span3 {
    text-align: center;
  }
  footer p {
    display: inline-block;
  }
  .box4 {
    width: 45%;
    margin-right: 20px;
    float: left;
  }
  .main.indent {
    margin-top: 0 !important;
  }
  .projects {
    background: none;
  }
  .sp_img_height{
	max-width: 80%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width:767px) {
/*.box1 {
    float: left;
    margin-right: 20px !important;
    width: 29% !important;
}  */
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
  .box-thumb1 {
    width: 45%;
  }
  .box4 {
    width: 45%;
    margin-right: 5%;
  }
  .list5 li figure {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .thumb-box0 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
  footer .pull-right {
    width: 100%;
  }
  .picture p {
    margin-bottom: 32px;
  }
  .nav-tabs li {
    width: 98px;
  }
  .nav-tabs li a {
    font-size: 15px;
  }
  .compName ul li {
    margin-left: 60px;
  }
  .slogan > div {
    padding: 25px 0 26px 0;
  }
}

/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {

  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  .box-thumb1 {
    width: 45%;
  }
  .box1 {
    width: 28%;
  }
  .thumb-pad2 figure {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
  }
  footer .span4 {
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 0;
  }
  footer .pull-right {
    width: 100%;
  }
  .compName ul li {
    float: left;
    margin-left: 25px;
  }
  .picture .descrip {
    font-size: 130px;
    line-height: 120px;
  }
  .resources .span3 {
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .thumb-pad1 figure {
    width: 100%;
  }
  .projects ul li {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 20px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 482px) and (max-width: 625px) {
  
}
@media (max-width: 480px) {
  .box-thumb1 {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .box-list1 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .list4 li .extra-wrap a {
    display: block;
    float: none;
    margin-bottom: 5px;
  }
  .slogan .description {
    font-size: 20px;
  }
  .thumb-pad5 figure {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .thumb-pad0 figure {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #search,
  #search input {
    width: 100%;
  }
  .box-pad1 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  footer p {
    float: none;
    margin-bottom: 10px;
  }
  footer ul {
    float: none;
    display: block;
  }
  #subscribe-form {
    margin-bottom: 30px;
  }
  .box1 {
    width: 41%;
  }
  .list1 li figure {
    float: left;
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  footer .span4 {
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 0;
  }
  .box4 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  footer .pull-right {
    width: 100%;
  }
  .nav-tabs li {
    width: 70px;
  }
  .picture .descrip {
    font-size: 90px;
    line-height: 100px;
  }
  footer p img {
    float: none;
    margin-right: 0;
    display: block;
    width: auto;
  }
  footer .follow_icon li:first-child + li + li + li + li {
    margin-right: 0;
  }
  .box4 {
    width: 100%;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  .banners h2 {
    font-size: 17px;
    line-height: 17px;
  }
  .box-thumb1 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .list1 li figure {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
  }
  .box1 {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  footer .span4 {
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 0;
  }
  footer .pull-right {
    width: 100%;
  }
  .nav-tabs li {
    width: 65px;
  }
  .picture .descrip {
    font-size: 90px;
    line-height: 100px;
  }
  .nav-tabs li a {
    font-size: 14px;
  }
  .compName ul li {
    float: none;
    margin-left: 0;
  }
  .select-menu{
    position:relative;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/.error img {
  max-width: 100% !important;
  margin-top: 4px;
}
.border {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 17px;
  margin-bottom:21px;
}
.border1 {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 17px;
  margin-bottom: 19px;
}
.margBot {
  margin-bottom: 24px;
}
.margBot1 {
  margin-bottom: 43px;
}
.margBot2 {
  margin-bottom: 27px;
}
.margBot3 {
  margin-bottom: 18px;
}
.margBot4 {
  margin-bottom: 12px;
}
.padBot {
  padding-bottom: 92px;
}
.padBot1 {
  padding-bottom: 148px;
}
/*---------------------------------------------------------------------------------------------------------------------------*//*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*-----------------------------------------------------------------------------------------------------------------------*//* inquiry */
.inquiry #content .contentArea {
    margin: 0 0 8em;
    width: 100%;
}

.inquiry .main.indent {
	padding-top: 0 !important;
}
.inquiry #content .message {
    margin-bottom: 2.4em;
}
.inquiryFormTable {
    border-bottom: 1px solid rgb(153, 153, 153);
    border-top: 1px solid rgb(153, 153, 153);
    padding: 0 0 2.4em;
}
.inquiryFormTable dl {
    display: table;
    width: 100%;
}
.inquiryFormTable dt {
    border-right: medium none;
    font-weight: 700;
    width: 25%;
}
.inquiryFormTable dd, .inquiryFormTable dt {
    display: table-cell;
    padding: 7px 10px 20px;
    text-align: left;
    vertical-align: top;
}
#inquiryForm .comment {
    color: rgb(153, 153, 153);
    display: block;
    font-size: 70%;
    margin-top: 0.3em;
}
.inquiryFormTable .formS {
    width: 30%;
}
.inquiryFormTable .formM {
    width: 50%;
}
.inquiryFormTable .formL {
    width: 82%;
}
.inquiryFormTable textarea {
    padding: 0.3em;
    width: 98%;
}
.inquiryFormTable .required {
    color: rgb(204, 0, 0);
    font-size: 80%;
    font-weight: 700;
    padding-left: 0.5em;
}
.inquiryFormTable .title {
    border-bottom: 1px solid rgb(153, 153, 153);
    color: rgb(51, 51, 51);
    margin: 1.5em 0;
    padding: 0.7em 0.5em;
}
.inquiryFormTable hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 15px 0 0;
    color: rgb(255, 255, 255);
    height: 0;
}
.inquiryFormTable .text {
    color: rgb(102, 102, 102);
    font-size: 90%;
    margin: 0.5em 0;
}
.inquiryFormTable label.tandem {
    display: block;
}
.inquiry #content .btBox {
    margin: 2em 0 0;
    text-align: center;
}
.inquiry #content .backBt, .inquiry #content .confirmBt, .inquiry #content .submitBt, .inquiry #content .topBt {
    border: thin solid rgb(0, 0, 0);
    height: auto;
    margin: 0;
    padding: 7px 0;
    text-align: center;
    text-decoration: none;
    width: 152px;
}
.inquiry #content .backBt {
    margin-right: 30px;
}
.inquiry #content .topBt {
    display: block;
    margin: 2em auto;
}
.inquiry #content .errorText:before {
    content: "※";
}
.inquiry #content .errorText {
    color: rgb(204, 0, 0);
    display: block;
    font-size: 85%;
}
.inquiryFormTable textarea, input.formM {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
}
.checkbox {
    min-height: 18px;
    padding-left: 0 !important;
}

.inquiryFormTable .checkbox dd {
    padding: 7px 0 20px 30px ;
}


.inquiryFormTable .radiobtn input {
    line-height: normal;
    margin: 0 7px 0 0;
}

/* =====================================
 blog
===================================== */
#blogList .banners {
    padding-bottom: 23px;
}
/* blog imgs -------------------------- */
.blog #content img {
	height: auto;
	max-width: 100%;
	width: auto;
}
.blog #content .icon_imgs {
	width: auto !important;
}
/* blog link -------------------------- */
#blogBody .contentArea a {
	word-break: break-all;
}
/* =====================================
 pagenation
===================================== */
#pagenation{

}
#pagenation .inner {
    margin: 30px auto 20px;
    padding-top: 20px;
    white-space: nowrap;
    width: 235px;
}
#pagenation ul,#pagenation ol {
    margin: 0;
    padding: 0;
}
#pagenation ul {
    list-style: none outside none;
}
#pagenation li {
    float: left;
    font-size: 100%;
    margin: 0.15em;
    text-align: center;
    width: 2em;
}
#pagenation li a {
    background: none repeat scroll 0 0 rgb(237, 237, 237);
    color: rgb(102, 102, 102);
    display: block;
    padding: 0.45em 0;
}
#pagenation .active a, #pagenation a.active:hover {
    background: none repeat scroll 0 0 rgb(241, 72, 71);
    color: rgb(255, 255, 255);
}
#pagenation .arrow {
    float: left;
    margin: 0.2em;
}

/* =====================================
 notfound
===================================== */
#notfoundBody p {
    text-align: center;
}
#notfoundBody p strong {
    font-size: 130%;
    font-weight: bold;
}
#notfoundBody form {
    text-align: center;
}
#notfoundBody .contentArea {
    margin-left: 0;
    margin-bottom: 2em;
}

.static #content .contentArea p {
    line-height: 1.4em;
	margin: 1em 0;
}
.static #content h2.titleBg, h2.titleBg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgb(237, 237, 237);
    border-left: medium none;
    border-top: 3px solid rgb(0, 0, 0);
    font-size: 120%;
    padding: 10px 15px;
}
#notFound.grid_8 {
    min-height: 200px;
}
#notfoundBody form input {
    padding: 5px;
	margin-bottom: 10px;
}
#notfoundBody form input.searchButton {
	font-size: 14px;
    padding: 5px;
}
/* =====================================
 sitemap
===================================== */
#sitemap {
	margin-left: 0 !important;
}

ul.sitemap_ic li {
	margin: 0 !important;
}

ul.sitemap_ic li a {
    border-bottom: 1px dotted #ccc;
    display: block;
    padding: 20px 40px 20px 15px;
    position: relative;
}
ul.sitemap_ic li a:after {
    border-right: 1px solid #888;
    border-top: 1px solid #888;
    content: "";
    display: block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
    width: 8px;
}

/* =====================================
 news
===================================== */
#news {
    position: relative;
    margin-left: 0;
}
#news h2 {
    border-top: 3px solid rgb(0, 0, 0);
    display: block;
    font-size: 130%;
    margin: 0 0 1em !important;
    padding: 10px;
}
#news dl {
    border-bottom: 1px dashed rgb(204, 204, 204);
    margin-bottom: 0.6em;
    width: 100%;
}

#news dt {
    float: none;
    font-weight: bold;
    margin-bottom: 0.1em;
    padding: 0 10px;
}

#news dt .newsNew {
    background: none repeat scroll 0 0 rgb(0, 0, 0);
    border-radius: 2px;
    color: rgb(255, 255, 255);
    font-size: 0.5em;
    margin: 0 0 0 10px;
    padding: 0.3em 0.5em;
}

#news dd {
    float: none;
    padding: 0 10px 0.6em;
    width: auto;
}
#news dd a {
    text-decoration: underline;
}
/* title 変更用 -------------------------- */
.gnv_tmp_008_title_block .gnv_tmp_008_link {
    display: none;
}
.gnv_tmp_008_title_block #news h2 {
    display: none;
}
.gnv_tmp_008_title_block #news .ov {
    position: relative;
    top: -45px;
}
.gnv_tmp_008_title_block h2 {
    margin-bottom: 0;
}
/* news link -------------------------- */
#news .ov {
    display: block;
    float: left;
    text-align: right;
    width: 100%;
    position: absolute;
    top: 20px;
}
/* news detail -------------------------- */
#newsDetail {
    margin-top: 10px;
	margin-bottom: 50px;
}
.newsDetailBody {
    margin-top: 1em;
    padding: 0 10px 10px;
}
#websiteNewsDetail .span12 {
	margin-left: 0!important;
	margin-bottom: 50px;
}

/* =====================================
 youtube resp 対応コード
===================================== */
.youtube_contents {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
}
.youtube_contents embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube_contents iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* =====================================
 singlebox
===================================== */
/* 2 column -------------------------- */
.singlebox2 {
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    width: 48.2% !important;
}
/* 3 column -------------------------- */
.singlebox3 {
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    width: 31.6% !important;
}
/* 4 column -------------------------- */
.singlebox4 {
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    width: 23.2% !important;
}

@media only screen and (max-width: 1299px) {
/* 2 column -------------------------- */
.singlebox2 {
    width: 47.8% !important;
}
/* 3 column -------------------------- */
.singlebox3 {
    width: 31.2% !important;
}
/* 4 column -------------------------- */
.singlebox4 {
    width: 22.8% !important;
}
}

@media only screen and (max-width: 979px) {
/* 2 column -------------------------- */
.singlebox2 {
    width: 47.2% !important;
}
/* 3 column -------------------------- */
.singlebox3 {
    width: 30.5% !important;
}
/* 4 column -------------------------- */
.singlebox4 {
    width: 22.2% !important;
}
}

@media only screen and (max-width: 767px) {
.singlebox2,
.singlebox3,
.singlebox4 {
    width: 100% !important;
    padding: 0 0 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/* common column -------------------------- */
.singlebox2 .b_11_2_in,
.singlebox3 .b_11_2_in,
.singlebox4 .b_11_2_in,
.singlebox6 .b_11_2_in {
    padding: 5px;
}
.singlebox2 .b_11_2_in span img,
.singlebox3 .b_11_2_in span img,
.singlebox4 .b_11_2_in span img,
.singlebox6 .b_11_2_in {
    margin: 0;
}
}

@media only screen and (max-width: 480px) {
.singlebox4 {
    margin-right: 0;
    padding: 0;
    width: 100% !important;
}
}


/********************************************** いらないcss打消し**********/
.b_11 .b_11_in span img {
    width: 100%;
    float: none;
}
.b_11_2_in span img {
    margin: 0;
    width: 100%;
}

.list5 .b_list5 {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 30px;
}
.list5 .b_list5 figure {
    float: left;
    margin: 0 18px 0 0;
}
.list5 .b_list5 figure > img {
    width: 100%;
}

.list5 .b_list5 .caption p {
    margin-bottom: 14px;
}

#blogBody .contentArea {
    margin-bottom: 18em;
}

@media (min-width: 768px) and (max-width: 979px) {
.list5 .b_list5 .caption {
    overflow: visible;
}
}

@media (max-width: 626px) {
.list5 .b_list5 figure {
    float: none;
    margin-bottom: 10px;
    width: 100%;
}
#blogBody .contentArea {
    margin-bottom: 7em;
}
}