@charset "Shift_JIS";

/* --------------------------------------------------------------------
	フリーページ　共通
--------------------------------------------------------------------- */

.common_tit04_ {
	padding: 14px 15px 13px;
	background: #164535;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
	text-align: left;
}

.common_tit05_ {
	padding: 14px 15px 13px;
	background: #164535;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
}


div.freepage_ {
}
div.freepage_narrow_ {
	padding: 0 60px;
}
div.freepage_ .box_ {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}


/* --------------------------------------------------------------------
	フリーページ　会社概要
--------------------------------------------------------------------- */
#company {
}
#company table {
	width: 100%;
}
#company table th {
	width: 8em;
	vertical-align: top;
}
#company table td {
	vertical-align: top;
}



/* --------------------------------------------------------------------
	フリーページ　プライバシーポリシー
--------------------------------------------------------------------- */
#privacy {
}
#privacy p {
	margin-bottom: 10px;
	text-indent: 1em;
}
#privacy ol {
	border-top: 1px dotted #CCC;
}
#privacy ol li {
	padding: 10px 0;
	border-bottom: 1px dotted #CCC;
}

.value_ + .value_ {
  margin-top: 2em;
}
.value_ .box_ ul {
  margin-top: 1em;
}
.value_ .box_ ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.value_ .box_ ul li + li {
  margin-top: 1em;
}
.value_ .box_ ul + * {
  margin-top: 1em;
}



/* 2017.10.11 PB追記ここから */
/* --------------------------------------------------------------------
	フリーページ　お問い合わせ
--------------------------------------------------------------------- */
/* #contact_intro */
#contact_intro {
	padding: 0 15px 14px;
}
#contact_intro .txt_ {
	margin-bottom: 16px;
}
#contact_intro .ways_ .item_ {
	margin-bottom: 10px;
	border: 2px solid #ebebeb;
	background: #fafafa;
}
#contact_intro .ways_ .item_ .tit_ {
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
	background: #fff;
}
#contact_intro .ways_ .item_ .tit_ img {
	display: block;
	width: auto;
	height: 16px;
	margin: 0 auto;
}
#contact_intro .ways_ .item_ .btn_ {
	width: 258px;
	margin: 15px auto;
}
/* #contact_chat */
#contact_chat .chat_intro_ {
	padding: 10px 15px 20px;
}
#contact_chat .chat_intro_ .txt_ {
	margin-bottom: 8px;
}
#contact_chat .chat_intro_ .time_ {
	overflow: hidden;
}
#contact_chat .chat_intro_ .time_ dt {
	float: left;
	width: 78px;
	margin-right: 10px;
	padding: 9px 0;
	border: 1px solid #ebebeb;
	color: #b2b2b2;
	font-weight: 700;
	text-align: center;
}
#contact_chat .chat_intro_ .time_ dd {
	padding: 2px 0;
	font-size: 12px;
}
#contact_chat .chat_step_ {
	margin-bottom: 30px;
}
#contact_chat .chat_step_ .img_ {
	margin-bottom: 10px;
	padding: 15px 15px 0;
}
#contact_chat .chat_step_ .step_ {
	margin-bottom: 15px;
	padding: 0 15px;
	list-style: none;
}
#contact_chat .chat_step_ .step_ li + li {
	margin-top: 20px;
}
#contact_chat .chat_step_ .step_ li .num_ {
	color: #164535;
	font-weight: 700;
}
#contact_chat .chat_step_ .btn_ {
	padding: 0 15px;
}
#contact_chat .chat_merit_ {
	padding-bottom: 15px;
}
#contact_chat .chat_merit_ .list_ {
	padding: 15px 15px 0;
}
#contact_chat .chat_merit_ .list_ .item_ {
	margin-bottom: 10px;
	padding: 18px 0 17px 70px;
	border: 2px solid #becdca;
	background-position: 16px 16px;
	background-repeat: no-repeat;
	-webkit-background-size: 40px;
	background-size: 40px;
	font-weight: 700;
	line-height: 1.38;
}
#contact_chat .chat_merit_ .list_ .item_:nth-child(1) { background-image: url(../img/ico_contact_chat_merit01.png); }
#contact_chat .chat_merit_ .list_ .item_:nth-child(2) { background-image: url(../img/ico_contact_chat_merit02.png); }

