@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  margin: 0;
  width:100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
.font-bold {
	font-weight: bold;
	font-size: 150%;
}

body {
  margin:0;
  padding:0;
  color:#333;
  font-family: meiryo,'hiragino kaku gothic pro',Osaka,"ＭＳ Ｐゴシック";
  line-height:1.75;
  background:#fff;
  overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6,img,ul,ol,li,dl,dt,dd,table,th,td,a,span,p  {
  font-size:14px;
  font-size:1.4rem;
  color:#333;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

header {
  box-sizing:border-box;
  position:relative;
  width:100%;
  background:#fcfcfc;
  min-width:980px;
}

.inner {
  position:relative;
  margin:0 auto;
  width: 980px;
}

nav {
  width:100%;
  background:#fff;
  box-shadow:0 1px 2px #d0d8dc;
  zoom:1;
}

nav:after {
  content:'';
  display:block;
  clear:both;
}

.contents,
.contents-topics {
  overflow:hidden;
  width:980px;
  margin:20px auto;
  background:#fff;
}

.contents-sphand{
  overflow:hidden;
  clear: both;
  margin: 0 auto;
  background: #eee;
}

#main {
  box-sizing:border-box;
  overflow:hidden;
  float:left;
  width:100%;
}

#main-left {
  box-sizing:border-box;
  overflow:hidden;
  float:right;
  width: 75%;
}

#sub {
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  width :22%;
  border: 1px solid #ccc;
}

#sub h3{
  padding: .5em 0 .5em .75em;
  background: #01479D;
  color: #fff;
  margin: 0;
  /*font-size: 1.6rem;*/
  font-size: 16px;
}

footer {
  box-sizing:border-box;
  width:100%;
  margin:0 auto;
}

a {
  color:#333;
  text-decoration:underline;
}
a:hover {
  color:#333;
  text-decoration:none;
}

h1 {
  color:#00469D;
  /*font-size: 26px;*/
  font-size: 2.6em;
}

h2 {
  margin-bottom: 1em;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  background: #01479D;
  margin-top: 0;
}

h3{
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #01479D;
}

h4 {
  margin-bottom:0.25em;
  font-size:15px;
  color: #01479D;
  border-bottom: 3px solid #01479D;
}

h5 {
  position:relative;
  margin-bottom:0.25em;
  padding-left:10px;
  color:#01479D;
  font-size:14px;
  font-weight:bold;
}
h5:before {
  content: "";
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 14px;
  background: #fff;
}

h6 {
  margin-bottom:0.25em;
  color:#0D56B1;
  font-size:14px;
  font-weight:bold;
}

p {
  margin:0 0 1em 0;
}

em {
  font-weight:bold;
}

strong {
  font-weight:bold;
  color:#ff0000;
}

.red {
  color : red;
}

pre {
  margin:1em 0;
  padding:1em;
}

blockquote {
  margin-bottom:1em;
  padding:1em;
  border:1px dotted #ddd;
  border-left:5px solid #ddd;
}

ul,ol,dl {
  margin:0 0 1em 0;
}
ul li {
  list-style-type: square;
}
ul.list-none {
	padding-left:0;
}
ul.list-none li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 1.7em;
	text-indent: -1.7em;
}
ul.list-none li:first-child,
.new-entry p {
	margin-top: 1em;
}
.new-entry ul.list-none li.martop {
	margin-top: 0.5em;
}

ol li {
  list-style:decimal;
}

li {
  margin-left:2em;
}

table {
  width:100%;
  margin-bottom:1em;
  border-collapse:collapse;
  border:1px solid #ddd;
  background:#fff;
}

th {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ddd;
  background: #ECF3FB;;
}

td {
  padding:10px;
  text-align:left;
  border:1px solid #ddd;
}

img{
  max-width: 100%;
  vertical-align:bottom;
  border: 0;
  height: auto;
  width /***/:auto; /*IE8のみ適用*/
}

nav {
  width:100%;
  background:#fff;
  box-shadow:0 1px 2px #d0d8dc;
  ⁄zoom:1;
}

.products_list .nav ul {
  margin:0;
  padding:0;
}

.products_list .nav li {
  position: relative;
  width: 980px;
  display: table-cell;
  margin: 0;
  text-align: center;
  list-style: none;
  margin-bottom: 1px;
  border: 1px solid #ccc;
  background: #E6F1FF;
}

.products_list .nav li a {
  padding: 20px 0;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background: #E6F1FF;
}

.products_list .nav li a:hover {
      background: #666;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 980px;
  margin: 0 auto;
}

.mb20 {
	margin-bottom:20px;
}

.mb40 {
	margin-bottom:40px;
}
#main .mbm05e {
  margin-bottom: -0.5em;
}
#main .mb01e {
  margin-bottom: 1em;
}
#main .mb1e {
  margin-bottom: 1.5em;
}
#main .mb18e {
  margin-bottom: 1.8em;
}
#main .mb36e {
  margin-bottom: 3.6em;
}
#main .mb54e {
  margin-bottom: 5.2em;
}
#main .mb72e {
  margin-bottom: 7.0em;
}



#main .mb2e {
  margin-bottom: 3em;
}
#main .mb3e {
  margin-bottom: 4.5em;
}
#main .mb4e {
  margin-bottom: 6em;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
  padding:30px 10px;
  background: url(../images/bbb.gif) center bottom repeat-x;
  z-index: 10;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#logo {
  margin:0 0 6px 0;
  padding:0;
  line-height:100%;
  font-size:24px;
  font-weight:normal;
}

.summary {
  position:absolute;
  top:0;
  right:200px;
  font-size: 16px;
  margin:0;
}

/*================================================
 *  TOP画像など
 ================================================*/

