@charset "UTF-8";
.is-notscroll {
  overflow: hidden;
}
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,900&display=swap");
.mt-40 {
  margin-top: 40px;
}
h1 {
  font-family: '-apple-system, BlinkMacSystemFont', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシ?ク Medium", YuGothic, YuGothicM, 'メイリオ', Meiryo, sans-serif;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
}
h2 {
  font-family: '-apple-system, BlinkMacSystemFont', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシ?ク Medium", YuGothic, YuGothicM, 'メイリオ', Meiryo, sans-serif;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  overflow: hidden;
}

a {
  color: #2996cc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
label {
  cursor: pointer;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 100%;
  min-width: 1200px;
}
input::-webkit-input-placeholder {
  color: #333;
  font-weight: normal;
}
input::-moz-placeholder {
  color: #333;
  font-weight: normal;
}
input:-ms-input-placeholder {
  color: #333;
  font-weight: normal;
}
input::-ms-input-placeholder {
  color: #333;
  font-weight: normal;
}
input::placeholder {
  color: #333;
  font-weight: normal;
}
img {
  vertical-align: bottom;
  line-height: 1;
}
div.leftmenuframe_ {
  width: 200px;
}
div.container_ div.contents_ div.mainframe_ {
  width: 960px;
}
div.container_ div.contents_ {
  width: 100%;
}
div.container_ div.contents_ {
  width: 1200px;
  margin: 0 auto;
  display: block;
  float: none;
}
.contents_bottom {
  width: 100%;
}
.contents_bottom-gray {
  background: #f7f7f7;
  padding: 1px;
}
.contents_bottom-white {
  background: #fff;
  padding: 1px;
  padding-bottom: 100px;
}
#page_top {
  position: fixed;
  width: 40px;
  height: auto;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  cursor: pointer;
}
#page_top img {
  width: 100%;
}
#header {
  width: 100%;
}
.header-bannerArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e21836;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #fff;
}
.header-bannerArea:hover {
  color: #fff;
}
.header-bannerArea_title {
  color: #fff;
  font-size: 24px;
  line-height: 2;
}
.header-bannerArea_subtitle {
  font-size: 12px;
  padding-left: 30px;
}
.header-top {
  background: #161616;
  color: #fff;
  text-align: left;
  line-height: 3.4;
}
.header-top_logo {
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 10;
}
.header-top_title {
  margin-left: 120px;
  font-size: 11px;
}
.header-top_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 460px;
  margin-left: 50px;
}
.header-top_listItem a {
  color: #fff;
}
.header-top_signup {
  position: absolute;
  right: 0;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255,255,255,0.2);
  color: #fff;
  line-height: 2;
  width: 73px;
  padding: 0 10px;
}
.header-wrap {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.is-fixed .header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 20;
}
.is-fixed .header-tabMenu {
  position: fixed;
  top: 62px;
  left: 0;
  width: 100%;
  z-index: 18;
}
.header-bottom {
  line-height: 2;
  border-bottom: 1px solid #e5e5e5;
}
.header-bottom_search {
  margin-left: 60px;
  width: 340px;
  position: relative;
}
.header-bottom_search input[type="text"] {
  width: 100%;
  border: solid #e5e5e5 1px;
  border-radius: 3px;
  line-height: 2.5;
  font-size: 13px;
  padding: 0 10px;
}
.header-bottom_search input[type="image"] {
  position: absolute;
  top: 10px;
  right: -5px;
  width: 15px;
  height: 15px;
}

.header-bottom_defaultBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 68px;
}
.header-bottom_defaultBtn {
  margin-left: 18px;
}
.header-bottom_defaultBtn img {
  margin-top: -8px;
}
.header-bottom_defaultBtn span {
  margin-left: 2px;
  color: #222;
  font-size: 13px;
}
/* footer */
#footer {
  width: calc(100% - 2px);
  background: #161616;
  padding: 1px;
  clear: both;
}

#footer a {
  color: #fff;
}

.footer-topBlock,
.footer-middleBlock,
.footer-bottomBlock {
  width: 1200px;
  margin: 0 auto;
  padding: 1px 0;
}

.footer-topBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 60px;
}

.footer-topBlock_gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-topBlock_genderLink {
  margin-right: 100px;
  font-weight: bold;
}

.footer-topBlock_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-topBlock_btn {}

.footer-topBlock_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  line-height: 3;
  width: 120px;
  margin-left: 10px;
  border-radius: 4px;
}

.footer-topBlock_btn a:hover {
  background-color: #444;
  text-decoration: none;
}