/* #contact_mail */
#contact_mail {
	margin-bottom: 25px;
}
#contact_mail .txt_intro_ {
	padding: 15px;
}
#contact_mail .formdetail_ dd input[name^="postcode"] {
	width: 95px;
}
#contact_mail .formdetail_ dd .txt_form_ {
	padding-right: 5px;
	padding-left: 5px;
}
#contact_mail .formdetail_ dd .btn_addr_ {
	display: inline-block;
	width: 70px;
	margin-top: 3px;
	margin-left: 10px;
	padding: 4px 0;
	border-radius: 3px;
	background-color: #656565;
	font-size: 11px;
	color: #fff;
	line-height: 2;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
#contact_mail .submit_ input {
	width: 100%;
	height: auto;
}
/* #contact_tel */
#contact_tel {
	padding-bottom: 45px;
}
#contact_tel .txt_ {
	margin-bottom: 17px;
	padding: 15px 15px 0;
}
#contact_tel .time_ {
	padding: 0 15px 14px;
	overflow: hidden;
}
#contact_tel .time_ dt {
	float: left;
	width: 78px;
	margin-right: 10px;
	padding: 9px 0;
	border: 1px solid #ebebeb;
	color: #b2b2b2;
	font-weight: 700;
	text-align: center;
}
#contact_tel .time_ dd {
	padding: 2px 0;
	font-size: 12px;
}
#contact_tel .tel_ {
	padding: 0 15px;
}
/* 2017.10.11 PB追記ここまで */




/* --------------------------------------------------------------------
	製品一覧
-------------------------------------------------------------------- */
#mapsp_list .mapsp_category_ {
	margin-bottom: 40px;
}
#mapsp_list .mapsp_category_ .mapsp_list_ {
	padding-top: 3px;
	overflow: hidden;

}
#mapsp_list .mapsp_category_ .mapsp_item_ {
	position: relative;
	float: left;
	width:140px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #ebebeb;
}
#mapsp_list .mapsp_category_ .mapsp_item_ {
	padding: 0 0px 0px;
	border: solid #ebebeb;
	border-width: 3px 3px 3px;
}
#mapsp_list .mapsp_category_ .mapsp_item_ .pic_ {
	height: 125px;
	background: #fff;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
}
#mapsp_list .mapsp_category_ .mapsp_item_ .pic_ a {
	display: block;
}
#mapsp_list .mapsp_category_ .mapsp_item_ .pic_ a img {
	width: auto;
	
}
#mapsp_list .mapsp_category_ .mapsp_item_ .feature_ {
	margin-bottom: 10px;
	overflow: hidden;
}
#mapsp_list .mapsps_category_ .mapsp_item_ .feature_ .item_ {
	float: left;
	margin: 0 3px 3px 0;
	padding: 3px 10px 2px;
	border: 1px solid #ebebeb;
	font-size: 12px;
	line-height: 1.5;
}
#mapsp_list .mapsp_category_ .mapsp_item_ .name_ {
	font-size: 12px;
	line-height: 1.5;
}
mapsp_list .mapsp_category_ .mapsp_item_ .name_ a {
	color: #947c43;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: underline;
}
#mapsp_list .mapsp_category_ .mapsp_item_ .name_ a:hover {
	text-decoration: none;
}
#mapsp_list .mapsp_category_ .mapsp_item_ .txt_ {
	font-size: 12px;
	line-height: 1.77;
	padding: 3px 10px 2px;
}
#mapsp_list .mapsp_category_ .mapsp_item_ .value_ {
	font-size: 12px;
	line-height: 1.77;
	padding: 3px 10px 2px;
}
#mapsp_list .mapsp_category_ .mapsp_item_ .value_ span {
	font-size: 12px;
}
#mapsp_list .mapsp_category_ .mapsp_item_ .btns_ {
	padding-top: 8px;
	overflow: hidden;
}
#mapsp_list .mapsp_category_ .mapsp_item_ .btns_ .btn_cart_ {
	float: left;
	width: 140px;
	cursor: pointer;
}
#mapsp_list .mapsp_category_ .mapsp_item_ .btns_ .btn_detail_ {
	float:center;
}

