@charset 'UTF-8';



/*********************************************
/*
/* Intersection
/*
/********************************************/

/****************************************
body
****************************************/
body {
  background: #fbfbfb;
}

img {
  max-width: 100%;
  height: auto;
}

.main {
  margin-bottom: 20px;
}


/*********************************************
/*
/* Header
/*
/********************************************/

/****************************************
.header
****************************************/
.header {
  border-top: 3px solid #00953c;
  background: #fff;
}
.pc-only {
 	display:block !important;
 	text-align:right;
 	margin-right:40px;
 	}
.sp-only {
	display:none !important;
	margin:5px;
	padding:2px;
	}
.header_img {
	margin-top:-10px;
	margin-bottom:5px;
	text-align:center;
}
.trans {
	margin-top:10px;
	}
@media screen and (max-width: 768px){
.pc-only {
	display:none !important;
	}
.sp-only {
	display:block !important;
	}
}

/****************************************
.site-logo
****************************************/
.site-logo {
  margin-top: 16px;
  margin-bottom: 1px;
  padding-right: 10px;
}


/*********************************************
/*
/* Navigation
/*
/********************************************/

/****************************************
.breadcrumb
****************************************/
.breadcrumb {
  padding: 0;
  background: none;
}

.breadcrumb li+li:before {
  content: '»';
}


/****************************************
.navbar
****************************************/
.navbar {
  min-height: auto;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .container {
    width: 100%;
  }
}

.nav-toggle {
  text-align: right;
}