.top_mainpict_bg_area {
  background: url("../images/bg-main-img.png") no-repeat scroll 0 -40px ;
  background-size: cover;
  float: left;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

.top_mainpict_bg_area .topmainpict_aria {
  margin: 0 auto;
  width: 980px;
}

.top_mainpict_bg_area .topmainpict_aria .top_mainpict_1 {
  box-shadow: 0 0 5px;
  float: left;
  width: 67%;
}
.top_mainpict_bg_area .topmainpict_aria .top_mainpict_1 img{
  width:100%;
}

.top_mainpict_bg_area .topmainpict_aria .top_mainpict_2 {
  box-shadow: 0 0 5px;
  float: right;
}

.top_mainpict_bg_area .topmainpict_aria .top_mainpict_2 .search_box {
  background-color: #ff7705;
  float: left;
  width: 300px;
  padding: 2px;
}

.top_mainpict_bg_area .topmainpict_aria .top_mainpict_2 .search_box h4 {
  border: 0 none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}

.top_mainpict_bg_area .topmainpict_aria .top_mainpict_2 .search_box .form-group {
  background-color: #ffffff;
  margin: 0;
  padding: 0 5%;
}
/* 2018-07-20 */
.top_mainpict_bg_area .topmainpict_aria .top_mainpict_2 .search_box .form-group02 {
  background-color: #ffffff;
  margin: 25px 0 0;
  padding: 0 5%;
}

.top_mainpict_bg_area .topmainpict_aria .top_mainpict_2 .search_box p {
  background-color: #ffffff;
  display: block;
  margin: 0 ! important;
  padding: 1.9em 5%;
  text-align: right;
}

.top_mainpict_bg_area .topmainpict_aria .top_mainpict_2 .search_box label {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  padding-top: 1.6em;
}

.topmainpict_aria .top_mainpict_2 .search_box .orange_button {
  background-color: #ff7705;
  border-radius: 3px;
  border: 0 none;
  box-shadow: 0 3px 0 0 #ab3c00;
  color: #ffffff;
  display: inline;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 0 0.5em;
  padding: 0.5em 1.5em;
}

.top_mainpict_bg_area .topmainpict_aria .top_mainpict_2 .search_box .search_from_here {
  padding: 1em;
  width: 100%;
  margin-left: 0;
}

.lt-ie8 .top_mainpict_bg_area .topmainpict_aria .top_mainpict_2 .search_box {
  width: 99%;
}

.top_mainpict_bg_area .topmainpict_aria .top_mainpict_2 .search_box p {
  display: block;
  margin: 1em;
}

.top_mainpict_bg_area .topmainpict_aria .top_mainpict_2 .search_box .postcode1, .top_mainpict_bg_area .topmainpict_aria .top_mainpict_2 .search_box .postcode2 {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  line-height: 24px;
  width: 60px;
  height: 30px;
  font-size: 15px;
}

.top_mainpict_bg_area .topmainpict_aria .top_mainpict_2 .search_box .postcode2 {
  width: 60px;
  height: 30px;
  font-size: 15px;
}

.top_mainpict_bg_area .topmainpict_aria .top_pickup {
  float: left;
  font-size: 1.4rem;
  margin: 1.2em 0 0;
  width: 100%;
}

.top_mainpict_bg_area .topmainpict_aria .top_pickup h4.title_pickupinfo {
  border: 0 none;
  float: left;
  width: 110px;
  height: 53px;
  background: url( "../images/title_pickupinfo.png" ) no-repeat right center;
  margin: 0;
  font-size: 0;
  text-indent: -9999px;
}

.top_mainpict_bg_area .topmainpict_aria .top_pickup {
  background: url("../images/bg_pickupinfo.png") no-repeat scroll left top;
  height: 53px;
}

.top_mainpict_bg_area .topmainpict_aria .top_pickup dl {
  float: left;
  font-size: 1.1em;
  padding: 14px 0 0;
	width: 68%;
  margin-left: 17px;
}

.top_mainpict_bg_area .topmainpict_aria .top_pickup dl dt {
  font-size: 1em;
	font-size: 13px;
  float: left;
  /*padding-top: 12px; 2行のときに使う*/
}

.top_mainpict_bg_area .topmainpict_aria .top_pickup dl dd {
  float:left;
  padding-left: 1.0em;
    font-size: 0.8em;
}
.top_mainpict_bg_area .topmainpict_aria .top_pickup .list_button {
  background: url("../images/btn_pickupinfo_list.png") no-repeat scroll left top;
  width: 98px;
  height: 53px;
  float:right;
  text-indent: -9999px;
  font-size: 0;
  left: 1%;  position: relative;
}

.main-lefts-5 {
  float:left;
  width: 48%;
  padding-right: 14px;
}

.main-lefts-4 {
  float:left;
  width: 38%;
  padding-right: 12px;
}

.sub-s-5 {
  float:left;
  width: 50%;
}

.main-lefts-7 {
  float:left;
  width: 68%;
  padding-right: 12px;
}

.sub-s-3 {
  float:left;
  width: 30%;
}

.text-bold {
  font-size: 2em;
  color: #01479d;
  font-weight: bold;
}

.main-image{
  margin-bottom: 20px;
}

nav {
  background: #01479D;
  z-index: 3;
  font-size: 12px;
  font-size: 1.2rem;
}
nav ul {
  margin:  0;
  padding: 0;
}

nav li {
  position: relative;
  width: 20%;
  float: left;
  margin:  0;
  padding: 0;
  text-align: center;
  list-style: none;
  border-right: 1px solid #799ECB;
}

.lt-ie8 nav li:first-child {
  border-left: 1px solid #799ECB;
}

nav li:first-child {
  width: 19%;
  border-left: 1px solid #799ECB;
}

nav li a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  margin:  0;
  padding: 0;
  border-radius: 0 0 3px 3px;
  z-index: 3;
}

nav li ul li {
  overflow: hidden;
  width: 120%;
  height: 0;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

nav li li:first-child {
  width: 120%;
}

nav li ul li a {
  padding: 10px 15px;
  background: #01479D;
  text-align: left;
  font-weight: normal;
}
nav li:hover > a {
  background: #01479D;
  color: #fff;
}

nav li:hover > a:hover {
  background:#053673;
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
  font-size:12px;
  padding:2px;
  margin-bottom: 3em;
}

#topicpath a {
  font-size: 12px;
  padding: 2px;
}

/*================================================
 *  サブコンテンツ
 ================================================*/

.submenu {
  padding-left: 0;
  margin-bottom: 0;
}

.submenu li {
  margin:0;
  padding:0;
  list-style:none;
}

ul.submenu li{
  padding:5px;
}

ul.submenu li+li{
  border-top:1px dotted #ddd;
}

.submenu li a {
  display:block;
  padding:10px 2px;
  color:#000;
  text-decoration:none;
}

.submenu li a:hover {
  background:#1A69CA;
  color: #fff;
}

.submenu .now-page {
  color: #00469D;
  padding:10px 2px;
  display:block;
  font-weight:bold;
}

.submenu .co {
  background-color: #AAAAAA;
  border-bottom:1px dotted #ddd;
  padding: 10px 2px 10px 5px;
  color:#fff;
}

.sub-s-4 .bnr {
  overflow:hidden;
  width: 100%;
}
.sub-s-4 .bnr ul {
  overflow:hidden;
}

.sub-s-4 .box {
    width: 50%;
    float: left;
}
.sub-s-4 .bnr li {
  margin:0 0 10px 0;
  padding:0;
  list-style:none;
  width: 100%;
}

.lt-ie8 .sub-s-4 .bnr img {
  width: 80%;
}

.sub-s-4 .bnr img ,
.sub-s-4 .bnr2 img{
  width: 100%;
}

.sub-s-4 .bnr2 {
  overflow:hidden;
  padding-left: 10px;
}
.sub-s-4 .bnr2 ul {
  overflow:hidden;
}

.sub-s-4 .bnr2 li {
  margin:0 0 10px 0;
  padding:0;
  list-style:none;
  display: block;
  width: 100%;
}

/*================================================
 *  クラス
 ================================================*/
/* TOP　ポップアップ箇所*/


/* home index.html */
.contents-area_list h2 {
  margin-top: 20px;
}

.contents-area_list a span{
  background:url(../images/shop-list_link_icon_1.png) left no-repeat;
  background-size:11px 11px;
  padding-left:1em;
  color: #01479D;
}

.popup .store_name {
  font-size: 18px;
  font-weight: bold;
  margin-top:    5px;
  margin-bottom: 5px;
}


.button {
	position: relative;
	background-color: #0085B2;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #007297;
	-ms-box-shadow: 0 3px 0;
	text-decoration: none;
	padding: 15px 15px 10px;
}
.button span {
  background:url(../images/shop-list_link_icon.png) left no-repeat;
  background-size:20px 20px;
  padding-left:1.5em;
  font-size: 20px;
  font-weight: bolder;
  color:#fff;
}

.button:hover {
	top: -4px;
	box-shadow: 0 7px 0 #007297;
	color: #fff;
}
.button:active {
	top: 3px;
	box-shadow: none;
}

.recommended_eriabt ul{
	text-align: center;
	padding-left: 0px;
}

.recommended_eriabt li{
	margin: 0 20px 10px 0;
    padding: 0;
    list-style: none;
	display: inline-block;
}

.bt-store,
.invitation .bt-store {
  display:block;
  text-align:center;
  background:#01479D;
  color:#fff;
  padding:.25em 0; -webkit-border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  border-radius:6px;
  width: 12em;
  float: right;
  text-decoration: none;
  margin-right: 10px;
}

.bt-store span,
.invitation .bt-store span {
  background:url(../images/shop-list_link_icon.png) left no-repeat;
  background-size:16px 16px;
  padding-left:1.5em;
  color:#fff;
}

.bt-store:hover,
.invitation bt-store:hover {
  background-color: #013C83;
  color: #FFF;
  text-decoration: none;
}


.top_shop_search_area_list {
  width: 100%;
  padding: 10px 20px;
}


.top_shop_search_area_list dl {
  margin-bottom:10px;
}

.top_shop_search_area_list dl:last-child{
  border-bottom:none;
}

.top_shop_search_area .shop_search_area_list dl a {
  padding: 2px;
}

.top_shop_search_area_list dt {
  font-weight:700;
  font-size:110%;
  float: left;
  margin-right: 10px;
}

