@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : tirekeep.css
 style info : タイヤ保管サービス
=================================================================== */
.con_service, .con_price, .con_toku, .con_notice {
  margin-bottom: 50px;
}
@media only screen and (min-width: 741px) {
  .con_service .inner, .con_price .inner, .con_toku .inner, .con_notice .inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* -----------------------------------------------------------
  .con_intro_service
  キャッチコピー指定
----------------------------------------------------------- */
@media only screen and (min-width: 741px) {
  .con_intro_service h3 {
    width: 100%;
    height: 0;
    padding-top: 46px;
    overflow: hidden;
    background: url("../tirekeep/images/txt_intro.png") center 0 no-repeat;
  }
}

.txt_notice {
  color: red;
  font-weight: bold;
  border: 5px solid red;
  padding: 15px;
  margin-bottom: 50px;
  font-size: 1.2em;
}
@media only screen and (min-width: 741px) {
  .txt_notice {
    font-size: 1.4em;
    text-align: center;
    padding: 30px;
  }
}

/* -----------------------------------------------------------
  .con_service
  サービス内容
----------------------------------------------------------- */
.con_service .box_point {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 10px;
}
.con_service .box_point h4 {
  color: #bb0000;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.con_service .box_point ul {
  border-top: 1px solid #d9d9d9;
}
.con_service .box_point ul li {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px;
  font-weight: bold;
}
.con_service .box_point ul li:last-child {
  border-bottom: none;
}
.con_service .box_point ul li span {
  color: #bb0000;
  font-weight: bold;
}
.con_service .img_point {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  padding: 2px;
}
.con_service .txt_point {
  margin-bottom: 10px;
}
.con_service .txt_point span {
  font-weight: bold;
}
.con_service .txt_red {
  color: #bb0000;
  margin-bottom: 30px;
}
.con_service .img_kodawari {
  text-align: center;
  letter-spacing: -.5px;
  margin-bottom: 20px;
}
.con_service .img_kodawari li {
  width: 33.33333%;
  padding: 0 2px;
  display: inline-block;
}
.con_service .img_kodawari li img {
  width: 100%;
}
.con_service .box_kodawari {
  margin-bottom: 20px;
}
.con_service .box_kodawari h4 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #bb0000;
  border-bottom: 2px dotted #bb0000;
}
.con_service .box_kodawari p {
  padding: 0 10px;
}
.con_service .box_kodawari p.sub {
  color: #bb0000;
  font-size: .8em;
}
@media only screen and (min-width: 741px) {
  .con_service {
    overflow: hidden;
  }
  .con_service .txt_red {
    text-align: right;
  }
  .con_service .img_kodawari {
    float: right;
    width: 20%;
  }
  .con_service .img_kodawari li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .con_service .img_kodawari li img {
    width: auto;
  }
  .con_service .box_kodawari {
    float: left;
    width: 78%;
  }
  .con_service .box_kodawari h4 {
    font-size: 1.3em;
  }
  .con_service .lnk_ptop {
    clear: both;
  }
}
@media only screen and (min-width: 1025px) {
  .con_service .box_point {
    width: 40%;
    float: left;
    padding: 10px 0 0;
  }
  .con_service .box_point ul li {
    letter-spacing: -.5px;
  }
  .con_service .img_point {
    width: 30%;
    float: left;
  }
  .con_service .txt_point {
    clear: both;
  }
}
@media print {
  .con_service .box_point {
    width: 40%;
    float: left;
    padding: 10px 0 0;
  }
  .con_service .box_point ul li {
    letter-spacing: -.5px;
  }
  .con_service .img_point {
    width: 30%;
    float: left;
  }
  .con_service .txt_point {
    clear: both;
  }
}
.ie8 .con_service .box_point {
  width: 40%;
  float: left;
  padding: 10px 0 0;
}
.ie8 .con_service .box_point ul li {
  letter-spacing: -.5px;
}
.ie8 .con_service .img_point {
  width: 30%;
  float: left;
}
.ie8 .con_service .txt_point {
  clear: both;
}

/* -----------------------------------------------------------
  .con_price
  価格表
----------------------------------------------------------- */
.con_price .txt {
  margin-bottom: 20px;
  color: #bb0000;
  font-size: .9em;
}
.con_price table {
  margin-bottom: 20px;
}
.con_price table thead tr {
  background: #f4edbb;
}
.con_price table th, .con_price table td {
  text-align: center;
  background: none;
}
.con_price table th {
  width: 20%;
}
.con_price table th.size {
  width: 40%;
}
.con_price table td {
  font-size: .9em;
}
@media only screen and (min-width: 741px) {
  .con_price table th, .con_price table td {
    font-size: 1.1em;
  }
  .con_price table th {
    width: 25%;
  }
  .con_price table th.name {
    width: 50%;
  }
}

/* -----------------------------------------------------------
  .con_toku
  お得情報
----------------------------------------------------------- */
.con_toku .inner .txt {
  font-weight: bold;
}

/* -----------------------------------------------------------
  con_notice
----------------------------------------------------------- */
.con_notice {
  margin-bottom: 50px;
}
.con_notice .list_notice {
  margin-bottom: 20px;
  border-top: 1px solid #d9d9d9;
}
.con_notice .list_notice li {
  border-bottom: 1px solid #d9d9d9;
  padding: 5px;
  font-weight: bold;
}
.con_notice .list_notice li span {
  color: #bb0000;
}

/* -----------------------------------------------------------
  .con_info
  関連情報＆お客様の声
----------------------------------------------------------- */
.con_info {
  max-width: 1000px;
  margin: 0 auto 50px;
  background: url(../images/bg_slash.png);
  padding: 15px;
}
.con_info .inner {
  background: #fff;
  padding: 15px;
}
.con_info .inner h3 {
  color: #bb0000;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 4px dotted #bb0000;
  padding: 0 10px 10px;
  margin-bottom: 10px;
}
.con_info .inner ul {
  margin-bottom: 20px;
}
.con_info .inner ul li {
  border-bottom: 1px solid #d9d9d9;
  padding: 5px;
}
.con_info .inner ul li:before {
  content: "＊";
  color: #bb0000;
}
.con_info .inner ul li a {
  text-decoration: none;
  font-weight: bold;
}
.con_info .inner ul li a span {
  margin-right: 5px;
}
.con_info .inner .img {
  display: none;
}
@media only screen and (min-width: 741px) {
  .con_info .inner {
    position: relative;
  }
  .con_info .inner .img {
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
  }
  .con_info .inner .btn_basic {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1025px) {
  .con_info .inner ul li a:hover {
    text-decoration: underline;
  }
}
@media print {
  .con_info .inner ul li a:hover {
    text-decoration: underline;
  }
}
.ie8 .con_info .inner ul li a:hover {
  text-decoration: underline;
}