.navbar-toggle {
  margin: 20px 0 0 0;
  background-image: -webkit-linear-gradient(top,#00613c 0,#00613c 100%);
  background-image:      -o-linear-gradient(top,#00613c 0,#00613c 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#00613c),to(#00613c));
  background-image:         linear-gradient(to bottom,#00613c 0,#00613c 100%);
}

.navbar-toggle .icon-bar {
  background-color: #FFF;
}

.navbar-inverse {
  border: none;
  border-top: 1px solid #919190;
  border-bottom: 2px solid #00953c;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #f4f4f3;
  background-image: -webkit-linear-gradient(top,#f4f4f3 0,#c8c8c7 100%);
  background-image:      -o-linear-gradient(top,#f4f4f3 0,#c8c8c7 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f4f4f3),to(#c8c8c7));
  background-image:         linear-gradient(to bottom,#f4f4f3 0,#c8c8c7 100%);
  background-repeat: repeat-x;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: none;
}

.navbar-collapse {
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .navbar-collapse {
    margin-top: 0;
  }
}

.navbar-nav {
  float: none;
  margin: 0;
}

.navbar-nav li {
  width: 100%;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  color: #000;
}

@media screen and (min-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
  }
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: #00953c;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #00953c;
}

@media screen and (min-width: 768px) {
  .navbar-nav li {
    width: 100%;
  }
  .navbar-nav>li {
    width: calc(100% / 8);
    text-align: center;
  }
  .navbar-nav li:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .navbar-nav>li>a {
    padding: 20px 0;
    color: #000;
  }
}


/****************************************
.sub-nav
****************************************/
.sub-nav,
.navbar-form {
  display: none;
}

.sub-nav a {
  color: #66737f;
}

.sub-nav li:before {
  padding-right: 5px;
  content: '»';
  color: #90b7df;
}

@media screen and (min-width: 768px) {
  .sub-nav {
    display: block;
    padding-top: 30px;
    text-align: right;
  }
  .navbar-form {
    display: block;
    padding: 0;
    text-align: right;
  }
}

.input-group {
  width: 280px;
}

@media screen and (min-width: 768px) {
  .navbar-form .input-group .input-group-btn {
    width: 1%;
  }
}


/*********************************************
/*
/* key-visual
/*
/********************************************/

/****************************************
.jumbotron
****************************************/
.jumbotron {
  margin: 0;
  padding: 0;
}


/****************************************
.key-visual
****************************************/
.key-visual {
  margin: 0 0 20px 0;
}

.carousel-control i {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: inline-block;
  margin-top: -10px;
  color: #bababa;
}

.carousel-control .fa-angle-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .fa-angle-right {
  right: 50%;
  margin-right: -10px;
}

@media screen and (min-width: 768px) {
  .carousel-control i {
    font-size: 30px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .carousel-control .fa-angle-left {
    margin-left: -15px;
  }
  .carousel-control .fa-angle-right {
    margin-right: -15px;
  }
}

.carousel-indicators {
  display: none;
}

.carousel-inner>.item>a>img {
  width: 100%;
}


/****************************************
.page-visual
****************************************/
.page-visual {
  background-color: #BDD6EC;
  margin-bottom: 20px;
}

.pagevisual-title {
  margin: 0;
  font-size: 20px;
  padding: 15px 0 0 10px;
  height: 54px;
  color: #00953c;
  background-color: #E6F2FF;
  background-image: url(../img/bg-title.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  -webkit-background-size: 50%;
       -o-background-size: 50%;
          background-size: 50%;
}

@media screen and (min-width: 768px) {
  .pagevisual-title {
    font-size: 30px;
    padding: 60px 0 0 50px;
    height: 160px;
    color: #00953c;
    background-position: right top;
    -webkit-background-size: auto;
         -o-background-size: auto;
            background-size: auto;
  }
}


/*********************************************
/*
/* MainContent-index
/*
/********************************************/

/****************************************
.feature
****************************************/
.feature-block {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .feature-block {
    margin-bottom: 0;
    text-align: center;
  }
}

.feature-block a {
  display: table;
}

@media screen and (min-width: 768px) {
  .feature-block a {
    display: block;
  }
}

.feature-block a:hover {
  text-decoration: none;
}

.feature-block a p,
.feature-block a h3 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .feature-block a p,
  .feature-block a h3 {
    display: block;
    float: left;
  }
}

.feature-block a p {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .feature-block a p {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}

.feature-block a p img {
  border: 4px solid #ececec;
}

.feature-block a:hover p img {
  opacity: 0.5;
}

.feature-block a h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  color: #666;
}

@media screen and (min-width: 480px) {
  .feature-block a h3 {
    font-size: 40px;
    margin-top: 0;
    padding: 20px 15px 0;
  }
}

.feature-block a:hover h3 {
  color: #bbb;
}

.feature-block a h3 span {
  font-size: 14px;
  display: block;
}

.featureblock-title {
  padding-left: 0;
}


/****************************************
.home-subtitle
****************************************/
.home-subtitle {
  background-image: url(../img/titbg1.jpg);
  font-size: 14px;
  padding-left: 40px;
  background-repeat: no-repeat;
}

.home-subtitle span {
  font-size: 12px;
  font-weight: normal;
  color:#fff;
  display: block;
}

@media screen and (min-width: 768px) {
  .home-subtitle {
    font-size: 25px;
  }
  .home-subtitle span {
    display: inline;
    margin-left: 16px;
  }
}


/****************************************
.nav-tabs
****************************************/
.nav-tabs li {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .nav-tabs li {
    width: 190px;
    height: 52px;
    margin: 0 4px 0 0;
  }
}

.nav-tabs>li>a {
  font-size: 16px;
  margin: 0;
  padding: 14px 15px;
  text-align: center;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #79e0a3;
}

@media screen and (min-width: 768px) {
  .nav-tabs>li>a {
    -webkit-border-radius: 8px 8px 0 0;
            border-radius: 8px 8px 0 0;
  }
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  color: #fff;
  background: #00953c;
}


/****************************************
.tab-content
****************************************/
.tab-content {
  padding: 18px;
  border: 2px solid #e8e8e8;
  background: #fff;
}

.tab-pane {
  margin-bottom: 0;
  list-style-type: none;
  -webkit-padding-start: 0;
}

.tab-pane li {
  overflow: hidden;
}

.tab-pane li+li {
  margin-top: 12px;
}

.tab-pane div {
  float: left;
}

.tab-pane .article-title {
  font-size: 14px;
  line-height: 1.4;
  float: left;
  display: block;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .tab-pane .article-title {
    float: none;
    padding-left: 154px;
  }
}

.tab-pane .date {
  width: 80px;
  margin-right: 10px;
}

.tab-pane .label {
  display: inline-block;
  width: 60px;
  margin-right: 10px;
  padding: 0.3em 0 0.4em;
  text-align: center;
  color: #fff;
}

.label-new {
  background: #f0ad4e;
}

.label-product {
  background: #5cb85c;
}

.label-news {
  background: #5fc2df;
}

.label-topics {
  background: #e54728;
}

.label-seminer {
  background: #d34edf;
}


/*********************************************
/*
/* MainContent
/*
/********************************************/

/****************************************
.mainblock
****************************************/
.mainblock {
  padding: 25px 0;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #fff;
}

.inner-block p {
  padding: 0 15px;
}

.inner-block li {
  padding: 0 15px 10px;
}

.inner-block dt {
  padding: 5px 5px 2px;
}
.inner-block dd {
  padding: 5px 20px 2px;
}

@media screen and (min-width: 768px) {
  .inner-block li {
    padding: 0 15px;
  }
}


/****************************************
.article-nav
****************************************/
.article-nav ul {
  padding: 15px;
  list-style: none;
}

.article-nav li {
  display: inline-block;
}

.article-nav .prev {
  float: left;
}

.article-nav .next {
  float: right;
}

.article-nav li a {
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  width: 86px;
  height: 26px;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 13px;
          border-radius: 13px;
}

.article-nav li a:hover {
  text-decoration: none;
  background: #eee;
}

.article-nav+.inner-block {
  border-top: 1px solid #eaeaea;
}


/****************************************
.title
****************************************/
.maintitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 1.2;
  position: relative;
  padding: 12px 30px;
  color: #00953c;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  background: #fff;
}

.maintitle:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  content: '';
  background: -webkit-gradient(linear, left top, right bottom, from(#00953c), to(#90b7df));
  background: -moz-linear-gradient(left, #00953c, #90b7df);
  background:      linear-gradient(left, #00953c, #90b7df);
}

.subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  padding: 12px 20px 12px 16px;
  color: #00953c;
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-left: 4px solid #00953c;
}

.blocktitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  padding: 8px 10px;
  color: #00953c;
  border-bottom: 2px dotted #eaeaea;
}

.boxtitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  padding: 8px 0;
}


/****************************************
.table
****************************************/
.tablebox {
  padding: 25px 15px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #fff;
}

.table>tbody>tr>th {
  border-top: none;
  border-bottom: 2px solid #ddd;
}

.table>tbody>tr>th:first-child,
.table>tbody>tr>td:first-child {
  padding: 8px 8px 8px 15px;
}


/****************************************
.thumb-box
****************************************/
.thumb-box {
  padding: 0;
  list-style: none;
}

.thumb-box li {
  padding: 0 15px 10px;
}

@media screen and (min-width: 768px) {
  .thumb-box li {
    padding: 0 15px;
  }
}

.thumb-box li a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 4px;
  color: #333;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #fff;
}

.thumb-box li a:hover {
  text-decoration: none;
  border: 1px solid #00953c;
}

.thumb-box li a img {
  width: 100%;
  height: auto;
}

.thumb-box h3,
.thumb-box p {
  padding: 0 15px;
}

.thumb-box button {
  float: right;
  margin: 0 15px 15px 0;
}


/****************************************
.thumb-block
****************************************/
.thumb-block {
  list-style: none;
}

.thumb-block li {
  margin-bottom: 10px;
  padding: 4px 4px 15px;
  color: #333;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .thumb-block li {
    padding: 4px;
  }
}

.thumb-block li div {
  position: relative;
  overflow: hidden;
}

.thumb-block li:last-child {
  margin-bottom: 20px;
}

.thumb-block li>div:first-child {
  padding-right: 0;
  padding-left: 0;
}

.thumb-block li>div:first-child img {
  width: 100%;
  height: auto;
}

.thumb-block button {
  float: right;
}


/*********************************************
/*
/* SideContent
/*
/********************************************/

/****************************************
.banner
****************************************/
.aside {
  margin: 10px auto 0;
}

.aside .banner {
  text-align: center;
}

.aside p,
.aside .fb-page {
  text-align: center;
}

.aside p a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 992px) {
  .aside {
    margin: 0 auto;
  }
  .aside p img {
    width: 100%;
    height: auto;
  }
}


/****************************************
.cat-nav
****************************************/
.cat-nav {
  margin-bottom: 10px;
}

.cat-nav .cat-title {
  font-size: 14px;
  line-height: 46px;
  height: 46px;
  margin: 0;
  padding: 0 17px;
  color: #fff;
  background: #00953c;
}

.cat-nav ul {
  padding: 0;
  list-style: none;
  border-top: 1px solid #eaeaea;
}

.cat-nav li {
  height: 46px;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}

.cat-nav li a {
  font-size: 14px;
  line-height: 46px;
  display: block;
  padding: 0 17px;
  color: #8e8e8e;
}

.cat-nav li a::before {
  position: absolute;
  right: 15px;
}


/*********************************************
/*
/* Footer
/*
/********************************************/

/****************************************
.btn-pagetop
****************************************/
.btn-pagetop {
  border-bottom: 5px solid #4be288;
  background: #fbfbfb;
}

.btn-pagetop .container {
  text-align: right;
}

.btn-pagetop .container a {
  display: inline-block;
  width: 50px;
  height: 25px;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  background: #4be288;
}

.btn-pagetop .container a:hover {
  text-decoration: none;
  background: #79e0a3;
}

.btn-pagetop .container a i {
  padding-top: 5px;
}


/****************************************
.footer
****************************************/
.footer {
  background: #00953c;
  color:#fff;
}

.footer .container {
  padding: 10px 0;
}

.footer-nav {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 34px;
  margin: 0;
  color: #fff;
}
.footer-text {
  background: ##00953c;
  text-align:left;
}

@media screen and (min-width: 768px) {
  .footer-nav>div {
    float: left;
    max-width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .footer-nav>div {
    max-width: 25%;
    text-align: center;
  }
}

.footernav-title {
  font-size: 16px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}

.footernav-title .glyphicon-chevron-down:before {
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .footernav-title .glyphicon-chevron-down:before {
    display: none;
  }
}

.list-group {
  margin-bottom: 0;
}

.list-group a {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #fff;
}

.list-group a:hover {
  text-decoration: none;
  color: #79e0a3;
}




.copylight {
 text-align:center;
 color: #fa6d06;
}

.access dt.dd {
	padding-left:20px;
	}
	
/* =テキスト回り込み */
.float_left {
	float: left;
	padding: 0 5px 5px 0;
	}
.float_right {
	float: right;
	}
.align_right {
	text-align: right;
	padding-right: 10px;
	}
.align_right  a{
	color: #20a8e6;
	text-decoration: underline;
	}
.align_center {
	text-align: center;
	}

/* =Right */
#right {
	width: 250px;
	float:right;
	margin: 15px 0 20px 0;
	font-size: 11px;
	border: 1px solid #e6e6e6;
	}
#right h3 {
	font-size: 16px;
	/*margin: 10px 0 10px 2px;*/
	}
#right h4 {
	font-size: 14px;
	margin: 13px 0 10px 4px;
	padding-left: 18px;
	color: #00953c;
	background-image:url(../img/contents_Right_H4.png);
	background-repeat: no-repeat;
	}