.top_shop_search_area_list dd  {
  /* margin-bottom:5px; */
  margin-left : 0;
  width: 100%;
  float: left;
}

.top_shop_search_area_list dd ul {
  margin-bottom: 5px;
  padding-left: 0;
  width: 200px;
}

.top_shop_search_area_list dd li {
  float:left;
  border-left:1px solid #ddd;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 8px;
  list-style-type: none;
  margin-left: 0;
  display: block;
  font-size: 16px;
}

.top_shop_search_area .shop_search_area_list dd li:first-child {
  border-left:none;
  padding-left:0;
}

.top_shop_search_area .shop_search_area_list dd li a {
  line-height:1em;
}

.recommended .title-area {
  position: relative;
  width: 100%;
  margin-top: 1.5em;
}

.recommended .title-area .link {
  position: absolute;
  right: -15px;
  top: 29px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 110px;
  font-size: 14px;
  text-decoration: none;
  line-height: 100%;
}

.recommended {
  position: relative;
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  height: auto;
}

.recommended .title-area .link {
  position: absolute;
  right: 0;
  top: 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 110px;
  font-size: 14px;
  text-decoration: none;
  line-height: 100%;
}

/* 詳細を見るボタン削除8-30 */
/* .recommended .title-area > .link {
 background: url(../images/recommended_link_icon.png) left no-repeat;
 padding: 10px 10px 10px 20px;
} */

.recommended .title-area h2 {
  padding: 12px 0;
  color: #333;
  background: none;
  font-size: 14px;
  margin-bottom: 0px;
  float: left;
  text-indent: -9999px;
  background: url(../images/recommended_title.png) 0 0 no-repeat;
  width: 35%;
}

.recommended .title-area p {
  text-align: left;
  padding:  5px 0 10px 10px;
  display: block;
  *display: inline;
  *zoom: 1;
  font-weight: bolder;
  width: 100%;
}

/* ADD Carousel */
.recommended_carousel_wrap {
  padding: 0 40px;
}
.recommended_carousel .col {
  padding: 0 5px 0 5px;
}
.recommended_carousel .item {
  width: 100%;
  margin-bottom: 2.5%;
}
.recommended_carousel .col p {
  margin-bottom: 0;
}

.recommended_carousel .col .mb1{
  margin-bottom: 1.5em;
}
.slick-slide:focus {
  outline: none;
}
/* Carousel Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width:  28px;
  height: 52px;
  padding: 0;
  margin-top: -10px\9; /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border:  none;
  outline: none;
  color: transparent;
}
.slick-prev {
  background: url( ../images/nav_prev.png ) no-repeat;
}
.slick-next {
  background: url( ../images/nav_next.png ) no-repeat;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: .75;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .25;
}
.slick-prev {
  left:  -38px;
}
.slick-next {
  right: -38px;
}


.recommended .price_txt {
  font-family: "HiraKakuProN-W6","Arial Black",meiryo;
  font-style: italic;
  color: #FF0000;
  font-weight: bold;
  font-size: 3.5em;
  clear: both;
  float: right;
  background: url( ../images/giza.gif ) no-repeat;
  text-shadow: 1px 1px #333; 
}
.normal-p {
	 background: #01479D; 
	 color: #fff; 
	 display: inline-block; 
	 position: relative;
	 padding: 5px 10px;
	 line-height: 1.6;
	 font-size: 12px;
	 margin-top: 5px;
}
.oneline-p {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
/*.normal-p:after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #01479D transparent transparent transparent;
	position: absolute;
	top: 54px;
	left: 45%
}*/
.recommended .price_txt .price_{
  color: red;
}

.recommended .price_txt:after {
  background: url(../images/aaa.png) 0 0 no-repeat;
}

.recommended .textR {
  padding-bottom: 10px;
  border-bottom: solid 1px #dddddd;
}

img.lastChild.empty {
  display: inline-block; /* add */
  width: 29px;
  margin: 18px 0;
  padding: 0 0 0 6px;
}

.list {
  padding:0 0 0 0.5em;
}
.list li {
  margin:0;
  padding:0 0 0 15px;
  list-style:none;
  background:url(../images/check.png) 0 5px no-repeat;
}

.info {
  /*font-size: 14px;*/
  font-size: 1.3rem;
  /*margin-bottom: 20px;*/
  margin: 0.5em;
  padding: 0;
}

.info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info ul li {
  margin:0;
  padding:10px 0 10px 30px;
  border-bottom:1px dotted #dcdcdc;
  color:#565656;
  overflow:hidden;
  clear:both;
}

.info li {
  display: block;
  padding: 5px;
  color : #000000;
  border-bottom: dotted 2px #dddddd;
  text-decoration: none;
  margin-left: 0;
}

.info time {
  color: #878787;
  margin-right: 10px;
  font-weight: bold;
  float:left;
  display:inline-block;
  width:10%;
  box-sizing:border-box;
}

.info .text {
  float: none;
  width: auto;
  margin-left: 100px;
}

.contents-topics .main-lefts-6 {
  float:left;
  width:60%;
}

.contents-topics .sub-s-4 {
  float:left;
  width:40%;
}

.contents-topics-s h3 {
  margin: 0.5em 0 1em 0;
}

.contents-topics-s .main-lefts-6 {
  float:left;
  width:70%;
  margin-bottom: 2em;
  line-height: 1.8;
}

.contents-topics-s .sub-s-4 {
  float:left;
  width:30%;
}


/* 下層ページ */

.article_body  { padding:10px 0; }

.article_body > *:first-child ,
.article_body > section > *:first-child {
  margin-top: 0;
}

.article_body > section {
  margin: 4em 0;
}

/* 安さに挑戦 */



.sell_map {
  overflow: hidden;
  padding: 0 0 20px;
	margin: 0 auto;
}

.sell_map > .title {
  box-sizing:border-box;
  overflow:hidden;
  float:left;
  width: 48%;
}


.sell_map > .image {
  margin-right: 4px;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  width :50%;
}

.sell_sp-content{display:none !important}

/*20190708*/
.txbold {
	font-weight: bold;
}

/*20190924*/
.mt2em {
	margin-top: 2em !important;
}
/*20191203*/
.frozen {
	background: #01479D; 
	color: #fff; 
	padding: 1px 5px; 
	margin-right: 5px;
}

@media screen and (max-width: 767px){
.sell_sp-content {
    display: block !important;
}
	
.sell_sp-content h3{
  padding: 0;
  font-size: 20px;
  border-left: none;
}

.sell_sp-content ul {
  padding-left: 0;
}

.sell_sp-content li {
  list-style-type: none;
  margin: 0;
  text-align: center;
  padding: 0;
  left: 0;
  margin-bottom: 10px;
}
	
.sell_sp-content .bt {
  display: inline-block;
  padding: 10px 60px;
  border-radius: 5px;
  background-color: #FF7705;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
}

.sell_sp-content .bt span{
  background:url(../images/shop-list_link_icon.png) left no-repeat;
  background-size:16px 16px;
  padding-left:1.5em;
  color:#fff;
}

.sell_sp-content  .bt:hover {
  background-color: #FE5301;
  color: #FFF;
  text-decoration: none;
}
	
	.sell_map{display:none !important}
}

/* 安さに挑戦　商品一覧*/
.itemList {
  overflow: hidden;
  clear: both;
  width: 100%;
  padding-left: 0;
}

.itemList li {
  width: 20%;
  margin-bottom: 2%;
  padding: 0 0.7%;
  float: left;
  margin-left: 0;
  list-style: none;
  box-sizing:border-box;
}

.itemList figure {
  margin: 0;
}

.itemList li .name {
  margin-top: 2.5%;
  margin-bottom: 0.3%;
  line-height: 1.5;
}

.itemList li .new {
      padding-left: 35px;
      background-image: url(../images/item_new.gif) ;
	background-repeat: no-repeat; 
	background-position:left center; /* */ 
}

