﻿@charset "utf-8";
/*
 * 当日お届け・発送サービス
 *
 */
div#main_image{
width: 790px;height: 200px;
margin-bottom: 40px;
background: #fff url(img/header_tojitsu.png) no-repeat scroll 0 0;
}

ul.setlist{}
ul.setlist li{margin: 10px 0;margin-left: 20px;}

ul.notlist{list-style-type: none;}
ul.notlist li{text-indent: -14px;margin: 10px 0;margin-left: 20px;}

/* ===================================================================
 *
 * 価格表 ボタン
 *
 * ================================================================ */
a.price{
overflow: hidden; /* for IE6 */
color: #fff;font-weight: bold;line-height: 2.1;text-indent: 20px;letter-spacing: 0;text-decoration: none;
display: block;
width: 231px;height: 27px;
_height: 26px;
margin: 0 0;
background: transparent url(../images/button.png) no-repeat scroll 0 0;
}
a.offset  {background-color: #5eadd6;}
a.ondemand{background-color: #fe9900;}
a.offset:hover  {background-color: #8ec21f;}
a.ondemand:hover{background-color: #8ec21f;}

#mainContent h3 {
  border-bottom: 0 !important;
  border-left: 6px solid #9acd32;
}
#mainContent h4 {
  background: #fff;
  color: #000;
  font-size: 16px;
}

ul, ol {
  list-style: none;
}
.item_list:after {
  content: "";
  clear: both;
  display: block;
}
.item_list li {
  float: left;
  text-align: center;
  width: 23%;
}
.item_list li:nth-child(4n) {
  margin: 0 0 2% 0;
}
.item_list li:not(:nth-child(4n)) {
  margin: 0 2% 2% 0;
}
.item_list li:nth-child(4n + 1) {
  clear: both;
  margin: 0 2% 2% 1%;
}
.item_list li img {
  width: 100%;
}
.order_flow {
  margin: 10px 0 40px;
}
.order_flow > li {
  border-top: 1px dashed #999;
  margin: 30px 0;
}
.attention_list li {
  padding: 2px 0;
}
.nonmarker {
  display: none;
}
.image_area {
  margin: 30px 0;
}
.link_list-3column {
  margin: 10px 0 0 0;
}
.link_list-3column:after {
  content: "";
  clear: both;
  display: block;
}
.link_list-3column li {
  float: left;
  width: 32%;
}
.link_list-3column li:not(:last-child) {
  margin: 0 2% 0 0;
}
.link_list-3column li a {
  border: 1px solid #999;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  width: 100%;
}
.link_list-3column li a:hover {
  box-shadow: 0 0 10px #888;
  margin: -1px 0 1px 0;
}
.contact_mail {
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
  font-style: initial;
}

@media screen and (max-width: 640px)  {
  #mainContent h3.longstr {
    font-size: 14px !important;
    line-height: 2;
    height: auto;
  }
}