#right h4 a {
	color: #00953c;
	}
#right h4 a:hover {
	color: #ff9900;
	font-weight: bold;
	}
#right h4.youarehere {
	font-size: 14px;
	margin: 13px 0 10px 12px;
	padding-left: 18px;
	color: #00953c;
	background-image:url(../img/contents_Right_H4_youarehere.png);
	background-repeat: no-repeat;
	}
#right h5 {
	font-size: 12px;
	margin: 13px 0 10px 4px;
	padding-left: 18px;
	color: #00953c;
	background-image:url(../img/contents_Right_H5.png);
	background-repeat: no-repeat;
	}
	
#right a{
	color: #00953c;
}

#right a:link,
#right a:visited{
	color: #00953c;
}

#right a:hover,
#right a:active{
	color: #f60;
}

#right .btn {
	margin-left: 15px;
	}
#right ul {
	margin: 10px 0 0 10px;
	}
#right ul  li {
	list-style-image: url(../img/jpg/parts/list_mark01.jpg);
	list-style-position: inside;
	font-size: 12px;
	}
#right ul  li a{
	color: #b0b0b0;
	/*padding-left: 5px;*/
	list-style-position: inside;
	}
#right ul  li a:hover {
	border-bottom: 1px dashed #b0b0b0;
	font-weight: bold;
	}