.itemList li .mb1{
  margin-bottom: 1.5em;
}
.itemList li .mb2{
  margin-bottom: 2em;
}
.itemList li .mb3{
  margin-bottom: 2.5em;
}
.itemList li .mb4{
  margin-bottom: 3em;
}
.itemList li .mb5{
  margin-bottom: 3.5em;
}
.itemList li .mb6{
  margin-bottom: 4em;
}
.itemList li .mb7{
  margin-bottom: 4.5em;
}

.itemList li .price {
  font-family: "HiraKakuProN-W6","Arial Black",meiryo;
  font-style: italic;
  color: #FF0000;
  font-weight: bold;
  font-size: 3em;
  float: right;
}

.itemList li .price  span{
  color:red;
}

.itemList li .price:after {
  background: url(../images/aaa.png) 0 0 no-repeat;
}

/* 店舗・チラシ情報 都道府県テキストリンク検索 */

.shop_search_area {
  background:url(../images/shop_map_backgroundimage.png) no-repeat 0 0;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}


.lt-ie8 .shop_search_area .shop_search_area_list {
  width:40%;
  padding: 5px 8px;
}


.shop_search_area .shop_search_area_list {
  float:right;
  width:46%;
  padding: 10px 20px 0;
  background-color: #fff;
  border: 4px solid #FF7705;
  margin-right: 20px;
}

.shop_search_area .shop_search_area_list dl {
  margin-bottom:10px;
}

.shop_search_area .shop_search_area_list dl:last-child{
  border-bottom:none;
}

.shop_search_area .shop_search_area_list dl a {
  padding: 2px;
}

.shop_search_area .shop_search_area_list dl a:hover,
.shop_search_area .shop_search_area_list dl a.active {
  text-decoration:none;
  padding:2px;
}

.shop_search_area .shop_search_area_list a.noshop,
.shop_search_area .shop_search_area_list a.noshop:hover,
.shop_search_area .shop_search_area_list a.noshop.active {
  color:#ddd;
  background:none;
  text-decoration:none;
  padding:4px;
  pointer-events: none;
  cursor: default;
}

.shop_search_area .shop_search_area_list dt {
  margin-bottom:.5em;
  font-weight:700;
  font-size:110%;
  float: left;
  margin-right: 10px;
  width: 80px;
}

.shop_search_area .shop_search_area_list dd  {
  margin-bottom:5px;
  margin-left : 0;
  width: 70%;
  float: left;
}

.shop_search_area .shop_search_area_list dd ul {
  margin-bottom: 2px;
  padding-left: 0;
  border-bottom: dotted 1px #dddddd;
}

.shop_search_area .shop_search_area_list dd li {
  float:left;
  border-left:1px solid #ddd;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 8px;
  list-style-type: none;
  margin-left: 0;
}

.shop_search_area .shop_search_area_list dd li:first-child {
  border-left:none;
  padding-left:0;
}

.shop_search_area .shop_search_area_list dd li a {
  line-height:1em;
}

.shop-list {
  margin-top: 20px;
}

.shop-list .shop-name {
  width:20%;
}

.link-shop span{
  background:url(../images/shop-list_link_icon_1.png) left no-repeat;
  background-size:11px 11px;
  padding-left:1em;
  color: #01479D;
}

.shop-list-bt-aria {
  float: right;
}

.shop-list-bt-aria .bt-shop {
  display:block;
  text-align:center;
  background:#01479D;
  color:#fff;
  padding:.25em 0; -webkit-border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  border-radius:6px;
  width: 12em;
  float: left;
  text-decoration: none;
  margin-right: 10px;
}

.shop-list-bt-aria .bt-shop span{
  background:url(../images/shop-list_link_icon.png) left no-repeat;
  background-size:15px 15px;
  padding-left:1.5em;
  color:#fff;
}

.shop-list-bt-aria .bt-shop:hover {
  background-color: #013C83;
  color: #FFF;
  text-decoration: none;
}

.shop-list-bt-aria .bt {
  display:block;
  text-align:center;
  background:#FF7705;
  color:#fff;
  padding:.25em 0;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  border-radius:6px;
  width: 12em;
  float: left;
  text-decoration: none;
}

.shop-list-bt-aria .bt span{
  background:url(../images/shop-list_link_icon.png) left no-repeat;
  background-size:15px 15px;
  padding-left:1.5em;
  color:#fff;
}

.shop-list-bt-aria .bt:hover {
  background-color: #FF590F;
  color: #FFF;
  text-decoration: none;
}

.shop-list-bt-aria .bt-n {
  display:block;
  text-align:center;
  background:#aaaaaa;
  color:#fff;
  padding:.25em 0;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  border-radius:6px;
  width: 12em;
  float: left;
  text-decoration: none;
}

.shop-list-bt-aria .bt-n span{
  background:url(../images/shop-list_link_icon.png) left no-repeat;
  background-size:15px 15px;
  padding-left:1.5em;
  color:#fff;
}

/* 郵便番号フォーム */
.shop_postalcode_search_box {
  background-color: #ccc;
  width: 100%;
  padding: 2px;
}

.shop_postalcode_search_box .form-group {
  background-color: #FDFAF5;
  margin: 0 auto;
  padding: 4em;
}

.shop_postalcode_search_box label {
  display: inline;
  font-size: 1.6em;
  font-weight: bold;
}

.shop_postalcode_search_box .orange_button {
  background-color: #ff7705;
  border-radius: 3px;
  border: 0 none;
  box-shadow: 0 3px 0 0 #ab3c00;
  color: #ffffff;
  display: inline;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 0 0.5em;
  padding: 0.5em 1.5em;
}

.shop_postalcode_search_box .postcode1, .shop_postalcode_search_box .postcode2 {
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  line-height: 24px;
  width: 60px;
  height: 30px;
  font-size: 15px;
}

.shop_postalcode_search_box .postcode2 {
  width: 70px;
  height: 30px;
  font-size: 15px;
}

.shop_postalcode_search_txt {
  width: 50%;
  float: left;
  /* display: inline; */
}

.shop_postalcode_search_form {
  width: 50%;
  float: left;
  /* display: inline; */
}

.shop_postalcode_search_aria {
  margin: 0 auto;
  width: 530px;
}

/* 店舗詳細 */

.storeline1 {
  clear: both;
  overflow: hidden;
  /*margin-bottom: 50px;*/
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.storeline1 .store_add dl  {
  margin:12px 0 0 0;
}

.storeline1 .store_add dt {
  font-weight: bold;
  width: 6em;
  background: url(../images/arrow_04.gif) no-repeat left center;
  padding-left: 12px;
}

.storeline1 .store_add dd{
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding-bottom: 3px;
}

.store_detail_comment {
  margin: 12px 0 0 0;
  /*font-size: 14px;*/
  font-size: 1.4rem;
}

.store_detail_handbill {
  background:#FDFAF5;
  border:1px solid #ccc;
  padding:15px;
}

.store_detail_handbillimages {
  text-align: center;
}

.store_detail_handbill .store_detail_see_more {
  clear: both;
  margin: 18px;
  text-align: center
}

.store_detail_handbill .store_detail_see_more > .bt {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #FF7705;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.store_detail_handbill .store_detail_see_more >.bt span{
  background:url(../images/shop-list_link_icon.png) left no-repeat;
  background-size:16px 16px;
  padding-left:1.5em;
  color:#fff;
}

.store_detail_handbill .store_detail_see_more > .bt:hover {
  background-color: #FF590F;
  color: #FFF;
  text-decoration: none;
}

.store_info {
  float: left;
  width: 57%;
}
/*20191107追記*/
.store_info02 {
  float: left;
  width: 27%;
  margin-right: 2%;
}



/* invitation index.html */
#map_container_area_1 {  /* Google Map */
  width:  100%;
  height: 600px;
  margin: 0;
}
#map_container_area_2 {  /* Google Map */
  width:  100%;
  height: 450px;
  margin: 0;
}

/* shop index.html */
.tabContentsContainer h2 {
  margin-top: 20px;
}

#map_container_shop { /* Google Map */
  width:  100%;
  height: 600px;
  margin: 0;
}

