@charset "UTF-8";
/*トップイメージ */
.topimage {
  width: 960px;
  display: block;
  margin: 0 auto;
}
.topimage img,
.bays-bnr img {
  width: 100%;
  height: auto;
  display: block;
}
.topimage_bg {
  background-image: url(../top/top_bg_yellow.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.topimage_sp {
  display: none;
}
.bays-bnr {
  width: 960px;
  display: block;
  margin-top: 10px;
  border: 1px solid #ccc;
}

/*メインコンテンツ 共通*/
.main {
  border: 1px solid #ccc;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
  margin-top: 30px;
  margin-bottom: 30px;
}
.title {
  font-size: 15px;
  color: #003366;
  margin-bottom: 5px;
}

/*メイン左側*/
.left_nav {
  margin: 20px 0 25px 10px;
}

/*LIKE BOXのレスポンシブ*/
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style] {
  width: 100% !important;
}

.facebook h3 {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  padding: 5px 0 5px 30px;
  background-image: url(/themes/kurodaikobo2017/top/fb_mark.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #405ba8;
}

.twitter {
  margin: 15px 0;
}

.info_title {
  font-size: 15px;
  color: #003366;
  background-image: url(/themes/kurodaikobo2017/top/kurobo_cup.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  height: 30px;
  padding-left: 55px;
  vertical-align: middle;
}

.info {
  border: 1px solid #d3d3d3;
  background-color: #f5f6f3;
  margin-bottom: 10px;
  padding: 10px;
}

.info p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  padding-bottom: 8px;
}
.info p a {
  color: #0099cc;
  text-decoration: none;
}
.info p a:hover {
  text-decoration: underline;
}

.info li {
  margin-bottom: 10px;
  list-style-type: none;
  font-weight: bold;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  padding-bottom: 8px;
}

.whatsnew {
  color: #003366;
  font-size: 13px;
  line-height: 1.5;
}

.whatsnew a {
  color: #003366;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}

.whatsnew a:hover {
  text-decoration: underline;
}

.info_date {
  font-size: 9px;
  line-height: 1.5;
  display: block;
}
.banner_btn li,
.banner_btn02 {
  margin-bottom: 10px;
  list-style-type: none;
}

.banner_btn02 {
  width: 100%;
}

.g_translate {
  display: none;
}

.translate {
  text-align: right;
  margin: 0 10px 15px 0;
}

/*#google_translate_element {
	display: inline;    
}*/
/*#google_translate_element img {
        display: inline;
}*/
/*.goog-te-gadget-simple {
  display: inline;
  width:100%;
}*/
/*.goog-te-gadget-simple img {
  width:20px; 
	height: auto;
}*/
/*.goog-te-gadget-icon {
  background-repeat: no-repeat;
	background-position: -65px 0px;
	width:10px;
}*/
.ssl-cpi {
  margin: 5px 0;
  overflow: hidden;
}
.ssl-cpi img {
  width: 20%;
  float: right;
}

/*メイン右側*/
.right_contents {
  margin: 20px 0 25px 10px;
}

.newmodel {
  display: block;
  margin-bottom: 30px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #ccc;
  border-left-color: #ccc;
}

/*slick*/
/*html, body {
      margin: 0;
      padding: 0;
    }*/

* {
  box-sizing: border-box;
}

.slider {
  width: 100%;
  margin: 0 auto;
}

.slick-slide {
  margin: 0px 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

/*商品情報*/
.product ul {
  overflow: hidden;
  list-style-type: none;
}

.product li {
  float: left;
  width: 32%;
  height: auto;
  margin-right: 8px;
  margin-bottom: 10px;
}

.product li:last-child {
  margin-right: 0px;
}

/*お客様クイックサービス*/
.customer_quick_service {
  margin-bottom: 10px;
  overflow: hidden;
  margin-top: 10px;
}

.customer_quick_service h4 {
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px; /* Firefox用 */
  margin-bottom: 8px;
  background-color: #173366;
  padding-left: 15px;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  color: #fff;
}

.customer_quick_service ul {
  list-style-type: none;
  overflow: hidden;
}

.customer_quick_service li {
  float: left;
  margin-right: 10px;
  width: 49%;
}

.customer_quick_service li:last-child {
  margin-right: 0px;
}
.bnt_page {
  margin-bottom: 20px;
}

/* *********************************************************************************************************************
 *タブレット対応
 */
@media (min-width: 600px) and (max-width: 959px) {
  .topimage_bg {
    background-image: none;
  }

  .main {
    border-radius: 0px; /* CSS3草案 */
    -webkit-border-radius: 0px; /* Safari,Google Chrome用 */
    -moz-border-radius: 0px; /* Firefox用 */
    margin-top: 10px;
    margin-bottom: 10px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  }

  .topimage,
  .bays-bnr {
    width: 100%;
  }

  .customer_quick_service li {
    width: 48%;
  }
  .facebook {
    text-align: center;
    background-color: #ccc;
  }
}

/* *********************************************************************************************************************
 *ミニタブレット対応
 */

@media all and (max-width: 736px) {
  .banner_btn {
    overflow: hidden;
  }

  .banner_btn li {
    width: 50%;
    float: left;
    padding-right: 5px;
    margin-bottom: 10px;
    list-style-type: none;
  }
  .banner_btn li:last-child {
    padding-right: 0px;
  }
}

/* *********************************************************************************************************************
 *スマホ対応
 */
@media all and (max-width: 599px) {
  .topimage_bg {
    background-image: none;
  }

  .main {
    border-radius: 0px; /* CSS3草案 */
    -webkit-border-radius: 0px; /* Safari,Google Chrome用 */
    -moz-border-radius: 0px; /* Firefox用 */
    margin-top: 5px;
    margin-bottom: 10px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  }

  .topimage {
    padding-top: 50px;
    width: 100%;
  }
  .bays-bnr {
    width: 100%;
    margin-top: 10px;
  }

  /*メイン左側*/
  .left_nav {
    margin: 10px 10px 0 10px;
    overflow: hidden;
  }
  .right_contents {
    margin: 5px 0 25px 10px;
  }

  /*製品イベントのご案内*/
  .newmodel {
    margin-bottom: 40px;
  }

  /*商品情報*/
  .product li {
    float: left;
    width: 31%;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .customer_quick_service h4 {
    font-size: 90%;
  }
  .customer_quick_service li {
    width: 48%;
  }

  .banner_btn li {
    width: 48%;
    margin-right: 5px;
    margin-bottom: 10px;
    float: left;
  }

  .g_translate {
    display: none;
  }
}