#right_banner  {
	margin:20px 0 0 0;
	}
#right_banner p {
	margin:8px 0 0 8px;
	}

/* =1column */
#one_column dt{
	font-size: 14px;
	margin-left: 20px;
	 }
#one_column dd{
	font-size: 12px;
	margin-left: 110px;
	 }

/* =Main */
#main {
	width: 100%;
	font-size: 12px;
	}

#main p{
	font-size: 12px;
}

#main table{
	margin: 20px auto 40px 5px;
}

#main table a:hover,
#main table a:active{
	color: #f60;
	}
.blocktitle clearfix dd{
	padding-left: 50px;
	}
#japanmall_tel{
	font-weight: bold;
	color: #f60;
	margin-bottom: 10px;
}
/* =NEWS */

#topics{
	margin-left: 20px;
	border:none;
}

#news {
	margin: 8px 10px 10px 30px;
	}
#news  h3{
	color: #20a8e6;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	}
	
#news p{
	text-align: left;
	font-size: 12px;
	}
	
ul#news li{
	font-size: 16px;
	margin-top: 15px;
	border-bottom: solid 2px #ffc778;
}

#news dl dt{
	font-size: 14px;
	margin-left:20px;
}

#news dl dd{
	font-size: 12px;
	margin: -2.0em  0 0 70px;
}