.footer-topBlock_btn span {
  color: #222;
  padding-left: 5px;
}

.footer-topBlock_btn a:hover span {
  color: #fff;

}

.footer-topBlock_btn a:hover img {
  -webkit-filter: brightness(600%);
  filter: brightness(600%);
}

.footer-topBlock_btn img {
  width: 14px;
  vertical-align: middle;
  margin-top: -2px;
}

.footer-middleBlock {
  margin-top: 50px;
}

.footer-middleBlock_linkLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-middleBlock_linkList {
  position: relative;
  padding-bottom: 30px;
  margin-right: 50px;
}
.footer-middleBlock_linkList:last-child {
  margin-right: 0;
}
.footer-middleBlock_linkList.isCategory {
  flex-grow: 1;
}

.footer-linkList_title {
  border-bottom: #444 1px solid;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 3;
  color: #fff;
  font-weight: bold;
}

.footer-linkList_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-linkList_child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer-linkList_subtitle {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}

.footer-linkList_links {
  height: 230px;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: auto;
}

.footer-linkList_links.first-child {
  width: 350px;
}

.footer-linkList_links.first-child + a {
  right: 0;
}

.footer-linkList_link {
  font-size: 13px;
  line-height: 1.4;
  width: 170px;
  text-indent: -.37em;
  padding: 3px 0;
}

.footer-linkList_link::before {
  content: '>';
  font-size: 1em;
  color: #fff;
  padding-right: 3px;
}


.footer_extraLInk {
  padding-top: 1em;
}
.footer_extraLInks {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}


.footer-linkList_btn {
  font-size: 13px;
  background: #444;
  line-height: 2.5;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-left: auto;
  display: inline-block;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 9px;
}

.footer-linkList_btn:hover {
  background-color: #ccc;
  color: #222 !important;
  text-decoration: none;
}

.footer-bottomBlock {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottomBlock_blockLinks {
  width: 675px;
}

.footer-blockLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-blockLink a {
  display: block;
  width: 333px;
  background: #444;
  border-radius: 3px;
  font-size: 16px;
  line-height: 3;
  text-align: center;
  margin-top: 10px;
  font-family: 'Montserrat', "SVbN Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro W6", 'CI', Meiryo, sans-serif;
  font-weight: bold;
}

.footer-blockLink a:hover {
  background-color: #ccc;
  color: #222 !important;
  text-decoration: none;
}

.footer-iconLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 270px;
  margin-top: 10px;
}

.footer-iconLink {
  width: 69px;
}

.footer-iconLink img {
  width: 100%;
}

.footer-iconLink span {
  font-size: 12px;
  text-align: center;
  margin-top: 2px;
  display: inline-block;
}

.footer-snsLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 160px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}

.footer-snsLink {
  width: 34px;
}

.footer-snsLink img {
  width: 100%;
  opacity: .2;
}

.footer-snsLink a:hover img {
  opacity: 1;
}

.footer-copyBlock .change_mode_ li{
  font-size: 13px;
  display: inline-block;
  color: #fff;
}

.footer-copyBlock {
  width: 100%;
  background: #000;
}

.footer-copyBlock_wrap {
  width: 1200px;
  margin: 50px auto 0;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-copyBlock_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 350px;
}

.footer-copyBlock_link,
.footer-copy {
  color: #fff;
  font-size: 12px;
}

.change_mode_ {
  text-align: center;
}
/* .change_mode_ a {
  font-size: 20px;
  display: inline-block;
  background: #fff;
  color: #000 !important;
  padding: 0 20px;
  border-radius: 30px;
  font-weight: bold;
} */
.detailSearch {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  padding: 1px;
}
.is-notscroll .detailSearch {
  height: calc(100vh - 61px);
  overflow-y: scroll;
}
.detailSearch_title-top {
  text-align: center;
  font-size: 24px;
  margin: 40px 0;
  display: block;
}
.detailSearch-title {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  margin-top: 30px;
}
.detailSearch-title:first-child {
  margin-top: 0;
}
.detailSearch-genderList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}
.detailSearch-genderListItem {
  margin-right: 10px;
  width: 105px;
}

.detailSearch .header-tabMenu_categoryList {
  margin-top: 0;
}
.detailSearch .header-tabMenu_categoryResultList-item label {
  font-size: 14px;
  color: #2996cc;
  line-height: 2.7;
}
.heading-lv2 {
  font-size: 15px;
  font-weight: bold;
}