#map_container_shop_details { /* details page copy */  /* Google Map */
  width:  50%;
  height: 240px;
  float: left;
  margin-right:  2%;
  margin-bottom: 40px;
}

/*20180705追記-Googleマップボタン差し替え*/
#map_btn_shop_details {
  width:  40%;
  float: left;
  margin-right:  3%;
  margin-bottom: 40px;
}
/*20191107追記-Googleマップボタン差し替え*/
#map_btn_shop_details02 {
  width:  30%;
  float: left;
  margin-right:  3%;
  margin-bottom: 40px;
}
.card-maney {
	float: left;
	width: 38%;
}
#map_btn_shop_details a img:hover,
#map_btn_shop_details02 a img:hover {
	opacity: 0.7;
}

/* company company_profile.html */
.company_office_map {
	margin-bottom: 20px;	
}

.company_office_map dt {
  font-weight: bold;
  width: 6em;
  background: url(../images/arrow_04.gif) no-repeat left center;
  padding-left: 12px;
}

.company_office_map dd{
  margin: 0;
  padding-bottom: 3px;
}


#map_container_pin_1,
#map_container_pin_2,
#map_container_pin_3{  /* Google Map */
  width:  60%;
  height: 200px;
  margin: 0;
  float: left;
}

.company_edi_system 
{
  text-align: center;
  margin: 10px;
}

.manual{
  text-align: left;
  margin: 10px;
  margin-left: 2em;
}

/* 2018-07-20 */
.company_edi_system .bt,
.maplinkbtn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #FF7705;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
}

.company_edi_system .bt span,
.manual .bt span,
.maplinkbtn span {
  background:url(../images/shop-list_link_icon.png) left no-repeat;
  background-size:16px 16px;
  padding-left:1.5em;
  color:#fff;
}

.company_edi_system .bt:hover,
.manual .bt:hover,
.maplinkbtn:hover {
  background-color: #FE5301;
  color: #FFF;
  text-decoration: none;
}


.manual .bt {
  display: inline-block;
    padding: 10px 57px;
  border-radius: 5px;
  background-color: #FF7705;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.entry {
  clear: both;
  margin: 18px;
  text-align: left;
}

.entry > .bt {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #d00000;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.entry >.bt span{
  background:url(../images/shop-list_link_icon.png) left no-repeat;
  background-size:16px 16px;
  padding-left:1.5em;
  color:#fff;
}

.entry > .bt:hover {
  background-color: #8f0000;
  color: #FFF;
  text-decoration: none;
}



/* 出店店舗募集 */

.invitation .itemList {
  overflow: hidden;
  clear: both;
  width: 100%;
  padding-left: 0;
}

.invitation .text-bold {
  font-size: 2em;
  color: #01479d;
  font-weight: bold;
}

.invitation .readtext-bold {
  font-size: 2em;
}

.invitation .itemList li {
  width: 33.333%;
  margin-bottom: 2%;
  padding: 0 0.7%;
  float: left;
  margin-left: 0;
  list-style: none;
  box-sizing:border-box;
}

.invitation .itemList figure {
  margin: 0;
}


.invitation .itemList li .name {
  margin-bottom: 0.3%;
  line-height: 3;
  text-align: center;
}

.invitation .background-color-ccc {
  background-color : #ccc;
  padding: 20px 20px 10px;
}

.invitation .store_listing_heading{
  padding: 0;
  color: #01479D;
  font-size: 26px;
  font-size: 2.6em;
  background: none;
  margin-bottom: 0;
}

.invitation .red {
  color : red;
  background: none;
  font-size: 1em;
  font-weight: bold;
}

.invitation th {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
  background: #ECF3FB;
}

.invitation td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
}

.invitation　.agreement {
  background: url(../images/arrow_04.gif) no-repeat left center;
  padding-left: 12px;
  list-style-type: none;
  overflow: hidden;
}

.invitation dl {
  width:100%;
  margin-left: 1em
}

.invitation dt {
  float:left;
}

.invitation dd {
  margin-left:100px;
}

.invitation span{
  background:#333;
  color: #fff;
  padding:0 4px;
}

.invitation .contract {
  overflow: hidden;
  clear: both;
  width: 100%;
  padding-left: 0;
}

.invitation .contract li {
  margin-bottom: 2%;
  padding: 0 0.7%;
  margin-left: 0;
  list-style: none;
  box-sizing:border-box;
}

.invitation .contract li:before,
.new-entry h5:before {
  display: inline-block;
  margin-right: 7px;
  content: url(../images/arrow_04.gif) ;
}

.new-entry h5:before {
	top: 23%;
}

.new-entry h5 {
	color: #333;
	padding-left: 13px;
	margin-top: 0;
	
}

.invitation .osaka,
.invitation .tokyo {
    overflow: hidden;
}


.invitation .inquiry{
    float: left;
}


.invitation .osaka .tel,
.invitation .tokyo .tel{
  color: #0055BD;
  font-size: 2.5em;
  font-weight: bold;
  width: 33%;
}

.invitation .osaka .fax,
.invitation .tokyo .fax{
  color: #0055BD;
  font-size: 2.5em;
  font-weight: bold;
  width: 35%;
}


.invitation .address {
  font-size: 1.5em;
  font-size:  15px;
  color: #333;
}

.invitation .osaka .tel a,
.invitation .tokyo .tel a,
.invitation .osaka .fax a,
.invitation .tokyo .fax a{
  color:#0055BD;
}

/* サイトマップ */
.sitemap .listBox ul {
  overflow:hidden;
}

.sitemap .listBox ul li {
  list-style-type:none;
  float: left; /*floatで横並びに*/
  margin-bottom: 10px;
  text-align: center;
}

.sitemap .listBox-link {
  background:url(../images/shop-list_link_icon_1.png) left no-repeat;
  padding-left:1.2em;
  color: #01479D;
}

/* ご利用にあたって */
.terms .use_add dt {
  font-weight: bold;
  background: url(../images/arrow_04.gif) no-repeat left center;
  padding-left: 12px;
}

.terms .use_add dd {
  margin: 0 0 1em 2em;
}

.terms .use_add p:before {
  content:"\0025a0";
  color:#01479D;
}

/* 創業祭　商品一覧*/
/*TOPページ ----*/
.top_sougyosai .button {
	background-color: #FE7501;
	box-shadow: 0 3px 0 #A54A01;
}
/*.top_sougyosai .button span {
  background:url(../images/shop-list_link_icon.png) left no-repeat;
  background-size:20px 20px;
  padding-left:1.5em;
  font-size: 20px;
  font-weight: bolder;
  color:#fff;
}*/
.top_sougyosai .button:hover {
	box-shadow: 0 7px 0 #A54A01;
}
/*共通 ----*/
#sougyosai_kansai .itemList li .price,
#sougyosai_kanto .itemList li .price {
	background:url(../sougyosai/images/price_bg.png) no-repeat left center;
}
#sougyosai_kansai, #sougyosai_kanto{
	background-color:#FFFFDD;
}
#sougyosai_kansai .contents,
#sougyosai_kanto .contents{
	background-color:#FFFFDD;
	margin:0px auto;
	padding-top:20px;
	padding-bottom:20px;
}
/*関西 ----*/
#sougyosai_kansai .title-area h2 {
  padding: 12px 0;
  color: #333;
  background: none;
  font-size: 40px;
  margin-bottom: 0px;
  margin-right: 20px;
  float: left;
}
#sougyosai_kansai .title-area p {
  text-align: left;
  padding:  25px 0px 0px 15px;
  display: block;
  *display: inline;
  *zoom: 1;
  font-weight: bold;
  color:#C00;
  font-size:30px;
  width: 100%;
}
#sougyosai_kansai .itemList li {
  /*width: 33%;*/
  width: 25%;
  margin-bottom: 2%;
  padding: 0 0.7%;
  float: left;
  margin-left: 0;
  list-style: none;
  box-sizing:border-box;
}
#sougyosai_kansai .itemList li .price {
	font-size:3.5em;
}
/*関東 ----*/
#sougyosai_kanto h2 {
	padding: 12px 0;
	color: #333;
	background: none;
	font-size: 40px;
	margin-bottom: 0px;
}