#mapsp_list li {
	margin-left: 20px;
}

#mapsp_list h2 {
	display: block;
	font-size: 12px;
	/*width: 100%;*/
	padding: 0 0px 0px 0px;
	margin-bottom:5px;
	margin-top:5px;
	border-bottom: 1px solid #ebebeb;
}

#mapsp_list h4 {
	padding: 3px 10px 2px;

}

#mapsp_list h5 a {
	background: #f5faf9;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	color: #004130;

}

#mapsp_list h5 {
	background: #f5faf9;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;

}

#mapsp_list li {
	float:left;
	margin-left: 20px;
}


/* パウダーマップ
----------------------------- */
#mapsp_list #powmap_list.mapsp_category_ .mapsp_list_ {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2vw;
  padding-top: 3px;
  overflow: hidden;
}
#mapsp_list #powmap_list.mapsp_category_ .mapsp_item_ {
  position: relative;
  width: 47vw;
  margin: 0;
  padding: 0;
  border: 3px solid #ebebeb;
  box-sizing: border-box;
}
#mapsp_list #powmap_list.mapsp_category_ .mapsp_item_ .pic_ {
  display: block;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
#mapsp_list #powmap_list.mapsp_category_ .mapsp_item_ .pic_ img {
  width: 130px;
}
#mapsp_list #powmap_list.mapsp_category_ .mapsp_item_ .set_foundation_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2vw;
  padding: 2vw;
}
#mapsp_list #powmap_list.mapsp_category_ .mapsp_item_ .set_foundation_list li {
  width: 19vw;
  margin: 0;
}
/* パウダーマップ end
----------------------------- */


#sidebox_cart {
	padding: 0 15px 23px;
	border: solid #ebebeb;
	border-width: 0 1px 1px;
}
#sidebox_cart .btn_ {
	margin: 0 -16px 17px;
}
#sidebox_cart .count_ {
	margin-bottom: 3px;
	padding: 9px 5px;
	border-radius: 3px;
	background: #f2f2f2;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
#sidebox_cart .count_ span {
	color: #d84673;
}
#sidebox_cart .product_ {
	padding: 0 10px;
}
#sidebox_cart .product_ .pic_ {
	padding: 5px;
	background: #fff;
	text-align: center;
}
#sidebox_cart .product_ .pic_ img {
	width: 100px;
	height: auto;
}

#skincare .item_ {
    float:left;
	width: 33%;
    vertical-align: bottom;
}


div.skincare_table_ {
	margin: 0 10px;
}
table.skincare_ {
	width: 100%;
	border-bottom: none;
	margin: 0 0 10px;
}
table.skincare_ th {
	padding: 14px 15px 13px;
	background: #164535;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;

}
table.skincare_ td {
	padding: 5px 5px 5px;
	background-color: #ffffff;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


table.skincare2_ {
	width: 100%;
	border-bottom: none;
	margin: 0 0 10px;
}
table.skincare2_ th {
	padding: 14px 15px 13px;
	background: #f5faf9;
	color: #000000;
	font-weight: 400;
	line-height: 1.5;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;

}
table.skincare2_ td {
	padding: 5px 5px 5px;
	background-color: #ffffff;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


#qa .btn_ {
    float:left;
	width: 33%;
    vertical-align: bottom;
}



#sitemap ul li {
	border-bottom: 1px solid #CCC;
	height: 50px;
	word-break:break-all;
	background: url(/stgnew/img/freepage/sitemap_sp_yaji01.png) left top no-repeat;
	padding: 15px 50px 15px;
	font-size: 18px;
}