.shopSearch-keywords {
  position: relative;
  display: block;
	margin: 15px 0 25px;
}
.shopSearch-keywords_submit {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 8px;
  top: 9px;
	z-index: 2;
}
.shopSearch-keywords_input {
  display: block;
  border: solid 1px #ccc;
  border-radius: 3px;
	height: 32px;
	padding:0 10px;
  width: 100%;
	box-sizing: border-box;
	font-size:13px;
}
.shopSearch-keywords_input::-webkit-input-placeholder {
    color:#ccc;
}
.shopSearch-keywords_input:-ms-input-placeholder {
   color:#ccc;
}
.shopSearch-keywords_input::placeholder{
 color:#ccc
}

.pupIcon{
	display: none;
	position: absolute;
    z-index: 5;
    left: 8px;
    padding: 7px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	pointer-events: none;
}
.pupIcon span{
	display: block;
	position: relative;
	z-index: 5;
}
.pupIcon span img{
	position: relative;
	height: 25px;
	width: auto;
	z-index: 10;
}
.pupIcon span::before {
    position: absolute;
    z-index: 0;
    bottom: -14px;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    background: #fff;
    box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.16);
    transform: rotate(45deg);
    content: "";
}

.categoryFilter{
	padding-top: 15px;
	border-top:1px solid #E5E5E5;
	margin-top: 10px;
	margin-bottom: 25px;
}
.categoryFilter_item{
	margin-bottom: 15px;
}
.categoryFilter_checkbox {
  display: none;
}
.categoryFilter_checkbox + label {
  display:inline-block;
  padding-left: 30px;
  position: relative;
  color: #222;
  font-size: 14px;
	line-height: 1.4;
}
.categoryFilter_checkbox + label:hover {
  text-decoration: underline;
}
.categoryFilter_checkbox + label::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #999;
  border-radius: 3px;
}
.categoryFilter_checkbox:checked + label {
  color: #333;
}
.categoryFilter_checkbox:checked + label:hover {
  text-decoration: none;
  cursor: default;
}
.categoryFilter_checkbox:checked + label::before {
  background: #666;
}
.categoryFilter_checkbox:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
}

.twocolumnBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.categoryFilter_submit{
	text-align: center;
	display: block;
	width: 100%;
	height: 40px;
	border:none;
	border-radius: 3px;
	background: #000;
	color:#fff;
	font-size:14px;
	margin-bottom: 30px;
	cursor: pointer;
}

.shopBtns{
	background: #F7F7F7;
	padding: 10px 10px 5px 10px;
}
.shopBtns a.shopBtns_btn{
	display: block;
	margin-bottom: 5px;
	text-align: center;
	padding: 11px 5px;
	background: #fff;
	border:1px solid #CCCCCC;
	font-size:12px;
	color:#222222;
	border-radius: 4px;
}

/* leftcolumn ------------------- */
.leftcolumn {
  width: 200px;
}



/* rightcolumn ------------------- */
.rightcolumn {
  width: 970px;
}
.rightcolumn .text{
  font-size:13px;
}
.heading-lv1{
	font-size:24px;
	margin-bottom: 15px;
}
.mapArea{
	position: relative;
	margin-top: 65px;
	padding:0 0 260px 200px;
}
.mapArea_items{
	position: absolute;
	width: 145px;
	z-index: 2;
}
.mapArea_items .maplinksBlock{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.mapArea_items .maplinksBlock li{
	width: 70px;
	margin: 0 5px 5px 0;
}
.mapArea_items .maplinksBlock li:nth-of-type(2n){
	margin-right: 0;
}
.mapArea_items .maplinksBlock li a{
	display: block;
	text-align: center;
	line-height: 1;
	border-radius: 3px;
	border:1px solid #CCCCCC;
	background: #fff;
	color:#222222;
	font-size:13px;
	padding:8px 0;
}
.mapArea_items .maplinksBlock li a:hover{
	background:#808080;
	color:#fff;
	text-decoration: none;
}

#map_hokkaido{
	top:-20px;
	right: 0;
}
#map_kanto{
	top:273px;
	right: 90px;
}
#map_kinki{
	top:0px;
	left: 423px;
}
#map_chubu{
	top:420px;
	right: 280px;
}
#map_chugoku{
	top:125px;
	left: 240px;
}
#map_shikoku{
	top:500px;
	left: 330px;
}
#map_kyushu{
	top:197px;
	left: 50px;
}