/*================================================
 *  フッター
 ================================================*/

.wrap {
  padding: 25px;
  margin: 0 auto;
  width: 980px;
  background: #eee;
}

.wrap .inner {
  float: left;
  width: 75%;
  margin: 0 auto;
}

.wrap .inner > h3 {
  color: #01479D;
  background: none;
  margin-bottom: 0.25em;
  border-left: 0;
  padding: 0 0 5px;
  font-size: 1.8em;
}

.wrap .inner > p {
  /*font-size: 14px;*/
  font-size: 1.4rem;
}
.wrap .right {
  float: left;
  width: 25%;
  margin: 0 auto;
}

.wrap .left {
  float: left;
}

.f-gvaveria {
  width: 980px;
  margin: 0 auto;
}

footer {
  clear:both;
  margin: 0 auto;
  font-size: 93%;
  background-color:#01479D;
}

.f-gnav {
  width:100%;
  padding:20px 0;
  background:#013C83;
}

.f-gnav ul {
  position:relative;
  float:left;
  left:50%;
  margin:0;
  padding:0;
}

.f-gnav li {
  position:relative;
  left:-50%;
  float:left;
  list-style:none;
  margin:0;
  padding:0 15px;
  text-align:center;
}

.f-gnav a {
  color:#fff;
  text-decoration:none;
}

.f-gnav a:hover {
  color:#ccc;
  text-decoration:underline;
}

.f-gnav:after {
  content: "";
  display: block;
  clear: both;
}

.f-gnav li:before {
  content:"";
  margin-top: -10px;
  position:absolute;
  top:50%;
  left:0;
  width:1px;
  height: 20px;
  background:#fff;
}

.f-gnav li:first-child:before {
  width: 0;
}

/*address*/

.m-address {
  display: block;
  font-size: 12px;
  background-color:#01479D;
  width: 980px;
  margin: 0 auto;
  padding: 15px 20px;
}

.m-address .company_name {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.3em;
}

.company_name , .address, .copyright ,
.tel-fax{
  color:#efede9;
}

.company_name , .address, .copyright ,
.tel-fax a{
  color:#fff;
}

.m-address .osaka, .m-address .tokyo{
  float: left;
  width: 38%;
}

.m-address .copyright{
  float: left;
  width: 24%;
  padding:20px 0;
  font-size:11px;
  color:#efede9;
  margin: 0;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
  position:fixed;
  bottom: 10px;
  right: 40px;
  z-index: 999;
}