#sitemap2 ul li {
	border-bottom: 1px solid #CCC;
	height: 50px;
	word-break:break-all;
	background: url(/stgnew/img/freepage/sitemap_sp_yaji02.png) left top no-repeat #f5faf9;
	padding: 15px 60px 15px;
	font-size: 12px;
}

#sitemap2 .common_tit02_ {
	padding: 10px 15px 9px;
	background: #ebebeb;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
}


#history .btn {
	width: 225px;
  margin: 0 auto;
}

#history .btn2 {
	width: 225px;
  margin: 1em auto 0;
}

#guide01 .list_ {
	padding: 19px 8px 19px 15px;
	background: #fafafa;
	overflow: hidden;
}

#guide01 .list_ .item_ {
	float: left;
	width: 33.33%;
	padding-right: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/* --------------------------------------------------------------------
	shoplist
-------------------------------------------------------------------- */

.shoplist_page {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.shoplist_page .contents {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  margin-bottom: 70px;
}
.shoplist_page .contents .pageTtl {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}
.shoplist_page .sectionShoplist {
  padding-bottom: 20px;

}
.shoplist_page .btn01 {
  width: 368px;
}
.shoplist_page .cpBox {
  width: 816px;
  margin: 0 auto;
}
.shoplist_page .smpleBox {
  margin-top: 8px;
  padding: 18px 0 18px 23px;
  background: url("/stgnew/img/freepage/shoplist/shoplist_bg_sample.jpg") no-repeat top center;
}
.shoplist_page .smpleBox > p {
  margin-bottom: 17px;
}
.shoplist_page .telBox {
  overflow: hidden;
}
.shoplist_page .telBox p {
  float: left;
}
.shoplist_page .telBox a {
  display: block;
  float: left;
  margin: 8px 0 0 20px;
}
.shoplist_page .online-shopBox {
  width: 810px;
  margin: 20px auto 0;
  padding: 13px 0 3px;
  border-top: 2px solid #E8D5A8;
  border-bottom: 2px solid #E8D5A8;
}
.shoplist_page .shopList-box {
  width: 900px;
  margin: 20px auto 0;
}
.shoplist_page .shopList-box2 {
    width: 900px;
    margin: 0px auto 0;
  }
.shoplist_page .shopTtl {
  font-size: 14px;
  font-weight: bold;
  float: left;
  margin-right: 25px;
}
.shoplist_page .text01 {
  color: #393939;
  font-size: 12px;
  line-height: 1.5;
}
.shoplist_page .text01 a {
  color: #393939;
}
.shoplist_page .text01 a:hover {
  text-decoration: none;
}
.shoplist_page .brandList {
  float: left;
  overflow: hidden;
}
.shoplist_page .brandList li {
  float: left;
  margin-right: 15px;
}
.shoplist_page .more {
  font-size: 14px;
  color: #000;
}
.shoplist_page .more:hover {
  text-decoration: none;
}
.shoplist_page .prefectures {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #b59e68;
  border-bottom: 1px solid #b59e68;
  color: #b59e68;
  margin-top: 20px;
  padding: 12px 25px 10px;
  background: #ffffff;
}
.shoplist_page .prefectures li {
  float: left;
  line-height: 1;
}
.shoplist_page .prefectures li + li {
  border-left: 1px solid #ccc;
}
.shoplist_page .prefectures a {
  color: #b59e68;
  font-size: 18px;
  text-decoration: none;
  padding: 20px 9px 20px 20px;
  display: block;
}
.shoplist_page .prefectures a:hover {
  opacity: 0.8;
}
.shoplist_page .prefectures a span {
  background-size: 5px;
  padding-right: 16px;
}
.shoplist_page .chikuBox + .chikuBox .ken-list {
  margin-top: 30px;
}
.shoplist_page .ken-list {
  background: #ffffff;
  border-top: 1px solid #b59e68;
  border-bottom: 1px solid #b59e68;
  overflow: hidden;
  margin-top: 20px;
  padding: 12px 25px 10px;
}
.shoplist_page .ken-list h2 {
  font-size: 24px;
  float: left;
  margin-right: 36px;
  line-height: 1;
}
.shoplist_page .ken-list li {
  float: left;
  padding: 3px 12px;
  border-right: 1px #ccc solid;
  line-height: 1;
}
.shoplist_page .ken-list a {
  color: #b59e68;
}
.shoplist_page .ken-list a:hover {
  text-decoration: none;
}
.shoplist_page .shopBox {
  margin-top: 30px;
}
.shoplist_page .shopBox + .shopBox {
  margin-top: 40px;
}
.shoplist_page .shopBox h3 {
  border-bottom: 1px solid #164535;
  line-height: 1;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
.shoplist_page .shopBox .layoutBox + .layoutBox {
  padding-top: 20px;
  border-top: 1px solid #DDD;
}
.shoplist_page .shopBox .leftBox {
  width: 160px;
  padding-right: 0;
}
.shoplist_page .shopBox .rightBox {
  width: 350px;
}
.shoplist_page .shopBox li {
  width: 350px;
  padding-bottom: 20px;
}
.shoplist_page .shopBox li + li {
  padding: 20px 0;
  border-top: 1px #DDD dotted;
}
.shoplist_page .shopBox li p {
  line-height: 1.5;
}
.shoplist_page .shopBox li a {
  display: inline-block;
  float: right;
  margin-top: -40px;
}
.shoplist_page .shopBox li a.sp {
  display: none;
}
.shoplist_page .shopBox li.borderB {
  border-bottom: 1px #DDD dotted;
}
.shoplist_page .shopBox h4 {
  font-size: 18px;
  border-left: 4px solid #164535;
  line-height: 1;
  padding-left: 6px;
  font-weight: bold;
}
.shoplist_page .shopBox .station {
  font-weight: bold;
  margin: 8px 0 5px;
}
.shoplist_page .shopBox .brandLogo {
  line-height: 1;
}
.shoplist_page .shopBox .brandLogo img {
  vertical-align: top;
}
.shoplist_page .logo01 {
  height: 10px;
}
.shoplist_page .logo02 {
  height: 7px;
}

  .shoplist_page .contents {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 70px;
    padding-bottom: 660px;
    margin-bottom: 0;
  }
  .shoplist_page .contents .pageTtl {
    text-align: center;
    padding-top: 25px;
    margin-bottom: 15px;
  }
  .shoplist_page .contents .pageTtl img {
    width: 100%;
  }
  .shoplist_page .sectionShoplist {
    padding: 0 8px 10px;
  }
  .shoplist_page .sectionShoplist img {
    width: 100%;
  }
  .shoplist_page .btn01 {
    width: 100%;
  }
  .shoplist_page .cpBox {
    width: auto;
  }
  .shoplist_page .smpleBox {
    margin-top: 8px;
    padding: 13px 10px;
    background: url("/stgnew/img/freepage/shoplist/shoplist_bg_sample_sp.jpg") no-repeat top center;
    background-size: cover;
  }
  .shoplist_page .smpleBox > p {
    margin-bottom: 0;
  }
  .shoplist_page .telBox {
    overflow: hidden;
  }
  .shoplist_page .telBox p {
    float: left;
    line-height: 1;
  }
  .shoplist_page .telBox a {
    display: block;
    float: left;
    margin: 0;
  }
  .shoplist_page .online-shopBox {
    width: auto;
    margin: 8px auto 0;
    padding: 0;
    border-top: none;
    border-bottom: none;
  }
  .shoplist_page .btn02 {
    display: block;
    padding: 0 10px;
  }
  .shoplist_page .btn02 img {
    width: 100%;
  }
  .shoplist_page .shopList-box {
    width: auto;
    margin: 20px auto 0;
  }
  .shoplist_page .shopList-box2 {
    width: auto;
    margin: 0px auto 0;
  }
  .shoplist_page .shopTtl {
    float: none;
    margin-right: 0;
  }
  .shoplist_page .text01 {
    font-size: 9px;
  }
  .shoplist_page .brandList {
    float: left;
    overflow: hidden;
  }
  .shoplist_page .prefectures {
    border-top: none;
    margin-top: 10px;
  }
  .shoplist_page .prefectures li {
    width: 19.7%;
    height: 39px;
    float: left;
	margin-top: 10px;
	text-align: center;
    line-height: 1;
    border-top: 1px solid #b59e68;
  border-bottom: 1px solid #b59e68;
  vertical-align: middle;
  }
  .shoplist_page .prefectures li + li {
    border-left: 1px solid #cccccc;
  }
  .shoplist_page .prefectures li:nth-of-type(6) {
    border-left: none;
  }
  .shoplist_page .prefectures li:nth-last-of-type(1) a {
    padding: 9px 0;
  }
  .shoplist_page .prefectures a {
    font-size: 11px;
    padding: 14px 0;
    text-align: center;
    background-size: 5px;
	color:#b59e68;
  }
  .shoplist_page .prefectures a span {
    background: none;
    padding-right: 5px;
  }
  .shoplist_page .chikuBox {
    margin-top: -20px;
    padding-top: 20px;
  }
  .shoplist_page .ken-list {
    margin-top: 30px;
    padding: 15px 12px;
  }
  .shoplist_page .ken-list h2 {
    font-size: 16px;
    font-weight: bold;
    float: none;
    margin-right: 0;
  }
  .shoplist_page .ken-list li {
    float: left;
    padding: 3px 12px 3px 0;
    margin: 10px 12px 0 0;
    font-size: 11px;
    line-height: 1;
  }
  .shoplist_page .ken-list a {
    color: #000;
  }
  .shoplist_page .ken-list a:hover {
    text-decoration: none;
  }
  .shoplist_page .shopBox {
    padding-top: 30px;
    margin-top: 0;
  }
  .shoplist_page .shopBox + .shopBox {
    margin-top: 0;
  }
  .shoplist_page .shopBox h3 {
    border-bottom: 1px solid #164535;
    line-height: 1;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .shoplist_page .shopBox .layoutBox {
    display: block;
  }
  .shoplist_page .shopBox .leftBox {
    width: 160px;
    padding-right: 0;
    display: block;
  }
  .shoplist_page .shopBox .rightBox {
    width: 350px;
  }
  .shoplist_page .shopBox li {
    width: auto;
    padding: 10px 0;
    border-top: 1px #DDD solid;
  }
  .shoplist_page .shopBox li + li {
    padding: 10px 0;
    border-top: 1px #DDD solid;
  }
  .shoplist_page .shopBox li p {
    font-size: 12px;
    line-height: 1.5;
  }
  .shoplist_page .shopBox li a {
    display: inline-block;
    float: none;
    margin-top: 10px;
  }
  .shoplist_page .shopBox li a.pc {
    display: none;
  }
  .shoplist_page .shopBox li a.sp {
    display: block;
  }
  .shoplist_page .shopBox li.borderB {
    border-bottom: 1px #DDD solid;
  }
  .shoplist_page .shopBox .accordionBox {
    padding: 12px 0;
  }
  .shoplist_page .shopBox .tabTtl {
    background: url("/stgnew/img/freepage/shoplist/arrow_gold_down.gif") no-repeat center right;
    background-size: 20px;
  }
  
   .shoplist_page .shopBox .pagetop {
    text-align: right;
  }
  
  .shoplist_page .shopBox .tabTtl.hover {
    background: url("/stgnew/img/freepage/shoplist/arrow_gold_up.gif") no-repeat center right;
    background-size: 20px;
  }
  .shoplist_page .shopBox h4 {
    font-size: 13px;
    border-left: 2px solid #164535;
    line-height: 1.6;
    padding: 0 30px 0 6px;
    font-weight: bold;
  }
  .shoplist_page .shopBox .station {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .shoplist_page .shopBox .brandLogo {
    line-height: 1;
  }
  .shoplist_page .shopBox .brandLogo img {
    vertical-align: top;
  }
  .shoplist_page .logo01 {
    width: 70px !important;
    height: auto;
  }
  .shoplist_page .logo02 {
    width: 118px !important;
    height: auto;
  }
}