.shopNews{
	padding-bottom: 90px;
}
.shopNews-list{
	border-top:1px solid #EAEAEA;
	margin-bottom: 35px;
}
.shopNews-list li{
	border-bottom:1px solid #EAEAEA;
	padding: 20px 0;
}
.shopNews-list li a.shopNew_link{
	display: flex;
	color:#222222;
	line-height: 1.7;
}
.shopNews-list li .shopNews_date{
	width: 96px;
	display: block;
	font-size: 13px;
	font-weight: bold;
}
.shopNews-list li .shopNews_text{
	width: calc(100% - 96px);
	display: block;
	font-size: 14px;
}
.shopNews-moreBtn-wrap{
	text-align: center;
}
a.shopNews-moreBtn{
	position: relative;
	display: inline-block;
	font-size:14px;
	color:#000000;
	/*
	padding-right: 20px;
	*/
}
/*
a.shopNews-moreBtn::after {
    position: absolute;
    top: -5px;
    right: 2px;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-left: 1px solid #666666;
    border-bottom: 1px solid #666666;
    transform: rotate(-45deg);
    content: "";
}
*/


/* rightcolumn(ShopList) ------------------- */
.heading-lv1-shopList{
	font-size:18px;
	font-weight: bold;
	margin: 45px 0 10px;
}
.shopIconList{
	border:1px solid #E5E5E5;
	padding: 15px 12px;
	margin-bottom: 30px;
}
.shopIconList ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -15px;
}
.shopIconList ul li{
	margin-bottom: 20px;
	font-size:14px;
}
.shopIconList ul li img{
	vertical-align: middle;
}
.shopIconList ul li span{
	padding: 0 10px;
}
.shopIconList ul li.col-3{
	width: 25%;
}
.shopIconList ul li.col-6{
	width: 50%;
}

.shopListTbl{
	width: 100%;
	border-collapse: collapse;
	border:1px solid #DEDEDE;
	margin-bottom: 30px;
}
.shopListTbl th{
	background: #DEDEDE;
	text-align: center;
	line-height: 1;
	padding:11px 5px;
	border:1px solid #DEDEDE;
	font-size:14px;
	box-sizing: border-box;
}
.shopListTbl td{
	padding: 17px 15px;
	background: #fff;
	border:1px solid #DEDEDE;
	font-size:14px;
	line-height: 1.5;
	box-sizing: border-box;
}
.shopListTbl_name{
	width: 360px;
}
.shopListTbl_name div{
	margin-bottom: 2px;
}
.shopListTbl_name ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.shopListTbl_name ul li{
	margin: 0 5px 5px 0;
}
.shopListTbl_address{
	width: 346px;
}
.shopListTbl_tel{
	text-align: center;
}
.shopListTbl_hours{
	text-align: center;
}

.shopListTbl + .text{
	margin-bottom: 45px;
	font-size:14px;
}

.btnWrapList{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0;
}
.btnWrapList li{
	margin: 0 5px;
}
.btnWrapList li a{
	display: block;
	width: 200px;
	font-size:16px;
	color:#222222;
	text-align: center;
	background: #fff;
	border:1px solid #CCCCCC;
	border-radius: 4px;
	padding: 15px 5px;
}

.btnWrap{
	text-align: center;
	margin: 40px 0;
}
.btnWrap a{
	display: block;
	width: 310px;
	margin: 0 auto;
	font-size:16px;
	color:#222222;
	text-align: center;
	background: #fff;
	border:1px solid #CCCCCC;
	border-radius: 4px;
	padding: 25px 5px;
}



/* rightcolumn(ShopInfo) ------------------- */

.shopInfo-heading{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.shopInfo-heading .heading-lv1{
	margin-right:65px;
	margin-bottom: 0;
}
.shopInfo-heading ul{
	padding-top: 7px;
	display: flex;
	flex-wrap: wrap:
}
.shopInfo-heading ul li{
	margin: 0 5px 5px 0;
}

.shopInfoMap{
	margin: 25px 0 30px;
}

.shopInfoTbl{
	width: 100%;
	border-collapse: collapse;
	border:1px solid #CCCCCC;
	margin-bottom: 30px;
}
.shopInfoTbl th{
	background: #F7F7F7;
	text-align: left;
	padding:8px 10px;
	border:1px solid #CCCCCC;
	font-size:14px;
	line-height: 1.5;
	box-sizing: border-box;
	width: 160px;
}
.shopInfoTbl td{
	background: #fff;
	text-align: left;
	padding:8px 10px;
	border:1px solid #CCCCCC;
	font-size:14px;
	line-height: 1.5;
	box-sizing: border-box;
}
.shopInfo-text{
	font-size:14px;
	line-height: 1.7;
}