.totop a {
  display:block;
  text-decoration:none;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/

@media screen and (max-width:980px) {
  .top_mainpict_bg_area .topmainpict_aria .top_mainpict_1 img{
    width: 100%;
  }

  .top_mainpict_bg_area .topmainpict_aria{
    padding: 0 1em;
    float:left;
    width: 100%;
  }
  .top_mainpict_bg_area .topmainpict_aria .top_mainpict_1 {
    width: 60%;
  }
  .top_mainpict_bg_area .topmainpict_aria .top_mainpict_2 {
    width: 38%;
  }
  .top_mainpict_bg_area .topmainpict_aria .top_mainpict_2 .search_box{
    width: 100%;
  }
  .top_mainpict_bg_area .topmainpict_aria .top_mainpict_2 .search_box p {
  padding: 1em 5%;
  }
  
  .topmainpict_aria .top_mainpict_2 .search_box .orange_button {
  padding: 0.5em 1.2em;
  }
  
  /* recommended */
  .recommended .title-area .link { position: inherit; }
  .recommended .title-area h2 { padding: 12px 5px; float: none; width:100%; background-position: 50%;}
  .recommended .title-area p {padding: 10px; margin: 0; text-align: center; }

  .inner {
    width:100%;
  }

  .contents, .contents-topics {
    box-sizing:border-box;
    width:100%;
    padding: 10px;
    margin: 0 auto;
  }

    .contents-topics-s {
    box-sizing:border-box;
    width:100%;
  }

  footer { width:100%; }

  .recommended .title-area .link {position: inherit; padding-left: 20px; top: -8px; left: 10px;}

  .shop_search_area.clearfix { background: none;}
  .shop_search_area .shop_search_area_list dd {float: none;margin-left: 40px;}
  .shop_search_area .shop_search_area_list { float: none; width: 100%; }

  .shop_postalcode_search_txt {  width: 100%; float: none;}
  .shop_postalcode_search_box .form-group { background-color: #FDFAF5; margin: 0 auto; padding: 2em; }

  .shop-list-bt-aria {float: left;}
  .shop-list-bt-aria .bt-shop {margin-bottom: 2px; width: 10em;}
  .shop-list-bt-aria .bt,
  .shop-list-bt-aria .bt-n {width: 10em; }
  .shop-list .shop-name { width:30%;}
  
	.wrap {
	  margin: 0 auto;
	  width: 100%;
	}
	
	.summary {
	  right: 195px;
	}
	
  	.wrap .inner {
	  width: 70%;
	}	
	
	.wrap .right {
	  width: 30%;
	}
	
	.f-gvaveria {
	  width: 85%;
	  margin: 0 10px;
	}	

	.f-gnav li:last-child:before {
	  width: 0;
	}

	.invitation .osaka .tel,
	.invitation .tokyo .tel,
	.invitation .osaka .fax,
	.invitation .tokyo .fax{
	  width: 50%;
	}
	
	.invitation .osaka .tel a,
	.invitation .tokyo .tel a,
	.invitation .osaka .fax a,
	.invitation .tokyo .fax a{
	  font-size: 25px;
	}
	
	.m-address .copyright{
	float: left;
	width: 30%;
	}
	
	.company_edi_system .bt {
	margin-top:10px;
	width: 100%;
	}
	.manual{
	 margin-left:0em; 
	 width: 100%;
	 margin-top: 0px;
	}
	
	/* sougyosai_kansai */
  #sougyosai_kansai .title-area h2 { padding: 0px 5px; float: none; width:100%;}
  #sougyosai_kansai .title-area p {padding:0px 10px; margin: 0; text-align: center; font-size:18px; }

}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media screen and ( min-width:768px ) {
		
  .showNav {
    background:#01479D !important;
  }

  .showSub {
    overflow:visible;
    height:42px;
    border-bottom:2px solid #fff;
  }
  .showSub:last-child {
    border-bottom:0;
  }
  .showSub:last-child a {
    border-radius:0 0 3px 3px;
  }

  .contents-topics:after,
  .contents-topics-s:after{
    content:"";
    display:block;
    clear:both;
  }

  .contents-topics .main-lefts-6 {
    float:left;
    width:60%;
  }

  .contents-topics .sub-s-4 {
    float:left;
    width:40%;
  }
  
  .top_mainpict_bg_area .topmainpict_aria .top_pickup {
  margin: 1.2em 0 0 -0.3em;
  }
  /*土井追加します*/
  #main .recommended .top_endyear {
	  margin-top:20px;
	  margin-bottom:40px;
  }
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:768px) {
  .lock {
    overflow:hidden;
    height:100%;
  }
  
 .gnav { display: none;}
 
  nav li:last-child { border-right: 0 solid #799ECB; }

  header {
    z-index:2;
    box-sizing:border-box;
    position:fixed;
    top: -3px;
    left:0;
    width:100%;
    padding: 10px;
    background-color: #fff;
    min-width: 100%;
  }

  .summary {
    position:relative;
    top:auto;
    right:auto;
    margin-top:15px;
  }

  #main {
    float:none;
    width:100%;
  }

  #main-left {
    float: none;
    width: 100%;
  }

  #sub {
    float:none;
    width:100%;
  }

  #topicpath {
    margin-bottom: 1em;
  }

  nav {
    background:#710000;
  }

  nav ul {
    margin:0;
    padding:0;
  }

  nav .inner > ul {
    z-index:2;
    overflow:auto;
    position:fixed;
    top:60px;
    right:0;
    width:100%;
    height:88%;
    height:-webkit-calc(100% - 53px);
    height:calc(100% - 53px);
  }

  nav li {
    position:relative;
    width:100%;
    float:none;
    margin:0;
    text-align:left;
    list-style:none;
    border-bottom:1px solid #fff;
    background:#9b0f0f;
	border-right: 0px;
  }

  nav li:first-child {
    border-top:0;
	border-left: 0px;
    width: 100%;
  }

  nav li:last-child {
    border-bottom:0;
  }

  nav li a {
    display:block;
    padding:10px 30px;
    color:#fff;
    text-decoration:none;
    background:#01479D;
  }
  nav li a:hover {
    color: #fff;
    background: #053673;
  }
  nav ul ul {
    display: none;
    position: relative;
  }
  nav li li a {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 30px 10px 50px;
    text-align: left;
  }

  .subnav > a:before {
    display:block;
    content:"";
    position:absolute;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    top:20px;
    right:30px;
    width:10px;
    height:10px;
    margin-top:-5px;
    background:#f1f1f1;
  }
  .subnav > a:after {
    display:block;
    content:"";
    position:absolute;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    top:20px;
    right:30px;
    width:10px;
    height:10px;
    margin-top:-10px;
    background: #01479D;
  }

  .subnav a:hover:after {
    background:#053673;
  }

  .active > a:before {
    margin-top:0;
  }
  .active > a:after {
    margin-top:5px;
  }

  #spMenu {
    z-index:2;
    position:fixed;
    top:10px;
    right:10px;
  }
  #spMenu:hover {
    cursor:pointer;
  }

  #navBtn {
    display:inline-block;
    position:relative;
    width:30px;
    height:30px;
    border-radius:5%;
    background: #01479D;
  }
  #navBtnIcon {
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    width:14px;
    height:2px;
    margin:-1px 0 0 -7px;
    background:#f1f1f1;
    transition:.2s;
  }
  #navBtnIcon:before,
  #navBtnIcon:after {
    display:block;
    content:'';
    position:absolute;
    top:50%;
    left:0;
    width:14px;
    height:2px;
    background:#f1f1f1;
    transition:0.3s;
  }
  #navBtnIcon:before {
    margin-top:-6px;
  }
  #navBtnIcon:after {
    margin-top:4px;
  }
  #navBtn .close {
    background:transparent;
  }
  #navBtn .close:before,
  #navBtn .close:after {
    margin-top:0;
  }
  #navBtn .close:before {
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
  }
  #navBtn .close:after {
    transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
  }


  /* top_mainpict_bg_area */
  .top_mainpict_bg_area .topmainpict_aria{
    padding: 0 1em 1em;
    float:left;
    width: 100%;
  }
  .top_mainpict_bg_area .topmainpict_aria .top_mainpict_1 {
    width: 100%;
  }
  .top_mainpict_bg_area .topmainpict_aria .top_mainpict_2 {
    margin-top: 1em;
    width: 100%;
  }
  .top_mainpict_bg_area .topmainpict_aria .top_mainpict_2 .search_box{
    width: 100%;
  }

  .top_mainpict_bg_area .topmainpict_aria .top_pickup {
    background: none;
    background-color: #ffffff;
    border: 2px solid #d00000;
    height: auto;
    padding: 1em;
  }

  .top_mainpict_bg_area .topmainpict_aria .top_pickup h4.title_pickupinfo {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: red;
    font-size: 1em;
    /*line-height: 44px;
      padding-left: 1em;*/
    text-indent: 0;
    float:left;
    clear:left;
    margin: 0;
    padding: 0;
    height: auto;
    line-height: 1em;
  }
	
	.lt-ie8 .top_mainpict_bg_area .topmainpict_aria{
    float:center;
    width: 98%;
  }
	
	.lt-ie8 .top_mainpict_bg_area .topmainpict_aria .top_pickup {
	margin: 10px auto;
	width: 96.5%;
  }
	
	.lt-ie8 .top_mainpict_bg_area .topmainpict_aria .top_pickup h4.title_pickupinfo {
	background-image:none; 
	}
	
  .top_mainpict_bg_area .topmainpict_aria .top_pickup dl {
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    text-indent: 0;
    width: 100%;
  }

  .top_mainpict_bg_area .topmainpict_aria .top_pickup dl dt,
  .top_mainpict_bg_area .topmainpict_aria .top_pickup dl dd{
    display:inline;
    padding: 0;
    margin-left: 1em;
    float:left;
    clear:left;
  }
	
	
   .top_mainpict_bg_area .topmainpict_aria .top_pickup .list_button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    clear: left;
    font-size: 1em;
    text-indent: 0;
    height: auto;
    width: auto;
  } 
	
	.lt-ie8 .top_mainpict_bg_area .topmainpict_aria .top_pickup .list_button  {
	background:none; 
	}

	.recommended_eriabt li{
	margin: 0 0 10px 0;
	}
	
  /* m-address */
  .m-address { padding: 20px; width: 100%; text-align: center;}
  .m-address .osaka, .m-address .tokyo{ float: none; width: 100%; padding-bottom: 10px; }
  .m-address .copyright{ width: 100%;}

  /* wrap */
  .wrap { width: 100%; padding: 20px; }
  .wrap .inner { width: 100%;}
  .wrap .right {margin: 0 auto; text-align: center;width: 70%; float: none;}

  /* footer menu */
  .f-gnav { background:#013C83; border-top:1px solid #222; margin: 0 auto; padding:0;}
  .f-gnav { }
  .f-gvaveria {width: 100%; }
  .f-gnav ul { margin:0; padding:0; font-size:12px; overflow:hidden; float:none; position: inherit;}
  .f-gnav li { margin:0; padding:0; left:0; float:none; text-align:center;}
  .f-gnav li a { list-style:none; display:block; border-bottom:1px dotted #bbb; padding:12px 15px; margin:0 0 -1px 0; }
  .f-gnav li a:hover { background:#ddd; color:#333; }
  .f-gnav li:before { width: 0;}

	.contents-topics .main-lefts-6,
  .contents-topics-s .main-lefts-6 {
    float:none;
    width:100%;
    margin-bottom: 2em;
  }

  .contents-topics .sub-s-4,
  .contents-topics-s .sub-s-4 {
    float:none;
    width:100%;
    margin-bottom: 2em;
	text-align: center;
  }
    
  .sub-s-4 .bnr { padding: 0; text-align: left; width: 76%; width: 80%\9;}
  .sub-s-4 { margin: 0; padding: 0 20px; width: 100%; }
  .sub-s-4 .bnr2 { width: 90%; padding: 0; overflow: visible;}
  .sub-s-4 .bnr2 li { margin: 0 10px 10px; padding:0; }


  img.left { max-width: 50%; margin: 0 auto; padding-bottom: 1em; }

  .b { float: left; width: 100%; }


	
  .itemList li { width: 24%;  }
  .itemList li .price, .recommended .price_txt { font-size: 2.5em;}
	
	.entry {text-align: center;}

  /* sitemap */
  .sitemap .listBox ul {
    overflow:hidden;
    padding: 0;
  }

  .sitemap .listBox ul li {
    float: none;
    text-align: left;
  }
  .main-lefts-5 {
    float:none;
    width: 100%;
  }
  
  .company_office_map .main-lefts-4{
	width: 40%;
	/* float: left; */
 }
 
  .sub-s-5 {
    float:none;
    width: 100%;
  }

  .main-lefts-7 {
    float:none;
    width: 100%;
  }

  .sub-s-3 {
    float:none;
    width: 100%;
  }

  .invitation .osaka .tel,
  .invitation .tokyo .tel,
  .invitation .osaka .fax,
  .invitation .tokyo .fax{
    width: 40%;
  }

  .invitation .osaka .tel a,
  .invitation .tokyo .tel a,
  .invitation .osaka .fax a,
  .invitation .tokyo .fax a,
  .invitation .osaka .fax,
  .invitation .tokyo .fax{
    font-size: 23px;
  }
  
  #map_container_shop_details {  /* Google Map */
    width: 100%;
    margin: 0 auto 15px auto;
  }
  .store_info,.store_info02,.card-maney { width: 100%; }
  
  .card-maney { margin-top: 30px; }

  .totop { bottom: 18px; right: 5px;}
  .products_list { display: none; }
  
  .company_edi_system .bt,.manual .bt { width: 100%;}
  .company_edi_system .bt{ margin-top:10px; }
  .manual .bt{ margin-top:2px;}
  .manual{
	 margin-top: 8px;
	}

	.contents-topics-s .main-lefts-6 {
  float:left;
  width:60%;
  margin-bottom: 2em;
}

.contents-topics-s .sub-s-4 {
  float:left;
  width:40%;
}
}

@media (max-width: 620px) {
	
  .itemList li {width: 33%;}
  	
}

@media screen and (max-width: 480px) {

  .invitation dl { width: auto; margin-left: 0; }

  .invitation th td { font-size: 80%; }

  .itemList li { width: 50%; }
  .invitation .itemList li {float:none; width: 100%; text-align: center;}
  .invitation .itemList li > h3 {text-align:left;}

  .invitation dl { width: auto; margin-left: 0; }

  .invitation .osaka .tel a,
  .invitation .tokyo .tel a,
  .invitation .osaka .fax a,
  .invitation .tokyo .fax a,
  .invitation .osaka .tel,
  .invitation .tokyo .tel,
  .invitation .osaka .fax,
  .invitation .tokyo .fax {
    font-size: 16px;
  }

  .invitation .inquiry{
    float: none;
  }

  .invitation .osaka .tel,
  .invitation .tokyo .tel,
  .invitation .osaka .fax,
  .invitation .tokyo .fax{
    float: none;
    width: 100%;
  }
  
  .company_office_map .main-lefts-4{
    float:none;
    width:100%;
  }
  
  #map_container_pin_1,
  #map_container_pin_2,
  #map_container_pin_3
  {  /* Google Map */
    width:  100%;
    height: 200px;
    margin: 0;
    float: left;
  }
  
	#map_container_area_1,#map_container_area_2{
		height: 300px;
	}
	
	#sougyosai_kansai .itemList li { width: 50%; }

}