/* ページトップへのスタイル */
	.page_top {
		text-align: right;
		margin-right: 10px;
		}
/* ◆◆◆◆◆◆◆◆◆ メールフォーム ◆◆◆◆◆◆◆◆◆*/

#contact_area {
	width: 100%;
	height: 100%;
	margin-top: 10px;
	/*border: 1px solid #e6e6e6;*/
	}

#contact_area input, #contact_area textarea {
	padding: 5px;
	width: 100%;
	font-size: 12px;
	margin: 0px 0px 10px 10px;
	/*border: 1px solid #999999;*/
	}

#contact_area textarea {
	height: 80px;
	}

#contact_area textarea:focus, #contact_area input:focus {
	border: 1px solid #999999;
	}

#contact_area input.submit-button {
	width: 85px;
	height: 87px;
	float: center;
	margin-right: 20px;
	}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	margin: 0px 0px 10px 10px;
	width: 480px;
	padding-top: 5px;
	}

#agreement {
	overflow:auto;
	width:480px;
	height:200px;
	border:1px #e6e6e6 solid;
	margin: 0 0 20px 20px;
	}

/* ◆◆◆◆◆◆◆◆◆ メールアドレスだけ大きく表示 ◆◆◆◆◆◆◆◆◆*/
input#largesize {
	font-size: 24px;
	}