@media screen and (max-width: 360px) {
	
	th { padding: 8px; }

    td { padding: 8px; }
	
  .recommended .price_txt { font-size: 2.3em;}

  .shop_search_area .shop_search_area_list dd { margin-left: 74px;}
  .shop-list td { padding: 5px;}
  .shop-list-bt-aria {float: left;}
  .shop-list-bt-aria .bt-shop {margin-bottom: 2px;}

  .company_name , .address, .copyright , .tel-fax a{ color:#fff; }

  .shop_postalcode_search_aria { width: 490px;}

  .shop_postalcode_search_box label { font-size: 1.5em; }

  .shop_postalcode_search_box .orange_button { margin-top: 10px; }
	

}

@media only screen and(-webkit-min-device-pixel-ratio: 1.5) {
	.invitation .bt-store span {
	  background:url(../images/shop-list_link_icon@2x.png) left no-repeat;
	  background-size:15px 15px;
	}
	
	.shop-list-bt-aria .bt-shop span,
	.shop-list-bt-aria .bt span{
	  background:url(../images/shop-list_link_icon@2x.png) left no-repeat;
	  background-size:15px 15px;
	  padding-left:1.5em;
	  color:#fff;
	}
	
	.store_detail_handbill .store_detail_see_more >.bt span{
	  background:url(../images/shop-list_link_icon@2x.png) left no-repeat;
	  background-size:15px 15px;
	}
}

/*先輩社員の声、中途採用*/
  .btn-area {
	  width:484px;
	  margin:0 auto;
  }
  .entry-btn {
	  float:left;
	  clear:none;
  }
  .entry-btn02 {
	  text-align: center;
	  margin-top: 30px;
  }
  .entry > .bt02 {
	  display: inline-block;
	  padding: 15px 50px;
	  border-radius: 5px;
	  background-color: #01479D;
	  color: #FFF;
	  text-align: center;
	  text-decoration: none;
	  font-size: 16px;
	  font-weight: bold;
  }
  .entry >.bt02 span{
	  background:url(../images/shop-list_link_icon.png) left no-repeat;
	  background-size:16px 16px;
	  padding-left:1.5em;
	  color:#fff;
  }
  .entry > .bt02:hover {
	  background-color: #012756;
	  color: #FFF;
	  text-decoration: none;
  }
  .smal_thum {
	  overflow:hidden;
	  clear:both;
	  width:100%;
  }
  .mt0 {
	  margin-top:0 !important;
  }
  .mb0 {
	  margin-bottom:0 !important;
  }
  .pb0 {
	  padding-bottom:0 !important;
  }
  .smal_thum li {
	list-style:none;
  }
  .tx_left {
	text-align:left !important;
  }
  .entry-area {
	width:100%;
	margin:auto;
  }
  .smal_thum li .name {
	margin-top:3%;
	margin-bottom: 7%;
  }
  .child-line {
	  display:inline;
	  margin-left:0.5em;
  }
  .staff_voice h3 {
	  margin-top:1.87em;
  }
  .fl-right {
		float:right;
		padding-left:12px;
  }
  table tr th.w20ps {
	  width:20% !important;
  }
@media screen and (min-width:480px ) {
  .smal_thum li {
	list-style:none;
	width:29.4%;
	float:left;
  }
  .smal_thum li.thum_farst {
	margin-right:0.7%;
  }
  .smal_thum li {
	margin-left:0.7%;
	margin-right:0.7%;
  }
  .smal_thum li.thum_last {
	margin-left:0.7%;
  }
}
  .smal_thum li {
		float:left;
		/*margin-left:0.72em;*/
  }
  .smal_thum li {
	list-style:none;
	width:27.2%;
	float:left;
  }
  .smal_thum li.thum_farst {
	margin-right:0.7%;
	margin-left:4.8%;
  }
  .smal_thum li {
	margin-left:0.7%;
	margin-right:0.7%;
  }
  .smal_thum li.thum_last {
	margin-left:0.7%;
	margin-right:7.8%;
  }
  .entry02 {
	text-align:center;
	margin-top:34px;
  }
@media screen and (max-width: 480px){
  .smal_thum li.thum_farst {
	margin-right:0;
	margin-left:2em;
  }
  .smal_thum li {
	margin-right:0;
  }
  .smal_thum li.thum_last {
	margin-left:2em;
	margin-right:0;
  }
  .fl-right {
		margin-bottom:20px;
  }
  .smal_thum {
		width:100%;
}
  .smal_thum li {
		width:60%;
		margin-left:2em;
}
  .smal_thum li img {
		max-width:100%;
}
  .fl-right {
		float:none;
		padding-left:0;
  }
  .btn-area {
	  width:100%;
  }
  .entry-btn {
	  float:none;
	  text-align:center;
  }
/* 追加 (20170315)
-----------------------------------------------*/
	.mynav {
		margin-top: 20px;
		margin-left: 0 !important;
	}
}

/* 追加 (20170315)
-----------------------------------------------*/
.tabContainer .tabContentsContainer .post .shop_attention {
  font-size: 1.6rem;
  color: #CC0000;
  font-weight: bold;
  border: 3px solid #CC0000;
  padding: 1% 6%;
  margin: 20px 7% 0;
  text-align: center;
}

.tabContainer .tabContentsContainer .post .shop_attention span {
  font-size: 2.0rem;
  color: #CC0000;
}

/* 追加 (20171027)
-----------------------------------------------*/

.sougyousai:hover {
	opacity: 0.7;
}

@media screen and (min-width:480px ) {
	.top_sougyosai {
		margin-bottom: 4em !important;
	}
}

@media screen and (max-width: 768px){
.tabContainer .tabContentsContainer .post .shop_attention {
	font-size: 1.5rem;
  margin: 0;
}

.tabContainer .tabContentsContainer .post .shop_attention span {
	font-size: 1.8rem;
}

/*20180705追記-Googleマップボタン差し替え*/
#map_btn_shop_details,
#map_btn_shop_details02 {
  width: 100%;
	float: none;
	margin-bottom: 20px;
}
}