@charset "utf-8";
/*------------------------------------------------------------
    index
------------------------------------------------------------*/
#main .banner {
  padding-top: 18px;
  margin: 0 2.34375% 3%;
}

#main .topUl01 {
  margin: 0 2.34375% 15px;
  position: relative;
}

#main .topUl01 li {
  margin-right: 3.8%;
  width: 22.25%;
  float: left;
}

#main .topUl01 li:last-child {
  margin-right: 0;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}

#main .topBox01 {
  padding: 15px 10px 10px;
  background-color: #fefefe;
}

#main .topBox01 .inputTxt {
  float: left;
  width: 75%;
}

#main .topBox01 .inputTxt.topinput #text-1 {
  padding: 0.4em;
  font-size: 16px;
}

#main .topBox01 #text-1 {
  padding: 0.15em 0;
}

#main .topBox01 .inputSearch {
  width: 20%;
  float: right;
}

#main .topBox01 .inputSearch input {
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

#main .topBox01 .inputSearch span {
  padding: 0.4em 0;
  font-size: 14px;
}

#main .topBox01 .inputSearch a {
  display: none;
}

#main .topBox01 .inputSearch .ui-corner-all {
  border: 1px solid #1a75bc;
  color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: -moz-linear-gradient(top, #588cf9 0%, #317bd0 50%, #076ba6);
  background: -webkit-gradient(linear, left top, left bottom, from(#588cf9), color-stop(0.5, #317bd0), to(#076ba6));
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  padding: 7px 8px;
  font-size: 14px;
  text-shadow: none;
}

#main .topBox01 .ui-icon-searchfield:after {
  background: none;
  border-radius: 0;
}

#main .topBox01 .p01 {
  color: #6C6E70;
}

#main .topBox01 .lookfor a {
  font-size: 16px;
  color: #F15289;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: -moz-linear-gradient(top, #fefefe 0%, #e7e7e7);
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e7e7e7));
}

#main .topBox01 .lookfor .ui-btn {
  padding: 6px 20px;
}

#main .topBox01 .lookfor .ui-btn img {
  margin-right: 20px;
  width: 22px;
  vertical-align: middle;
}

#main .topLink {
  margin: 16px 20px 0;
}

#main .topLink li {
  margin-right: 5%;
  padding-bottom: 12px;
  width: 30%;
  float: left;
}

#main .topLink li:nth-child(3n) {
  margin-right: 0;
}

#main .topLink li a {
  padding: 5% 0;
  text-align: center;
  font-size: 10px;
  color: #fff;
  line-height: 1.2;
  display: block;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  text-shadow: none;
}

#main .topLink li span {
  display: block;
}

#main .topLink li img {
  width: 60%;
}

#main .topLink li:first-child a {
  background: -moz-linear-gradient(top, #feb822 0%, #f7b115 50%, #eea906);
  background: -webkit-gradient(linear, left top, left bottom, from(#feb822), color-stop(0.5, #f7b115), to(#eea906));
}

#main .topLink li:nth-child(2) a {
  background: -moz-linear-gradient(top, #8d72ff 0%, #8a67ff 50%, #7f44fe);
  background: -webkit-gradient(linear, left top, left bottom, from(#8d72ff), color-stop(0.5, #8a67ff), to(#7f44fe));
}

#main .topLink li:nth-child(3) a {
  background: -moz-linear-gradient(top, #ff6b8b 0%, #fc5477 50%, #fa4c6f);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6b8b), color-stop(0.5, #fc5477), to(#fa4c6f));
}

#main .topLink li:nth-child(4) a {
  background: -moz-linear-gradient(top, #31c8fd 0%, #2abcf8 50%, #23b1f3);
  background: -webkit-gradient(linear, left top, left bottom, from(#31c8fd), color-stop(0.5, #2abcf8), to(#23b1f3));
}

#main .topLink li:nth-child(5) a {
  background: -moz-linear-gradient(top, #ff937c 0%, #ff9074 50%, #ff8053);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff937c), color-stop(0.5, #ff9074), to(#ff8053));
}

#main .topLink li:nth-child(6) a {
  background: -moz-linear-gradient(top, #61d034 0%, #51ca2f 50%, #3dc326);
  background: -webkit-gradient(linear, left top, left bottom, from(#61d034), color-stop(0.5, #51ca2f), to(#3dc326));
}

#main .listBtn a {
  margin: 0;
  text-align: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: -moz-linear-gradient(top, #fefefe 0%, #e7e7e7);
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e7e7e7));
}

#main .listBtn a .ui-btn-inner {
  padding: 0.5em 15px;
}

#main .listBtn a.ui-btn {
  display: block;
  background-size: 7px auto;
  background: transparent -moz-linear-gradient(center top , #FEFEFE 0%, #E7E7E7) repeat scroll 0% 0%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e7e7e7));
}
#main .listBtn a.ui-btn:after {
  margin-top: -5px;
  width: 7px;
  height: 10px;
  display: block;
  background: transparent url("/img/sp/common/icon_01.png") no-repeat scroll 0% 0% / 7px 10px;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
}

#main .topImg01 {
  padding: 16px 11px 15px;
  border-top: 1px solid #bbbcc0;
}

#main .topImg01.dfptop {
  clear: both;
  padding: 16px 0 15px;
}
#main .topImg01.dfptop > div {
  margin: 0 auto;
}

#main .topMenu {
  padding: 10px 10px 0;
  border-bottom: 1px solid #c8c9c3;
}

#main .topMenu li {
  margin: 0 1% -3px 0;
  width: 19%;
  float: left;
}

#main .topMenu li a {
  margin-bottom: 7%;
  margin-left: 5%;
  display: table;
  width: 95%;
  border: 1px solid #E4E0D4;
}

#main .topMenu li a.selected {
  border: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 7%;
  width: 100%;
}

#main .topMenu li:last-child a {
  margin-right: 5%;
  margin-left: 0;
}

#main .topMenu li:last-child a.selected {
  margin-right: 0;
}

#main .topMenu li a span {
  padding: 5% 0;
  text-align: center;
  display: block;
  width: 100%;
  color: #000;
  line-height: 1.2;
  background: -moz-linear-gradient(top, #fcfcfa 0%, #e8e4d8);
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfa), to(#e8e4d8));
  display: table-cell;
  vertical-align: middle;
}

#main .topMenu .selected {
  text-decoration: none;
  background: url(/img/sp/index/menu_on_bg.gif) no-repeat;
  background-size: 100% auto;
}

#main .topMenu .selected span {
  border: none;
  background: none;
}

#main .topUl02 {
  margin-bottom: 10px;
  padding: 0 10px;
  clear: both;
  background-color: #fff;
  border-bottom: 1px solid #c8c9c3;
}

#main .topUl02 li {
  border-bottom: 1px solid #e7e7e7;
  background: url(/img/sp/common/icon_01.png) no-repeat right 50%;
  background-size: 7px auto;
}

#main .topUl02 li a {
  padding: 10px 20px 10px 0;
  display: block;
  color: #000;
  font-weight: normal;
  overflow: hidden;
}
#main .topUl02 li a .session {
  border: 1px solid #EC1A23;
  color: #EC1A23;
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 5px;
  padding: 1px 0;
  text-align: center;
  width: 50px;
}
#main .topUl02 li a .session.session01 {
  color: #ffffff;
  background-color: #ec1a23;
  border: 1px solid #BE1D2D;
  border-radius: 2px;
  height: 16px;
  font-weight: bold;
  vertical-align: middle
}
#main .topUl02 li a .session.session02 {
  background-color: #4A9DF9;
  border: 1px solid #2581E8;
  color: #FFFFFF;
  border-radius: 2px;
  height: 16px;
  font-weight: bold;
  vertical-align: middle
}

#main .topUl02 li .ttl {
  width: 35%;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
}
#main .topUl02 li .ttl.ttl01 {
  background-color: #4A9DF9;
  border: 1px solid #2581E8;
}
#main .topUl02 li .ttl.ttl02 {
  background-color: #FFC000;
  border: 1px solid #FABF3F;
}
#main .topUl02 li .ttl.ttl03 {
  background-color: #C2EB25;
  border: 1px solid #B8D53F;
}
#main .topUl02 li .ttl.ttl04 {
  background-color: #EE4035;
  border: 1px solid #BE1D2D;
}

/* お知らせ種別アイコン */
#main .topUl02 li .ttl.ttl00 {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 5px;
  padding: 1px 0;
  width: 90px;
  height: 16px;
  color: #ffffff;
  background-color: #A9A098;
  border-radius: 2px;
  font-weight: bold;
  border: 1px solid #A9A9A9;
  vertical-align: middle
}

#main .topUl02 li .txt {
  width: 61%;
  float: none;
  clear: both;
}

#main .topUl02 li .link {
  display: block;
  color: #00ADEE;
  text-decoration: underline;
  font-size: 14px;
}

#main .topUl02 li:last-child {
  border-bottom: none;
}

#main .comBtn {
  padding: 0 10px 17px;
}

#main .comBtn02 {
  padding: 0 10% 17px!important;
}

#main .comBtn .listBtn {
  box-shadow: 1px 1px 8px #e6e6e4, -1px 1px 8px #e6e6e4;
  -webkit-box-shadow: 1px 1px 8px #e6e6e4, -1px -1px 8px #e6e6e4;
}
#main .comBtn .listBtn a.fs14 .ui-btn-text {
  font-size: 12px;
}

#main .comBtn .listBtn.shadownone {
  box-shadow: none;
}
#main .comBtn .listBtn.shadownone .ui-btn {
  margin: 0;
}

#main .item li {
  margin: 0;
  display: table;
  width: 100%;
  border-bottom: 1px solid #c8c9c3;
  position: relative;
}

#main .item li a {
  padding: 10px 20px;
  display: block;
  background-color: #fff;
}

#main .item li a:after {
  margin-top: -5px;
  width: 7px;
  height: 10px;
  display: block;
  background: url(/img/sp/common/icon_01.png) no-repeat;
  background-size: 7px 10px;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
}

#main .item li a .txtSpan {
  padding: 0 0 0 10px;
  font-size: 16px;
  color: #000;
  display: table-cell;
  vertical-align: middle;
}

#main .item li a .imgSpan {
  display: table-cell;
  vertical-align: middle;
  width: 26px;
}

#main .item li a .imgSpan img {
  width: 100%;
}

#main .item.admItem a {
  padding: 10px 3%;
}

#main .listBtm.backBtn li a:after {
  background: url(/img/sp/common/icon_04.png) no-repeat;
  background-size: 7px 10px;
  left: 8px;
  right: 0;
}

#main .bnrList {
  padding: 15px 16px 18px;
  background-color: #fff;
}

#main .bnrList li {
  margin: 0 0 10px;
}

#main .bnrList li:last-child {
  margin: 0;
}

#main .bnrList li img {
  width: 100%;
}

#main .type {
  padding: 10px 0 0;
  border-top: 1px solid #c8c9c3;
  background-color: #f5f6f1;
}

#main .itemList li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #c8c9c3;
  position: relative;
  display: table;
}

#main .itemList.mb0 li:last-child {
  border-bottom: none;
}

#main .itemList li a,
#main .itemList li .admin_noneLink {
  padding: 5px 6% 5px 1%;
  display: block;
  width: 93%;
  background-color: #fff;
  overflow: hidden;
  color: #333333;
}

#main .itemList.tactList li a,
#main .itemList.shopList li a,
#main .itemList.reviewList li a {
  padding: 4% 6% 4% 4%;
  display: block;
  width: 90%;
  background-color: #fff;
  overflow: hidden;
  color: #333333;
}

#main .itemList > li > a:after {
  margin-top: -5px;
  width: 7px;
  height: 10px;
  display: block;
  background: url(/img/sp/common/icon_01.png) no-repeat;
  background-size: 7px 10px;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
}

#main .itemList li a .txtSpan {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  width: 72%;
  font-weight: normal;
  word-break: break-all;
}

#main .itemList.topreview li a .txtSpan {
  vertical-align: top;
}

#main .itemList li span.txtSpanCarry {
  background: #ffffff;
  display: block;
  width: 100%;
  padding: 5px 3% 5px 1%;
  margin: 0 auto;
}

#main .itemList li a .txtSpan .special {
  font-size: 16px;
  font-weight: bold;
  display: block;
}

#main .itemList li a .txtSpan .start {
  width: auto;
  vertical-align: middle;
  display: inline-block;
}

#main .itemList li a .txtSpan .start img {
  width: 65px;
}

#main .itemList li a .imgSpan {
  display: inline-block;
  vertical-align: middle;
  width: 28%;
  text-align: right;
}

#main .itemList li a .imgSpan img {
  width: 80%;
}

#main .itemList li a .imgSpan01 {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  text-align: center;
  background-color: #f1f1f3;
  border: 1px solid #e7e7e7;
}

#main .itemList li a .imgSpan01 img {
  width: 54%;
}

#main .itemList.manual li {
  line-height: 2;
  font-size: 14px;
  font-weight: 700;
}

#main .imgList {
  margin-bottom: 10px;
  padding: 15px 10px 6px;
  border-bottom: 1px solid #c9cac4;
  background-color: #FFF;
}

#main .imgList li {
  margin-bottom: 7px;
  width: 48.5%;
  float: left;
}

#main .imgList li:nth-child(2n) {
  float: right;
}

#main .imgList li img {
  margin-bottom: 3px;
  width: 100%;
}

#main .linkList {
  margin-bottom: 10px;
}

#main .linkList li {
  border-bottom: 1px solid #c8c9c4;
  overflow: hidden;
  zoom: 1;
}

#main .linkList li a {
  padding: 4px 30px 6px 11px;
  position: relative;
  display: block;
  color: #000;
  overflow: hidden;
  font-weight: normal;
  background-color: #FFF;
}

#main .linkList li a:before {
  width: 7px;
  height: 10px;
  background: url(/img/sp/common/icon_01.png) no-repeat;
  background-size: 7px 10px;
  position: absolute;
  top: 40%;
  right: 10px;
  content: "";
}

#main .linkList li a:hover {
  text-decoration: none;
}

#main .linkList li .photo {
  margin-top: 3px;
  float: left;
}

#main .linkList li .txt {
  padding: 0 0 0 70px;
  display: block;
  line-height: 1.2;
}

#main .linkList li .txt .topTxt {
  margin-bottom: 2px;
  display: block;
  line-height: 1.5;
}

#main .linkList li .txt .name {
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
}

#main .sns li a {
  padding: 8px 30px 10px  20px;
}

#main .sns li .photo {
  margin-top: 0;
}

#main .sns li .txt {
  padding-left: 42px;
  font-weight: bold;
}

#main .btmLink,
#send_popup .btmLink {
  margin: 0 20px 20px;
}

#main .btmLink li,
#send_popup .btmLink li {
  margin: 0 1.5%;
  width: 22%;
  float: left;
}

#main .btmLink li a,
#send_popup .btmLink li a {
  padding: 5px 0 5px;
  display: block;
  color: #000;
  font-size: 10px;
  letter-spacing: -1px;
  text-align: center;
  border: 1px solid #d6d7d2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  //-webkit-box-shadow: #e6e6e4 1px 1px 8px, #e6e6e4 -1px 1px 8px;
  //-moz-box-shadow: #e6e6e4 1px 1px 8px, #e6e6e4 -1px 1px 8px;
  //box-shadow: #e6e6e4 1px 1px 8px, #e6e6e4 -1px 1px 8px;
  background: #ffffff;
}

#main .btmLink li a img,
#send_popup .btmLink li a img {
  margin: 0 auto 3px;
  display: block;
}

#main .contents.cms_block .responsive {
}

#main .contents.cms_block .responsive .shopBox {
	padding: 8px 0 !important;
}

#main .contents.cms_block .responsive h3 {
	margin: 10px 0 0;
}

/*------------------------------------------------------------
    index
------------------------------------------------------------*/
#main .mypageUl {
  padding: 15px 15px 0;
  background-color: #fff;
}

#main .mypageUl li {
  padding: 0 4% 13px 0;
  float: left;
  width: 22%;
  text-align: center;
}

#main .mypageUl li img {
  width: 100%;
}

#main .mypageUl li a {
  color: #25A9E0;
  word-wrap: break-word;
}

#main .mypageUl li:first-child a {
  color: #221E1F;
}

#main .mypageUl li:nth-child(4n) {
  padding-right: 0;
}

#main .addBtn {
  padding: 0 10px 15px;
  clear: both;
  background-color: #fff;
  text-align: center;
}

#main .addBtn a {
  margin: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: -moz-linear-gradient(top, #fefefe 0%, #e7e7e7);
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e7e7e7));
}

#main .addBtn a .ui-btn-inner {
  font-size: 14px;
  background: url(/img/sp/common/icon_03.png) no-repeat 10px 50%;
  background-size: 10px auto;
}

/*------------------------------------------------------------
    support/map/index
------------------------------------------------------------*/
#main .mapSeach {
  padding: 15px 10px 15px;
  border-bottom: 1px solid #c8c9c4;
  background-color: #FFF;
}

#main .mapSeach li {
  clear: both;
}

#main .mapSeach .ui-corner-all {
  border-radius: 1em;
}

#main .mapSeach div.ui-input-text {
  margin: 0 10px 0 0;
  width: 72%;
  float: left;
}

#main .mapSeach label.ui-input-text {
  font-size: 14px;
  font-weight: bold;
}

#main .mapSeach input.ui-input-text {
  padding: 1em 0.5em;
  color: #A6A8AB;
  font-size: 14px;
  font-weight: bold;
}

#main .mapSeach .txt01 {
  margin-top: 15px;
  float: left;
  font-size: 16px;
  font-weight: bold;
}

#main .mapSeach .ui-btn-corner-all {
  border-radius: 1.8em;
}

#main .mapSeach .ui-field-contain label.ui-select {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  font-size: 14px;
}

#main .mapSeach .ui-btn-inner {
  padding: 0.8em 0;
  font-size: 16px;
  color: #fff;
}

#main .mapSeach .ui-select .ui-btn-inner {
  color: #000;
}

#main .mapSeach .ui-icon, .ui-icon-searchfield:after {
  top: 60%;
  background: url(/img/sp/common/icon_02.png) no-repeat;
  border-radius: 0;
  background-size: 13px 10px;
  box-shadow: none;
}

#main .mapSeach .ui-field-contain, .ui-mobile fieldset.ui-field-contain {
  margin-bottom: 0.8em;
}

#main .mapSeach .inputSearch {
  margin-top: 1.9em;
}

#main .mapSeach .inputSearch input {
  padding: 0.7em 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

#main .mapSeach .inputSearch a {
  display: none;
}

#main .mapSeach .inputSearch .ui-btn-corner-all {
  border: 1px solid #1a75bc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: -moz-linear-gradient(top, #588cf9 0%, #317bd0 50%, #076ba6);
  background: -webkit-gradient(linear, left top, left bottom, from(#588cf9), color-stop(0.5, #317bd0), to(#076ba6));
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

#main .mapSeach .ui-input-search {
  padding: 0;
}

#main .mapSeach .ui-icon-searchfield:after {
  background: none;
  border-radius: 0;
}

#main .map_list li a:before {
  right: 17px;
}

#main .map_list li .txt {
  padding-left: 90px;
  line-height: 1.8;
}

#main .map_list li .txt .name {
  font-size: 14px;
}

#main .map_list li .txt .coupon {
  margin-left: 10px;
  padding: 3px 10px;
  display: inline-block;
  color: #FFF;
  font-size: 10px;
  line-height: 1.2;
  border-radius: 6px;
  background-color: #f0bf00;
}

#main .map {
  clear: both;
  border: 1px solid #726658;
}

#main .map img {
  width: 100%;
}

/*------------------------------------------------------------
    support/coupons/list.html
------------------------------------------------------------*/
#main .coupon {
  padding: 15px 10px;
  background-color: #fff;
}

#main .vistLink {
  margin: 0 0 10px;
}

#main .vistLink a {
  display: block;
}

#main .vistLink img,
#main .vistList li img {
  width: 100%;
}

#main .vistList li:nth-child(even) {
  float: right;
  width: 48%;
}

#main .vistList li:nth-child(odd) {
  float: left;
  width: 48%;
}

#main .vistList li:first-child,
#main .vistList li:nth-child(2) {
  margin: 0 0 10px;
}

#main .condition {
  padding: 10px 0 0;
  border-top: 1px solid #c8c9c3;
  background-color: #f5f6f1;
}

#main .condition .inner {
  padding: 15px 10px;
  background-color: #fff;
}

#main .condition .inner .couponList .ui-icon {
  background: url(/img/sp/common/icon_02.png) no-repeat right 50%;
  background-size: 13px auto;
}

#main .ui-controlgroup .ui-controlgroup-controls {
  margin: 0 0 15px;
  box-shadow: 1px 1px 8px #ebebeb, -1px -1px 8px #ebebeb;
  -webkit-box-shadow: 1px 1px 8px #ebebeb, -1px -1px 8px #ebebeb;
  -moz-box-shadow: 1px 1px 8px #ebebeb, -1px -1px 8px #ebebeb;
}

#main dd.radBox .ui-controlgroup .ui-controlgroup-controls {
  margin: 0;
}

#main .condition .inner .ui-br {
  border: none;
}

#main .listTtl {
  font-size: 14px;
  font-weight: bold;
}

#main .listSearch input {
  text-align: center;
  font-size: 16px;
  color: #fff;
}

#main .listSearch span {
  color: #fff;
}

#main .listSearch a {
  display: none;
}

#main .listSearch .submit .ui-btn,
#main ul.sumitUl .listSearch .ui-btn {
  padding: 0.53em 1em;
}

#main a.r10 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#main .sumitUl .listSearch.deleteBtnIn .ui-btn,
#main .listSearch .ui-corner-all,
#main .moreBtn02 .ui-corner-all,
#main .listSearch .ui-btn-corner-all,
#main .moreBtn02 .ui-btn-corner-all {
  border: 1px solid #1a75bc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: -moz-linear-gradient(top, #588cf9 0%, #317bd0 50%, #076ba6);
  background: -webkit-gradient(linear, left top, left bottom, from(#588cf9), color-stop(0.5, #317bd0), to(#076ba6));
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  text-shadow: none;
  color: #fff;
}

#main .listSearch.mb .ui-btn {
  margin-bottom: 10px !important;
}

#main .ui-input-search {
  padding: 0;
}

#main .listSearch.btn04 .ui-btn-corner-all {
  border: 1px solid #cccccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: -moz-linear-gradient(top, white 0%, #f1f1f1);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1));
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

#main .listSearch.btn04 .ui-btn-corner-all span,
#main .listSearch.btn04 .ui-btn-corner-all input {
  color: #221E1F;
}

#main .ui-icon-searchfield:after {
  background: none;
  border-radius: 0;
}

#main ul.itemList a.couponlink:after {
  top: 15%;
  right: 20px;
}

#main ul.itemList li ul.moveList.movecoupon {
  padding: 10px 10px 0;
  margin-top: 0;
  background: #ffffff;
}
#main ul.itemList li ul.moveList.movecoupon li {
  border-top: none;
}
#main ul.itemList li ul.moveList.movecoupon li a {
  width: auto;
}

/*------------------------------------------------------------
    /sp/events/detail.html
------------------------------------------------------------*/
#main .eventsBox {
  padding: 5px 10px;
  background-color: #FFF;
}

#main .eventsBox p {
  color: #A6A8AB;
  text-align: right;
}

#main .eventsBox dl {
  margin-top: -3px;
}

#main .eventsBox dt {
  padding-top: 6px;
  float: left;
  clear: both;
  width: 100px;
  color: #58595B;
  text-align: right;
}

#main .eventsBox dd {
  padding: 4px 0 4px 110px;
  color: #221E1F;
  font-size: 12px;
  line-height: 1.55;
  border-bottom: 1px solid #C9C9C4;
}

#main .eventsBox dd:nth-child(2) {
  padding-bottom: 2px;
}

#main .eventsBox dd.imgBlock ul {
  margin-bottom: 5px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(55px, 1fr));
  gap: 0 5px;
}

#main .eventsBox dd.imgBlock ul li a {
  display: block;
  text-align: center;
}

#main .eventsBox dd.imgBlock ul li a img {
  max-width: 100%;
  max-height: 200px;
}

#main .eventsBox dd:nth-child(14) {
  border: none;
}

#main .eventsBox dd:nth-child(15) {
  padding: 0 0 20px;
}

#main .eventsBox dd:nth-child(17) a {
  color: #221E1F;
  font-weight: normal;
}

#main .eventsBox dt:nth-child(18) {
  padding-top: 15px;
}

#main .eventsBox dd:last-child {
  padding-top: 10px;
  border: none;
}

#main .eventsBox dd:last-child a {
  padding-top: 5px;
  display: inline-block;
  color: #25A9E0;
  font-weight: normal;
}

#main .eventsBox dd:last-child a img {
  margin: -4px 5px 0 0;
  position: relative;
  zoom: 1;
}

#main .pTop {
  padding: 1em 0.5em;
}

/*------------------------------------------------------------
    /sp/brawse_history/index.html
------------------------------------------------------------*/
#main .brawseLink a {
  color: #221e1f;
  font-weight: normal;
}

#main .brawseLink span {
  padding: 0 20px 0 0;
  text-align: left;
  background: url(/img/sp/common/icon_01.png) no-repeat right center;
  background-size: 7px 10px;
}

#main ul.listUl01 li.histryRecord {
  padding-right: 10px;
}
#main ul.listUl01 li.histryRecord .textBox {
  background: url(/img/sp/common/icon_01.png) no-repeat;
  background-size: 7px 10px;
  background-position: right 50%;
}
#main ul.listUl01 li.histryRecord p.link01 a:before {
  background: none;
}
#main ul.listUl01 li.histryRecord p.link02 a {
  margin-right: 1% !important;
}

/*------------------------------------------------------------
    /sp/about/terms/list.html
------------------------------------------------------------*/
#main .listUl01 {
  background-color: #FFF;
}

#main .listUl01 li {
  padding: 15px 5px 15px 10px;
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px solid #C9C9C4;
}

#main .listUl01 .photoBox {
  float: left;
}

#main .listUl01 .textBox .link01 a {
  padding-right: 15px;
  position: relative;
  display: block;
  color: #221E1F;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
}

#main .listUl01 .textBox .link01 a span {
  display: block;
  font-size: 14px;
}

#main .listUl01 .textBox .link01 a:before {
  width: 7px;
  height: 10px;
  background: url(/img/sp/common/icon_01.png) no-repeat;
  background-size: 7px 10px;
  position: absolute;
  top: 15%;
  right: 5px;
  content: "";
}

#main .listUl01 .textBox .link02 .ui-btn-hover-a,
#main .listUl01 .textBox .link02 a {
  margin: 4px 5px 0 0;
  color: #FFF;
  border: none;
  text-shadow: 0 1px #C69116;
  -moz-text-shadow: 0 1px #C69116;
  -webkit-text-shadow: 0 1px #C69116;
  background: -moz-linear-gradient(top, #ffb923 0%, #efa907);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb923), to(#efa907));
}

#main .listUl01 .textBox .link02 a {
  margin: 4px 0% 0 0 !important;
}

#main .listUl01 .textBox .link02 a.ui-btn-inline {
  padding: 0.4em 5px 0.5em;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  border: none;
  text-align: left;
  margin: 0 auto;
  border-radius: 1em 1em 1em 1em;
  box-shadow: none;
}

#main .listUl01 .textBox .link02 .brawBtn01 {
  width: 5em;
}

#main .listUl01 .textBox .link02 .brawBtn02 {
  width: 5em;
}

#main .listUl01 .textBox .link02 .brawBtn03 {
  width: 4em;
}

#main .listUl01 .textBox .link02 a:nth-child(2) {
  text-shadow: 0 1px #54A120;
  -moz-text-shadow: 0 1px #54A120;
  -webkit-text-shadow: 0 1px #54A120;
  background: -moz-linear-gradient(top, #63d137 0%, #3dc326);
  background: -webkit-gradient(linear, left top, left bottom, from(#63d137), to(#3dc326));
}

#main .listUl01 .textBox .link02 a.ui-btn-inline:nth-child(2) {
  padding: 0.9em 4px 0.5em;
  text-align: center;
}

#main .listUl01 li:last-child {
  border-bottom: none;
}

#main .listUl01 .textBox .link02 a:last-child {
  margin-right: 0 !important;
  color: #EC1B23;
  text-shadow: none;
  border: 1px solid #C9C9C4;
  background: -moz-linear-gradient(top, white 0%, #ebebeb);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ebebeb));
}

#main .listUl01 .textBox .link02 a.ui-btn-inline:last-child {
  padding: 1.4em 4px 0.5em;
  text-align: center;
}

/*------------------------------------------------------------
    contents/pickupcontents/index.html
------------------------------------------------------------*/
#main .pickList {
  overflow: hidden;
  background-color: #fff;
}

#main .pickList li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #C8C9C3;
}

#main .pickList li:last-child {
  border-bottom: none;
}

#main .pickList li a {
  padding: 10px 35px 10px 10px;
  display: block;
  overflow: hidden;
  position: relative;
  color: #000;
}

#main .pickList li a:before {
  background: url(/img/sp/common/icon_01.png) no-repeat;
  background-size: 7px 10px;
  width: 7px;
  height: 10px;
  display: block;
  position: absolute;
  top: 48%;
  right: 15px;
  content: "";
}

#main .pickList li .photo {
  float: left;
}

#main .pickList li .photo.hairsalonPhoto {
  width: 80px;
  height: 120px;
}
#main .pickList li .photo.hairsalonPhoto img {
  width: 100%;
}

#main .pickList li .textBox {
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding-left: 90px;
}

#main .pickList.pl0 li .textBox {
  padding-left: 0;
}

#main .pickList li .new_shop_item_box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#main .pickList li .new_shop_image_box {
  width: 34%;
  flex-shrink: 0;
}
#main .pickList li .new_shop_content_box {
  flex-grow: 1;
}
#main .pickList li .new_shop_title {
  font-size: 16px;
  font-weight: bold;
}
#main .pickList li .new_shop_address {
  font-size: 14px;
  color: #9E2424;
}
#main .pickList li .new_shop_comment {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}

#main .pickList02 li {
  padding: 10px 10px 10px 10px;
}
#main .pickList02 li .photo {
  float: left;
}
#main .pickList02 li .textBox {
  padding-left: 90px;
  display: block;
  font-size: 14px;
  font-weight: normal;
}
#main .pickList02 li a {
  text-decoration: underline;
}

#main .pickList.special span.textBox {
  padding-left: 120px;
}
#main .pickList.special span.textBox span.title {
  text-decoration: underline;
  color: #2489CE;
}

/*------------------------------------------------------------
    support/reviewer/ranking.html
------------------------------------------------------------*/
#main .rank {
  margin-bottom: 10px;
  padding: 7px 10px 19px;
  border-bottom: 1px solid #C8C9C3;
  background-color: #FFF;
}

#main .rank p {
  margin: 0 5px 8px;
}

#main .rank .ui-fullsize .ui-btn-inner {
  padding: 0.9em 20px 0.8em 45px;
}

#main .rank .ui-controlgroup .ui-controlgroup-controls {
  margin-bottom: 5px;
}

#main .rank .note {
  margin-bottom: 20px;
}

#main .rank .listSearch input {
  padding: 0.5em 0;
  font-size: 16px;
}

#main .rank .listSearch span {
  color: #fff;
}

#main .rankSec {
  padding-top: 10px;
  background-color: #FFF;
}

#main .rankSec .date {
  margin: 0 7px 0 13px;
  padding: 2px 5px 3px;
  color: #FFF;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  background-color: #F7921E;
}

#main .rankSec .inner {
  padding: 10px 8px 15px 9px;
  clear: both;
  border-bottom: 1px solid #c8c9c3;
}

#main .rankSec .inner .lBox {
  width: 120px;
  float: left;
  text-align: center;
  line-height: 1.2;
}

#main .rankSec .inner .lBox .ttl {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

#main .rankSec .inner .lBox .ttl img {
  margin-right: 5px;
  vertical-align: middle;
}

#main .rankSec .inner .lBox .photo {
  margin-bottom: 5px;
}

#main .rankSec .inner .lBox .photo + p {
  font-size: 10px;
}

#main .rankSec .inner p a {
  text-decoration: underline;
}

#main .rankSec .inner .lBox p span {
  font-size: 14px;
}

#main .rankSec .inner .rBox {
  padding: 4px 0 0 126px;
}

#main .rankSec .inner .rBox .txtBox {
  margin-top: 5px;
  padding: 10px 5px 10px 15px;
  position: relative;
  border: 2px solid #f1f1f1;
}
#main .rankSec .inner .rBox .txtBox.fs12 p {
  font-size: 12px !important;
}
#main .rankSec .inner .rBox .txtBox.fs12 p span {
  font-size: 12px !important;
}

#main .rankSec .inner .rBox .txtBox .arrow {
  position: absolute;
  top: 19px;
  left: -15px;
}

#main .rankSec .inner .rBox .txtBox p {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #221E1F;
}

#main .rankSec .inner .rBox .txtBox p span {
  margin-bottom: 2px;
  display: block;
  font-size: 14px;
  font-weight: normal;
}

#main .rankSec .inner .rBox .txtBox li img {
  margin-right: 2px;
  vertical-align: middle;
}

#main .rankSec .inner:last-child {
  border-bottom: none;
}

/*------------------------------------------------------------
    support/reviewer/member.html
------------------------------------------------------------*/
#main .memberBox {
  margin-bottom: 10px;
  background-color: #fff;
  border-bottom: 1px solid #C8C9C3;
}

#main .memberBox .inner {
  padding: 15px 10px 10px;
}

#main .memberBox .inner .rBox .txtBox p span {
  margin-bottom: 0;
  font-size: 16px;
}

#main .bookMap {
  margin: 0 20px 16px 25px;
}

#main .bookMap li {
  float: left;
  width: 100%;
}

#main .bookMap dt {
  float: left;
  width: 85px;
}
#main .bookMap dt img {
  vertical-align: middle;
}

#main .bookMap .starDt {
  margin-right: 5%;
  width: 35%;
}

#main .bookMap dt span {
  display: inline-block;
  background-color: #26a9e1;
  width: 100%;
}

#main .bookMap dt span.star {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  line-height: 21px;
}
#main .bookMap dt span.star div.ui-progressbar-value {
  background-color: #26A9E1;
  background-image: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  height: 21px;
}

#main .bookMap dt .fivestar {
  width: 100%;
}

#main .bookMap dt .fourstar {
  width: 80%;
}

#main .bookMap dt .threestar {
  width: 20%;
}

#main .bookMap dd {
  font-size: 16px;
  float: left;
  width: 25%;
}

#main .memberMenu {
  padding: 10px 0 0;
}

#main .memberMenu li {
  margin-right: 0;
  width: 49%;
  font-size: 16px;
}

#main .memberMenu li:last-child {
  float: right;
}

#main .memberMenu li .selected {
  background: url(/img/sp/support/map/menu_on_bg.gif) no-repeat;
  background-size: 100% auto;
}

#main .memberMenu li:last-child .selected {
  background: url(/img/sp/support/map/menu_on_bg01.gif) no-repeat;
  background-size: 100% auto;
}

#main .memberBox01 {
  clear: both;
  background-color: #fff;
}

#main .memberBox01 .formBox {
  padding: 0 10px 0px 0;
}

#main .memberBox01 .formBox .ui-icon {
  background: url(/img/sp/common/icon_02.png) no-repeat right 50%;
  background-size: 13px auto;
}

#main .memberBox01 .formBox .ui-btn-inner {
  font-size: 16px;
}

#main .memberBox01 .formBox form {
  float: right;
  font-size: 16px;
  width: 58%;
}

#main .memberBox01 .formBox .select-native-2 {
  font-size: 16px;
}

#main .memberBox01 .memberList {
  overflow: hidden;
}

#main .memberBox01 .memberList li {
  float: left;
  width: 94%;
  padding: 1% 3%;
  border-bottom: 1px solid #C8C9C4;
}

#main .memberBox01 .memberList li:last-child {
  border-bottom: none;
}

#main .memberBox01 .memberList li .photoBox {
  float: left;
}

#main .memberBox01 .memberList li .textBox {
  display: block;
  color: #221E1F;
  font-size: 14px;
}

#main .memberBox01 .memberList li .textBox span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #25A9E0;
  text-decoration: underline;
}

#main .memberBox01 .memberList li .title {
  padding: 5px 0 0 0;
  display: block;
  font-size: 16px;
  clear: both;
  color: #221E1F;
  font-weight: bold;
  background: url(/img/sp/common/icon_01.png) no-repeat right 8px;
  background-size: 7px 10px;
}

#main .memberBox01 .memberList li .text {
  display: block;
  color: #221E1F;
  font-size: 14px;
  font-weight: normal;
}

#main .memberBox01 .memberList li .link {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #25A9E0;
  text-decoration: underline;
}

#main .memberBox01 .memberList li .grepBox {
  margin-bottom: 7px;
  padding: 10px;
  display: block;
  color: #221E1F;
  background-color: #F1F1F3;
}

#main .memberBox01 .memberList li .grepBox img {
  vertical-align: middle;
}

#main .memberBox01 .memberList li .btmP {
  color: #221E1F;
  font-size: 12px;
  text-align: center;
}

#main .memberBox01 .memberList li .btmP span {
  font-size: 14px;
  font-weight: bold;
}

#main .memberBox01 .memberList li .btmP span span {
  color: #EC1B23;
  font-size: 16px;
}

/*------------------------------------------------------------
    contents/present/form.html
------------------------------------------------------------*/
#main .favorite {
  padding: 5px 10px 5px;
  font-size: 16px;
  background-color: #FFF;
  border-bottom: 1px solid #C8C9C3;
}

#main .favorite .ui-field-contain {
  margin: 0;
}

#main .favorite textarea.ui-input-text {
  height: 75px;
}
#main .shop_board_edit textarea.ui-input-text {
  height: auto;
}

#main .favorite.contact textarea.ui-input-text,
#main .favorite.review textarea.ui-input-text {
  height: 150px;
}

#main .favorite dl {
  font-weight: bold;
}

#main .favorite dt {
  margin-bottom: 5px;
  padding-left: 15px;
  background: url(/img/sp/common/icon_05.gif) no-repeat left 4px;
  background-size: 10px 10px;
}
#main .favorite dt.back {
  background: none;
  padding-left: 0;
}

#main .favorite dd {
  margin-bottom: 10px;
  overflow: hidden;
  zoom: 1;
}
#main .favorite dd label.star {
  padding-left: 15px;
  background: url(/img/sp/common/icon_05.gif) no-repeat left 4px;
  background-size: 10px 10px;
}
#main .favorite dd.spec.avator a.delete_button {
  margin: 10px 0;
}
#main .favorite dd.spec.avator input#fileselect {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 16px;
}
#main .favorite dd.spec.avator a.select_file:before {
  background: transparent url("/img/sp/common/icon_22.png") no-repeat scroll 0% 0% / 21px 21px;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: 20%;
  left: 10px;
  content: "";
}

#main .favorite dd.spec.avator a span.ui-btn-inner {
  display: block;
}
#main .favorite dd.spec.avator a {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  color: #333333;
  display: block;
  margin: 0;
  font-weight: normal;
  text-align: center;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #fefefe;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFEFEFE', endColorstr='#FFECECEC');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjVmNWY1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWNlY2VjIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(50%, #f5f5f5), color-stop(100%, #ececec));
  background-image: -webkit-linear-gradient(top, #fefefe 0%, #f5f5f5 50%, #ececec 100%);
  background-image: -moz-linear-gradient(top, #fefefe 0%, #f5f5f5 50%, #ececec 100%);
  background-image: -o-linear-gradient(top, #fefefe 0%, #f5f5f5 50%, #ececec 100%);
  background-image: linear-gradient(top, #fefefe 0%, #f5f5f5 50%, #ececec 100%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px;
}
#main .favorite dd.spec.avator .ui-body-c + a:before {
  content: "";
  display: block;
  height: 21px;
  left: 10px;
  position: absolute;
  top: 20%;
}
#main .favorite dd.spec.avator .ui-body-c + a:hover {
  text-decoration: none;
  color: #333333;
}
#main .favorite dd.spec.avator .ui-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#main .favorite dd.email label,
#main .favorite dd.mobile_email label {
  margin: 0;
  width: 12%;
  float: left;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400;
}

#main .favorite dd.receiveMail label,
#main .favorite dd.avator label {
  float: none;
  width: auto;
  padding: 0.2em 0 0.2em 2em;
  font-weight: bold;
  font-size: 14px;
}
#main .favorite dd.avator li .ui-radio {
  padding-left: 10%;
}
#main .favorite dd.avator li .ui-radio label {
  padding: 0.2em 0 0.2em 1.5em;
}
#main .favorite dd.receiveMail label.ui-btn.ui-radio-on::after,
#main .favorite dd.receiveMail label.ui-btn.ui-radio-off::after,
#main .favorite dd.avator label.ui-btn.ui-radio-on::after,
#main .favorite dd.avator label.ui-btn.ui-radio-off::after {
  margin: -9px -7px 0px;
}


#main .favorite dd.introduction label {
    position: absolute;
    left: 0px;
    clip: rect(1px, 1px, 1px, 1px);
}
#main .favorite dd.introduction textarea {
    margin: 0px;
}

#main .favorite dd.comment label {
    position: absolute;
    left: 0px;
    clip: rect(1px, 1px, 1px, 1px);
}
#main .favorite dd.comment textarea {
    margin: 0px;
}

#main .favorite dd div.ui-input-text {
  margin: 0;
  width: 78%;
  float: right;
}

#main .favorite .spec div.ui-input-text {
  width: auto;
  float: none;
}

#main .favorite .spec.telblock div.ui-input-text {
  float: left;
  width: 25%;
}

#main .favorite .spec.zipblock div.ui-input-text {
  float: left;
  width: 30%;
}

#main .favorite .spec.telblock span,
#main .favorite .spec.zipblock span {
  float: left;
  padding: 0.8em 0.5em;
}

#main .shop_board_edit .spec .rangeblock div.ui-input-text,
#main .shop_board_edit .spec .zipblock div.ui-input-text {
  width: 40%;
  display: inline-block;
}
#main .shop_board_edit .spec .telblock div.ui-input-text {
  width: 27%;
  display: inline-block;
}

#main .shop_board_edit .spec .sub_label {
  font-weight: normal;
}

#main .favorite a {
  text-decoration: underline;
}

#main .favorite .notes {
  margin-top: 5px;
  clear: both;
  display: block;
  font-weight: normal;
}

#main .favorite.borderbot dl {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 0.8em;
}

#main .favorite.borderbot dl:first-child {
  border-bottom: none;
  margin-bottom: 0;
}

/*#main .favorite .zip {
    margin-bottom: 10px;
    color: #221E1F;
    font-weight: normal;
    text-align: center;
    border: 1px solid #c5c7c6;
    background: -moz-linear-gradient(
        top,
        #C4C6C5 0%,
        #BCBEBD);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#C4C6C5),
        to(#BCBEBD));
}

#main .favorite .zip span {
    padding: 2px 5px;
    display: block;
    border: 1px solid #CFD1D0;
}*/
#main .favorite .formAdd {
  margin-bottom: 10px;
  clear: both;
}

#main .favorite .formAdd .ui-btn {
  margin: 0;
}

#main .favorite .formAdd span {
  font-size: 14px;
}

#main .favorite .formAdd span.ui-btn-inner,
#main .favorite .formAdd span.ui-btn-text {
  float: none;
}

#main .favorite dd .birthday li {
  width: 30%;
  float: left;
}

#main .favorite dd .birthday .ui-field-contain {
  border: none;
}

#main .favorite dd .birthday .year {
  width: 38%;
}

#main .favorite .birthday .ui-field-contain label.ui-select {
  margin: 8px 0 0;
  width: 23%;
  float: right;
  font-size: 16px;
  text-align: left;
}

#main .favorite .birthday .year .ui-field-contain label.ui-select {
  width: 20%;
}

#main .favorite .birthday .ui-field-contain .ui-select {
  margin: 0;
  width: 75%;
  float: left;
}

#main .favorite .birthday .ui-field-contain .ui-select .ui-btn {
  border-radius: 2em;
  font-weight: normal;
  background: #EEE linear-gradient(#FFF, #F1F1F1) repeat scroll 0% 0%;
}

#main .favorite dd.birth_date .birthday li .ui-btn{
  padding: 0.6em 0.8em;
}
#main .favorite dd.birth_date .birthday li span {
  padding: 0px;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
}

#main .favorite dd.sex label {
  width: 50%;
  font-size: 14px;
  font-weight: bold;
  margin-left: -0.5em;
  padding: 0.1em 1em 0.1em 2.5em;
}

#main .favorite .birthday .ui-field-contain .ui-select .ui-btn:after {
  top: 65%;
  right: 5px;
  background: url(/img/sp/common/icon_02.png) no-repeat;
  border-radius: 0;
  background-size: 13px 10px;
  box-shadow: none;
}

#main .favorite .birthday.member li {
  width: 32%;
}
#main .favorite .birthday.member li.year {
  width: 34%;
}
#main .favorite .birthday.member .ui-field-contain label {
  font-size: 12px;
  margin: 12px 0 0 0;
  text-align: left;
  display:inline-block;
}
#main .favorite .birthday.member .ui-field-contain .ui-select {
  width: 80%;
}
#main .favorite .birthday.member .year .ui-field-contain label.ui-select {
  width: 13%;
  text-align: left;
}

#main .favorite .radioUl .ui-corner-all,
#main .bookForm .radioUl .ui-corner-all {
  border-radius: 0;
  border: none;
  background: #FFF;
}

#main .favorite .radioUl .ui-btn-inner,
#main .bookForm .radioUl .ui-btn-inner {
  padding: 0.3em 15px 0.3em 25px;
  border: none;
}

#main .favorite .radioUl .ui-radio,
#main .bookForm .radioUl .ui-radio {
  float: left;
  clear: none;
}

#main .favorite dd .ui-radio .ui-btn-icon-left .ui-icon {
  left: 0;
}

#main .favorite dd.radBox .ui-radio .ui-btn-icon-left .ui-icon {
  left: 15px;
}

#main .favorite dd .profession li {
  width: auto;
  float: none;
}

#main .favorite .profession .ui-field-contain .ui-select {
  width: 100%;
}

#main .favorite .profession li .ui-btn-inner {
  text-align: center;
}

#main .favorite .txtBox {
  text-align: center;
}

#main .favorite .txtBox .redTxt {
  display: inline-block;
}

#main .favorite .txtBox .ui-btn {
  margin: 0;
  display: inline-block;
  border-radius: 0;
  border: none;
  background: none;
}

#main .favorite .txtBox .ui-checkbox {
  width: auto;
}

#main .favorite .txtBox .ui-checkbox .ui-btn-icon-left .ui-btn-inner {
  padding-left: 40px;
  border: none;
  background: url(/img/sp/common/icon_05.gif) no-repeat left center;
  background-size: 10px 10px;
}

#main .favorite .txtBox .ui-checkbox .ui-btn-icon-left .ui-icon {
  left: 15px;
}

#main .favorite .txtBox .ui-checkbox input {
  display: none;
}

#main .favorite .sumit .ui-btn-text {
  color: #FFF;
  font-size: 16px;
}

#main .favorite .sumit .ui-btn-inner {
  padding: 0.2em 10px 0.3em;
}

/*------------------------------------------------------------
    /sp/shop/shop_news/list.html
------------------------------------------------------------*/
#main .shopmews {
  padding: 8px 10px;
  border-bottom: 3px solid #4D4D4D;
  background-color: #fff;
}

#main .shopmews dt {
  margin: 0 0 10px;
}

/* お知らせ詳細 - アイコン（イベント） */
#main .shopmews dt .session {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 2px 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
  font-size: 10px;
  color: #FFFFFF;
}

#main .shopmews dt .session.session01 {
  background-color: #fd7070;
}

#main .shopmews dt .session.session02 {
  background-color: #4A9DF9;
}

#main .shopmews dt .session.session03 {
  background-color: #FF8C40;
}

#main .shopmews dt .session.session04 {
  background-color: #708090;
}

/*
#main .shopmews dt .session {
  border: 1px solid #EC1A23;
  color: #EC1A23;
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 5px;
  padding: 1px 0;
  text-align: center;
  width: 90px;
}
#main .shopmews dt .session.session01 {
  background-color: #EC1A23;
  border: 1px solid #BE1D2D;
  color: #FFFFFF;
}
#main .shopmews dt .session.session02 {
  background-color: #4A9DF9;
  border: 1px solid #2581E8;
  color: #FFFFFF;
}
*/

#main .shopmews dt .Ttl {
  padding: 2px 0;
  margin: 0 10px 0 0;
  width: 70px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 10px;
  background-color: #a9a098;
}

/*
#main .shopmews dt .Ttl {
  margin: 0 10px 0 0;
  width: 35%;
  display: inline-block;
  text-align: center;
  color: #fff;
}
#main .shopmews dt .Ttl.ttl01 {
  background-color: #4a9df9;
  border: 1px solid #2481e9;
}
#main .shopmews dt .Ttl.ttl02 {
  background-color: #FFCF00;
  border: 1px solid #FABF3F;
}
#main .shopmews dt .Ttl.ttl03 {
  background-color: #C2EB25;
  border: 1px solid #B8D53F;
}
#main .shopmews dt .Ttl.ttl04 {
  background-color: #EE4035;
  border: 1px solid #BE1D2D;
}
*/

#main .shopmews dt .pin {
  height: 18px;
}

#main .shopmews dd {
  color: #221E1F;
  font-size: 16px;
  letter-spacing: -1px;
  font-weight: bold;
}

#main .shopmews dd p {
  font-weight: normal;
  padding: 0.3em 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}
#main .shopmews dd p:first-child {
  border-top: 1px dotted #aaaaaa;
}

#main .det {
  padding: 10px 10px 40px;
  line-height: 2.5;
  color: #221E1F;
  background-color: #fff;
}
#main .det p {
  line-height: 1.4;
}

#main .det span {
  margin-top: 0;
  line-height: 1.4;
}

#main .det a {
  /*color: #221E1F;
  font-weight: normal;*/
  font-size: 100%;
  color: #0066CC;
}

#main .dateBox {
  padding: 5px 10px;
  text-align: right;
  color: #221E1F;
  background-color: #fff;
}

#main .dateBox.taLeft {
  border-top: none;
}

#main .detailPhoto {
  padding: 8px 1% 5px;
  background-color: #fff;
  width: 98%;
  margin: 0 auto;
}
#main .detailPhoto li {
  margin: 0 3.5% 5px 0;
  width: 31%;
  float: left;
}
#main .detailPhoto li:nth-child(3n) {
  margin-right: 0;
}
#main .detailPhoto li a {
  color: #000;
  font-weight: normal;
  display: table;
  width: 100%;
  height: 100%;
}
#main .detailPhoto li span {
  /*border: 1px solid #D1D2D4;*/
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 120px;
}
#main .detailPhoto li span > img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
#main .detailPhoto li p {
  padding-top: 0.3em;
  text-align: left;
  display: table-row;
  word-break: break-all;
}

#main div.det #recruitFormBtn button,
#main div.det #recruitTelBtn button {
  border: solid 1px #ff8c00;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
  background-color: #ff8c00;
  font-size: 18px;
  font-weight: normal;
  text-shadow: none;
}
#main div.det #recruitFormBtn button:active,
#main div.det #recruitTelBtn button:active {
  opacity: 0.8;
}
#main div.det #recruitFormBtn button:focus,
#main div.det #recruitTelBtn button:focus {
  box-shadow: 0 0 12px #ff8c00;
}
#main div.det #recruitTelBtn .telRemarks {
  text-align: center;
}

#jobActionArea .jobActionDivider {
  border: none;
  border-top: 1px solid #eee;
  margin: 1em 25%;
}
#jobActionArea .jobActionTitle {
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
}

#main .shop-photo {
  padding: 15px 0;
}

#main .ul-adumb li {
  padding: 0 10px;
  float: left;
}

#main .ul-adumb li a {
  color: #000;
  font-size: 16px;
}

#slideSpace {
  margin: 0 40px;
  height: 0;
  overflow: hidden;
}

#slideSpace img {
  width: 100%;
  height: auto;
}

#main .checkBox.inner {
  padding: 0 10px;
}

/*------------------------------------------------------------
    /sp/mypage/review/index_groumet.html
------------------------------------------------------------*/
#main .groumetBox {
  background-color: #FFF;
}

#main .groumetBox form {
  padding: 10px 10px 5px;
}

#main .groumetBox form .couponList {
  margin: 0;
  border: none;
}

#main .groumetBox form .ui-icon {
  background: url(/img/sp/common/icon_02.png) no-repeat right 50%;
  background-size: 13px auto;
}

#main .groumetBox form label {
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}

#main .groumetBox form .ui-btn-icon-right:after {
  background: transparent url("/img/sp/common/icon_02.png") no-repeat scroll 50% 50% / 13px auto;
}

#main .groumetBox form .couponList .ui-corner-all {
  border-radius: 1.0em;
  border: 1px solid #CCC;
  background: #EEE linear-gradient(#FFF, #F1F1F1) repeat scroll 0% 0%;
  font-weight: bold;
  color: #222;
}

#main .groumetBox form .resSearch .ui-corner-all {
  border-radius: 1.0em;
  font-weight: normal;
}

#main .groumetBox form .ui-btn-inner {
  padding: 0.5em 20px;
  font-size: 16px;
  font-weight: normal;
}

#main .groumetBox form .ui-select {
  margin: 0px 0px 15px;
}

#main .groumetBox form .ui-select span {
  font-weight: normal;
}

#main .groumetBox .numUl {
  margin: 15px 10px 8px;
}

#main .groumetBox .numUl li {
  width: 48.5%;
  float: left;
}

#main .groumetBox .numUl li .txtTtl {
  margin: 0;
}

#main .groumetBox .numUl li p {
  text-align: center;
}

#main .groumetBox .numUl li p:last-child {
  margin-top: 5px;
  font-size: 14px;
}

#main .groumetBox .bookMap li p {
  text-align: center;
}
#main .groumetBox .bookMap li p span {
  margin-right: 2px;
  color: #F05A28;
  font-size: 20px;
}

#main .groumetBox .numUl li:last-child {
  float: right;
}

#main .groumetBox .txtTtl {
  text-shadow: 0 2px 4px #A4672E;
}

#main .groumetBox .ui-collapsible-inset {
  margin: 0 10px 15px;
}

#main .groumetBox .ui-collapsible-content {
  margin-top: -9px;
  padding-top: 24px;
  position: relative;
}

#main .groumetBox .ui-collapsible-inset .ulList {
  margin: 0 0 10px;
}

#main .groumetBox .ui-collapsible-inset .txtTtl {
  margin: 0 0 8px;
}

#main .groumetBox h3 .ui-collapsible-heading .ui-btn-icon-left .ui-btn-inner {
  padding: 0.7em 20px;
  font-size: 16px;
  font-weight: normal;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.08, #f1f1f1), color-stop(0.54, white));
}

#main .groumetBox h3 .ui-btn-icon-left .ui-icon {
  left: auto;
  right: 20px;
  top: 48%;
  right: 18px;
  left: inherit;
  background-color: #FFF;
  border: 1px solid #dddcda;
  border-radius: 11px;
}

#main .groumetBox h3 .ui-icon {
  background: url(/img/sp/common/icon_10.gif) no-repeat center;
  background-size: 12px 12px;
}

#main .groumetBox h3 .ui-icon-minus {
  background: url(/img/sp/common/icon_11.gif) no-repeat center;
  background-size: 12px 3px;
}

#main .groumetBox .ui-collapsible-themed-content:not(.ui-collapsible-collapsed) > .ui-collapsible-heading {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

#main .groumetBox .ui-collapsible-inset .ulList li {
  width: 50%;
  float: left;
  word-break: break-all;
}

#main .groumetBox .ui-collapsible-inset .subUl {
  margin-bottom: 10px;
}

#main .groumetBox .ui-collapsible-inset .subUl:last-child {
  margin-bottom: 0;
}

#main .groumetBox .ui-collapsible-inset .subUl li {
  width: 100%;
  float: none;
  line-height: 1.7;
}

#main .groumetBox .ui-collapsible-inset li p {
  font-size: 16px;
}

#main .groumetBox form:nth-child(8),
#main .groumetBox .reviewForm {
  margin-top: -10px;
}

#main .groumetBox form:nth-child(8) .ui-field-contain,
#main .groumetBox .reviewForm .ui-field-contain {
  margin: 0 0 0 54%;
}

#main .groumetBox form:nth-child(8) .ui-btn-inner,
#main .groumetBox .reviewForm .ui-btn-inner {
  padding-left: 0;
}

#main .groumetBox .navi {
  margin-top: 0;
}

#main .groumetBox .groumetList {
  clear: both;
}

#main .groumetBox .groumetList li {
  padding: 15px 10px;
  border-bottom: 1px solid #C9C9C4;
}

#main .groumetBox .groumetList li:last-child {
  border-bottom: none;
}

#main .groumetBox .groumetList li .pTtl {
  width: 62px;
  float: left;
  font-size: 16px;
  line-height: 1.4;
  border: 1px solid #40B38C;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#main .groumetBox .groumetList li .pTtl span {
  display: block;
  color: #FFF;
  text-align: center;
  text-shadow: 1px 1px 0 #009933,1px -1px 0 #009933,-1px 1px 0 #009933,-1px -1px 0 #009933;
  border: 1px solid #94DBB8;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background-color: #66CC9A;
}

#main .groumetBox .groumetList li .pTtl01 {
  border: 1px solid #FFBB33;
}

#main .groumetBox .groumetList li .pTtl01 span {
  text-shadow: 1px 1px 0 #FF9900,1px -1px 0 #FF9900,-1px 1px 0 #FF9900,-1px -1px 0 #FF9900;
  border: 1px solid #FFDB94;
  background-color: #FFCC66;
}

#main .judge {
  border-radius: 7px;
  font-size: 16px;
  line-height: 1.4;
  width: 62px;
}
#main .judge.icon01 {
  border: 1px solid #FFBB33;
}
#main .judge.icon01 span {
  border-radius: 7px;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-shadow: 1px 1px 0 #FF9900,1px -1px 0 #FF9900,-1px 1px 0 #FF9900,-1px -1px 0 #FF9900;
  border: 1px solid #FFDB94;
  background-color: #FFCC66;
}

#main .groumetBox .groumetList li .pTtl02 {
  border: 1px solid #FF6C6C;
}

#main .groumetBox .groumetList li .pTtl02 span {
  text-shadow: 1px 1px 0 #FF3232,1px -1px 0 #FF3232,-1px 1px 0 #FF3232,-1px -1px 0 #FF3232;
  border: 1px solid #FFB8B8;
  background-color: #FF9999;
}

#main .judge.icon02 {
  border: 1px solid #FF6C6C;
}
#main .judge.icon02 span {
  border-radius: 7px;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-shadow: 1px 1px 0 #FF3232,1px -1px 0 #FF3232,-1px 1px 0 #FF3232,-1px -1px 0 #FF3232;
  border: 1px solid #FFB8B8;
  background-color: #FF9999;
}

#main .judge.icon00 {
  border: 1px solid #40B38C;
}
#main .judge.icon00 span {
  border-radius: 7px;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-shadow: 1px 1px 0 #009933, 1px -1px 0 #009933, -1px 1px 0 #009933, -1px -1px 0 #009933;
  background-color: #66CC9A;
  border: 1px solid #94DBB8;
}

#main .groumetBox .groumetList li .photoBox {
  padding-right: 7%;
  float: right;
  text-align: right;
  width: 43%;
  position: relative;
}

#main .groumetBox .groumetList li .photoBox a {
  margin: 0;
  width: 108px;
}

#main .groumetBox .groumetList li .photoBox .ui-btn-corner-all {
  border-radius: 1em 1em 1em 1em;
  box-shadow: none;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.27, #ececec), color-stop(0.73, white));
}

#main .groumetBox .groumetList li .photoBox .ui-btn-inner {
  padding: 0.5em 10px;
  color: #EC1B23;
  font-size: 14px;
  font-weight: normal;
  border-radius: 5px;
}

#main .groumetBox .groumetList li .groumBox {
  clear: both;
  display: table;
  width: 100%;
}

#main .groumetBox .groumetList li .groumBox .pTxt {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
#main .groumetBox .groumetList li .groumBox .pTxt.reviewhistory {
  width: 99%;
  padding-top: 0.3em;
  word-break: break-all;
}

#main .groumetBox .groumetList li .groumBox .pTxt span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

#main .groumetBox .groumetList li .groumBox .pTxt .spanIcon {
  display: inline-block;
  margin-left: 8px;
  overflow: hidden;
  zoom: 1;
}

#main .groumetBox .groumetList li .groumBox .pTxt .spanIcon img {
  float: left;
}

#main .groumetBox .groumetList li .groumBox a {
  font-weight: normal;
  color: #000;
  display: block;
  position: relative;
}

#main .groumetBox .groumetList li .groumBox a:before {
  background: url(/img/sp/common/icon_01.png) no-repeat;
  background-size: 7px 10px;
  width: 7px;
  height: 10px;
  display: block;
  position: absolute;
  top: 30px;
  right: 0px;
  content: "";
}

#main .groumetBox .groumetList li .groumBox .metPhoto {
  width: 42%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

#main .groumetBox .groumetList li .btmText {
  margin-top: 10px;
  padding: 5px 10px;
  clear: both;
  background-color: #F5F5E9;
}

#main .groumetBox .navi:last-child {
  border-bottom: none;
}

/*------------------------------------------------------------
    gps/search.html
------------------------------------------------------------*/
#main .shopSec {
  margin: 0 10px 15px;
}

#main .shopSec .factor {
  margin-bottom: 5px;
  text-align: center;
}

#main .shopSec .factor span {
  margin: 0 3px;
  color: #F05A28;
  font-size: 20px;
}

#main .shopSec .ui-btn-text {
  color: #FFF;
  font-size: 16px;
}

#main .shopSec .ui-btn-inner {
  padding: 0.1em 10px 0.4em;
}

#main .moreBtn {
  margin-bottom: -5px;
  padding: 10px 10px 20px;
  border-top: 1px solid #CCC;
}

#main .moreBtn a {
  margin: 0;
}

#main .moreBtn a .ui-btn-inner {
  font-size: 14px;
}

#main .moreBtn02 {
  padding: 10px 8px 5px;
}
#main .moreBtn02 a {
  color: #ffffff;
}

/*------------------------------------------------------------
    /sp/shop_search/category/*.html
------------------------------------------------------------*/
#main .moreBtn.backBtn .ui-btn-inner .ui-btn-text {
  background: url(/img/sp/common/icon_04.png) no-repeat left center;
  background-size: 7px 10px;
  padding-left: 15px;
}

/*------------------------------------------------------------
    support/coupons/result.html
------------------------------------------------------------*/
#main .vouchers {
  margin: 10px 10px 20px;
}

#main .vouchers .ui-btn-text {
  color: #FFF;
  font-size: 16px;
}

#main .vouchers .txtinput {
  margin-bottom: 1em;
}
#main .vouchers .txtinput p {
  font-size: 16px;
  font-weight: 700;
}

#main .vouchers .ui-btn-inner {
  padding: 0.1em 10px 0.4em;
}

#main .result {
  padding: 10px 8px 10px;
  background-color: #faabbe;
  border-bottom: 2px dashed #FFF;
}

#main div.result_block div.result:last-child {
  border-bottom: none;
  margin-bottom: 10px;
}

#main .result_block .result:last-child {
  border-bottom: none;
}

#main .result .inner {
  background-color: #FFF;
}

#main .result .inner .topBox {
  margin-right: 3px;
}

#main .result .inner .topBox .photo {
  float: left;
}

#main .result .inner .topBox .down01 {
  padding: 10px 0 0 127px;
  margin: 0;
}

#main .result .inner .topBox .down01.coupon {
  padding: 10px 0 0 0;
  margin: 0;
  width: 14.5em;
  float: right;
}
#main .result .inner .topBox .down01.coupon a .ui-btn-inner {
  padding: 0.9em 14px;
}

#main .down01 {
  margin: 0 10px 10px;
}

#main .down01 .ui-collapsible {
  margin: 0;
}

#main .down01 a .ui-btn-inner {
  padding: 0.9em 20px;
  font-size: 14px;
}

#main .down01 a {
  top: 48%;
  right: 18px;
  left: inherit;
  text-align: right;
  background-color: #FFF;
  border: 1px solid #dddcda;
  border-radius: 11px;
}

#main .result .inner .topBox .down01 a {
  top: 0;
  right: 0;
}

#main .down01 a.ui-btn {
  padding: 12px 12px;
  background: url(/img/sp/common/icon_14.png) no-repeat 95% center;
  background-size: 21px 21px;
  text-align: left;
}

#main .result .inner .txtBox {
  padding: 0 10px 10px;
  clear: both;
}

#main .result .inner .txtBox .numberTxt {
  font-size: 16px;
  font-weight: bold;
}

#main .result .inner .txtBox .addTxt {
  margin-bottom: 5px;
  text-align: center;
}

#main .result .inner .txtBox .addTxt span {
  display: block;
  font-weight: bold;
}

#main .result .inner .txtBox .specTxt {
  margin-bottom: 10px;
  color: #FC0F9C;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  min-height: 30px;
}

#main .result .inner .txtBox .date {
  margin-bottom: 10px;
  padding: 5px 10px 5px;
  background-color: #f5f5e9;
}

#main .borNone {
  border-bottom: none !important;
}

#main .resSearch {
  margin: 0 8px 15px;
}

#main .resSearch a {
  margin: 0;
}

/*------------------------------------------------------------
    sp/coupons/kepp.html
------------------------------------------------------------*/
#main .coupon .coupon_delete .ui-btn-text {
  background: none;
  padding: 0;
  color: #EC1B23;
}

/*------------------------------------------------------------
    gps/result.html
------------------------------------------------------------*/
#main .comTop {
  padding-top: 15px;
  background-color: #F5F6F1;
}

#main .resTop {
  position: relative;
}

#main .resTop h2 {
  padding: 9px 10px;
  text-shadow: 0 1px 3px #37301D;
}

#main .gourmet {
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 9px;
  width: 47%;
}

#main .gourmet .ui-field-contain {
  margin: 0;
}

#main .gourmet .ui-field-contain .ui-select {
  margin: 0;
}

#main .gourmet .ui-btn-corner-all {
  margin: 0;
  border: solid 1px #CAC9C4;
  border-radius: 8px;
}

#main .gourmet .ui-icon-carat-d::after {
  margin-right: 0px;
  background: url(/img/sp/common/icon_07.png) no-repeat right center;
  background-size: 10px 8px;
  border-radius: 0;
}

#main .gourmet .ui-select .ui-btn {
  font-size: 12px;
  min-width: 0.75em;
  padding: 3px 11px;
  text-align: left;
}

#main .gourmet .ui-shadow {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

#main .gourmet .ui-field-contain {
  padding: 0;
}


#main .zero {
  margin: 15px 8px;
  border-radius: 15px;
  border: solid 1px #A7A8AC;
  background-color: #fff;
}

#main .zero .ui-btn {
  margin: 0;
  position: relative;
  padding: 8px 20px;
  color: #2489CE;
  font-size: 12px;
  color: #000;
  display: block;
  text-align: left;
  background: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: normal;
  border: none;
  border-bottom: solid 1px #A7A8AC;
}

#main .zero .ui-btn .ui-btn-inner {
  padding: 0;
  font-size: 16px;
}

#main .zero li:last-child .ui-btn {
  border-bottom: none;
}

#main .zero .ui-btn:before {
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 18px;
  content: "";
  width: 7px;
  height: 10px;
  display: block;
  float: right;
  clear: both;
  background: url(/img/sp/common/icon_01.png) no-repeat center center;
  background-size: 7px 10px;
}

#main .zero .ui-btn span.ttl {
  padding-left: 19px;
  font-size: 16px;
  display: block;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  background: url(/img/sp/common/icon_09.png) no-repeat left 3px;
  background-size: 12px 12px;
}

#main .zero .ui-btn span {
  color: #EB008B;
  text-shadow: none;
  font-size: 12px;
  line-height: 1;
}

.ui-popup .ui-icon-arrow-r {
  background: #30526d url(/img/sp/common/icons-18-white.png) no-repeat -108px -1px;
}

.ui-popup-container a {
  font-size: 14px;
}

.ui-popup .popupTwo a {
  margin: 0;
  text-align: left;
  text-shadow: none;
  border: none;
  border-radius: 0;
  background: none;
}

.ui-popup .popupTwo a .ui-btn-inner {
  padding: 0;
  font-size: 14px;
  border: none;
  border-radius: 0;
}

#main .order {
  margin: 10px 0;
}

#main .order .ui-select .ui-btn-icon-right .ui-icon {
  right: inherit;
  left: 5px;
}

#main .order .ui-icon, .ui-icon-searchfield:before {
  background: url(/img/sp/common/icon_08.png) no-repeat right center;
  background-size: 10px 7px;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
}

#main .order .ui-focus,
#main .order .ui-btn:focus {
  -moz-box-shadow: inset 0 0 3px #dfdfdf, 0 0 9px #dfdfdf;
  -webkit-box-shadow: inset 0 0 3px #dfdfdf, 0 0 9px #dfdfdf;
  box-shadow: inset 0 0 3px #dfdfdf, 0 0 9px #dfdfdf;
}

#main .order .ui-field-contain {
  padding: 0;
  margin: 0;
}

#main .order .ui-select .ui-btn {
  padding: 7px 10px 7px 40px;
  font-size: 12px;
  text-align: left;
  border: 1px solid #CCC;
  background: #EEE linear-gradient(#FFF, #F1F1F1) repeat scroll 0% 0%;
  font-weight: bold;
  color: #222;
}

#main .order .ui-select .ui-btn:after {
  right: inherit;
  left: 5px;
  background: url(/img/sp/common/icon_08.png) no-repeat right center;
  background-size: 10px 7px;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
}

#main .order .ui-select {
  margin: 0 10px;
  text-align: left;
  border-radius: 2px;
}

#main .redNavi {
  margin: 0 !important;
}

#main .redNavi.shopmenu {
  border-bottom: 1px solid #c8c9c4;
  margin-bottom: 20px !important;
}

#main .resultList {
  background-color: #fff;
}

#main .resultList li {
  padding: 10px;
  font-size: 12px;
  overflow: hidden;
  border-bottom: 1px solid #C8C9C4;
}

#main .resultList li a {
  position: relative;
  display: block;
  color: #000;
  overflow: hidden;
  font-weight: normal;
}

#main .resultList li a:before {
  margin-top: 0;
  position: relative;
  top: 0;
  right: 0;
  content: none;
  display: block;
  clear: both;
  background: none;
  background-size: 7px 10px;
}

#main .resultList li a.reviewerA {
  margin: 0;
  padding-right: 0;
  position: static;
  width: auto;
  height: auto;
  float: none;
  background: none;
}
#main .resultList li a.reviewerA:before {
  background: none;
}

#main .resultList li a.shop_board {
  background: #F8F2F1;
  padding: 2% 3%;
  border-radius: 5px;
}
#main .resultList li a.shop_board:before {
  right: 2%;
}
#main .resultList li a.shop_board .before {
  color: #FF9326;
}
#main .resultList li a.shop_board .event_date {
  color: #FF7F00;
  float: left;
  margin-top: 1px;
}
#main .resultList li a.shop_board .title {
  font-weight: bold;
  line-height: 1.7;
  font-size: 14px;
  padding-top: 4px;
}
#main .resultList li a.shop_board div.title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 5px;
  margin-top: 2px;
}
#main .resultList li a.shop_board .event_announce {
  background-color: #4A90E2;
  color: #FFF;
  border-radius: 2px;
  font-size: 10px;
  padding: 2px 4px;
  float: left;
  margin-left: 4px;
  width: 40px;
  text-align: center;
}
#main .resultList li a.shop_board .event_session {
  background-color: #FD7070;
  color: #FFF;
  border-radius: 2px;
  font-size: 10px;
  padding: 2px 4px;
  float: left;
  margin-left: 4px;
  width: 40px;
  text-align: center;
  height: 14px;
  line-height: 16px
}
#main .resultList li a.shop_board .job_open_state {
  background-color: #FF8C40;
  color: #FFF;
  border-radius: 2px;
  font-size: 10px;
  padding: 2px 4px;
  float: left;
  margin-left: 4px;
  width: 40px;
  text-align: center;
  height: 14px;
  line-height: 16px
}
#main .resultList li a.shop_board .job_close_state {
  background-color: #708090;
  color: #FFF;
  border-radius: 2px;
  font-size: 10px;
  padding: 2px 4px;
  float: left;
  margin-left: 4px;
  width: 40px;
  text-align: center;
  height: 14px;
  line-height: 16px
}
#main .resultList li a.shop_board .genre {
  color: #fff;
  background-color: #A9A098;
  padding: 2px 10px;
  border-radius: 2px;
  font-size: 10px;
  margin-right: 5px;
  width: 60px;
  font-size: 10px;
  text-align: center;
  float: left;
  height: 14px;
  line-height: 16px;
}

#main .resultList li a.shop_board .date {
  margin-top: 1px;
}

#main .resultList .invoice_registered_icon,
#main .resultList .coupon {
  margin: 5px 0;
  padding: 1px;
  font-size: 10px;
  color: #fff;
  display: block;
  /*text-shadow: 0 2px 2px #CE9B01;*/
  text-align: center;
  border-radius: 4px;
  background-color: #EE3B7C;
  height: 14px;
  line-height: 15px;
}
#main .resultList .invoice_registered_icon {
  background-color: #00A1E9;
}

#main .resultList .photoBox .invoice_registered_icon,
#main .resultList .photoBox .coupon {
  width: 90%;
}

#main .resultList .btn_chat_reservation,
#main .resultList .btn_chat_inquiry {
  margin: 5px 0;
  padding: 8px 0;
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 4px;
}
#main .resultList .btn_chat_reservation:before,
#main .resultList .btn_chat_inquiry:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -4px;
  margin-right: 8px;
  background-image: url('/img/sp/common/img_chat.png');
  background-size: contain;
  vertical-align: middle;
}
#main .resultList .btn_chat_reservation {
  background-color: #32CD32;
}
#main .resultList .btn_chat_inquiry {
  background-color: #00A3D9;
}
#main .resultList .gift_ticket_icon {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  border-radius: 5px;
  color: #ffffff;
}

#main .resultList .chat {
  margin: 5px 0;
  padding: 1px;
  font-size: 10px;
  color: #fff;
  display: block;
  /*text-shadow: 0 2px 2px #CE9B01;*/
  text-align: center;
  border-radius: 4px;
  background-color: #32CD32;
  height: 14px;
  line-height: 15px;
}

#main .resultList .photoBox .chat {
  width: 90%;
}

#main .resultList .photoBox span {
  margin-top: 1px;
}

#main .resultList table.textBox2 {
  clear: both;
  display: block;
}

#main .resultList .description {
  margin-top: 5px;
  clear: both;
}

#main .resultList .list {
  display: block;
  white-space: nowrap;
}

#main .resultList .list img {
  margin-right: 1px;
  float: left;
}

#main .resultList li .photoBox {
  float: left;
  width: 110px;
  font-size: 12px;
  color: #808183;
  display: block;
}

#main .resultList li .photoBox.noFloat {
  float: none;
}

#main .resultList li .photoBox img {
  width: 100px;
}

#main .resultList li .photoBox.reviewer {
  width: 100px;
}
#main .resultList li .photoBox.reviewer + .textBox {
  padding-left: 190px;
}

#main .resultList li .textBox {
  display: block;
}

#main .revList li .textBox {
  width: 70%;
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}

#main .resultList.pll li .textBox {
  padding-left: 110px;
  /*min-height: 110px;*/
}

#main .resultList li .txt01 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}

#main .resultList li .txt02 {
  font-size: 14px;
}

#main .resultList li .red {
  color: #EC1B23;
  font-weight: 700;
}

#main .resultList li .txt03 {
	color: #F05A28;
}

#main .resultList li table.textBox2 th.txt03-new {
	margin: 0;
	padding: 1px;
	font-size: 10px;
	color: #fff;
	display: block;
	width: 72px;
	text-align: center;
	border-radius: 4px;
	background-color: #F05A28;
	line-height: 15px;
}

#main .resultList li table.textBox2 td {
	padding: 0 0 0 2%;
	width: 100%;
}

#main .resultList li:last-child {
  border-bottom: none;
}

#main .resultList li .txtBtm {
  margin-top: 7px;
  padding: 7px 13px;
  background-color: #F5F5E9;
}

#main .resultList .show {
  color: #FF0000;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}

#main .resultList .showNo {
  color: #000000;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
}

#main .resultList.reviewBlock li {
  padding-left: 0;
}
#main .resultList.reviewBlock li .photoBox.reviewer {
  width: 120px;
  display: table;
}
#main .resultList.reviewBlock li .photoBox.reviewer a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#main .resultList.reviewBlock li .photoBox.reviewer a img {
  max-height: 72px;
  max-width: 72px;
  width: auto;
}
#main .resultList.reviewBlock li .photoBox.reviewer + .textBox {
  padding-left: 120px;
}

/*------------------------------------------------------------
    shop/index.html
------------------------------------------------------------*/
#breadCrumb {
  padding: 5px 10px 0px 10px;
  background: #ffffff;
}

#main .topShop {
  padding: 0 10px 14px;
  background: #ffffff;
}

#main .shopTxt {
  padding: 14px 0;
  margin: 0;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  background: #ffffff;
}

#main .shopTxt a {
	color: #000000!important;
	font-weight: normal;
}

#main .shopTxt span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

#main .topShop .shopMap {
  margin: 0 0 10px;
}

#main .topShop .shopImg {
  margin: 0 0 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#main .topShop .shopImg:before {
  content:"";
  display: block;
  padding-top: 42.55319%;
}
#main .topShop .imageBox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-background-size:100% auto;
     -moz-background-size:100% auto;
       -o-background-size:100% auto;
          background-size:100% auto;
  background-repeat:no-repeat;
}

#main .topShop .shopTxt01 {
  margin: 0 0 10px;
  font-size: 12px;
}



/* 店舗TOP 各ボタン */
#main .topShop .shopBtn {
  margin: 0 0 5px;
  width: 100%;
}

#main .topShop .shopBtn li {
  text-align: center;
}

/* 店舗TOP 「電話」ボタン */
#main .topShop .shopBtn li.btnTel {
  margin: 0 1% 0 0;
  float: left;
  width: 46%;
}
/* 店舗TOP 「電話」ボタンOFF */
#main .topShop .shopBtn li.btnTelOff {
  padding: 0 2% 0 5%;
  margin: 0 1% 0 0;
  float: left;
  color: #FFFFFF;
  display: table;
  font-weight: normal;
  width: 39%;
  height: 50px;
  background: #9a9a9a;
  box-shadow: 0px 3px 0px 0px #797979;
  -moz-box-shadow: 0px 3px 0px 0px #797979;
  -webkit-box-shadow: 0px 3px 0px 0px #797979;
  border-radius: 3px;
}


#main .topShop .shopBtn li.btnTel a {
  padding: 0 2% 0 5%;
  width: 93%;
  height: 50px;
  color: #fff;
  display: table;
  font-weight: normal;
  background: #f5a623;
  box-shadow: 0px 3px 0px 0px #ce8c1f;
  -moz-box-shadow: 0px 3px 0px 0px #ce8c1f;
  -webkit-box-shadow: 0px 3px 0px 0px #ce8c1f;
  border-radius: 3px;
}

#main .topShop .shopBtn li .icoSpan {
  display: table-cell;
  vertical-align: middle;
}

#main .topShop .shopBtn li .txtSpan {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
  font-size: 12px;
}

#main .topShop .shopBtn li.btnTel .icoSpan {
  padding-right: 6%;
}

#main .topShop .shopBtn li.btnTel .txtSpan {
  text-align: left;
}

#main .topShop .shopBtn li .txtSpan .tel {
  font-size: 12px;
  font-weight: normal;
  display: block;
}

/* 店舗TOP 「地図」ボタン */
#main .topShop .shopBtn li.btnMap {
  margin: 0 1% 0 0;
  float: left;
  width: 24%;
}

/* 店舗TOP 「地図」ボタンOFF */
#main .topShop .shopBtn li.btnMapOff {
  padding: 8px 0 0 0;
  margin: 0 1% 0 0;
  float: left;
  color: #FFFFFF;
  width: 24%;
  height: 42px;
  background: #9a9a9a;
  box-shadow: 0px 3px 0px 0px #797979;
  -moz-box-shadow: 0px 3px 0px 0px #797979;
  -webkit-box-shadow: 0px 3px 0px 0px #797979;
  border-radius: 3px;
}

/* 店舗TOP 「店内パノラマ」ボタン */
#main .topShop .shopBtn li.btnIndoor {
  margin: 0;
  float: left;
  width: 28%;
}

/* 店舗TOP 「店内パノラマ」ボタンOFF */
#main .topShop .shopBtn li.btnIndoorOff {
  padding: 8px 0 0 0;
  margin: 0;
  float: left;
  color: #FFFFFF;
  width: 28%;
  height: 42px;
  background: #9a9a9a;
  box-shadow: 0px 3px 0px 0px #797979;
  -moz-box-shadow: 0px 3px 0px 0px #797979;
  -webkit-box-shadow: 0px 3px 0px 0px #797979;
  border-radius: 3px;


}

#main .topShop .shopBtn li.btnMap span, 
#main .topShop .shopBtn li.btnMapOff span, 
#main .topShop .shopBtn li.btnIndoor span,
#main .topShop .shopBtn li.btnIndoorOff span {
  display: block;
}

#main .topShop .shopBtn li.btnMap a,
#main .topShop .shopBtn li.btnMapOff a,
#main .topShop .shopBtn li.btnIndoor a,
#main .topShop .shopBtn li.btnIndoorOff a {
  width: 98%;
  color: #fff;
  display: table;
  font-weight: normal;
}

#main .topShop .shopBtn li.btnMap a {
  padding: 8px 2% 0 0;
  height: 42px;
  background: #20b297;
  box-shadow: 0px 3px 0px 0px #1e9882;
  -moz-box-shadow: 0px 3px 0px 0px #1e9882;
  -webkit-box-shadow: 0px 3px 0px 0px #1e9882;
  border-radius: 3px;
}

#main .topShop .shopBtn li.btnIndoor a {
  padding: 8px 2% 0 0;
  height: 42px;
  background: #4aa4e1;
  box-shadow: 0px 3px 0px 0px #3982b3;
  -moz-box-shadow: 0px 3px 0px 0px #3982b3;
  -webkit-box-shadow: 0px 3px 0px 0px #3982b3;
  border-radius: 3px;
}

#main .topShop p.btnChat a {
  padding: 6px 4%;
  border-radius: 5px;
  background: #F5517E;
  box-shadow: 0px 3px 0px 0px #D53C65;
  -moz-box-shadow: 0px 3px 0px 0px #D53C65;
  -webkit-box-shadow: 0px 3px 0px 0px #D53C65;
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  box-sizing: border-box;
}
#main .topShop p.btnChat {
  margin-top: 8px;
}
#main .topShop p.btnChat .icoSpan {
  float: left;
  display: block;
}
#main .topShop p.btnChat .txtSpan {
  text-align: center;
  display: block;
}
#main .topShop p.btnChat.off a {
  background: #9a9a9a;
  box-shadow: 0px 3px 0px 0px #797979;
  -moz-box-shadow: 0px 3px 0px 0px #797979;
  -webkit-box-shadow: 0px 3px 0px 0px #797979;
  cursor: auto;
}

#main .topShop .notice {
  font-size: 12px;
  color: #6C6E70;
}

#main a .topShop {
  color: #000000;
}

/*
#main .shopList li .leftSpan {
  width: 98%;
  display: inline-block;
  vertical-align: middle;
}

#main .shopList li .ttl {
  margin-right: 5px;
  padding: 2px 5px;
  width: 100px;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  background-color: #ffcf00;
  border: 1px solid #fabf3f;
}

#main .shopList li .ttl.ttl00 {
  color: #fff;
  background-color: #FFCF00;
  border: 1px solid #FABF3F;
}

#main .shopList li .ttl.ttl01 {
  color: #fff;
  border: 1px solid #2581e8;
  background-color: #4a9df9;
}

#main .shopList li .ttl.ttl02 {
  color: #fff;
  background-color: #FFC000;
  border: 1px solid #FABF3F;
}

#main .shopList li .ttl.ttl03 {
  color: #fff;
  background-color: #C2EB25;
  border: 1px solid #B8D53F;
}

#main .shopList li .ttl.ttl04 {
  color: #fff;
  background-color: #EE4035;
  border: 1px solid #BE1D2D;
}
*/
#main .shopList li .leftSpan {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

#main .shopList li .eventBox {
    width: 80px;
    height: 80px;
    float: right;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

#main .shopList li .price.event_title {
    padding: 5px 0 0;
    display: block;
    font-size: 14px;
    color: #00ADEE;
    text-decoration: underline;
}

#main .shopList li .box {
    width: 80px;
    height: 80px;
    float: right;
    position: relative;
    overflow:hidden;
}

#main .shopList li .box img {
  /*position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: none;*/
    position: absolute;
    max-width: 120px;
    max-height: 120px;
}

/*店舗TOP お知らせアイコン（種類）*/
#main .shopList li .ttl { 
  padding: 2px 0;
  margin: 0 10px 0 0;
  width: 70px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 10px;
  background-color: #a9a098;
  font-weight: normal;
}

/* お知らせ - アイコン（イベント） */
#main .shopList li .session {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 2px 6px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
  font-weight: normal;
  font-size: 10px;
  color: #FFFFFF;
}

#main .shopList li .session.session01 {
  background-color: #fd7070;
}

#main .shopList li .session.session02 {
  background-color: #4A9DF9;
}

#main .shopList li .session.session03 {
  background-color: #FF8C40;
}

#main .shopList li .session.session04 {
  background-color: #708090;
}

#main .shopList li span.leftSpan .session {
  margin: 0 0 5px 0;
}

/*店舗TOPお知らせタイトル*/
#main .shopList li .price {
  padding: 5px 0 0;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

#main .shopList li a .date {
    color: #F6A41D;
    font-size: 11px;
    font-weight: normal;
}

#main .shopList li a .price {
  text-decoration: none;
}

#main .shopList li a:hover .price {
  text-decoration: none;
}

#main .itemList li a .imgSpan02 {
  padding: 2% 0;
  background-color: #fff;
  border: 1px solid #e6e8e7;
  display: table-cell;
  float: right;
  text-align: center;
  vertical-align: middle;
  width: 18%;
}

#main .itemList li a .imgSpan02 img {
  width: 100%;
}

#main .shopTtl {
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: bold;
}

#main .shopBox {
  padding: 8px 12px !important;
  background-color: #fff;
}

#main p.hairstyleTtl {
  font-size: 12px;
  font-weight: bold;
  padding: 10px 12px 0;
}

#main .shopBox .shopInner .spanInner {
  margin: 0 2% 0 0;
  float: left;
  display: table;
  width: 30%;
  font-size: 12px;
  color: #000;
  line-height: 1.5;
}
#main .shopBox .shopInner .spanInner .txt {
  display: table-row;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.2;
  word-break: break-all;
  padding-top: 0.3em;
}

#main .shopBox a {
  display: block;
  overflow: hidden;
  /*background: url(/img/sp/common/icon_01.png) no-repeat right 35%;*/
  background-size: 7px 10px;
  zoom: 1;
}

#main .shopBox .shopInner .spanInner:last-child {
  margin: 0;
}

#main .shopBox .shopInner .photoSpan {
  width: 100%;
  height: 80px;
  margin: 0 0 3px;
  text-align: center;
  border: 1px solid #e6e8e7;
  display: table-cell;
  vertical-align: middle;
}
#main .shopBox .shopInner .photoSpan img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
}

#main .shopBox01 .shopInner .spanInner:nth-child(2) img,
#main .shopBox01 .shopInner .spanInner:last-child img {
  width: 80%;
}

#main .shopBox02 .shopInner .spanInner:last-child img {
  width: 100%;
}

#main .shopBox03 .shopInner .spanInner img {
  width: 90% !important;
}

#main .shopLink li {
  padding: 10px;
  font-size: 12px;
  border-bottom: 1px solid #c8c9c3;
  background-color: #fff;
}

#main .shopLink li a {
  display: block;
  color: #000;
  background: url(/img/sp/common/icon_01.png) no-repeat right center;
  background-size: 7px 10px;
}

#main .shopStyle {
  padding: 8px 12px;
}

#main .shopStyle .shopTtl01 {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

#main .shopPhoto {
  margin: 0 auto;
  padding: 5px 0% 5px 2%;
  background: #ffffff;
}

#main .shopPhoto li {
  width: 33%;
  height: 150px  !important;
  float: left;
  background: #ffffff;
  display: table;
}

#main .shopPhoto li a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 1px;
}

#main .shopPhoto li img {
  width: 96px;
  display: inline-block;
}

#main .shopPhoto li:nth-child(3n) {
}

#main .shopPhoto:first-of-type {
  padding-top: 10px;
}

#main .shopPhoto:last-of-type {
  padding-bottom: 10px;
}

#main .shopDl {
  width: 100%;
  clear: both;
  border-bottom: 1px dotted #d8d7c3;
  background: url(/img/sp/shop/img_29.gif) repeat-y left top;
  background-size: 24% auto;
}

#main .shopDl dt {
  padding: 5px 2%;
  width: 20%;
  font-weight: bold;
  float: left;
  clear: left;
}

#main .shopDl dd {
  padding: 5px 0 5px 26%;
}

#main .btmImg01 {
  margin: 0 20px;
}

#main .btmImg01 img {
  width: 100%;
}

#main .color-bule {
  color: #25A9E0;
}

/*------------------------------------------------------------
    shop/contents1.html
------------------------------------------------------------*/
#main .contents {
  padding: 8px 10px;
  background-color: #fff;
}

#main .contents.cms_block {
  border-bottom: 1px solid #c8c9c3;
  padding: 0px 0px 8px;
  word-break: break-all;
}
#main .contents.cms_block > div {
  padding: 0 10px;
}
#main .contents.cms_block > div.w100 {
  padding: 0;
}
#main .contents.cms_block > div.freeBlock {
  margin: 5px 0 10px;
}

#main .contents.cms_block.p_hairsalon .headLine03 {
  border-top: 1px solid #FF3264;
  background: white url(/img/sp/common/icon_26.gif) no-repeat 9px 10px;
  background-size: 15px auto;
}
#main .contents.cms_block.p_hairsalon .headLine {
  padding: 2px 10px;
  margin-bottom: 10px;
  color: #fff;
  clear: both;
  font-size: 16px;
  border-top: 1px solid #ed2844;
  border-bottom: 1px solid #ed2844;
  background: -moz-linear-gradient(top, #f34b5a 0%, #f53d55 50%, #f72f53);
  background: -webkit-gradient(linear, left top, left bottom, from(#f34b5a), color-stop(0.5, #f53d55), to(#f72f53));
  text-shadow: 2px 2px 2px #a30e46;
  -webkit-text-shadow: 2px 2px 2px #a30e46;
  -moz-text-shadow: 2px 2px 2px #a30e46;
}
#main .contents.cms_block.p_hairsalon .h3Ttl {
	margin-bottom: 10px;
	padding: 0 0 0 18px;
	font-size: 16px;
	clear: both;
	color: #F37BAE;
	background: url(/img/app/common/icon_04.gif) no-repeat 3px 7px;
	background-size: auto 10px;
}
#main .contents.cms_block.p_hairsalon .conDl01 dt {
  color: #FF3264;
}
#main .contents.cms_block.p_hairsalon .conDl01.topblock dt {
  color: #000000;
}

#main .contents .conDl01,
#main .contents .conUl01 {
  margin-bottom: 15px;
}

/* 詳細 - 画像キャプション */

#main .contents .conDl01 dt {
  width: 48%;
  margin: 0 auto 5px;
  color: #AC9546;
}

/* 詳細 - 画像「1」キャプション */

#main .contents .conDl01 dt.alignC {
  text-align: center;
}

#main .contents .conDl01 dt {
  width: 48%;
  margin: 0 auto 5px;
  color: #AC9546;
}

#main .contents .conDl01 dt span {
  display: block;
  text-align: center;
  /*border: 1px solid #e7e7e7;*/
}

/*topblock*/
#main .contents .conDl01.topblock dt {
  width: auto;
  margin: 0 auto 5px;
  color: #000000;
}

#main .contents .conDl01.topblock dt span {
  display: inline;
  text-align: left;
  border: none;
}

#main .contents .conDl01.topblock dd {
  width: 48%;
  margin: 0 auto 5px;
  color: #F6921D;
}

#main .contents .conDl01.topblock dd span {
  display: block;
  text-align: center;
  border: 1px solid #e7e7e7;
}

#main .contents .conUl01 > li {
  margin-right: 3%;
  width: 48%;
  float: left;
}

#main .contents .conUl01 > li:nth-child(2n) {
  margin-right: 0;
}

#main .contents .conUl01 .conDl01 dt {
  width: auto;
}

#main .contents .conUl01 .conDl01 {
  margin-bottom: 0;
}

/*iphone css for 縺雁ｺ励・縺峨→*/
@media screen and (min-width: 641px) {
  #main .contents p.iframe_gmap iframe {
    width: 100% !important;
    height: 475px !important;
  }
}
@media screen and (max-width: 640px) {
  #main .contents p.iframe_gmap iframe {
    width: 100% !important;
    height: 300px !important;
  }
}
#main .shopImg01 img {
  width: 100%;
}

#main .freeBlock iframe {
  width: 100% !important;
}
#main .det iframe {
width: 100% !important;
}

#main .image2Column .conDl01 a, #main .image3Column .conDl01 a, #main .image1Column .conDl01 a, #main .imageLeft .conDl01 a, #main .imageRight .conDl01 a {
  display: table;
  width: 100%;
  height: 100%;
}
#main .image2Column .conDl01 a > span, #main .image3Column .conDl01 a > span, #main .image1Column .conDl01 a > span, #main .imageLeft .conDl01 a > span, #main .imageRight .conDl01 a > span {
  display: table-cell !important;
  width: 100%;
  height: 100px;
  text-align: center;
  vertical-align: middle;
}
#main .image2Column .conDl01 a > span img, #main .image3Column .conDl01 a > span img, #main .image1Column .conDl01 a > span img, #main .imageLeft .conDl01 a > span img, #main .imageRight .conDl01 a > span img,#main .leftimgBox .fLeft a img, #main .rightimgBox .fRight a img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 4px;
}

#main .image3Column .conDl01 a > span {
  height: 80px;
}

#main .image1Column .conDl01 a > span {
  height: 110px;
}
#main .image1Column > div {
  margin-bottom: 15px;
}

#main .imageLeft .conDl01 a > span {
  height: 120px;
}

#main .imageRight .conDl01 a > span {
  height: 120px;
}

#main .contents .conUl02 li,
#main .contents .conUl02 li:nth-child(2n) {
  margin-right: 2%;
  width: 32%;
}

#main .contents .conUl02 li:nth-child(3n) {
  margin-right: 0;
}

#main .contents .conUl03 {
  margin: 5px 0 15px;
  border-top: 1px solid #C9C9C4;
}
#main .contents .conUl03 li {
  padding: 5px 0;
  border-bottom: 1px solid #C9C9C4;
}
#main .contents .conUl03 li dt {
  width: 58%;
  float: left;
  font-weight: bold;
  line-height: 1.5;
}
#main .contents .conUl03 li dd {
  width: 40%;
  float: right;
  font-weight: bold;
  text-align: right;
}
#main .contents .conUl03 li dl.menu_item:not(:last-child) {
  border-bottom: 1px dotted #C9C9C4;
}
#main .contents .conUl03 li p {
  margin-top: 5px;
  padding-top: 5px;
  clear: both;
  border-top: 1px dotted #C9C9C4;
}
#main .contents .conUl03 li p.btnChat {
  margin: 0px;
  padding: 0px;
  border-top: none;
}
#main .contents .conUl03 li p.btnChat a {
  margin: 0px;
  padding: 2px 2%;
  border-radius: 5px;
  border: 1px solid #CF1145;
  background-image: -webkit-gradient(
      linear
    , left top
    , left bottom
    , from(#FF4F80)
    , to(#FE0045));
  background-image: -moz-linear-gradient(
      top
    , #FF4F80 0%
    , #FE0045);
  color: #ffffff;
  font-size: 12px;
  box-sizing: border-box;
}
#main .contents .conUl03 li p.btnChat.off a {
  background: #cccccc;
  border: 1px solid #999999;
  cursor: auto;
}
#main .contents .conUl03.multiplePrices li dt {
  width: 58%;
}
#main .contents .conUl03.multiplePrices li dd {
  width: 40%;
}

#main .contents .contactBox {
  margin-bottom: 15px;
}

#main .contents .contactBox dt {
  font-size: 10px;
  padding: 0 5px 0 10px;
  margin-top: 15px;
  background: -moz-linear-gradient(top, #2fd7fc 0%, #20aff1);
  background: -webkit-gradient(linear, left top, left bottom, from(#2fd7fc), to(#20aff1));
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border: 1px solid #059cd5;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0px 0px 0px rgba(255, 255, 255, 0);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0px 0px 0px rgba(255, 255, 255, 0);
  color: #fff;
  letter-spacing: -1px;
}

#main .contents .contactBox dt span {
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-shadow: 1px 1px 1px #279ec9;
  -webkit-text-shadow: 1px 1px 1px #279ec9;
  -moz-text-shadow: 1px 1px 1px #279ec9;
}

#main .contents .contactBox dd {
  padding: 3px 10px;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border: 1px solid #059cd5;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0px 0px 0px rgba(255, 255, 255, 0);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0px 0px 0px rgba(255, 255, 255, 0);
}

#main .contents .contactBox dd a {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}

#main .contents .contactBox dd .txtTel {
  font-size: 20px;
  color: #25A9E0;
  font-weight: bold;
}

#main .contents .contactBox dd .imgTel {
  margin-right: 15px;
  padding: 2px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #1EAAF0;
  text-align: center;
  display: inline-block;
}

#main .contents .contactBox dd li.freetxt {
  margin-top: 5px;
  padding: 5px 0 0 58px;
  border-top: 1px dotted #26a9df;
}



#main .contents .couponBox {
  margin-bottom: 15px;
}

#main .contents .couponBox dt {
  font-size: 10px;
  padding: 0 5px 0 10px;
  margin-top: 15px;
  background: -moz-linear-gradient(top, #63dc35 0%, #3fb509);
  background: -webkit-gradient(linear, left top, left bottom, from(#63dc35), to(#3fb509));
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border: 1px solid #50b91e;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0px 0px 0px rgba(255, 255, 255, 0);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0px 0px 0px rgba(255, 255, 255, 0);
  color: #fff;
  letter-spacing: -1px;
}

#main .contents .couponBox dt span {
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  text-shadow: 1px 1px 1px #088A08;
  -webkit-text-shadow: 1px 1px 1px #088A08;
  -moz-text-shadow: 1px 1px 1px #088A08;
}

#main .contents .couponBox dd {
  padding: 3px 10px 8px;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border: 1px solid #50b91e;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0px 0px 0px rgba(255, 255, 255, 0);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0px 0px 0px rgba(255, 255, 255, 0);
}

#main .contents .couponBox dd a {
  display: block;
  line-height: 1.1;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  padding-left: 35px;
  background: url(/img/sp/common/icon_coupon.png) no-repeat 2px 1px / 24px auto transparent;
}

#main .contents .couponBox dd li {
  padding-top: 3px;
  padding-bottom: 4px;
  border-bottom: 1px solid #C9C9C4;
}

#main .contents .couponBox dd .txtCoupon {
  font-size: 12px;
  color: #25A9E0;
  font-weight: bold;
}


#main .contents .proforma {
  margin-bottom: 15px;
  padding: 5px 15px;
  color: #221E1F;
  background-color: #f5f5e9;
}

#main .contents .course {
  margin-bottom: 15px;
}

#main .contents .course dt {
  margin-bottom: 5px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #3295d6;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(255, 255, 255, 0);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(255, 255, 255, 0);
}

#main .contents .course dt span {
  padding: 0 0 0 25px;
  display: block;
  color: #fff;
  background: #2f8cda url(/img/sp/common/icon_13.gif) no-repeat 10px center;
  background-size: 7px auto;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: 1px solid #acc9e7;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(255, 255, 255, 0);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(255, 255, 255, 0);
}

#main .dlBox {
  background-color: #fff;
}

#main .content.cms_block .dlBox {
  margin-bottom: 0;
  background-color: #fff;
}

#main .contents.cms_block .menuBlock > .conUl03 li dl dt {
  font-size: 14px;
}
#main .contents.cms_block .menuBlock > .conUl03 li dl dd {
  font-size: 14px;
  line-height: 1.3;
}

/* 17010322 sp板橋追記 */

/* 画像「左」 */
.leftimgBox {
  margin-bottom: 15px;
}

.leftimgBox .fLeft {
  margin-right: 3%;
  width: 32%;
  float: left;
}

.leftimgBox .fLeft .imgCap {
  margin-bottom: 5px;
  color: #AC9546;
}

.leftimgBox .fRight {
  width: 64%;
  float: left;
}


/* 画像「右」 */

.rightimgBox {
  margin-bottom: 15px;
}

.rightimgBox .fRight {
  margin-left: 3%;
  width: 32%;
  float: right;
}

.rightimgBox .fRight .imgCap {
  margin-bottom: 5px;
  color: #AC9546;
}

.rightimgBox .fLeft {
  width: 64%;
  float: right;
}


/*------------------------------------------------------------
    shop/contents1.html
------------------------------------------------------------*/
#main .portrait {
  padding: 6px 0;
  text-align: center;
  background-color: #efedd8;
  border-top: 1px solid #c9c8c3;
}

#main .listPhoto {
  margin-bottom: 20px;
  border-bottom: 1px solid #c8c9c4;
}

#main .listPhoto li,
#main .listPhoto li:nth-child(3n) {
  display: table-cell;
  width: 23%;
  margin-right: 2.5%;
}

#main .listPhoto li:nth-child(4n) {
  margin-right: 0;
}

#main .detailPhoto li img {
  display: inline-block;
}

/*------------------------------------------------------------
    shop/photo/list.html
------------------------------------------------------------*/
#main #imgitems li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 1%;
}
#main #imgitems li:nth-child(4n) {
  margin-right: 0;
}
#main #imgitems li a {
  display: table;
}
#main #imgitems li a span {
  height: 80px;
  width: 100%;
}
#main #imgitems li a span img {
  max-height: 100%;
  max-width: 100%;
}

/*------------------------------------------------------------
    shop/shop_news/list.html
------------------------------------------------------------*/
#main .employmentText {
  margin: 0 8px 10px;
}

#main .employment {
  margin: 0 8px 15px;
  border-radius: 15px;
  border: solid 1px #A7A8AC;
  background-color: #fff;
}

#main .employment li {
  border-bottom: solid 1px #a7a8ac;
}

#main .employment .ui-btn-hover-c,
#main .employment .ui-btn-up-c {
  background: linear-gradient(#ffffff, #ffffff) repeat scroll 0 0 white;
  border: 1px solid #fff;
  color: #000;
  font-weight: bold;
  text-shadow: 0 1px 0 #FFFFFF;
}

#main .employment .ui-checkbox .ui-btn-icon-left .ui-icon,
#main .employment .ui-radio .ui-btn-icon-left .ui-icon {
  left: inherit;
  right: 10px;
}

#main .employment .ui-icon,
#main .employment .ui-icon-searchfield:after {
  border-radius: 6px;
}

#main .employment li:last-child {
  border-bottom: none;
}

#main .employment .ui-btn {
  margin: 0;
}

#main .employment .ui-checkbox .ui-btn-icon-left .ui-btn-inner,
#main .employment .ui-radio .ui-btn-icon-left .ui-btn-inner {
  padding-left: 20px;
  font-size: 16px;
}

#main .shopList {
  margin-bottom: 10px;
}

#main .shopList li a {
  color: #000;
  display: table-cell;
}
#main .shopList li a .pin {
  height: 18px;
}

#main .shopList li .fontNo {
  margin-top: 5px;
  font-weight: normal;
  display: block;
}

#main .shopList li .before {
  color: #FF9326;
}

.ui-body-c,
.ui-overlay-c {
  text-shadow: 0 0 0 #FFFFFF !important;
  color: #000;
}

#main .shopList li .timeBtm {
  padding: 10px 0 0 0;
  font-weight: normal;
  clear: both;
  color: #808183;
  text-align: left;
  display: block;
}

#main .shopList li .timeBtm02 {
  padding: 5px 0 0 0;
  clear: both;
  font-weight: normal;
  color: #221E1F;
  text-align: left;
  display: block;
}

/*
#main .shopList li .ttl02 {
  border: 1px solid #b8d53f;
  background-color: #c2eb25;
}

#main .shopList li .ttl03 {
  border: 1px solid #be1d2d;
  background-color: #ee4035;
}
*/

#main .shopList li a .spanPhoto {
  width: 25%;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

#main .shopList li a .imgSpan03 {
  border: 1px solid #E6E8E7;
  padding: 1px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

#main .itemList li a .imgSpan03 img {
  width: 100%;
}

/*------------------------------------------------------------
/sp/mypage/contact/index.html
------------------------------------------------------------*/
#main .contribution {
  padding: 10px 10px 0;
  background-color: #fff;
}

#main .contribution .section {
  padding: 8px 17px;
  margin: 0 5px 15px 0;
  background-color: #fffaee;
  border: solid 3px #f8af3e;
}

#main .contribution .section:before {
  margin: -11px -28px 0 0;
  content: "";
  width: 11px;
  height: 22px;
  display: block;
  float: right;
  clear: both;
  background: url(/img/sp/mypage/contact/img_01.gif) no-repeat;
  background-size: 11px 22px;
}

#main .contribution .ttl {
  font-weight: bold;
}

#main .contribution .section02 {
  padding: 8px 17px;
  margin: 0 0 15px 5px;
  border: solid 3px #c8c9c3;
}

#main .contribution .section02:before {
  margin: -11px 0 0 -28px;
  content: "";
  width: 11px;
  height: 22px;
  display: block;
  float: left;
  clear: both;
  background: url(/img/sp/mypage/contact/img_02.gif) no-repeat;
  background-size: 11px 22px;
}

#main .contribution .btnUl {
  margin-bottom: 15px;
}

#main .contribution .btnUl li {
  margin-bottom: 10px;
  text-align: right;
  font-size: 16px;
}

#main .contribution .btnUl a {
  margin: 0;
  width: 60%;
  color: #221E1F;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

#main .contribution .btnUl .ui-btn-corner-all {
  border-radius: 15px;
}

#main .contribution .btnUl li:last-child {
  margin-bottom: 0;
}

#main .contribution .btnUl .btn02 a {
  color: #EC1B23;
}

#main .contribution .btnUl .btn02 .ui-btn {
  width: 60%;
  float: right;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
  margin-left: 0;
}
#main .contribution .btnUl .btn02 .ui-btn-text {
  color: #EC1B23;
}

#main .contribution .btnUl .ui-btn-inner {
  font-size: 14px;
  padding: 0.5em 10px;
}

#main .contribution p {
  word-break: break-all;
}

/*------------------------------------------------------------
shop/contents/present/index.html
------------------------------------------------------------*/
#main .presentTxt {
  margin-bottom: 10px;
  padding: 8px 10px;
  background-color: #fff;
  border-bottom: solid 1px #c8c9c4;
}

#main .presentTxt .txtCen {
  margin-top: 5px;
  font-size: 18px;
  color: #F6921D;
  font-weight: bold;
  text-align: center;
}

#main .pickList li {
  line-height: 1.4;
}

#main .pickList .tit01 {
  color: #ED1478;
  line-height: 1.3;
}

#main .pickList .tit02 {
  color: #FAAF3F;
  line-height: 1.3;
}

#main .pickList .tit03 {
  color: #009344;
  line-height: 1.3;
}

#main .pickList.preList li:first-child {
  border-top: 1px solid #C8C9C3;
}

#main div.agreemark .ui-checkbox label {
  background: url(/img/sp/common/icon_05.gif) left center no-repeat !important;
  padding-left: 8px;
}

/*------------------------------------------------------------
    /sp/shop/hairsalon/staff/index.html
------------------------------------------------------------*/
#main .staffBox {
  padding: 15px 10px;
  background-color: #fff;
}

#main .staffImg {
  margin: 0 auto 10px;
  width: 70%;
  text-align: center;
}

#main .staffImg .bigImg {
  margin-bottom: 10px;
  padding: 1px;
  border: 1px solid #D0D2D3;
}

#main .staffImg p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

#main .staffImg p span {
  font-size: 16px;
  font-weight: normal;
  display: block;
}

#main .staffBox p {
  margin-bottom: 10px;
}

#main .backLink01 {
  border-top: none;
}

#main .backLink02 {
  border-bottom: none;
}

#main .staffBoxShow {
  background: #ffffff;
  padding: 0 0 15px;
  margin-top: -15px;
}
#main .staffBoxShow .headLine02 {
  margin-bottom: 10px;
}
#main .staffBoxShow p {
  margin-bottom: 10px;
  padding: 0 10px;
}

/*------------------------------------------------------------
    support/party/result.html
------------------------------------------------------------*/
#main .resultList li {
  font-size: 14px;
}

#main .resultList .list {
  line-height: 1.3;
}

#main .resultList li a {
  /*padding-right: 3%;*/
  line-height: 1.4;
  margin-bottom: 2%;
}

#main .resultList .ttl {
  color: gray;
  text-align: right;
}

#main .resultList .photoBox .txt {
  padding-top: 8px;
  color: #000;
  display: block;
}

#main .resultList li .listUl a:before {
  margin: 0;
  padding: 0;
  background: none;
  float: none;
}

#main .resultList .listUl {
  padding: 10px 0 7px;
}

#main .listUl li {
  padding: 0;
  margin: 0 1% 1% 0;
  float: left;
  width: 22%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: none;
  letter-spacing: -1px;
}

#main .resultList .listUl.wparty,
#main .resultList .listUl.wwedding {
  width: 100%;
}
#main .resultList .listUl.wparty li,
#main .resultList .listUl.wwedding li {
  margin-right: .5%;
  float: none;
  display: inline-block;
}
#main .resultList .listUl.wparty li:nth-child(1),
#main .resultList .listUl.wwedding li:nth-child(1) {
  width: 42%;
  white-space: nowrap;
}
#main .resultList .listUl.wparty li:nth-child(2),
#main .resultList .listUl.wwedding li:nth-child(2) {
  width: 14%;
}
#main .resultList .listUl.wparty li:nth-child(3),
#main .resultList .listUl.wwedding li:nth-child(3) {
  width: 14%;
}
#main .resultList .listUl.wparty li:nth-child(4),
#main .resultList .listUl.wwedding li:nth-child(4) {
  width: 28%;
  margin-right: 0;
}
#main .resultList .listUl.wparty li:nth-child(5),
#main .resultList .listUl.wwedding li:nth-child(5) {
  width: 42%;
  white-space: nowrap;
}
#main .resultList .listUl.wparty li:nth-child(6),
#main .resultList .listUl.wwedding li:nth-child(6) {
  width: 14%;
}
#main .resultList .listUl.wparty li:nth-child(7),
#main .resultList .listUl.wwedding li:nth-child(7) {
  width: 14%;
}
#main .resultList .listUl.wparty li:nth-child(8),
#main .resultList .listUl.wwedding li:nth-child(8) {
  width: 28%;
  margin-right: 0;
}

#main .resultList .listUl.wjyoshi {
  width: 100%;
}
#main .resultList .listUl.wjyoshi li {
  margin-right: .8%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
#main .resultList .listUl.wjyoshi li .listspan {
  height: 90%;
  padding: 0;
}
#main .resultList .listUl.wjyoshi li .listspan span {
  font-size: 13px;
}
#main .resultList .listUl.wjyoshi li:nth-child(1) {
  width: 33%;
  white-space: nowrap;
}
#main .resultList .listUl.wjyoshi li:nth-child(2) {
  width: 15%;
  white-space: nowrap;
}
#main .resultList .listUl.wjyoshi li:nth-child(2) .listspan span {
  line-height: 3em;
}
#main .resultList .listUl.wjyoshi li:nth-child(3) {
  width: 22%;
  white-space: nowrap;
}
#main .resultList .listUl.wjyoshi li:nth-child(3) .listspan span {
  line-height: 3em;
}
#main .resultList .listUl.wjyoshi li:nth-child(4) {
  width: 27%;
  white-space: nowrap;
  margin-right: 0;
}
#main .resultList .listUl.wjyoshi li:nth-child(5) {
  width: 33%;
  white-space: nowrap;
}
#main .resultList .listUl.wjyoshi li:nth-child(6) {
  width: 15%;
  white-space: nowrap;
}
#main .resultList .listUl.wjyoshi li:nth-child(6) .listspan span {
  line-height: 3em;
}
#main .resultList .listUl.wjyoshi li:nth-child(7) {
  width: 15%;
  white-space: nowrap;
}
#main .resultList .listUl.wjyoshi li:nth-child(7) .listspan span {
  line-height: 3em;
}
#main .resultList .listUl.wjyoshi li:nth-child(8) {
  width: 34%;
  white-space: nowrap;
  margin-right: 0;
}

#main .resultList .listUl.wjyoshi li.on .listspan,
#main .resultList .listUl.wwedding li.on .listspan {
  border: solid 2px #FF3D66;
  background-color: #FF5089;
}

#main .listUl li .listspan {
  padding: 5px 0;
  border: solid 2px #d1d2d4;
  color: #fff;
  background-color: #d1d2d4;
  text-align: center;
  display: block;
}

#main .listUl .on .listspan {
  border: solid 2px #fda440;
  background-color: #ff5728;
}

#main .listUl li .listspan span {
  vertical-align: middle;
  font-size: 13px;
}

#main .resultList .dlBox {
  border: solid 1px #c4bfab;
}

#main .resultList .dlBox dl:last-child {
  border: none;
}

/*------------------------------------------------------------
    contents/research/list.html
------------------------------------------------------------*/
#main .listType {
  background-color: #fff;
}

#main .listBox {
  padding: 8px 8px 5px;
  background-color: #fff;
}

#main .listBox p {
  margin: 0 0 5px;
}

#main .listBox dl {
  margin: 0 0 10px;
  padding: 8px 18px;
  background-color: #f5f5e9;
}

#main .listBox dl dt {
  margin: 0 0 2px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

#main .listBox dl dd {
  padding: 2px 5px;
  text-align: center;
  background-color: #fff;
}

#main .voteLink {
  border-top: 1px solid #c9c8c4;
  border-bottom: 1px solid #c9c8c4;
  background-color: #f5f5e9;
}

#main .voteLink a {
  padding: 5px 10px;
  font-size: 16px;
  color: #000;
  display: block;
  text-align: center;
}

#main .voteLink a span {
  display: block;
  background: url(/img/sp/common/icon_01.png) no-repeat right center;
  background-size: 7px auto;
}

#main .distribution {
  padding: 10px;
  background-color: #fff;
}

#main .distribution .innerBox {
  background: url(/img/sp/contents/research/line01.gif) repeat-y center top;
  background-size: 1px 1px;
}

#main .distribution .inner {
  width: 48%;
}

#main .distribution .inner dl {
  margin: 0 0 5px;
  text-align: center;
}

#main .distribution .inner dl dt {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #1A75BB;
  background-color: #e0edfd;
  text-align: center;
}

#main .distribution .inner dl .woman {
  color: #ED287B;
  background-color: #fee8f5;
}

#main .distribution .inner ul {
  padding: 0 0 0 10px;
}

#main .distribution .inner ul li {
  padding-left: 10px;
  text-indent: -10px;
}
#main .distribution .inner ul li span {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 0.2em;
}
#main .distribution .inner ul li span.color1 {
  background-color: #93D20F;
}
#main .distribution .inner ul li span.color2 {
  background-color: #FD5375;
}
#main .distribution .inner ul li span.color3 {
  background-color: #9654D8;
}
#main .distribution .inner ul li span.color4 {
  background-color: #40CBE3;
}
#main .distribution .inner ul li span.color5 {
  background-color: #FF9C01;
}
#main .distribution .inner ul li span.color6 {
  background-color: #C7C7C7;
}

/*
#main .distribution .inner ul li:first-child {
    background: url(/img/sp/contents/research/icon_01.gif) no-repeat left 3px;
    background-size: 10px 10px;
}

#main .distribution .inner ul li:nth-child(2) {
    background: url(/img/sp/contents/research/icon_02.gif) no-repeat left 3px;
    background-size: 10px 10px;
}

#main .distribution .inner ul li:nth-child(3) {
    background: url(/img/sp/contents/research/icon_03.gif) no-repeat left 3px;
    background-size: 10px 10px;
}

#main .distribution .inner ul li:nth-child(4) {
    background: url(/img/sp/contents/research/icon_04.gif) no-repeat left 3px;
    background-size: 10px 10px;
}

#main .distribution .inner ul li:nth-child(5) {
    background: url(/img/sp/contents/research/icon_05.gif) no-repeat left 3px;
    background-size: 10px 10px;
}

#main .distribution .inner ul li:nth-child(6) {
    background: url(/img/sp/contents/research/icon_06.gif) no-repeat left 3px;
    background-size: 10px 10px;
}
*/
#main .listType .h3Ttl {
  margin: 0 10px 10px;
}

/* ---------------------------------------------

   17.09.22
   宴会 PRデザイン変更
   ____以下 板橋追記____

--------------------------------------------- */

#main .resultList li.pr2 {
	background-color: #ffffff;
}

#main .resultList li.pr2 a {
	padding-right: 0;
	line-height: 1.4;
	margin-bottom: 2%;
}

#main .resultList li.pr2 a:before {
	margin-top: 0;
	position: relative;
	top: 0;
	right: 0;
	content: none;
	width: 0;
	height: 0;
	display: block;
	float: none;
	clear: both;
	background: none;
	background-size: 10px;
}

#main .resultList li.pr2 .Boxinner {
	position: relative;
	margin: 0 0 5px;
	width: 100%;
	height: 52vw;
}

#main .resultList li.pr2 .photoBox {
	display: block;
	float: none;
	width: 100%;
	z-index: 1;
}


#main .resultList li.pr2 .photoBox img {
	width: 100%;
}

#main .resultList li.pr2 .textBox {
	position: absolute;
	padding: 10px;
	color: #ffffff;
	width : 97% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 20px) ;
	width : calc(100% - 20px) ;
	background: rgba(0,0,0,0.5);
	left: 0;
	bottom: 0;
	z-index: 2;
	/* min-height: 110px; */
}

#main .resultList li.pr2 .iconLeft {
	float: left;
	width: 74%;
}

#main .resultList li.pr2 .invoice_registered_icon,
#main .resultList li.pr2 .coupon {
	margin: 5px 2% 0 0;
	padding: 1px;
	font-size: 10px;
	color: #fff;
	display: block;
	float: left;
	width: 45%;
	text-align: center;
	border-radius: 4px;
	background-color: #EE3B7C;
	line-height: 15px;
}
#main .resultList li.pr2 .invoice_registered_icon {
    background-color: #00A1E9;
}

#main .resultList li.pr2 .chat {
	margin: 5px 0 0;
	padding: 1px;
	font-size: 10px;
	color: #fff;
	float: left;
	width: 45%;
	display: block;
	text-align: center;
	border-radius: 4px;
	background-color: #32CD32;
	line-height: 15px;
}

#main .resultList.pll li.pr2 .txtPr {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#main .resultList.pll li.pr2 .textBox2 {
	margin: 5px 0 0;
}

/*------------------------------------------------------------
    /sp/shop/hairsalon/style/index.html
------------------------------------------------------------*/
#main .styleImg {
  margin: 0 auto 10px;
  width: 70%;
  padding: 1px;
  border: 1px solid #D0D2D3;
}

#main .styleImg a#center,
#main .styleImg a#right {
  top: 0;
  left: 0;
  display: none;
}

#main .style-admub li {
  width: 30%;
  margin-right: 3.8%;
  float: left;
}
#main .style-admub li:last-child {
  margin-right: 0;
}
#main .style-admub li a {
  display: table;
  width: 100%;
  height: 100%;
  padding: 1px;
  text-align: center;
  border: 1px solid #D1D2D4;
}
#main .style-admub li a + p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
#main .style-admub li span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
#main .style-admub li img {
  width: 80px;
}

#main .styleList {
  border-bottom: 1px solid #C8C9C3;
}

#main .styleList li {
  border-top: 1px solid #C8C9C3;
}

#main .styleList li .photo {
  margin: 0;
  border: 1px solid #d0d2d1;
}

#main .styleList li .textBox {
  padding-left: 68px;
  display: block;
}

#main .styleList li .title {
  margin-bottom: 5px;
  line-height: 1.2;
  display: block;
}

#main .styleList li .title span {
  font-size: 14px;
}

#main .inforBtn a {
  margin: 0;
  color: #fff;
  width: 100%;
  border: 1px solid #ec555e;
  background: -moz-linear-gradient(top, #ff7690 0%, #f8697d);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7690), to(#f8697d));
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  text-shadow: 0 1px 0 #8c4952;
}

#main .styleDl {
  margin-bottom: 10px;
}

#main .styleDl dt {
  float: left;
  font-size: 14px;
  color: #221E1F;
}

#main .styleDl dd {
  padding-left: 70px;
  margin-bottom: 10px;
}

#main .styleDl dd ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
}

#main .styleDl dd ul li:last-child {
  margin-right: 0;
}

#main .styleDl dd ul li img {
  width: 100%;
}

#main .styleDl .lastDd {
  padding: 0;
  margin-bottom: 0;
}

#main .styleDl .flNone {
  float: none;
}

#main .styleDl .lastDd ul li {
  width: 17%;
  margin-right: 3%;
}

#main .styleDl dd ul .btn01 {
  background: url(/img/sp/shop/hairsalon/style/btn01_on.gif) no-repeat left top;
  background-size: 100% auto;
}

#main .styleDl dd ul .btn02 {
  background: url(/img/sp/shop/hairsalon/style/btn02_on.gif) no-repeat left top;
  background-size: 100% auto;
}

#main .styleDl dd ul .btn03 {
  background: url(/img/sp/shop/hairsalon/style/btn03_on.gif) no-repeat left top;
  background-size: 100% auto;
}

#main .styleDl dd ul .btn04 {
  background: url(/img/sp/shop/hairsalon/style/btn04_on.gif) no-repeat left top;
  background-size: 100% auto;
}

#main .styleDl dd ul .btn05 {
  background: url(/img/sp/shop/hairsalon/style/btn05_on.gif) no-repeat left top;
  background-size: 100% auto;
}

#main .styleDl dd ul .btn06 {
  background: url(/img/sp/shop/hairsalon/style/btn06_on.gif) no-repeat left top;
  background-size: 100% auto;
}

#main .styleDl dd ul .btn07 {
  background: url(/img/sp/shop/hairsalon/style/btn07_on.gif) no-repeat left top;
  background-size: 100% auto;
}

#main .styleDl dd ul .btn08 {
  background: url(/img/sp/shop/hairsalon/style/btn08_on.gif) no-repeat left top;
  background-size: 100% auto;
}

#main .styleDl dd ul .btn09 {
  background: url(/img/sp/shop/hairsalon/style/btn09_on.gif) no-repeat left top;
  background-size: 100% auto;
}

#main .styleDl dd ul .btn10 {
  background: url(/img/sp/shop/hairsalon/style/btn10_on.gif) no-repeat left top;
  background-size: 100% auto;
}

#main .styleDl dd ul .btn11 {
  background: url(/img/sp/shop/hairsalon/style/btn11_on.gif) no-repeat left top;
  background-size: 100% auto;
}

#main .styleDl dd ul .btn12 {
  background: url(/img/sp/shop/hairsalon/style/btn12_on.gif) no-repeat left top;
  background-size: 100% auto;
}

#main .styleDl dd ul .btn13 {
  background: url(/img/sp/shop/hairsalon/style/btn13_on.gif) no-repeat left top;
  background-size: 100% auto;
}

#main .styleDl dd ul .btn14 {
  background: url(/img/sp/shop/hairsalon/style/btn14_on.gif) no-repeat left top;
  background-size: 100% auto;
}

#main .styleDl dd ul .btn15 {
  background: url(/img/sp/shop/hairsalon/style/btn15_on.gif) no-repeat left top;
  background-size: 100% auto;
}

#main .styleDl dd ul .on img {
  opacity: 0;
  filter: alpha(opacity=0);
}

#main .borderColor {
  margin-bottom: -20px;
  border-top: 1px solid #C8C9C3;
}

/*------------------------------------------------------------
    /sp/support/reviews/list.html
------------------------------------------------------------*/
#main .reviews .photoBox {
  text-align: center;
}

#main .reviews .photoBox img {
  margin-bottom: 5px;
  display: block;
}

/*------------------------------------------------------------
    /sp/shop/support/reviews/detail.html
------------------------------------------------------------*/
#main .detBox {
  padding: 10px;
  background-color: #fff;
}

#main .detBox p {
  margin: 0 0 15px;
  word-break: break-all;
}

#main .detBox p span {
  word-break: break-all;
}

#main .photoList {
  margin: 0 0 15px;
}

#main .photoList li {
  margin: 0 2% 0 0;
  float: left;
  width: 32%;
}

#main .photoList li img {
  width: 100%;
}

#main .photoList li:last-child {
  margin-right: 0;
}

#main .resultList01 li .photoBox {
  margin-right: 0;
  float: left;
  width: 26% !important;
  display: block;
}

#main .resultList01 li .photoBox .taCenter {
  padding: 5px 0 0 0;
  display: block;
}

#main .resultList01 li .photoBox img {
  display: block;
  width: 100% !important;
}

#main .resultList01 li .textBox {
  padding-left: 0;
  width: 70%;
  float: right;
}

#main .usegraph ul.subUl li,
#main .intendedgraph ul.subUl li,
#main .moneygraph ul.subUl li,
#main .usegenregraph ul.subUl li {
  overflow: hidden;
}
#main .usegraph .ttl,
#main .intendedgraph .ttl,
#main .moneygraph .ttl,
#main .usegenregraph .ttl {
  float: left;
  width: 5em;
  line-height: 2em;
  font-size: 12px;
}
#main .usegraph .use,
#main .usegraph .intended,
#main .usegraph .money,
#main .usegraph .usegenre,
#main .intendedgraph .use,
#main .intendedgraph .intended,
#main .intendedgraph .money,
#main .intendedgraph .usegenre,
#main .moneygraph .use,
#main .moneygraph .intended,
#main .moneygraph .money,
#main .moneygraph .usegenre,
#main .usegenregraph .use,
#main .usegenregraph .intended,
#main .usegenregraph .money,
#main .usegenregraph .usegenre {
  float: left;
  width: 30%;
  background: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  line-height: 21px;
}
#main .usegraph .use div.ui-progressbar-value,
#main .usegraph .intended div.ui-progressbar-value,
#main .usegraph .money div.ui-progressbar-value,
#main .usegraph .usegenre div.ui-progressbar-value,
#main .intendedgraph .use div.ui-progressbar-value,
#main .intendedgraph .intended div.ui-progressbar-value,
#main .intendedgraph .money div.ui-progressbar-value,
#main .intendedgraph .usegenre div.ui-progressbar-value,
#main .moneygraph .use div.ui-progressbar-value,
#main .moneygraph .intended div.ui-progressbar-value,
#main .moneygraph .money div.ui-progressbar-value,
#main .moneygraph .usegenre div.ui-progressbar-value,
#main .usegenregraph .use div.ui-progressbar-value,
#main .usegenregraph .intended div.ui-progressbar-value,
#main .usegenregraph .money div.ui-progressbar-value,
#main .usegenregraph .usegenre div.ui-progressbar-value {
  background-color: #26A9E1;
  background-image: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  height: 21px;
}
#main .usegraph .count,
#main .intendedgraph .count,
#main .moneygraph .count,
#main .usegenregraph .count {
  float: left;
  text-align: right;
  width: 2em;
  line-height: 2em;
  font-size: 12px;
}

#main .intendedgraph li {
  overflow: hidden;
}
#main .intendedgraph .ttl {
  width: 10em;
}
#main .intendedgraph .intended {
  width: 45%;
}

#main .moneygraph li {
  overflow: hidden;
}
#main .moneygraph .ttl {
  width: 100%;
}
#main .moneygraph .money {
  width: 75%;
}

#main .usegenregraph li {
  overflow: hidden;
}
#main .usegenregraph .ttl {
  width: 10em;
}
#main .usegenregraph .usegenre {
  width: 45%;
}

/*------------------------------------------------------------
    /sp/member/pass/form.html
------------------------------------------------------------*/
#main .passDl label.ui-input-text {
  font-size: 14px;
  font-weight: normal;
}

#main .passDl dt {
  padding: 0;
  margin-top: 10px;
  background: none;
}

#main .passDl dd {
  overflow: inherit;
}

#main .passDl dd div.ui-input-text {
  padding: 0;
  float: none;
  width: 99%;
}

#main .color-orange {
  color: #F6921D;
}

/*------------------------------------------------------------
    /sp/support/shop_news/list.html
------------------------------------------------------------*/
#main .listSelect {
  margin: 0 10px 10px;
}

#main .filter #select1 {
  display: block;
}

#main .listSelect .ui-btn {
  text-align: left;
  padding: 0.6em 20px;
  border: 1px solid #CCC;
  background: #EEE linear-gradient(#FFF, #F1F1F1) repeat scroll 0% 0%;
  font-weight: bold;
  color: #222;
}

#main .listSelect .ui-btn-corner-all {
  border-radius: 5px;
}

#main .listSelect .ui-btn:after {
  top: 65%;
  right: 5px;
  background: url(/img/sp/common/icon_02.png) no-repeat;
  border-radius: 0;
  background-size: 13px 10px;
  box-shadow: none;
}

#main .listSelect .ui-input-text {
  border: none;
  font-size: 10px;
  line-height: 1.4;
  display: block;
  font-weight: bold;
  margin: 0px 0px 0.3em;
}

#main .listSelect .ui-select {
  margin: 0px 0px 15px;
}


#main .filter li .conversation {
  background: #9DC3E6;
  border: 1px solid #BDD7EE;
}

/*------------------------------------------------------------
    /sp/events/list_old.html
------------------------------------------------------------*/
#main .report .ttl {
  width: 70px;
  color: #FFF;
  font-weight: normal;
  border: 1px solid #F00;
  background-color: #DDD;
}

#main .report .ttl01 {
  background-color: #0070C0;
}

#main .report .ttl02 {
  color: #F00;
  background-color: #FFF;
}

#main .report li .photoBox {
  margin-right: 0;
  float: right;
  font-size: 12px;
  color: #000;
  text-align: center;
}

#main .report li .photoBox img {
  margin-bottom: 5px;
  display: block;
}

#main .report li .textBox {
  padding: 0 115px 0 0;
}

#main .report li .textBox dt {
  float: left;
}

#main .report li .textBox dd {
  padding: 0 0 5px 5em;
}

#main .report li .txtBtm {
  clear: both;
  margin-bottom: 10px;
}

#main .report li .txtBtm a {
  display: inline-block;
  color: #00B0F0;
  text-decoration: underline;
  overflow: inherit;
}

#main .report li .txtBtm a:before {
  background: none;
}

#main .report li .btn {
  margin: 0 10px;
}

#main .report li .btn .listSearch .ui-btn-corner-all {
  margin: 0;
  text-shadow: none;
  border-radius: 5px;
}

#main .report li .btn li {
  padding: 0;
  width: 48%;
  float: left;
  border-bottom: none;
}

#main .report li .btn li:last-child {
  float: right;
}

#main .report li .btn .ui-btn-inner {
  padding: 5px 3px;
  font-size: 14px;
  font-weight: normal;
}

/*------------------------------------------------------------
    /sp/events/update/form.html
------------------------------------------------------------*/
#main .control .pTop {
  margin-bottom: 10px;
}

#main .control .pTop span {
  color: #F00;
}

#main .control .secUl {
  margin: 0;
}

#main .control .secUl div.ui-input-text {
  margin-top: 5px;
  width: 40%;
  float: left;
}

#main .control .ui-field-contain {
  padding: 0;
}

#main .control .back {
  padding: 0;
  background: none;
}

#main .control input.ui-input-text {
  font-size: 14px;
}

#main .control .move {
  margin: 5px 0;
  width: 40%;
  float: right;
}

#main .control .move .ui-btn-inner {
  padding: 7px 0 8px;
  font-size: 16px;
  font-weight: normal;
}

#main .control .specText {
  margin-bottom: 5px;
  padding: 3px 10px;
  display: block;
  font-weight: normal;
  background-color: #D9D9D9;
}

#main .control .txtBox .ui-checkbox .ui-btn-icon-left .ui-btn-inner {
  background: none;
}

#main .control .sumitUl {
  margin-top: 0;
}

/*------------------------------------------------------------
   /sp/events/update/complete.html
------------------------------------------------------------*/
#main .control .complete {
  padding-bottom: 10px;
}

#main .control .complete .txtBox {
  margin: 10px 0 15px;
}

#main .control .complete li {
  margin: 0 auto;
  width: 75%;
  float: none !important;
}

#main .control .complete.wauto li {
  width: auto;
}

/*------------------------------------------------------------
   /sp/events/delete/confirm.html
------------------------------------------------------------*/
#main .eventsBox p {
  clear: both;
}

#main .eventsBox .pTop {
  margin-bottom: 10px;
  text-align: left;
}

/*------------------------------------------------------------
   /sp/mypage/point/form.html
------------------------------------------------------------*/
#main .point {
  background-color: #FFFFFF;
  border-bottom: 1px solid #C8C9C3;
  padding: 5px 10px;
}

#main .bodNone {
  border-bottom: none !important;
}

#main .point p {
  margin-bottom: 10px;
}

#main .point .pTop {
  font-weight: bold;
  text-align: center;
}

#main .point .pTop .color01 {
  font-size: 20px;
}

#main .point .color01 {
  color: #377DD6;
  font-weight: bold;
}

#main .point dl {
  margin-bottom: 20px;
}

#main .point dt {
  margin-top: 10px;
  float: left;
}

#main .point dd {
  padding-left: 4em;
}

#main .point div.ui-input-text {
  width: 40%;
  margin: 0;
}

#main .point .sumitUl li {
  margin: 0 auto;
  width: 70%;
  float: none !important;
}

#main .point .sumitUl.pointbtn li {
  width: 48%;
}
#main .point .sumitUl.pointbtn li.link {
  float: left !important;
}
#main .point .sumitUl.pointbtn li.listSearch {
  float: right !important;
}
#main .point .sumitUl.pointbtn li.btnPosLeft {
  float: left !important;
}

/*------------------------------------------------------------
   /sp/mypage/point/confirm.html
------------------------------------------------------------*/
#main .point .number {
  font-size: 12px;
}

/*------------------------------------------------------------
    /sp/member/login.html
------------------------------------------------------------*/
#nest_more .budSelect .ui-select {
  margin: 0 auto;
  width: 100%;
}

#main .loginSec .logoTxt {
  padding: 10px 0 15px;
}

#main .loginSec .sumit {
  margin: 0 auto;
  width: 50%;
}

#main .loginSec .resSearch {
  padding-top: 10px;
  margin: 0 0 15px !important;
}

#main .loginSec .resSearch .ui-btn-inner {
  padding: 0.3em 20px;
}

#main form .ui-btn-up-c,
#main form .ui-btn-hover-c {
  text-shadow: 0 0 0 #FFFFFF;
}

.ui-loader .ui-icon {
  background: none;
}

#main .shop_board_edit .ui-btn.ui-focus,
#main .favorite .ui-input-text.ui-focus,
#main .favorite .ui-input-search.ui-focus {
  -moz-box-shadow: 0 0 0 #387bbe;
  -webkit-box-shadow: 0 0 0 #387bbe;
  box-shadow: 0 0 0 #387bbe;
}

/*------------------------------------------------------------
    /sp/member/form.html
------------------------------------------------------------*/
#main .loginSec dd .formAdd {
  position: relative;
  margin: 0;
  z-index: 999;
}

#main .favorite .radioUl + .formAdd .ui-input-text {
  text-shadow: none;
  box-shadow: none;
  border: none;
}

#main .bookForm .ui-btn-inner,
#main form .sumitUl li .ui-btn-inner,
#main .loginSec dd .formAdd .ui-btn-inner {
  padding: 0.4em 10px !important;
}

#main .bookForm .radioUl .ui-btn-inner {
  padding: 0.5em 15px 0.1em 40px !important;
}

#main .loginSec .radioUl .ui-radio {
  clear: none;
  float: none;
  display: inline-block;
}

#main .loginSec .radioUl .ui-radio label {
  display: inline;
}

#main .loginSec dd .radioBtn .ui-btn {
  margin: 0;
}

#main .loginSec .email {
  margin-bottom: 10px;
  font-weight: bold;
}

#main .loginSec .email span {
  padding-left: 20px;
  font-weight: normal;
}

#main .loginSec .dlNone dt {
  padding-left: 0;
  background: none;
}

#main .loginSec .dlNone .ui-field-contain,
#main .loginSec .dlNone fieldset.ui-field-contain {
  padding: 0;
}

#main .loginSec .dlNone02 dt {
  float: left;
}

#main .loginSec .dlNone02 dd {
  padding-left: 10px;
}

#main .loginSec .faqUl {
  margin-bottom: 15px;
}

#main .loginSec .faqUl li {
  margin-bottom: 5px;
  font-weight: bold;
}

#main .loginSec .faqUl li:nth-child(2n) {
  padding-left: 10px;
}

#main .loginSec .avatorSelect li {
  width: 33%;
  float: left;
  text-align: center;
}
#main .loginSec .avatorSelect li .ui-radio {
  padding-left: 20%;
}
#main .loginSec .avatorSelect li .ui-checkbox input, #main .loginSec .avatorSelect li .ui-radio input {
  left: 21%;
}
#main .loginSec .avatorSelect li .ui-btn-text {
  font-size: 12px;
}

#main .radioUl.receiveMail .ui-radio {
  float: none;
}

/*------------------------------------------------------------
    /sp/member/confirm.html
------------------------------------------------------------*/
#main .confirm dt {
  padding-left: 0;
  float: left;
  width: 28%;
  background: none;
}

#main .confirm dd {
  width: 70%;
}

#main .bookForm .sumitUl,
#main .loginSec .sumitUl {
  width: 100%;
}

#main .bookForm .sumitUl li,
#main .loginSec .sumitUl li {
  width: 48%;
  float: left;
}

#main .bookForm .sumitUl li:last-child,
#main .loginSec .sumitUl li:last-child {
  float: right;
}

#main .bookForm li.link.record1 {
  float: none;
  width: 100%;
}

#main .loginSec .sumitUl02 li {
  width: 44%;
}

#main .loginSec .sumitUl02 li:last-child {
  width: 52%;
}

#main form .sumitUl li:last-child {
  float: right;
}

#main form .sumitUl li.btn02 input {
  cursor: default;
}

#main .loginSec .compTxt {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

#main .loginSec .red {
  margin: 5px 0 10px;
  font-size: 20px;
  color: #ff0000;
  text-align: center;
  font-weight: 700;
}

#main .loginSec .listSearch input {
  padding: 0 !important;
}

/*------------------------------------------------------------
    /sp/mypage/favarite/bookmarks/form.html
------------------------------------------------------------*/
#main .bookForm {
  padding: 10px;
  background-color: #fff;
}

#main .bookForm dl {
  font-weight: bold;
}

#main .bookForm dl dd {
  margin: 0 auto;
  width: 98%;
}

#main .bookForm dl dd .bookSelect .ui-icon {
  top: 60%;
  right: 15px;
  background: url(/img/sp/common/icon_02.png) no-repeat;
  border-radius: 0;
  background-size: 13px 10px;
  box-shadow: none;
}

#main .bookForm dl dd textarea {
  height: 80px;
}

/*------------------------------------------------------------
    /sp/events/list.html
------------------------------------------------------------*/
#main .shopList li .rightSpan {
  margin-top: 7%;
  width: 23%;
  float: right;
}

#main .shopList li a .rightSpan .imgSpan03 {
  width: auto;
}

#main .shopList li .moreTxt {
  color: #00ADEE;
  text-decoration: underline;
}

#main .txtUl li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

/*------------------------------------------------------------
    /sp/coupons/kepp.html
------------------------------------------------------------*/
#main .keepTxt span {
  margin: 0 30px 0 0;
}

/*------------------------------------------------------------
    /sp/contents/present/index.html
------------------------------------------------------------*/
#main .preTxt {
  padding: 10px;
  background-color: #fff;
}

#main .preTxt span {
  color: #ff0000;
  display: block;
}

#main .preList li .ui-link {
  font-weight: normal;
}

#main .preList li span {
  color: #00ADEE;
  text-decoration: underline;
}

#main .photoImg {
  margin: 0 auto 10px;
  width: 50%;
}

#main .padBox .preLink {
  color: #333;
  font-weight: normal;
  text-decoration: underline;
}

#main .preDl {
  padding: 10px;
  background-color: #fff;
}

#main .preDl dt {
  float: left;
  width: 30%;
}

#main .pickList01 li .textBox {
  padding-left: 125px;
}

/*------------------------------------------------------------
    /sp/mypage/favorite/person/index.html
------------------------------------------------------------*/
#main .person {
  padding: 10px 10px 0;
}

#main .person li {
  margin: 0 2% 10px 0;
  width: 32%;
  float: left;
}

#main .person li:nth-child(3n) {
  margin-right: 0;
}

#main .person li img {
  width: 100%;
}

#main .person li span {
  padding: 5px 0;
  display: block;
  text-align: center;
  font-size: 11px;
}

#main .person li span.name a {
  background: none;
  color: #00ADEE;
  text-decoration: underline;
}

#main .person li a ,
#main .person li a.deleteBtnA {
  margin: 0;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background: -moz-linear-gradient(top, #588cf9 0%, #317bd0 50%, #076ba6);
  background: -webkit-gradient(linear, left top, left bottom, from(#588cf9), color-stop(0.5, #317bd0), to(#076ba6));
  text-shadow: none;
  border: none;
  color: #fff;
}

#main .person li a .ui-btn-inner {
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}

/*------------------------------------------------------------
    /sp/shop/review/index.html
------------------------------------------------------------*/
#main .viewport dt {
  margin-bottom: 5px;
  width: 62px;
  font-size: 16px;
  line-height: 1.4;
  border: 1px solid #FFBB33;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#main .viewport dt span {
  display: block;
  color: #FFF;
  text-align: center;
  text-shadow: 1px 1px 0 #FF9900,1px -1px 0 #FF9900,-1px 1px 0 #FF9900,-1px -1px 0 #FF9900;
  border: 1px solid #FFDB94;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background-color: #FFCC66;
}

#main .viewport dd a {
  font-weight: normal;
  color: #000;
}

#main .viewport dd span {
  display: block;
  font-size: 18px;
}

#main .viewport dd img {
  vertical-align: middle;
}

#main .viewTxt {
  margin: 10px 0;
  padding: 5px 10px;
  clear: both;
  background-color: #F5F5E9;
}

#main .viewUl li {
  margin: 0 2% 10px 0;
  width: 32%;
  float: left;
}

#main .viewUl li:nth-child(3n) {
  margin-right: 0;
}

#main .viewUl li img {
  width: 100%;
}

#main .viewUl li span {
  padding: 5px 0 0;
  display: block;
  text-align: center;
}

#main .potDl {
  margin-bottom: 10px;
}

#main .potDl dt {
  font-size: 18px;
}

#main .delList li {
  padding: 0;
}

#main .delList li .photoBox {
  margin-right: 0;
}

#main .delList li .textBox {
  padding-left: 120px;
  display: block;
}

/*------------------------------------------------------------
  /sp/shop/introduce.html
------------------------------------------------------------*/
#main .intBox {
  padding: 10px;
  background-color: #fff;
}

#main dl.imgBlockLR span a img {
  height: 120px;
  max-width: 100%;
}

#main .duceList li {
  width: 49%;
  margin-right: 2%;
}

#main .duceList li:nth-child(2n) {
  margin-right: 0;
}

#main .intBox .innerR a,
#main .intBox .innerL a {
  display: table;
  height: 100%;
  width: 100%;
}
#main .intBox .innerR a span,
#main .intBox .innerL a span {
  border: 1px solid #E7E7E7;
  display: table-cell !important;
  height: 120px;
  text-align: center;
  width: 100%;
  vertical-align: middle;
}
#main .intBox .innerR a span img,
#main .intBox .innerL a span img {
  max-width: 100%;
  max-height: 100%;
}

#main .imgList.duceList a {
  display: table;
  height: 100%;
  width: 100%;
}
#main .imgList.duceList a span {
  width: 100%;
  height: 120px;
  display: table-cell !important;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #E7E7E7;
}
#main .imgList.duceList a span img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
#main .imgList.duceList a + p {
  text-align: center;
  color: #F6921D;
}

/*------------------------------------------------------------
    /sp/shop/review/form_groumet.html
------------------------------------------------------------*/
#main .revDl {
  padding: 10px 10px 5px;
  background-color: #FFF;
}

#main .revDl dd {
  padding-bottom: 5px;
}

#main .revDl dd a {
  font-weight: normal;
  text-decoration: underline;
}

#main .topDl dt:first-child {
  margin-top: 0;
}

#main .topDl dt {
  margin: 7px 5px 0 0;
  width: 65px;
  float: left;
}

#main .topDl .secUl {
  margin: 0;
}

#main .topDl .secUl .ui-btn-inner {
  padding: 4px 0 4px;
}

#main .topDl .secUl div.ui-input-text {
  float: left;
  margin: 0;
  width: 50%;
}

#main .topDl dd div.ui-input-text {
  width: auto;
  float: none;
}

#main .topDl .ui-field-contain {
  padding: 0;
}

#main .review {
  padding: 10px 10px 15px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #C8C9C3;
}
#main .review .dateUi {
  margin-bottom: 0;
}
#main .review .dateUi li {
  margin-bottom: 0;
}

#main .review dd {
  font-weight: normal;
}

#main .review dd.radioUl.radioWhite .ui-radio {
  background-color: transparent;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#main .review dd.radioUl.radioWhite .ui-radio input {
  display: none;
}
#main .review dd.radioUl.radioWhite .ui-radio .ui-btn {
  background-color: transparent;
  border: none;
}
#main .review dd.radioUl.radioWhite .ui-radio .ui-btn .ui-btn-text {
  color: #000000;
}
#main .review dd.radioUl.radioWhite .ui-radio label.ui-radio-off:after {
  opacity: 1;
  background-image: none;
  background-color: #DBDBDB;
  width: 18px;
  height: 18px;
}

#main .review .back {
  padding-left: 0;
  background: none;
}

#main .favorite textarea.ui-input-text,
#main .review div.ui-input-text input {
  font-size: 14px;
}

#main .ptoTxt .ui-input-text {
  border: none;
  box-shadow: none;
}

#main .review .ptoTxt .text {
  margin-top: 5px;
  display: block;
}

#main .review .ptoTxt input[type="file"] {
  position: absolute;
  left: -1000px;
}

#main .review .ptoTxt a {
  margin: 0px 10px 0px 0px;
  padding-left: 10px;
  width: 45%;
  font-weight: normal;
  border-radius: 10px;
  text-decoration: none;
  background: transparent -moz-linear-gradient(center top , #FEFEFE 0%, #F5F5F5 50%, #ECECEC) repeat scroll 0% 0%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), color-stop(0.5, whitesmoke), to(#ececec));
}

#main .review .ptoTxt a.delete_button {
  margin-top: 5px;
  margin-bottom: 5px;
}

#main .review .ptoTxt a.select_button:before {
  background: transparent url("/img/sp/common/icon_22.png") no-repeat scroll 0% 0% / 21px 21px;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: 20%;
  left: 10px;
  content: "";
}

#main .review .ui-field-contain {
  padding: 0;
}

#main .review .sumitUl {
  margin: 0;
}

#main .review .radioUl .ui-radio,
#main .bookForm .radioUl .ui-radio {
  width: 48%;
  border: 1px solid #1a75bc;
  border-radius: 5px;
  background: #377DD6;
}

#main .review .radioUl .ui-btn-corner-all,
#main .bookForm .radioUl .ui-btn-corner-all {
  margin: 3px 0;
  padding-left: 15px;
  color: #FFF;
  background: #377DD6;
}

#main .review .radioUl .ui-radio:last-child,
#main .bookForm .radioUl .ui-radio:last-child {
  float: right;
}

#main .review .radioUl .ui-btn-inner,
#main .bookForm .radioUl .ui-btn-inner {
  text-align: left;
}

#main .review .topDl01 dt {
  margin-top: 0;
}

#main .review .ico01 {
  color: #FFFF00;
}

#main .bookForm .radioUl.bgWhite .ui-radio {
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
#main .bookForm .radioUl.bgWhite .ui-radio .ui-btn {
  background-color: #ffffff;
}
#main .bookForm .radioUl.bgWhite .ui-radio .ui-btn .ui-btn-text {
  color: #000000;
}

/*------------------------------------------------------------
    /sp/mypage/point/history.html
------------------------------------------------------------*/
#main .hisTtl {
  margin-bottom: 10px;
}

#main .hisTtl span {
  color: #00ADEE;
  font-size: 20px;
}

#main .hisList {
  border-top: 1px solid #C8C9C3;
}

#main .hisList li {
  padding: 5px 15px 5px;
  border-bottom: 1px solid #C8C9C3;
  background-color: #FFF;
}

#main .hisList li span {
  color: #00ADEE;
}

#main .hisList li .redTxt {
  color: #FF0000;
}

/*------------------------------------------------------------
    /sp/mypage/invite/sns.html
------------------------------------------------------------*/
#main .snsBox {
  padding: 10px 10px;
  background-color: #FFF;
}

#main .snsBox p {
  margin-bottom: 20px;
}

#main .snsBox p:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------------------
   /sp/member/delete/confirm.html
------------------------------------------------------------*/
#main .delete {
  padding-bottom: 5px;
}

#main .delete dl {
  padding-bottom: 5px;
  font-weight: normal;
}

#main .delete dt {
  margin-bottom: 0;
  padding-left: 0;
  background: none;
}

#main .delete dl dd:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------------------
   /sp/shop/harisalon/style/list.html
------------------------------------------------------------*/
#main .style {
  background-color: #FFF;
}

#main .navi01 {
  margin: 0 0 10px;
}

/*------------------------------------------------------------
   /sp/shop/harisalon/staff/detail.html
------------------------------------------------------------*/
#main .detPhoto {
  margin: 0 auto;
  width: 48%;
  text-align: center;
}

#main .detPhoto .pName {
  margin-top: 5px;
}

#main .detPhoto .pName span {
  color: #F6921D;
  font-size: 18px;
}

/*------------------------------------------------------------
  /sp/shop/harisalon/style/detail.html
------------------------------------------------------------*/
#main .detailBox .ulImg {
  margin: 15px 0 15px;
}

#main .detailBox .ulImg li {
  padding: 0 0.5%;
  width: 32.3%;
  float: left;
}

#main .detailBox .sumitUl {
  margin-bottom: 15px;
}

#main .detailBox .sumitUl li {
  width: 100%;
}

#main .detailBox .detList .photo {
  float: left;
}

#main .detailBox .detList p {
  padding-left: 105px;
}

/*------------------------------------------------------------
    /sp/mypage/favarite/shop/delete/form.html
------------------------------------------------------------*/
#main .bookForm .resultList li {
  padding: 10px 0;
}

#main .bookForm .resultList .textBox span {
  display: block;
}

#main .bookForm .resultList .updateTxt {
  width: 100%;
  overflow: hidden;
}

#main .bookForm .resultList .updateTxt .txtLeft {
  padding: 0;
  float: left;
  width: 60px;
  text-align: right;
}

#main .bookForm .resultList .updateTxt span {
  padding-left: 70px;
  display: block;
}

/*------------------------------------------------------------
    /sp/mypage/favarite/shop/list.html
------------------------------------------------------------*/
#main .borBtm {
  border-bottom: dashed 1px #C8C9C3;
}

#main .listBtm {
  margin-top: -1px;
  position: relative;
  border-top: 1px solid #C8C9C3;
}

#main .listBtm a {
  color: #000;
}

#main .listBtm li a:after {
  right: 20px;
}

/*------------------------------------------------------------
    /sp/mypage/contact/list.html
------------------------------------------------------------*/
#main .preList li .title {
  padding: 5px 0;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-decoration: none;
}

#main .preList li .date {
  padding: 5px 0;
  text-decoration: none;
  font-size: 12px;
  color: #333;
}

/*------------------------------------------------------------
    /sp/mypage/contact/form.html
------------------------------------------------------------*/
#main .favorite .redTxt {
  margin-bottom: 10px;
}

#main .favorite .redTxt span {
  padding-left: 15px;
  color: #ff0000;
  display: block;
  background: url(/img/sp/common/icon_05.gif) no-repeat left 4px;
  background-size: 10px 10px;
}

#main .favorite .redTxt a {
  font-weight: normal;
}

#main .favorite .coutionBtn li {
  width: 56%;
}

#main .favorite .coutionBtn li:last-child {
  width: 41%;
}

#main .favorite .coutionBtn .link a {
  padding: 5px;
}

/*------------------------------------------------------------
    /sp/about/publish/index.html
------------------------------------------------------------*/
#main .publish {
  padding: 5px 10px 10px;
  background-color: #fff;
}

#main .publish .cenImg {
  padding: 10px 5px 15px;
}

#main .publish .cenImg img {
  width: 100%;
}

#main .publish .sexList li {
  padding-bottom: 10px;
  overflow: hidden;
}

#main .publish .sexList p {
  float: left;
}

#main .publish .sexList .photo {
  padding-left: 30%;
}

#main .loginBtm02 {
  margin: 0 auto;
  width: 80% !important;
  overflow: hidden;
}
#main .loginBtm02 li.link {
  width: 99% !important;
}
#main .loginBtm02 li.link a {
  font-size: 14px;
}

#main .loginBtm03 {
  margin: 0 auto;
  width: 375px !important;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #main .loginBtm03 {
    width: 280px !important;
  }
}

#main .loginBtm li {
  margin-bottom: 10px;
  width: 100% !important;
  float: none !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.6) !important;
}

#main .loginBtm li a {
  padding: 5px 10px !important;
}

/*------------------------------------------------------------
    /sp/shop/review/list.html
------------------------------------------------------------*/
#main .revList li:nth-child(2n) {
  background-color: #EAF2F7;
}

#main .revList li .box {
  width: 80px;
  height: 80px;
  float: right;
  position: relative;
  overflow: hidden;
}

#main .revBox .numUl {
  margin: 15px 0 8px;
}

#main .revBox .numUl li {
  width: 45%;
  font-size: 14px;
}

#main .revBox .numUl li .txtTtl {
  margin-bottom: 8px;
}

#main .revBox .numUl li:nth-child(2n) {
  width: 54%;
}

#main .revBox .ui-collapsible-inset .ulList li:nth-child(2n) {
  width: 50%;
}

#main .revBox .ui-collapsible-inset .subUl li {
  font-size: 14px;
}

#main .revBox .ui-collapsible-inset .subUl li:nth-child(2n) {
  width: 100%;
}

#main .revBox .sumitUl {
  margin: 10px 10px 20px;
  line-height: 1.1;
}

#main .revBox .img {
  margin-top: 3px;
  display: inline-block;
}

#main .revBox .ui-collapsible-content {
  padding: 20px 10px 10px;
}

#main .contribute {
  padding: 10px;
}

#main .contribute p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

#main .contribute .red {
  margin-bottom: 15px;
  color: #ff0000;
}

#main .resultList .taCenter {
  display: block;
}

#main .detaBox {
  margin-bottom: 0;
}

#main .detaBox .shopDl dt {
  width: 33%;
}

#main .detaBox .shopDl dd {
  padding-left: 40%;
  padding-right: 3%;
  word-break: break-all;
}

#main .detaBox .shopDl dd .listBtn {
  margin-top: 0.3em;
}

#main .detaBox .shopDl {
  background: url(/img/sp/shop/img_29.gif) repeat-y left top;
  background-size: 37% auto;
}

#main .detaBox .listBtn a .ui-btn-inner {
  padding: 4px 7px;
  font-size: 12px;
  font-weight: normal;
}

#main .dlBox.detaBox.shopmenu {
  margin-bottom: 20px;
  border-bottom: 1px solid #c8c9c4;
}

#main .indent li {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

/*------------------------------------------------------------
    /sp/mypage/index.html
------------------------------------------------------------*/
#main .mypInner {
  width: 100%;
  padding: 15px 0 15px;
  display: table;
}

#main .mypInner .photo {
  width: 100px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

#main .mypInner .photo img {
  max-height: 72px;
  max-width: 72px;
}

#main .mypInner .rTxt {
  padding: 0;
}

#main .mypInner .rTxt .pTtl {
  margin-bottom: 5px;
}

#main .mypInner .rTxt .pTtl span {
  font-size: 16px;
  font-weight: bold;
}

#main .mypInner .rTxt .red {
  color: #ed1c22;
  font-weight: bold;
}

#main .mypInner_txt {
  color: #ff0000;
  padding: 0 10px 10px;
}

#main .theme {
  margin-bottom: 10px;
}

#main .theme li .date {
  color: #000;
  font-weight: normal;
}

#main .theme li .txt {
  padding-left: 25px;
  display: block;
  color: #ED287B;
  background: url(/img/sp/common/icon_15.gif) no-repeat left 3px;
  background-size: 16px 11px;
}

#main .page_menu {
  margin-bottom: 10px;
}

#main .page_menu li {
  float: left;
  width: 50%;
}

#main .page_menu li:nth-child(2n) {
  float: right;
}

#main .page_menu li:nth-child(odd) a {
  border-right: 1px solid #C8C9C3;
}

#main .page_menu li:last-child a {
  /*    border-right: 1px solid #C8C9C3;*/
}

#main .page_menu li a {
  padding: 10px 5px;
}

#main .page_menu li a:after {
  right: 5px;
}

#main .page_menu li a .imgSpan,
#main .page_menu li a .imgSpan img {
  width: 20px;
  vertical-align: -4px;
}

#main .page_menu li a .txtSpan {
  padding-left: 3px;
  font-size: 14px;
  letter-spacing: -1px;
}

.chat_new .new:after {
  content:"N";
  background-color: #F22A11;
  color: #ffffff;
  position: absolute;
  top: 3px;
  right: 12px;
  z-index: 100;
  font-size: 8px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-align: center;
  padding: 0 3px;
  box-sizing: border-box;
}
.ppo .chat_new .new:after {
  top: 12px;
  right: 18px;
}

.bento_page_float_box {
  position: fixed;
  bottom: calc(3% + 50px);
  right: 0;
  z-index: 100;
  width: 18%;
}
a.box_calendar,
a.box_cart {
  font-weight: bold;
  background: #FF4D4D;
  text-align: center;
  display: block;
  margin-bottom: 15px;
  padding: 1%;
  border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
}
a.box_calendar {
  background: #EAB200;
}
a.box_calendar span,
a.box_cart span {
  color: #fff;
}
a.box_calendar img,
a.box_cart img {
  width: 60%;
  max-width:100%;
  max-height:100%;
}
a.box_calendar .adjust-box,
a.box_cart .adjust-box {
  position: relative;
  width: 100%;
  height: auto;
}
a.box_calendar .box-1x1:before,
a.box_cart .box-1x1:before {
  content: "";
  display: block;
  padding-top: 100%;

}
a.box_calendar .inner,
a.box_cart .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.box_calendar .adjust-box span,
a.box_cart .adjust-box span {
  font-size: 3vw;
  text-shadow: none;
}

a.box_cart .badge {
  display: grid;
  place-content: center;
  position: absolute;
  top: -18%;
  left: -18%;
  width: 40%;
  height: 40%;
  background-color: darkgreen;
  border-radius: 50%;
  color: #FFFFFF;
  font-style: normal;
  font-size: 3.5vw;
  font-family: Helvetica, Arial, sans-serif;
  text-shadow: none;
}
a.box_cart .badge:empty {
  display: none;
}
@keyframes pops {
  0%   { transform: translate(0%, 0%) scale(1); }
  50%  { transform: translate(0%, 0%) scale(1.5);}
  100% { transform: translate(0%, 0%) scale(1); }
}

#main .page_menu li.my_menu_bento_delivery_address_list a br {
  display: none;
}
@media (min-width: 0) and (max-width: 400px) {
  #main .page_menu li.my_menu_bento_delivery_address_list a br {
    display: inline;
  }
  #main .page_menu li.my_menu_bento_delivery_address_list a {
    height: 39px;
    padding: 1px 5px;
  }
  #main .page_menu li.my_menu_bento_delivery_address_list a .imgSpan {
    vertical-align: middle;
  }
  #main .page_menu li.my_menu_bento_delivery_address_list a .txtSpan {
    font-size: 13px;
  }
}
@media all and (min-width: 0) and (max-width: 360px) {
  #main .page_menu li a .txtSpan {
    font-size: 13px;
  }
}
#main .dlNews {
  margin-bottom: 10px;
  padding: 10px 10px 10px;
  border-bottom: 1px solid #C8C9C3;
  background-color: #FFF;
}

#main .dlNews dt {
  margin-bottom: 7px;
  padding-bottom: 5px;
  background: url(/img/sp/common/bg_h3_img01.gif) repeat-x left bottom;
  background-size: auto 3px;
}

#main .dlNews dt span {
  display: inline;
  color: #000000;
}

#main .dlNews dd {
  margin-bottom: 10px;
}

#main .dlNews .linkList li .txt a,
#main .dlNews dd a {
  padding: 0;
  color: #25A9E0;
  text-decoration: underline;
  font-weight: normal;
}

#main .dlNews dd .sub_list li {
  margin-bottom: 5px;
}

#main .dlNews .linkList li:last-child,
#main .dlNews dd .sub_list li:last-child {
  margin-bottom: 0;
}

#main .dlNews .linkList li {
  margin-bottom: 10px;
  border-bottom: none;
}

#main .dlNews .linkList li a:before {
  background: none;
}

#main .dlNews .linkList li .txt {
  padding-left: 45px;
}

#main .dlNews .linkList li .txt a {
  display: inline-block;
}

#main .groumetBox .his_List li {
  padding: 0;
  border-bottom: 1px solid #C9C9C4 !important;
}

#main .groumetBox .his_List li a {
  padding: 8px 15px 6px;
  position: relative;
  display: block;
  color: #000;
  font-weight: normal;
}

#main .groumetBox .his_List li a:after {
  width: 7px;
  height: 10px;
  display: block;
  background: url(/img/sp/common/icon_01.png) no-repeat;
  background-size: 7px 10px;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
}

#main .groumetBox .his_List li .textBox {
  width: 100%;
  float: none;
}

#main .groumetBox .his_List li .textBox .pTtl {
  margin-top: 2px;
  float: left;
  display: block;
  margin-bottom: 5px;
  width: 62px;
  font-size: 16px;
  line-height: 1.4;
  border: 1px solid #40B38C;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#main .groumetBox .his_List li .textBox .pTtl span {
  display: block;
  color: #FFF;
  text-align: center;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

#main .groumetBox .his_List li:nth-child(1) .textBox .pTtl {
  border: 1px solid #FFBB33;
}

#main .groumetBox .his_List li:nth-child(1) .textBox .pTtl span {
  background-color: #FFCC66;
  border: 1px solid #FFDB94;
  text-shadow: 1px 1px 0 #FF9900, 1px -1px 0 #FF9900, -1px 1px 0 #FF9900, -1px -1px 0 #FF9900;
}

#main .groumetBox .his_List li:nth-child(2) .textBox .pTtl {
  border: 1px solid #40B38C;
}

#main .groumetBox .his_List li:nth-child(2) .textBox .pTtl span {
  background-color: #66CC9A;
  border: 1px solid #94DBB8;
  text-shadow: 1px 1px 0 #009933, 1px -1px 0 #009933, -1px 1px 0 #009933, -1px -1px 0 #009933;
}

#main .groumetBox .his_List li .textBox span {
  display: block;
}

#main .groumetBox .his_List li .textBox .date {
  padding-left: 70px;
  line-height: 1.2;
}

#main .groumetBox .his_List li .textBox .speTxt {
  font-size: 18px;
  font-weight: bold;
}

#main .points {
  margin-bottom: 10px;
  padding: 5px 10px 10px;
  background-color: #FFF;
  border-bottom: 1px solid #C9C9C4;
}

#main .points .pTop {
  margin-bottom: 5px;
  text-align: center;
  padding: 0.5em;
}

#main .points .pTop span {
  font-size: 20px;
  font-weight: bold;
}

#main .points .pTop .red {
  color: #EC1B23;
}

#main .his_Ul .lTxt {
  width: 80%;
  float: left;
}

#main .his_Ul .rTxt {
  width: 18%;
  float: right;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}

#main .his_Ul .rTxt span {
  color: #F6921D;
}

#main .his_Ul li {
  padding: 5px 0 5px;
  border-top: 1px solid #C9C9C4;
  overflow: hidden;
  zoom: 1;
}

#main .specBtn {
  margin: 0 10px;
}

#main .itemList.mypageTopics a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

/*------------------------------------------------------------
    /sp/admin_shop/danbnews/index.html
------------------------------------------------------------*/
#main .danbnews {
  padding: 5px 10px 0;
  border-bottom: 1px solid #c8c9c4;
  background-color: #fff;
}

#main .danbnews dt {
  margin-bottom: 5px;
}

#main .danbnews dt span {
  color: #333333;
  display: inline;
}

#main .danbnews dd {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #221e1f;
}

/*------------------------------------------------------------
    /sp/admin_shop/contacts/list.html
------------------------------------------------------------*/
#main .listTxt {
  padding: 5px 7% 5px 3%;
  color: #EC1B23;
  background-color: #fff;
}

#main .tactList li {
  border-top: 1px solid #C8C9C3;
  border-bottom: none;
}

#main .tactList li a .imgSpan {
  padding-top: 0px;
  color: #EC1B23;
}

#main .itemList.tactList li a .txtSpan {
  width: 100%;
}

/*------------------------------------------------------------
    /sp/admin_shop/news/form.html
------------------------------------------------------------*/
#main .deleteUl li {
  margin-bottom: 10px;
  font-weight: normal;
}

#main .deleteUl li:last-child {
  margin-bottom: 0;
}

#main .deleteUl li a {
  margin: 0 10px 0 0;
  padding-left: 10px;
  width: 45%;
  font-weight: normal;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  background: -moz-linear-gradient(top, #fefefe 0%, whitesmoke 50%, #ececec);
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), color-stop(0.5, whitesmoke), to(#ececec));
}

#main .deleteUl .selective a:before {
  background: url(/img/sp/common/icon_22.png) no-repeat;
  background-size: 21px 21px;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: 20%;
  left: 10px;
  content: "";
}

#main .deleteUl .selective div.ui-input-text {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

#main .deleteUl .dele a:before {
  background: url(/img/sp/common/icon_23.png) no-repeat;
  background-size: 21px 21px;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: 20%;
  left: 10px;
  content: "";
}

#main .deleteUl .dele a {
  color: #EC1B23;
}

#main .deleteUl .formImg {
  width: 37%;
  height: auto;
  position: relative;
  padding: 0;
  border: 1px solid #c8c9c3;
  text-align: center;
  box-sizing: border-box;
}
#main .deleteUl .formImg img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

#main .favorite .txtBox01 .ui-checkbox .ui-btn-icon-left .ui-btn-inner {
  background: none;
}

#main .loginSec .newsumit {
  margin-bottom: 10px;
}

#main .newsumit .link {
  border: none;
  background: -moz-linear-gradient(top, #fefefe 0%, #f8f8f8 50%, #f2f2f2);
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), color-stop(0.5, #f8f8f8), to(#f2f2f2));
}

#main .newsumit .link a {
  padding: 0.4em 5px;
  color: #000;
}

#main .ft16 {
  font-size: 16px;
}

#main .adminShopNews .deleteUl .selective {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: left;
}
#main .adminShopNews .deleteUl .selective a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
#main .adminShopNews .deleteUl .selective input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
#main .adminShopNews .deleteUl .selective > a + span {
  display: inline-block;
  width: 5em;
  line-height: 1;
  color: #333;
}

/*------------------------------------------------------------
    /sp/admin_shop/shop_access/index.html
------------------------------------------------------------*/
#main .shopAccess {
  padding: 10px;
  border-bottom: 1px solid #c8c9c4;
  background-color: #fff;
}

#main .padSpecial {
  padding: 0 0 10px;
}

#main .padSpecial .memberMenu {
  background-color: #F5F6F1;
}

#main .shopAccess .ui-icon {
  background: url(/img/sp/common/icon_02.png) no-repeat right 50%;
  background-size: 13px auto;
}

#main .shopAccess .notice {
  color: #ff0000;
}

#main .shopAccess #one form {
  padding: 0 4%;
  zoom: 1;
  overflow: hidden;
}
#main .shopAccess #one .caution ,
#main .shopAccess #two .caution {
  margin-left: 3%;
}
#main .shopAccess #one .daily_year .ui-select,
#main .shopAccess #one .daily_month .ui-select,
#main .shopAccess #one .daily_submit .ui-select {
  display: inline-block;
}
#main .shopAccess #one .daily_year,
#main .shopAccess #one .daily_month,
#main .shopAccess #one .daily_submit {
  float: left;
}
#main .shopAccess #one .daily_submit {
  margin-left: 4%;
}
#main .shopAccess #one .daily_submit .ui-btn {
  border: 1px solid #1A75BC;
  background: transparent -moz-linear-gradient(center top , #588CF9 0%, #317BD0 50%, #076BA6) repeat scroll 0% 0%;
  background: transparent -webkit-gradient(linear, center top, center bottom, from(#588CF9), color-stop(0.5, #317BD0), to(#076BA6));
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  text-shadow: none;
  color: #FFF;
}

#main .shopAccess #two .accName {
  width: 60%;
  float: left;
  padding: 5px 10px;
  box-sizing: border-box;
}
#main .shopAccess .monthly_year {
  width: 40%;
  float: left;
}
#main .shopAccess .monthly_year.tel_click {
  padding: 0 4%;
}
#main .shopAccess .monthly_year .ui-select {
  display: inline-block;
  width: 80%;
}
#main .shopAccess .monthly_year.tel_click .ui-select {
  width: auto;
}
#main .shopAccess .monthly_year .ui-field-contain {
  margin: 0px;
  padding: 0px;
}
#main .shopAccess .monthly_year .text_year {
  font-size: 16px;
}

#main .notice_accessReport {
  color: #ff0000;
  background: #ffffff;
  padding: 10px 10px 0;
}

#main .favorite dd .time li {
  width: 48% !important;
}

#main .accName {
  padding: 0 10px 5px;
  background: #ffffff;
  font-size: 14px;
}

#main .accTable {
  width: 100%;
  border-collapse: collapse;
}

#main .accTable th,
#main .accTable td {
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}

#main .accTable thead th {
  color: #fff;
  background-color: #58595B;
  line-height: 1.2;
  padding: 2%;
}

#main .accTable tr:nth-child(2n) td {
  background-color: #E6E7E7;
}

#main .accUl {
  margin: 2%;
  display: table;
  width: 98%;
}

#main .accUl li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 7px;
  width: 25%;
  line-height: 1.2;
}

#main .accUl li:last-child {
  margin-right: 0;
}

#main .accUl li a {
  padding: 5px;
  display: block;
  text-align: center;
  text-decoration: underline;
}

#main .accUl .on {
  border-radius: 10px;
  background-color: #25A9E0;
}

#main .accUl .on a {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
}
#main .accUl li.on a {
  border-top: none;
}

/*------------------------------------------------------------
    /sp/admin_shop/cms/hairsalon/style/list_recom.html
------------------------------------------------------------*/
#main .recSection {
  padding: 10px;
  border-top: 1px solid #c8c9c3;
}

#main .recSection .photoBox {
  padding: 2% 0;
  float: left;
  width: 20%;
  border: 1px solid #c9c9c4;
}

#main .recSection .photoBox img {
  width: 100%;
}

#main .recSection .recInner {
  float: right;
  width: 75%;
}

#main .moveList {
  margin: 10px 0 0;
}

#main .moveList li {
  position: relative;
}

#main .moveList li a {
  padding: 10px;
  font-size: 14px;
  color: #221E1F;
  text-align: center;
  display: block;
  border: 1px solid #c8c9c3;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background: -moz-linear-gradient(top, #fefefe 0%, #ececec);
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ececec));
  box-shadow: 1px 1px 4px #e3e3e1,-1px -1px 4px #e3e3e1;
  -webkit-box-shadow: 1px 1px 4px #e3e3e1,-1px -1px 4px #e3e3e1;
}

#main .moveList li:nth-child(odd) {
  float: left;
  width: 48%;
}

#main .moveList li:nth-child(even) {
  float: right;
  width: 48%;
}

#main .moveList li:first-child,
#main .moveList li:nth-child(2) {
  margin: 0 0 10px;
}

#main .moveList li a:before {
  margin-top: -4px;
  width: 11px;
  height: 8px;
  background: url(/img/sp/common/icon_18.png) no-repeat;
  background-size: 11px 8px;
  position: absolute;
  top: 50%;
  left: 15%;
  content: "";
}

#main .moveList li:nth-child(2) a:before {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

#main .moveList li:nth-child(3) a:before {
  width: 11px;
  height: 11px;
  background: url(/img/sp/common/icon_19.png) no-repeat;
  background-size: 11px auto;
}

#main .moveList li:nth-child(4) a:before {
  width: 11px;
  height: 11px;
  background: url(/img/sp/common/icon_19.png) no-repeat;
  background-size: 11px auto;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/*------------------------------------------------------------
    /sp/admin_shop/index.html
------------------------------------------------------------*/
#main .adminTop {
  padding: 10px 10px 15px;
}

#main .adminTop .name {
  margin-bottom: 5px;
}

#main .adminTop p {
  margin-bottom: 10px;
}

#main .adminTop p span {
  font-size: 16px;
  font-weight: bold;
}

#main .listBtn01 a {
  border-radius: 12px;
}

#main .listBtn01 a img {
  margin-right: 15px;
}

#main .theme .spec {
  display: block;
}

#main .theme .spec a {
  padding: 10px 7% 10px 3%;
  color: #000;
}

#main .theme .spec img {
  float: left;
}

#main .theme .spec .txtBox {
  padding-left: 35px;
  display: block;
}

#main .theme .spec .txtBox .text01 {
  margin-top: 5px;
  width: 70%;
  font-size: 16px;
  float: left;
}

#main .theme .spec .txtBox .date01 {
  width: 23%;
  float: right;
  text-align: right;
  line-height: 1.2;
  font-weight: normal;
  padding-right: 5%;
}

#main .admText {
  padding: 5px 10px 5px;
  background-color: #FFF;
}

#main .admText a {
  text-decoration: underline;
}

#main .borTop {
  border-top: 1px solid #c8c9c3;
}

#main .borBottom {
  border-bottom: 1px solid #c8c9c3;
}

#main .admItem {
  margin-bottom: 10px;
  border-top: 1px solid #c8c9c3;
}

#main .admItem li .red {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #EC1B23;
  font-size: 12px;
}

/*------------------------------------------------------------
    /sp/admin_shop/cms/index.html
------------------------------------------------------------*/
#main .edit {
  padding: 10px 10px;
  background-color: #FFF;
  border-bottom: 1px solid #c8c9c3;
}

#main .edit .caption {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

#main .editBtn {
  margin: -8px 0 0;
}

#main .editBtn li {
  margin-top: 8px;
}

#main .editBtn li:nth-child(2n) {
  float: right;
}

#main .editBtn li .ui-btn-corner-all {
  border: 1px solid #C8C9C3;
  background: -moz-linear-gradient(top, #fefefe 0%, #ebebeb);
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ebebeb));
  box-shadow: 1px 1px 4px #e3e3e1,-1px -1px 4px #e3e3e1;
}

#main .editBtn li span {
  color: #000;
}

#main .editBtn .btn01 .ui-btn-corner-all {
  border: 1px solid #C8C9C3;
  background: -moz-linear-gradient(top, #5b8dfc 0%, #1a61bb);
  background: -webkit-gradient(linear, left top, left bottom, from(#5b8dfc), to(#1a61bb));
}

#main .editBtn .btn01 span {
  color: #FFF;
}

#main .editBtn .btn02 span {
  color: #D0D2D3;
}

#main .editBtn .btn03 .ui-btn-corner-all {
  border: 1px solid #D02140;
  background: -moz-linear-gradient(top, #fe3150 0%, #d23150);
  background: -webkit-gradient(linear, left top, left bottom, from(#fe3150), to(#d23150));
}

#main .editBtn .btn03 span {
  color: #FFF;
}

#main .radio {
  margin: 10px 0 10px;
}

#main .radio .ui-btn-corner-all {
  margin: 0;
  border-radius: 10px;
}

#main .radio .ui-radio .ui-btn {
  text-align: center;
  background: -moz-linear-gradient(top, #eaeaea 0%, #d8d8d8);
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#d8d8d8));
}

#main .edit .moveList li {
  margin-bottom: 0;
}

#main .edit div.time {
  color: #221E1F;
  font-weight: normal;
  font-size: 14px;
  text-align: right;
  padding: 10px 0 0;
}

#main .cmsBtn li.single {
  width: 100% !important;
}

.cmsBtn li.single.colorBlue {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #588cf9;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF588CF9', endColorstr='#FF076BA6');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4OGNmOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzE3YmQwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDc2YmE2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #588cf9), color-stop(50%, #317bd0), color-stop(100%, #076ba6));
  background-image: -webkit-linear-gradient(top, #588cf9 0%, #317bd0 50%, #076ba6 100%);
  background-image: -moz-linear-gradient(top, #588cf9 0%, #317bd0 50%, #076ba6 100%);
  background-image: -o-linear-gradient(top, #588cf9 0%, #317bd0 50%, #076ba6 100%);
  background-image: linear-gradient(top, #588cf9 0%, #317bd0 50%, #076ba6 100%);
  border: 1px solid #1A75BC;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.cmsBtn li.single.colorBlue a {
  color: #FFFFFF;
  display: block;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
}

/*------------------------------------------------------------
    /sp/admin_shop/cms/index_hairsalon.html
------------------------------------------------------------*/
#main .gourmet .button-1 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  text-align: center;
  padding: 5px;
  color: #fff;
  width: 90%;
  background: -moz-linear-gradient(top, #5b8dfc 0%, #1a61bb);
  background: -webkit-gradient(linear, left top, left bottom, from(#5b8dfc), to(#1a61bb));
}

#main .cmsBtn li,
#main .cmsBtn li:nth-child(2n),
#main .cmsBtn li:last-child {
  margin-right: 2%;
  width: 32%;
  float: left;
}

#main .cmsBtn li:last-child {
  margin-right: 0;
}

/*------------------------------------------------------------
    /sp/admin_shop/login.html
------------------------------------------------------------*/
#main .login dt {
  width: 95px;
  float: left;
  text-align: right;
}

#main .login dd div.ui-input-text {
  width: 90%;
}

#main .loginSec .logBtn {
  padding-bottom: 5px;
  margin: 0;
}

#main .loginSec .logBtn li {
  margin: 0 auto 10px;
  width: 100%;
  float: none;
}

/*------------------------------------------------------------
    /sp/admin_shop/shop_access/genre.html
------------------------------------------------------------*/
#main .favorite .backNone {
  padding-left: 0;
  background: none;
}

#main .favorite .left .ui-btn {
  text-align: left;
}

/*------------------------------------------------------------
    /sp/admin_shop/coupon/list.html
------------------------------------------------------------*/
#main .listTxt01 {
  color: #000;
}

#main .publice {
  margin-left: 15px;
  color: #EC1B23;
}

#main .publice01 {
  color: #000;
}

/*------------------------------------------------------------
    /sp/admin_shop/coupon/form_groumet.html
------------------------------------------------------------*/
#main .register .topDl dt {
  width: 80px;
  float: left;
}

#main .register .topDl dd {
  font-weight: normal;
}

#main .register textarea.ui-input-text {
  margin: 0;
  height: 50px;
}

#main .register .ui-controlgroup, fieldset.ui-controlgroup {
  margin: 0 0 10px;
}

#main .register .ui-controlgroup .ui-controlgroup-controls {
  margin: 0;
}

#main .register .radBox .ui-radio .ui-btn-icon-left .ui-icon {
  left: 15px;
}

#main .register .radBox .small {
  font-size: 12px;
  font-weight: normal;
}

#main .register .secUl {
  margin: 0;
}

#main .register .secUl div.ui-input-text {
  float: left;
  margin: 0;
  width: 40%;
}

#main .register .redTxt {
  margin-bottom: 0;
  color: #EC1B23;
  font-weight: normal;
}

/*------------------------------------------------------------
    /sp/admin_shop/coupon/confirm.html
------------------------------------------------------------*/
#main .register .conDl dd {
  font-weight: normal;
}

/*------------------------------------------------------------
    /sp/admin_shop/coupon/complete.html
------------------------------------------------------------*/
#main .favorite .specUl li {
  margin: 0 auto;
  width: 90%;
  float: none !important;
}

/*------------------------------------------------------------
    /sp/admin_shop/coupon/list_add.html
------------------------------------------------------------*/
#main .listAdd {
  padding: 10px;
  background-color: #FFF;
}

#main .listAdd p {
  margin-bottom: 10px;
}

#main .listAdd .pName {
  font-size: 16px;
}

/*------------------------------------------------------------
    /sp/admin_shop/news/list.html
------------------------------------------------------------*/
#main .shopList li .show {
  margin: 0 0 0 10px;
  display: inline-block;
  font-size: 12px;
  color: #ff0000;
}

#main .shopList li .showNo {
  margin: 0 0 0 10px;
  display: inline-block;
  font-size: 12px;
  color: #000;
}

#main .control .eveUl div.ui-input-text {
  margin-top: 0;
}

#main .control .resSearch {
  margin: 0 !important;
  padding-top: 0;
}

#main .favorite .recDd .ui-radio .ui-btn-icon-left .ui-icon {
  left: 15px;
}

#main .detUl li {
  margin: 0 2% 0 0;
  width: 32%;
  float: left;
}

#main .detUl .link {
  border: none;
}

#main .detUl .link a {
  border: 1px solid #1A75BC;
  border-radius: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#main .detUl li:last-child {
  margin-right: 0;
}

#main .disNone {
  display: none !important;
}

#main ul.itemList.shopList.new01 li {
  border-bottom: none;
  border-top: 1px solid #C8C9C3;
}
#main ul.itemList.shopList.new01 li:first-child {
  border-top: none;
}

/*------------------------------------------------------------
    /sp/admin_shop/cms/edit/list.html
------------------------------------------------------------*/
#edit_panel .editIco {
  margin: 5px;
  padding: 8px 0;
  width: 30%;
  font-size: 14px;
  color: #221E1F;
  text-align: center;
  display: block;
  border: 1px solid #c8c9c3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: -moz-linear-gradient(top, #fefefe 0%, #ececec);
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#ececec));
  box-shadow: 1px 1px 4px #e3e3e1,-1px -1px 4px #e3e3e1;
  -webkit-box-shadow: 1px 1px 4px #e3e3e1,-1px -1px 4px #e3e3e1;
}

#edit_panel #searchPanel .ui-grid-a {
  overflow: inherit;
}

#edit_panel #searchPanel .ui-block-a,
#edit_panel #searchPanel .ui-block-b {
  width: 100%;
}

#edit_panel #searchPanel .ui-block-b {
  float: right;
}

#edit_panel #searchPanel a {
  margin: 0 0 5px;
}

#edit_panel #searchPanel a .ui-btn-inner {
  padding: 5px;
  font-size: 14px;
}

#edit_panel a.ui-btn-corner-all {
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 14px;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  color: #221E1F;
}

/*------------------------------------------------------------
    /sp/admin_shop/cms/edit/block2.html
------------------------------------------------------------*/
#main .blockMenu {
  padding: 15px 10px 0;
  background-color: #fff;
}

#main .blockMenu li {
  margin-right: 2%;
  padding-bottom: 5px;
  width: 32%;
  float: left;
  display: table;
}

#main .blockMenu li:nth-child(3n) {
  margin-right: 0;
}

#main .blockMenu li a {
  padding: 5%;
  text-align: center;
  margin: 0 auto;
  height: 40px;
  font-size: 14px;
  color: #fff;
  display: table-cell;
  line-height: 1.2;
  vertical-align: middle;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  background: -moz-linear-gradient(top, #588cf9 0%, #317bd0 50%, #076ba6);
  background: -webkit-gradient(linear, left top, left bottom, from(#588cf9), color-stop(0.5, #317bd0), to(#076ba6));
}

#main .blockMenu li span {
  display: block;
  vertical-align: middle;
  text-align: center;
}

#main .blockMenu .current a {
  background: -moz-linear-gradient(top, #feb822 0%, #f7b115 50%, #eea906);
  background: -webkit-gradient(linear, left top, left bottom, from(#feb822), color-stop(0.5, #f7b115), to(#eea906));
}

#main .blockMenu01 li a {
  height: 20px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#main .blockMenu03 {
  padding: 15px 10px 0;
  background-color: #fff;
}
#main .blockMenu03 li {
  margin-right: 2%;
  padding-bottom: 5px;
  width: 32%;
  float: left;
}
#main .blockMenu03 li:last-child, #main .blockMenu03 li:nth-child(3n) {
  margin-right: 0;
}
#main .blockMenu03 li.line2 .ui-btn-inner .ui-btn-text {
  margin: auto;
  line-height: 1.5em !important;
  display: inline-block;
  padding-top: 0.4em;
}
#main .blockMenu03 li .ui-controlgroup-controls {
  width: 100%;
  margin-bottom: 0;
}
#main .blockMenu03 li .ui-controlgroup-controls .ui-radio {
  width: 100%;
}
#main .blockMenu03 li .ui-controlgroup-controls .ui-radio label {
  width: 100%;
  color: #fff;
  border: none;
  min-height: 54px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  background: -moz-linear-gradient(top, #588cf9 0%, #317bd0 50%, #076ba6);
  background: -webkit-gradient(linear, left top, left bottom, from(#588cf9), color-stop(0.5, #317bd0), to(#076ba6));
}
#main .blockMenu03 li .ui-controlgroup-controls .ui-radio label.ui-radio-on.ui-btn-active {
  border: none;
  background: -moz-linear-gradient(top, #feb822 0%, #f7b115 50%, #eea906);
  background: -webkit-gradient(linear, left top, left bottom, from(#feb822), color-stop(0.5, #f7b115), to(#eea906));
}
#main .blockMenu03 li .ui-controlgroup-controls .ui-radio label.ui-btn-hover-c {
  background: -moz-linear-gradient(top, #588cf9 0%, #317bd0 50%, #076ba6);
  background: -webkit-gradient(linear, left top, left bottom, from(#588cf9), color-stop(0.5, #317bd0), to(#076ba6));
}
#main .blockMenu03 li .ui-controlgroup-controls .ui-radio label .ui-btn-inner {
  border: none;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  min-height: 54px;
}
#main .blockMenu03 li .ui-controlgroup-controls .ui-radio label .ui-btn-inner .ui-btn-text {
  line-height: 54px;
}

/*------------------------------------------------------------
    /sp/admin_shop/cms/edit/block8.html
------------------------------------------------------------*/
#main .blockUl li {
  width: 45%;
  float: left;
}

#main .blockUl li:nth-child(2n) {
  float: right;
}

/*------------------------------------------------------------
    /sp/admin_shop/cms/edit/block12.html
------------------------------------------------------------*/
#main .checkUl {
  padding: 15px 10px 0;
  background: #fff;
}

#main .checkUl li {
  width: 45%;
  float: left;
}

#main .checkUl li:first-child {
  margin-right: 10%;
}

#main .checkUl li .ui-btn-up-c,
#main .checkUl li .ui-btn-hover-c {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: none;
  background: -moz-linear-gradient(top, #588cf9 0%, #317bd0 50%, #076ba6);
  background: -webkit-gradient(linear, left top, left bottom, from(#588cf9), color-stop(0.5, #317bd0), to(#076ba6));
}

#main .checkUl li .ui-btn-inner {
  padding-left: 30px;
  padding-right: 5px;
  color: #fff;
}

#main .checkUl .ui-checkbox span.ui-btn-inner span.ui-icon,
#main .favorite dd .checkUl .ui-radio .ui-btn-icon-left .ui-icon,
#main .favorite dd .checkUl .ui-checkbox .ui-btn-icon-left .ui-icon {
  left: 7px;
}

#main .checkUl03 {
  background-color: #FFFFFF;
  padding: 15px 10px 0;
}

#main .checkUl03 li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

#main .checkUl03 li:last-child {
  margin-right: 0;
}

#main .checkUl03 li .ui-btn-up-c,
#main .checkUl03 li .ui-btn-hover-c {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: none;
  background: -moz-linear-gradient(top, #588cf9 0%, #317bd0 50%, #076ba6);
  background: -webkit-gradient(linear, left top, left bottom, from(#588cf9), color-stop(0.5, #317bd0), to(#076ba6));
}

#main .checkUl03 li .ui-btn-inner {
  padding-left: 30px;
  padding-right: 5px;
  color: #fff;
}

#main .favorite dd .checkUl03 .ui-radio .ui-btn-icon-left .ui-icon,
#main .favorite dd .checkUl03 .ui-checkbox .ui-btn-icon-left .ui-icon,
#main .checkUl03 .ui-checkbox span.ui-btn-inner span.ui-icon {
  left: 7px;
}

#main .checkUl03 .ui-checkbox .ui-btn-inner span.ui-btn-text {
  font-size: 12px;
}

#main .checkUl03 .ui-checkbox .ui-btn-inner span.ui-btn-text span {
  font-size: 10px;
}

#main .blockUl01 li {
  width: 45%;
  float: left;
}

#main .blockUl01 li:nth-child(2n) {
  width: 5%;
  text-align: center;
}

#main .blockUl01 li:last-child {
  margin-right: 0;
}

p.txt {
  background: #ffffff;
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: -10px;
}

/*------------------------------------------------------------
    /sp/admin_shop/cms/edit/block15.html
------------------------------------------------------------*/
#main .favorite .spec .blockUl02 li {
  overflow: hidden;
  clear: both;
}

#main .favorite .spec .blockUl02 li div.ui-input-text {
  width: 50%;
  float: left;
}

/*------------------------------------------------------------
    /sp/admin_shop/review/list.html
------------------------------------------------------------*/
#main .recSec {
  padding: 10px;
  background-color: #FFF;
}

#main .recSec p {
  font-size: 18px;
}

#main .recSec .name {
  margin-bottom: 10px;
}

#main .recSec .gourmet {
  width: 60%;
}

#main .recSec .listSearch .ui-btn-inner {
  padding: 5px 5px;
}

#main .recSec .listSearch .ui-btn {
  margin: 0;
}

#main .reviewList li:last-child {
  border-bottom: none;
}

#main .reviewList li a .txtSpan {
  width: 100%;
  word-break: break-all;
}

#main .reviewList li a .imgSpan {
  padding-top: 5px;
  width: 25%;
  text-align: center;
}

#main .comTtl {
  margin: 0 auto 5px;
  display: inline-block;
  font-size: 16px;
  width: 4em;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#main .comTtl span {
  display: block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  color: #FFF;
  text-align: center;
  padding: 0.3em 0;
  line-height: 1;
}
#main .comTtl.comTtl_0 {
  border: 1px solid #FFBB32;
}
#main .comTtl.comTtl_0 span {
  text-shadow: 1px 1px 0 #FD9A00,1px -1px 0 #FD9A00,-1px 1px 0 #FD9A00,-1px -1px 0 #FD9A00;
  border: 1px solid #FFDB95;
  background-color: #FFCC66;
}
#main .comTtl.comTtl_1 {
  border: 1px solid #40B38C;
}
#main .comTtl.comTtl_1 span {
  text-shadow: 1px 1px 0 #009933,1px -1px 0 #009933,-1px 1px 0 #009933,-1px -1px 0 #009933;
  border: 1px solid #94DBB8;
  background-color: #66CC9A;
}
#main .comTtl.comTtl_2 {
  border: 1px solid #FF6C6C;
}
#main .comTtl.comTtl_2 span {
  text-shadow: 1px 1px 0 #FF3232,1px -1px 0 #FF3232,-1px 1px 0 #FF3232,-1px -1px 0 #FF3232;
  border: 1px solid #FFB8B8;
  background-color: #FF9999;
}

#main .ico {
  color: #FFC000;
}

/*------------------------------------------------------------
    /sp/admin_shop/review/detail_groumet.html
------------------------------------------------------------*/
#main .status {
  margin: 0;
}

#main .status .link {
  color: #FFF;
  border-radius: 7px 7px 7px 7px;
  font-weight: normal;
  text-align: center;
}

#main .status .comTtl {
  margin-bottom: 0;
}

#main .fontNormal dd {
  font-weight: normal;
}

#main .viewUl01 {
  margin: 0 auto;
  width: 50%;
}

#main .viewUl01 li {
  margin: 5px 0 0;
  width: 100%;
}

/*------------------------------------------------------------
    /sp/admin_shop/cms/hairsalon/style/list_add.html
------------------------------------------------------------*/
#main .recSection .editBtn {
  margin-top: 10px;
}

#main .recSection .editBtn li {
  margin: 0 0.5%;
  width: 32.3%;
  float: left !important;
}

#main .recSection .editBtn .ui-btn-inner {
  padding: 5px 0;
  font-size: 14px;
}

/*------------------------------------------------------------
    /sp/admin_shop/cms/hairsalon/style/form.html
------------------------------------------------------------*/
#main .favorite .radBox01 .ui-radio .ui-btn-icon-left .ui-icon {
  left: 15px;
}

#main .favorite .radBox01 li {
  width: 49%;
  float: left;
}

#main .favorite .radBox01 li:last-child {
  float: right;
}

#main .favorite .radBox01 .ui-controlgroup, fieldset.ui-controlgroup,
#main .favorite .radBox01 .ui-controlgroup .ui-controlgroup-controls {
  margin-bottom: 0;
}

#main .favorite .check li {
  width: 32.8%;
  float: left;
}

#main .favorite .check li:nth-child(2) {
  margin: 0 0.8%;
}

#main .favorite .check .ui-checkbox .ui-btn-icon-left .ui-btn-inner {
  padding-left: 30px;
  padding-right: 0;
}

#main .favorite .check .ui-controlgroup .ui-controlgroup-controls {
  margin-bottom: 0;
}

#main .favorite .check .ui-checkbox .ui-btn-icon-left .ui-icon {
  left: 7px;
}

/*------------------------------------------------------------
    /sp/admin_shop/cms/hairsalon/style/confirm.html
------------------------------------------------------------*/
#main .sumit01 {
  margin: 10px 10px 0;
}

#main .sumit01 .ui-btn-inner {
  padding: 0.2em 10px 0.3em;
}

/*------------------------------------------------------------
    /sp/admin_shop/cms/hairsalon/tab/form.html
------------------------------------------------------------*/
#main .hairForm dt {
  padding-left: 0;
  background: none;
}

#main .hairForm .ui-field-contain {
  padding: 0;
}

#main .favorite dd input {
  font-size: 16px;
  left: -999px;
}
#main .admin_review dd input {
  left: 0;
}

.stored_address #main .favorite .ui-checkbox {
  display: inline-block;
}

#main .favorite dd input[type="button"] {
  left: 0px;
}

.cleckMessage .ui-icon {
  display: none !important;
}

/*------------------------------------------------------------
    /sp/shop/news/list.html
------------------------------------------------------------*/
#main .newList li .leftSpan,
#main .newList li .imgSpan03 {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}

#main dl.shopmews dt span.newTtl {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin-right: 5px;
  padding: 2px 5px;
  text-align: center;
  width: 80px;
  background-color: #a9a098;
  font-weight: bold;
  color: #fff;
}

#main dl.shopmews dt .show {
  color: #FF0000;
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 10px;
}

#main dl.shopmews dt .showNo {
  color: #000000;
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 10px;
}

#main .supList {
  padding: 10px 0 7px;
}

#main .supList li {
  margin: 0 1% 1% 0;
  float: left;
  padding: 0;
  border: none;
}

#main .supList li img {
  width: 100%;
}

#main .supList li:nth-child(4n) {
  margin-right: 0;
  width: 26%;
}

#main .supList li:first-child,
#main .supList li:nth-child(5) {
  width: 41%;
}

#main .supList li:nth-child(2),
#main .supList li:nth-child(3),
#main .supList li:nth-child(6),
#main .supList li:nth-child(7) {
  width: 15%;
}

#main .supList01 li:first-child,
#main .supList01 li:nth-child(5) {
  width: 38%;
  clear: left;
}

#main .supList01 li:nth-child(2),
#main .supList01 li:nth-child(6),
#main .supList01 li:nth-child(7) {
  width: 12%;
}

#main .supList01 li:nth-child(3) {
  width: 18%;
}

#main .supList01 li:nth-child(4) {
  width: 29%;
}

#main .supList01 li:nth-child(8) {
  width: 35%;
}

#wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 56px;
  left: 0;
  width: 100%;
  overflow: auto;
}

#scroller {
  position: relative;
  /*  -webkit-touch-callout:none;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0;
  background: #fff;
}

.fixedFt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  padding: 0;
}

.scrollBar {
  display: none;
}

/*------------------------------------------------------------
    /sp/vote/
------------------------------------------------------------*/
.voteBlock {
  padding: 5px 10px 5px;
  font-size: 16px;
  background-color: #FFF;
}

.voteKind {
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
}
.voteKind span {
  font-size: 14px;
}
.voteScratch {
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 5px;
  text-align: left;
}
#main .voteNumberBlock {
  padding-bottom: 10px;
  background: #ffffff;
}
#main .voteScratchBlock {
  text-align: center;
}
#main .voteNumberBlock .nunberttl {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #C8C9C3;
  background: #F5F6F1;
}
#main .voteNumberBlock .nunberttl .leftBlock {
  float: left;
  font-size: 18px;
  padding-left: 10px;
}
#main .voteNumberBlock .nunberttl .rightBlock {
  float: right;
  text-align: right;
  padding-right: 10px;
}
#main .voteNumberBlock .nunberttl dl {
  overflow: hidden;
}
#main .voteNumberBlock .nunberttl dl dt {
  float: left;
  width: 20%;
  padding: 0 0 0 1%;
}
#main .voteNumberBlock .nunberttl dl dd {
  float: right;
  width: 76%;
  padding: 0 1% 0 2%;
}
#main .voteNumberBlock div.name {
  padding: 5px 1%;
  border-bottom: 1px solid #C8C9C3;
}
#main .voteNumberBlock .favorite {
  border-bottom: none;
}
#main .voteNumberBlock .favorite dt {
  background: none;
  padding-left: 0;
}
#main .voteNumberBlock .favorite dd span {
  font-weight: normal;
}
#main .voteNumberBlock .completeTxt {
  padding: 2em;
}
#main .voteNumberBlock .vote_rest {
  padding-bottom: 2em;
  color: #FF9900;
}
#main .voteNumberBlock .completeTxtElection {
  padding-top: 2em;
}
#main .voteNumberBlock .vote_repeat {
  color: #FF0000;
  padding-bottom: 2em;
}
#main .voteNumberBlock .pickList.preList {
  overflow: hidden;
}
#main .voteNumberBlock .pickList.preList li {
  border-bottom: 1px solid #C8C9C3;
}
#main .voteNumberBlock .pickList.preList li a {
  font-weight: bold;
}
#main .voteNumberBlock .pickList.preList li a:before {
  top: 38%;
}
#main .voteNumberBlock .padBox .photoImg img {
  max-height: 150px;
  max-width: 150px;
}
#main .voteNumberBlock .voteScratchBanner {
  margin: 0 auto;
  width: 90%;
  margin-bottom: 2em;
}
#main .voteNumberBlock .voteScratchBanner img {
  width: 100%;
}

#main .voteBtnBlock.sumitUl li {
  float: none;
  width: 75%;
  margin: auto;
}

#main .link_button {
  margin-top: 20px;
  text-align: center;
}
#main .do_vote {
  background-color: #FF7E71;
}
#main .do_comment {
  background-color: #29B296;
}
#main a.do_vote, 
#main a.do_comment {
  width: 35%;
  margin: 0 2%;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;   
}

#main .facebookLogin .logoTxt {
  font-size: 16px;
}
#main .facebookLogin .btn_fb a {
  cursor: pointer;
  display: block;
  margin: 0.5em 0;
  position: relative;
  text-align: center;
  background-color: #588cf9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 1px 3px;
  text-shadow: none;
  font-size: 16px;
  min-width: 0.75em;
  overflow: hidden;
  padding: 0.6em 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  text-decoration: none;
}
#main .facebookLogin .btn_fb a.agree {
  background-color: #588cf9;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF588CF9', endColorstr='#FF076BA6');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4OGNmOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzE3YmQwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDc2YmE2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #588cf9), color-stop(50%, #317bd0), color-stop(100%, #076ba6));
  background-image: -webkit-linear-gradient(top, #588cf9 0%, #317bd0 50%, #076ba6 100%);
  background-image: -moz-linear-gradient(top, #588cf9 0%, #317bd0 50%, #076ba6 100%);
  background-image: -o-linear-gradient(top, #588cf9 0%, #317bd0 50%, #076ba6 100%);
  background-image: linear-gradient(top, #588cf9 0%, #317bd0 50%, #076ba6 100%);
  border: 1px solid #1A75BC;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 1px 3px;
  margin-bottom: 1em;
}
#main .facebookLogin .btn_fb a.disent {
  background-color: #EBEBEB;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFEFEFE', endColorstr='#FFEBEBEB');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #ebebeb));
  background-image: -webkit-linear-gradient(top, #fefefe 0%, #ebebeb 100%);
  background-image: -moz-linear-gradient(top, #fefefe 0%, #ebebeb 100%);
  background-image: -o-linear-gradient(top, #fefefe 0%, #ebebeb 100%);
  background-image: linear-gradient(top, #fefefe 0%, #ebebeb 100%);
  border: 1px solid #C8C9C3;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 1px 3px;
  color: #000000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 1px 3px;
}
/*------------------------------------------------------------
    /sp/shops/map
------------------------------------------------------------*/
#map_canvas label { width: auto; display:inline; }
#map_canvas img { max-width: none; }
ul.mapLnk li {
  padding: 2px 5px;
  line-height: 22px;
}
ul.mapLnk2 li {
    margin-top: 3px;
}
#main div#shops_map {
    padding: 14px 10px 5px 10px;
}

/*------------------------------------------------------------
    /sp/coupons/search/
------------------------------------------------------------*/
.line-edit .ui-controlgroup-controls {
  line-height: 15px;
}

.line-edit .area_checkbox + label .ui-btn-text {
  line-height: 15px;
}
/*------------------------------------------------------------
    近くのおすすめ店
------------------------------------------------------------*/

.featureRecommend iframe {
	width: 100%;
	height: 350px;
	border: 0;
}

@media only screen and (max-width: 580px){
	.featureRecommend iframe {
		width: 100%;
		height: 950px;
		border: 0;
	}
}

/*------------------------------------------------------------
    web明細 2015.1.30追加
------------------------------------------------------------*/

#main #webdetails-upper {
	padding: 10px;
	margin-bottom: 10px;
	background: #ffffff;
	border-bottom: 1px solid #C8C9C3;
}

/* 年月指定ボタンエリア */

#main #webdetails-upper ul#historyBtn {
	margin-bottom: 10px;
}

#main #webdetails-upper ul#historyBtn li.txt {
	margin: 16px 0 0;
	float: left;
	width: 30%;
	font-weight: bold;
	font-size: 14px;
}

#main #webdetails-upper ul#historyBtn li#selectBtn {
	float: left;
	width: 70%;
}

#main #webdetails-lower {
	padding: 15px 10px 10px;
	background: #ffffff;
	border-bottom: 1px solid #C8C9C3;
}

#main #webdetails-lower p.titleList {
	padding: 5px 5px 2px;
	background: #888888;
	color: #ffffff;
	font-weight: bold;
}

/* 請求見出し（御中） */

#main #webdetails-lower #titleBox {
	border: 3px solid #999999;
	padding: 10px;
}

#main #webdetails-lower #titleBox div.title {
}

#main #webdetails-lower #titleBox div.title p {
	padding: 0 10px 0 0;
	float: left;
	font-size: 18px;
	font-weight: bold;
}

#main #webdetails-lower p#triangle {
	padding: 0;
	margin: 0 10px 0 0;
	text-align: right;
	line-height: 1.0;
}

#main #webdetails-lower p#triangle img {
	padding: 0;
	margin: 0;
	line-height: 1.0;
}

#main #webdetails-lower #pt0 {
	padding-top: 0px;
}

#main #webdetails-lower #pb0 {
	padding-bottom: 0px;
}

#main #webdetails-lower .pdBox {
	padding: 15px;
}

/* 請求 table.chargeBox */

#main #webdetails-lower .chargeBox {
	border-bottom: 1px solid #888888;
	padding: 0 0 3px 0;
	margin: 0 0 3px 0;
	font-weight: bold;
	font-size: 14px;
}

#main #webdetails-lower .chargeBox .leftBox {
	padding-top: 5px;
	width: 45%;
	float: left;
}

#main #webdetails-lower .chargeBox .rightBox {
	width: 55%;
	float: left;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
}

#main #webdetails-lower .chargeBox .rightBox strong {
	font-size: 26px;
}

#main #webdetails-lower span.yen {
	font-size: 14px;
}


#main #webdetails-lower .pdBox-inner {
	border-top: 2px solid #888888;
	margin-bottom: 10px;
}

/* 税抜お買上額内訳 table.detailBox */

#main #webdetails-lower .detailBox {
	border-collapse: collapse;
	border-spacing: 0;
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
}

#main #webdetails-lower .detailBox th {
	border-left: 1px dashed #888888;
	border-bottom: 1px solid #888888;
	padding: 3px 5px;
	text-align: center;
	width: 45px;
	background-color: #E6F1F6;
}

#main #webdetails-lower .detailBox td {
	border-right: 1px dashed #888888;
	border-left: 1px dashed #888888;
	border-bottom: 1px solid #888888;
	padding: 3px 5px;
	text-align: right;
}

#main #webdetails-lower .detailBox td.b-bottom2,
#main #webdetails-lower .detailBox th.b-bottom2 {
	border-bottom: 2px solid #888888;
}

#main #webdetails-lower .detailBox td.price {
	font-weight: bold;
	font-size: 18px;
}

#main #webdetails-lower .detailBox td.stress {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background: #eeeeee;
}

#main #webdetails-lower .detailBox th.date {
	text-align: left;
}

/* 備考 */

#main #webdetails-lower p.notes {
	margin: 0 0 10px;
	padding: 10px;
	border: #cccccc solid 3px;
}


#main #webdetails-lower #etrend {
	padding: 10px 0;
}

#main #webdetails-lower p.logo {
	margin-left: 10px;
	float: right;
	width: 67px;
}

#main #webdetails-upper .download_button {
  border: 1px solid #3CA00F !important;
  border-radius: 10px !important;
  background: -moz-linear-gradient(top, #6ED43A 0%, #4EC21E 50%, #3CA00F);
  background: -webkit-gradient(linear, left top, left bottom, from(#6ED43A), color-stop(0.5, #4EC21E), to(#3CA00F));
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  text-shadow: none !important;
  color: #fff !important;
}
#main #webdetails-upper .download_button::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/img/icon/download.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}
#main #webdetails-upper .download_button.disabled {
  border: 1px solid #A8A8A8 !important;
  background: -moz-linear-gradient(top, #E0E0E0 0%, #CCCCCC 50%, #A8A8A8);
  background: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), color-stop(0.5, #CCCCCC), to(#A8A8A8));
}

/*---------- 法事　追加 ----------*/
.shidashi{
	width:60% !important;
	margin:2% auto 0 auto;
}

#main .admin_coupon .dateUi .date .ui-input-text {
	width: 40%;
}

/*---------- 仕出し 170105追加 ----------*/


/*----------------------------------------

	仕出しページ 

----------------------------------------*/

#main .contents .shidashiBlock {
	padding: 5px 0 15px!important;
	margin: 5px 0 15px;
	border-top: 1px solid #C9C9C4;
}

#main .contents .shidashiBlock div.shidashimenuBox {
	padding: 5px 0 40px;
	border-bottom: 1px solid #C9C9C4;
}

#main .contents .shidashiBlock dl.b-border {
	border-bottom: 1px dotted #C9C9C4;
	margin-bottom: 10px;
}

#main .contents .shidashiBlock div.alignLeftBox {
	margin: 0 3% 10px 0;
	float: left;
	text-align: center;
	width: 43%;
}

#main .contents .shidashiBlock p.imgBox {
	border: 1px solid #dddddd;
	padding: 2px;
	text-align: center;
	/*width: 40%;*/
	background: #eeeeee;
}

#main .contents .shidashiBlock p.blueButton {
	padding-top: 8px;
	border: none;
	background: #ffffff;
}

#main .contents .shidashiBlock p.blueButton a {
	padding: 5px 3px;
	border: 1px solid #2489CE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #ffffff;
	background: #2489CE;
	font-weight: normal;
	outline: none;
	cursor: pointer;
}


#main .contents .shidashiBlock p.txtBox {
	border: none;
	clear: none;
	float: right;
	width: 53%;
}

#main .contents .shidashiBlock p.imgBox img {
	max-width: 100%;
	max-height: 130px;
}

#main .contents .shidashiBlock p.noTxt {
	border: none 0!important;
}

#main .contents .shidashiBlock dl {

}

#main .contents .shidashiBlock dt,
#main.contents .shidashiBlock dl dd {
	padding: 0 0 5px;
}


#main .contents .shidashiBlock dt {
	width: 58%;
	float: left;
	font-weight: bold;
	line-height: 1.6;
	font-size: 16px;
}

#main .contents .shidashiBlock dl dd {
	font-size: 16px !important;
	line-height: 1.6;
	width: 40%;
	float: right;
	font-weight: bold;
	text-align: right;
}

#main .contents .shidashiBlock dl dd span.betsu {
	font-weight: normal;
	font-size: 12px;
}


/*----------------------------------------

	仕出しページ 詳細

----------------------------------------*/

#main .contents .shidashidetailBlock {
	padding: 20px 0 10px;
	border-bottom: 2px solid #cccccc;
}

#main .contents .shidashidetailBlock .shidashidetailmenuBox {
}

#main .contents .shidashidetailBlock h3.h3STtl{
	margin: 10px 0 -8px;
	font-weight: bold;
	font-size: 18px;
	background-size: auto 3px;
}

#main .contents .shidashidetailBlock div.imgBoxes {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 20px;
}

#main .contents .shidashidetailBlock p.imgBox {
  flex: 0 0 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dddddd;
  padding: 2px;
  margin: 0 auto 5px;
  width: 94%;
  background: #eeeeee;
}

#main .contents .shidashidetailBlock p.imgBox img {
	max-width: 100%;
	max-height: 210px;
}

#main .contents .shidashidetailBlock .subImgBox {
  margin: 0 auto 15px;
  width: 94%;
}
#main .contents .shidashidetailBlock .subImgBox p.imgBox {
  float: right;
  width: 48%;
  height: 105px;
  margin: 0 -3px;
}
#main .contents .shidashidetailBlock .subImgBox p.imgBox:first-child {
  float: left;
}
#main .contents .shidashidetailBlock .subImgBox p.imgBox img {
  max-height: 105px;
}


#main .contents .shidashidetailBlock .ui-shadow {
	box-shadow: none;
}


#main .contents .shidashidetailBlock dl.price_and_item_number {
	margin-bottom: 5px;
}

#main .contents .shidashidetailBlock dl.price_and_item_number dt,
#main .contents .shidashiBlock dl.price_and_item_number dd {
	padding: 5px 0 0;
}


#main .contents .shidashidetailBlock dl.price_and_item_number dt {
	width: 58%;
	float: left;
	font-weight: bold;
	color: #ff0000;
	line-height: 1.6;
}

#main .contents .shidashidetailBlock dl.price_and_item_number dd {
	padding-top: 5px;
	line-height: 2.4;
	width: 40%;
	float: right;
	font-weight: normal;
	font-size: 12px!important;
	text-align: right;
}

#main .contents .shidashidetailBlock dl span.priceTxt {
	font-size: 18px;
}

#main .contents .shidashidetailBlock dl span.betsu {
}

#main .contents .shidashidetailBlock .descriptionTxt {
	margin-bottom: 15px;
}

#main .contents .shidashidetailBlock .cautionBox {
	padding: 10px;
	margin: 15px 0 20px;
	background: #FFFBD5;
}

#main .contents .shidashidetailBlock .cautionBox .stress {
	font-weight: bold;
}

#main .contents .shidashidetailBlock p input.btn_cart {
	width: 100%;
	background: #55bb33;
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #ffffff;
	opacity: 1;
	text-indent: 0;
	font-size: 16px;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	z-index: 0;
}

#main .contents .shidashidetailBlock p .other_menu_link_sp {
  background: #495844;
  border: 2px solid #cccccc;
  -webkit-border-radius: 5px;
  font-size: 16px;
  margin: .5em 0;
  padding: .7em 1em;
  display: block;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff !important;
}

#pr_app {
  background-color: #fff;
  padding: 0.7em;
  display: block;
  overflow: hidden;
  zoom: 1;
}
#pr_app img {
  width: 20%;
  float: left;
  margin-right: 0.7em;
}
#pr_app .title {
  font-weight: bold;
  font-size: 1.3em;
}

#pr_app_chat img {
  width: 100%;
}


/* 検索結果のお知らせ表示 */
.search_result_boards .right_box {
  float: right;
  height: 80px;
  width: 80px;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.search_result_boards .right_box img {
  /*position: absolute;
  max-width: 120px;
  max-height: 120px;
  top: 5px;*/
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: none;
}

.search_result_boards .ellipsis {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  padding-right: 5px;
}

#main .itemList.reviewList li a {
  padding: 4%;
  display: block;
  width: 92%;
  background-color: #fff;
  overflow: hidden;
  color: #333333;
}


/*------------------------------------------------------------
    TOPお知らせ改修 2016.6.30追加
------------------------------------------------------------*/

.naviArea {
	background: #eeeeee;
}

#newsNaviBox {
	overflow-x: auto;
	overflow-y: hidden;
	/*width: 600px;*/
	padding: 6px 6px 2px;
}

ul#newsNavi {
	width: 690px;
	-webkit-overflow-scrolling: touch;
}

ul#newsNavi > * {
	-webkit-transform: translateZ(0px);
}

ul#newsNavi li {
	display: table;
	vertical-align: bottom;
	float: left;
	margin: 0 6px 0 0;
}

ul#newsNavi li a,
ul#newsNavi li a:link,
ul#newsNavi li a:visited,
ul#newsNavi li a:active {
	display: table-cell;
	vertical-align: middle;
	border-radius: 5px; /* CSS3草案 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	padding: 5px 15px;
	box-shadow: 0 2px 0 #ccc;
	color: #111111;
	text-align: center;
	line-height: 1.0;
	height: 24px;
	background: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

ul#newsNavi li.behavior a {
	padding: 5px 15px;
	color: #ffffff;
	background: #FA1D1B;
}

ul#newsNavi li.mnone {
	margin: 0;
}

/*ul#newsNavi li a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #367FDB;
}*/

#newsTab {
	padding: 5px 0 0;
	width: 100%;
}

#newsTab li {
	border: 1px solid #eeeeee;
	border-right: 0px none;
	padding: 10px 0px;
	float: left;
	list-style: none;
	cursor: pointer;
	text-align: center;
	background: #ffffff;
	font-weight: bold;
	font-size: 11px;
	width: 16%;
}

#newsTab li a {
    color: #111111;
}

#newsTab li.w17 {
	width: 17%;
}


#newsTab li.select {
	background: #eeeeee;
}


/*#newsTab li:hover {
	background: #eeeeee;
}*/

.disnon {
	display: none;
}

.content_wrap {
	clear: left;
	background: #ffffff;
}

/*____お知らせ一覧デザイン____*/

#main .shopList li span.fontNo {
	margin: 0;
}

#main .shopList li span.leftSpan .session {
	margin: 0;
}

#main .shopList li .price {
	padding: 6px 0 0;
}

#main .shopList li span.fwNormal {
	color: #A9A098;
}

#main .shopList li .ttl {
	margin: 0 5px 0 0;
}


/* ________ 3743行目をリセット・上書き _______ */

#main .shopList li .session {
    width: 40px;
}

/*------------------------------------------------------------
    お知らせ検索改修 2016.7.11追加
------------------------------------------------------------*/
div.event_date .ui-input-text {
    display: inline-block;
    margin-right: 10px;
    width: 160px;
}

.naviArea #calendar {
    text-align: center;
}

.naviArea .event_date span {
    display: inline-block;
}


.stored_address #main .favorite .input.text label {
    display: inline-block;
}

.modal_different_shop_id {
    padding: 3%;
}
.modal_different_shop_id .btn {
	border: 1px solid #F5F5F5;
	border-radius: .3125em;
	padding: .7em 1em;
	margin: .5em 0;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
    width: 35%;
}
.modal_different_shop_id .btn.yes {
    background: #55bb33;
}
.modal_different_shop_id .btn.no {
    background: #FF7373;
}


#chat_list {
    padding: 0;
}
#chat_list a {
    display: block;
}
#chat_list .shop_image {
    float: left;
    width: 29%;
    box-sizing: border-box;
    text-align: center;
}
#chat_list .shop_image img {
    display: inline-block;
    width: 70%;
    margin: 10%;
    min-height: 30px;
}
#chat_list .shop_info {
    position: relative;
    color: #333333;
    padding: 1%;
}
#chat_list .shop_info .chat_message {
    color: #666666;
    font-weight: normal;
}
#chat_list .shop_info .status {
    float: left;
    width: 33%;
    text-align: center;
    font-weight: normal;
}
#chat_list .shop_info .status.chat_stop {
    border: 1px solid #F22A11;
    color: #F22A11;
}
#chat_list .shop_info .status.shop_stop {
    background: #9A9A9A;
    color: #ffffff;
}
#chat_list .shop_info .date {
    /*text-align: right;*/
    float: right;
    color: #666666;
    font-weight: normal;
}
#chat_list .shop_info .unread_count {
    position: absolute;
    top: 5px;
    right: 10px;
    background: #F22A11;
    color: #ffffff;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    padding: 0 3px;
    box-sizing: border-box;
}
#chat_list .shopList li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

#chat_room_body ,
#chat_room_body article {
    height: 100%;
}
#chat_room {
    padding: 0;
    height: 100%;
    position: relative;
}
#chat_room #loading {
    background-color: #B8B8B8;
    line-height: 24px;
    padding: 1%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    display: none;
}
#chat_room .messageList {
    background-color: #ffffff;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    height: 100%;
    display: block;
}
#chat_room .messageList li {
    padding: 10px;
}
#chat_room .messageList li:after {
    content: "";
    clear: both;
    display: block;
}
#chat_room .messageList li.date {
    text-align: center;
}
#chat_room .messageList .system .chat_message {
    background-color: #eeeeee;
}
#chat_room .messageList .system .time {
    display: none;
}
#chat_room .messageList li.shop {
    text-align: left;
}
#chat_room .messageList .shop .chat_message {
    background-color: #BDE3FF;
    max-width: 80%;
}
#chat_room .messageList li.member {
    text-align: right;
}
#chat_room .messageList .member .chat_message {
    background-color: #FFEDA5;
    max-width: 70%;
}
#chat_room .messageList .chat_message {
    border-radius: 8px;
    width: auto;
    padding: 10px;
    text-align: left;
}
#chat_room .messageList .time {
    display: table-cell;
    vertical-align: bottom
}
#chat_room .messageList .time span {
}
#chat_room .messageList .chat_message {
    display: inline-block;
    position: relative;
}
#chat_room .messageList .member .chat_message {
}
#chat_room .messageList .shop .chat_message {
}
#chat_room .messageList .member .chat_message .time {
    position: absolute;
    left: -60px;
    bottom: 0;
    display: inline-block;
    text-align: right;
    width: 50px;
}
#chat_room .messageList .shop .chat_message .time {
    position: absolute;
    right: -60px;
    bottom: 0;
    display: inline-block;
    text-align: left;
    width: 50px;
}
#chat_room .messageList .member .chat_message .read {
    position: absolute;
    left: -60px;
    bottom: 15px;
    text-align: right;
    display: inline-block;
    text-align: right;
    width: 50px;
}
#chat_room .messageList .shop .chat_message .read {
    position: absolute;
    right: -60px;
    top: 0;
    display: inline-block;
    text-align: left;
    width: 50px;
}
#chat_room #panel {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
}
#chat_room .input {
    background: #333333;
}
#chat_room .notaccepted {
    color: #ffffff;
    background: #505050;
    display: flex;
    padding: 3% 0;
}
#chat_room .notaccepted .desc {
    display: inline-block;
    flex: 1;
    margin-left: 3%;
}
#chat_room .notaccepted .tel {
    background: #F66E6D;
    display: inline;
    text-align: center;
    border-radius: 3px;
    line-height: 1;
    padding: 1%;
    margin: 0 2%;
    vertical-align: bottom;
    color: #ffffff;
    font-weight: normal;
}
#chat_room .terminated {
    background: #5490E2;
    color: #ffffff;
}
#chat_room .terminated p {
    padding: 3%;
}
#chat_room .input label {
    display: inline-block;
    margin: 0 .2em;
    font-size: inherit;
    padding-top: .2em;
}
#chat_room .input .photo {
    display: inline-block;
    vertical-align: top;
    font-size: 280%;
    margin-top: 7px;
    color: #ffffff;
    width: 12%;
    text-align: center;
    box-sizing: border-box;
}
#chat_room .input input[type="file"] {
    display: none;
}
#chat_room .input textarea {
    display: inline-block;
    //font-size: 100%;
    font-size: 16px;
    line-height: 1;
    padding-top: 4px;
    padding-bottom: 0px;
    border-radius: 3px;
    vertical-align: top;
    margin-top: 6px;
    background: #ffffff;
    box-sizing: border-box;
    flex: 1;
}
#chat_room .input button {
    display: inline-block;
    font-size: 100%;
    text-shadow: none;
    width: auto;
    vertical-align: top;
    color: #ffffff;
    background: #4285F4;
    border: none;
    width: 15%;
    box-sizing: border-box;
    margin: .5em;
}
#chat_room .preview {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #000000;
  display: none;
  z-index: 200;
  flex-direction: column;
}
#chat_room .preview .image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  flex: 1;
}
#chat_room .preview .text {
  background: #ffffff;
  padding: 3%;
}
#chat_room .preview .text .link {
  text-align: right;
}
#chat_room .preview .text .link span {
  display: inline-block;
  margin: 0 3%;
  color: #0076FF;
}

#chat_reserve {
    padding: 0;
}
#chat_reserve .notice {
    background-color: #E1EFFF;
    padding: 5px 10px;
}
#chat_reserve input[type="text"],
#chat_reserve input[type="number"],
#chat_reserve input[type="tel"],
#chat_reserve textarea {
    font-size: 16px;
}
#chat_reserve h2 {
    color: #307FDB;
}
#chat_reserve form {
    background-color: #F6F6F6;
}
#chat_reserve dl {
    margin-top: 10px;
}
#chat_reserve dl dt {
    padding-left: 3%;
    font-weight: bold;
}
#chat_reserve dl dd {
}
#chat_reserve dl dd input {
    border-radius: 0px;
}
#chat_reserve .ui-btn-icon-right:after {
    display: none;
}
#chat_reserve input,
#chat_reserve select {
    text-align: right;
    border: none;
}
#chat_reserve .ui-input-text,
#chat_reserve .ui-btn {
    background-color: #ffffff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 0px;
    border-right: 0px;
    font-weight: normal;
}
#chat_reserve .input_list:last-child .ui-btn {
    border-bottom: 1px solid #ccc;
}
#chat_reserve .reserve_date .input_list {
    position: relative;
}
#chat_reserve .reserve_date .input_list p {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 14px;
    z-index: 10;
}
#chat_reserve .reserve_date .input_list:first-child>div {
    padding-right: 2.5em;
    font-size: 16px;
}
#chat_reserve .reserve_date .picker__box {
    padding: 1em;
}
#chat_reserve .reserve_date .picker__header div {
    font-size: 1.6em;
}
#chat_reserve .reserve_date .picker__table th {
    font-size: 1.6em;
}
#chat_reserve .reserve_date .picker__table td div {
    padding: 10px 0;
    font-size: 1.6em;
    text-shadow: none;
}
#chat_reserve .reserve_date .picker__footer button {
    font-size: 1.6em;
}
#chat_reserve .ui-select {
    margin: 0;
}
#chat_reserve .reserve_date .input_list .ui-input-text {
    padding: .2em 1em;
}
#chat_reserve .reserve_date .input_list .ui-select span {
    text-align: right;
    font-weight: normal;
}
#chat_reserve .reserve_date .ui-shadow-inset,
#chat_reserve .reserve_date .ui-btn {
    box-shadow: none;
    margin: 0;
    border-bottom: #aaa;
}
#chat_reserve .input_text dd {
    padding: 0 3%;
}
#chat_reserve .input_text .ui-mini {
    margin: 0;
}
#chat_reserve .reserve_budget dd {
    padding-left: 3%;
}
#chat_reserve .reserve_budget .ui-input-text {
    width: 30%;
    display: inline-block
}
#chat_reserve .reserve_budget .ui-radio {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
}
#chat_reserve .reserve_budget .ui-btn {
    background-color: #F6F6F6;
    border: none;
}
#chat_reserve .num,
#chat_reserve .name,
#chat_reserve .kana,
#chat_reserve .tel {
    margin-top: 10px;
}
#chat_reserve .name input,
#chat_reserve .kana input,
#chat_reserve .tel input {
    text-align: left;
}
#chat_reserve .check {
    margin-top: 30px;
}
#chat_reserve .num .ui-input-text {
    width: 30%;
    display: inline-block
}
#chat_reserve .request {
}
#chat_reserve .name .ui-input-text,
#chat_reserve .kana .ui-input-text {
    width: 40%;
    display: inline-block
}
#chat_reserve .tel .ui-input-text {
    width: 20%;
    display: inline-block
}
#chat_reserve .child label,
#chat_reserve .check label {
    background-color: #F6F6F6;
    border: none;
}
#chat_reserve .submit .ui-btn,
#chat_reserve .toshop .ui-btn {
    width: 80%;
    margin: 40px auto;
    color: #ffffff;
    background-color: #4A90E2;
    text-shadow: none;
}
#chat_reserve .reserve_content dt {
    display: flex;
}
#chat_reserve .reserve_content .title {
    flex: 1;
}
#chat_reserve .reserve_content .clear {
  color: #00ADEE;
  margin-right: 10px;
}
#chat_reserve .reserve_select.ui-btn {
    width: 80%;
    margin: 20px auto;
    color: #ffffff;
    background-color: #4A90E2;
    text-shadow: none;
}
#chat_reserve .reserve_selected.ui-btn {
    width: 80%;
    margin: 20px auto;
    color: #ffffff;
    background-color: #EE8EAF;
    text-shadow: none;
}
#chat_reserve .ui-btn.content_add {
    width: 80%;
    margin: 20px auto;
    color: #ffffff;
    background-color: #EE8EAF;
    text-shadow: none;
}
#chat_reserve .ui-btn.person_add {
    width: 80%;
    margin: 20px auto;
    color: #EE8EAF;
    background-color: #ffffff;
    text-shadow: none;
    border: 1px solid #EE8EAF;
}
#chat_reserve .txt_reserve_person {
    width: 92%;
    margin: 0px auto;
}
#chat_reserve .reserve_selected li {
    display: flex; 
    border-top: 1px solid #ccc;
    background-color: #ffffff;
}
#chat_reserve .reserve_selected li:last-child {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
#chat_reserve .reserve_selected li div {
    margin: 10px;
}
#chat_reserve .reserve_selected li div.name {
    flex: 1;
}
#chat_reserve .reserve_selected li div.num {
    display: flex; 
    justify-content: center;
    align-items: center;
}
#chat_reserve .input_coupon .coupon {
    border: 1px solid #ccc;
    background-color: #ffffff;
    display: flex;
}
#chat_reserve .input_coupon.disabled .coupon {
    color: #A0A0A0;
    background-color: #E0E0E0;
}
#chat_reserve .input_coupon .coupon .name {
    flex: 1;
    font-size: 12px;
    padding: 10px 0 10px 10px;
    line-height: 1.2;
    margin: 0;
}
#chat_reserve .input_coupon .coupon .clear {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
}
#chat_reserve .input_coupon.disabled .coupon .clear {
    display: none;
}
#chat_reserve .input_coupon .coupon .clear .material-icons {
    font-size: 18px;
}
#chat_reserve p.reserve_confirm_caution {
    background-color: #ff0000;
    color: #ffff00;
    text-align: center;
    padding: 1%;
}
#chat_reserve p.title {
    padding-left: 3%;
    font-weight: bold;
    margin: 1% 0;
}
#chat_reserve .chat_reserve_confirm {
    background-color: #ffffff;
    padding: 3%;
    margin-top: 0;
}
#chat_reserve .chat_reserve_confirm dt {
    padding-left: 0;
    font-weight: normal;
}

#send_popup,
#chat_popup,
#coupon_popup,
.menu_popup,
#menu_description {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0,0,0,0.7);
  display: none;
  z-index: 200;
}
#send_popup .close,
#chat_popup .close,
#coupon_popup .close,
#menu_description .close {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 5%;
}
#send_popup .comBoxShop,
#chat_popup ul,
#menu_description ul{
  width: 90%;
  margin: 30% auto 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}
#chat_popup li,
#menu_description li {
  background: #ffffff;
  text-align: center;
  font-size: 24px;
  padding: 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#chat_popup li+li {
  border-top: 0;
  border-bottom: 1px solid #cccccc;
}
#chat_popup li a {
  display: block;
}
#chat_popup li.chat_disabled  {
  font-size: 20px;
}

.menu_popup,
#coupon_popup {
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.menu_popup .shop_name,
#coupon_popup .shop_name {
  text-align: center;
  padding: 8px;
  font-weight: bold;
  font-size: 16px;
}
.menu_popup .close,
#coupon_popup .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  font-size: 16px;
}
.menu_popup .headLine01,
.coupon_popup .headLine01 {
  text-shadow: none;
  font-size: 15px;
}
.menu_popup .header {
}
.menu_popup .list {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  flex: 1;
}
.menu_popup .list::-webkit-scrollbar {
  background: #ccc;
  width: 5px;
}
.menu_popup .list::-webkit-scrollbar-thumb {
  background: #aaa;
}
.menu_popup .list .line1 {
  line-height: 2.2;
}
#menu_popup3 .list li[class^="child"] .line2 {
  padding-left: 20px;
  padding-right: 5px;
}
.menu_popup .list .line2 .price {
  color: #333;
}
.menu_popup .footer {
}
.menu_popup li {
  border: 1px solid #ccc;
  padding: 5px 5px 5px 10px;
  display: flex;
  font-size: 15px;
}
.menu_popup li div {
  padding: 0 5px;
}
.menu_popup li div:first-child {
  flex: 1;
  line-height: 1.5;
}
.menu_popup li div:not(:first-child){
}
.menu_popup li .name {
  font-weight: bold;
}
.menu_popup li .arrow {
  display: inline-block;
}
.menu_popup li input {
  width: 33px;
  height: 20px;
  font-size: 16px;
}
.menu_popup .button_list {
  width: 100%;
  padding: 2%;
  background-color: #eee;
}
.menu_popup .button_list span {
  width: 46%;
  margin: 1% 1%;
  display: inline-block;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: normal;
  text-shadow: none;
}
.menu_popup .button_list .clear {
  color: #4A90E2;
  border: 1px solid #4A90E2;
  background-color: #ffffff;
}
.menu_popup .button_list .decide {
  color: #ffffff;
  background-color: #4A90E2;
}
#menu_description #description {
  text-align: left;
  font-size: 12px;
}
#coupon_popup #main {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  margin-bottom: 0;
}
#coupon_popup .loading {
  display: block;
  margin: 45% auto;
}
#coupon_popup .nocoupon {
  padding: 30% 1%;
  text-align: center;
  font-size: 14px;
}
#coupon_popup .result {
  margin: 10px;
  border: none;
}

.chat_button {
    position: fixed;
    bottom: 65px;
    right: 3%;
    width: 18%;
    z-index: 100;
}

#chat_notification {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0,0,0,0.4);
  z-index: 200;
}
#chat_notification .window {
  width: 90%;
  margin: 50% auto 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
}
#chat_notification .window .message {
  width: 90%;
  margin: 0 auto;
  color: #000000;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}
#chat_notification .window .button {
  border-top: 1px solid #ccc;
}
#chat_notification .window .button p {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  color: #4D85F3;
}
#chat_notification .window .button p:not(:last-child) {
  border-right: 1px solid #ccc;
}

.reserve_option span {
  font-size: 12px;
  text-align: left;
}
.reserve_option .ui-btn {
  padding: 10px 0 10px 10px;
}


.menuBlock div[class^="popup_menu"] {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  z-index: 200;
  display: none;
}
.menuBlock div[class^="popup_menu"] .wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.menuBlock div[class^="popup_menu"] ul {
  width: 95%;
  margin: 10px auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
}
.menuBlock div[class^="popup_menu"] ul li {
  line-height: 2;
  padding: 0 5%;
  font-size: 18px;
  text-align: center;
  color: #4D85F3;
  font-weight: normal;
}
.menuBlock div[class^="popup_menu"] ul li.title {
  font-size: 14px;
  color: #666666;
}

#box_confirm {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0,0,0,0.4);
  z-index: 200;
  display: none;
}
#box_confirm .window {
  width: 90%;
  margin: 50% auto 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
}
#box_confirm .window .message {
  width: 90%;
  margin: 0 auto;
  color: #000000;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}
#box_confirm .window .button {
  border-top: 1px solid #ccc;
  text-align: center;
}
#box_confirm .window .button p {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  color: #4D85F3;
}
#box_confirm .window .button p:not(:last-child) {
  border-right: 1px solid #ccc;
}

/* 検索結果 感染症対策情報エリア */
.shop_list_infection_control_info__content {
  margin: 10px 0 10px 0;
  border-radius: 5px;
  padding: 10px;
  background-color: #DCECFB;
}
.shop_list_infection_control_info__title {
  margin: 0 0 10px 0;
  border-radius: 4px;
  padding: 3px 5px;
  background-color: #2E75B7;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.shop_list_infection_control_info__check_point {
  padding: 0 0 3px 23px;
  background-image: url(../../img/icon/check_icon.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 18px;
  color: #2E75B7;
  font-size: 13px;
  font-weight: bold;
}

/* Googleビジネスプロフィール関連 */
/* お知らせ投稿の確認画面でのプレビュー表示 */
.gbp-post-preview {
  width: calc(100% - 20px);
  border: 1px solid #000;
  border-radius: 5px;
  margin: 0 auto;
}
.gbp-post-preview__header {
  marginp-bottom: 10px;
  padding: 5px 10px;
  border-bottom: 1px solid #000;
  border-radius: 5px 5px 0 0;
  background-color: #f1f1f1;
}
.gbp-post-preview__body_column {
  display: flex;
  justify-content: space-between;
}
.gbp-post-preview__image-box {
  width: 100px;
  margin: 10px;
}
.gbp-post-preview__image {
  width: 100%;
}
.gbp-post-preview__content-box {
  flex: 1;
  margin: 10px;
}
.gbp-post-preview__caution-box {
  flex: 1;
  margin: 10px;
  padding: 10px;
  background-color: #dddddd;
}
.gbp-post-preview__caution-box span {
  font-size:13px;
  font-weight:bold;
  color:red;
}
.gbp-post-preview__event-schedule {
  margin-bottom: 10px;
  border-bottom: 1px dotted #999;
}

.gbp-post-form__caution-box {
  margin: 10px 0 5px;
  padding: 10px;
  background-color: #dddddd;
  font-weight: normal;
}
.gbp-post-form__caution-box span {
  font-size:13px;
  font-weight:bold;
  color:red;
}

/* SP版のGoogleビジネスプロフィール投稿管理ページでのリスト表示 */
.gbp-post-list__item {
  padding: 10px;
  border-bottom: 1px solid #C8C9C3;
}
.gbp-post-list-item__content-box {
  display: flex;
  margin-bottom: 10px;
}
.gbp-post-list-item__content-event-period {
  margin-bottom: 10px;
  border-bottom: 1px dotted #999;
}
.gbp-post-list-item__action-list {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.gbp-post-list-item__action-list-item {
  flex-grow: 1;
}
.gbp-post-list-item__action-list-item--post-status {
  width: 44px;
}
a.ui-link.gbp-post-list-item__action-delete,
a.ui-link.gbp-post-list-item__action-edit {
  display: block;
  padding: 0.4em 10px;
  border: 1px solid #1a75bc;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #588cf9 0%, #076ba6 100%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 60%);
}
a.ui-link.gbp-post-list-item__action-delete {
  border: 1px solid #D02140;
  background: linear-gradient(to bottom, #fe3150 0%, #d23150 100%);
}

/* SP版のレビューページでのGoogleレビュー表示 */
.googleReview__title {
  margin-top: 5px;
  border: 1px solid #888888;
  border-bottom: none;
  background-color: #888888;
  padding: 3px 8px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.googleReview__content {
  background-color: #ededed;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #cccccc;
  border-top: none;
}
.googleReviewItem {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.googleReviewItem + .googleReviewItem {
  border-top: 1px solid #cccccc;
}
.googleReviewItem:first-child {
  padding-top: 0;
}
.googleReviewItem:last-child {
  padding-bottom: 0;
}
.googleReviewItem__infoArea {
  width: 80px;
  text-align: center;
}
.googleReviewItem__contentArea {
  width: calc(100% - 85px);
}
.googleReview__viewMore a.ui-link {
  display: block;
  background-color: #888888;
  padding: 9px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
.googleReview__viewMore a.ui-link:hover {
  text-decoration: none;
  background-color: #aaaaaa;
}

/* インボイス登録番号 */
.block_non_invoice_number,
.block_invoice_number {
  width: 100%;
  border: 2px solid #00A1E9;
  color: #FFFFFF;
  background-color: #00A1E9;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
  font-size: 12px;
  font-weight: bold;
}
.block_non_invoice_number {
  border: 2px solid #808080;
  background-color: #808080;
}

/* シェフ弁当 お届け日時カレンダー */
.shidashi-delivery-calendar-area {
  margin: 10px;
}
.shidashi-delivery-calendar-area .month-name {
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
}
.shidashi-delivery-calendar {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  user-select: none;
}

.shidashi-delivery-calendar th,
.shidashi-delivery-calendar td {
  border: 1px solid #BBBBBB;
  position: relative;
}
.shidashi-delivery-calendar th {
  height: 20px;
  text-align: center;
  font-size: 13px;
}
.shidashi-delivery-calendar td {
  height: 42px;
}

.shidashi-delivery-calendar .th-sunday {
  background-color: #D72020;
  color: #ffffff;
}

.shidashi-delivery-calendar .th-saturday {
  background-color: #2929D1;
  color: #ffffff;
}

.shidashi-delivery-calendar .day-number {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 12px;
  color: #999999;
}
.shidashi-delivery-calendar .now-month .day-number {
  color: #575757;
}

.shidashi-delivery-calendar .disabled-date {
  background-color: #CCCCCC;
}

.shidashi-delivery-calendar .non-selectable-date {
  /* No Style */
}

.shidashi-delivery-calendar .selectable-date {
  cursor: pointer;
}
.shidashi-delivery-calendar .selectable-date:hover {
  background-color: #F9E5E5;
}

.shidashi-delivery-calendar .now-date {
  background-color: #A9D18E;
}

.shidashi-delivery-calendar .symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
@media screen and (max-width: 420px) {
  .shidashi-delivery-calendar .symbol {
    font-size: 14px;
  }
}

/* TODO: #DeliverTimePopup も popup_open で出し分けする */
#CartInPopup,
#DeliverTimePopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100dvh;
  background: rgba(0,0,0, 0.5);
  font-size: 13px;
}
#CartInPopup {
  opacity: 0;
  visibility: hidden;
  transition: 600ms;
}
#CartInPopup.popup_open {
  opacity: 1;
  visibility: visible;
}
body:has(.popup_open) {
  overflow: hidden;
}
#CartInPopup .popup__inner,
#DeliverTimePopup .popup__inner {
  width: 300px;
  max-height: 90%;
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 10px;
  background: #ffffff;
  color: #000000;
}
#CartInPopup .popup__inner .popup__content,
#DeliverTimePopup .popup__inner .popup__content {
  text-align: center;
}
#DeliverTimePopup .popup__inner .popup__content p {
  font-weight: bold;
}
#DeliverTimePopup .popup__inner .popup__content p.shop_name {
  font-size: 16px;
}
#DeliverTimePopup .popup__inner .popup__content p.deliver_date {
  font-size: 24px;
}
#DeliverTimePopup .popup__inner .popup__content p.orderble_num {
  margin: 0;
  color: blue;
  font-size: 18px;
}
#DeliverTimePopup .popup__inner .popup__content p.orderble_num .num_text {
  font-size: 24px;
}
#DeliverTimePopup .popup__inner .popup__content p.orderble_num.is_few {
  line-height: 34px;
  background-color: red;
  color: white;
}
#DeliverTimePopup .popup__inner .popup__content ul {
  margin: 5px auto;
  width: 180px;
}
#DeliverTimePopup .popup__inner .popup__content ul li {
  width: 180px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  line-height: 23px;
}
#DeliverTimePopup .popup__inner .popup__content ul li.not_deliver {
  color: #999999;
}
#DeliverTimePopup .popup__inner .popup__content ul li.few_deliver {
  color: #ff0000;
}
#CartInPopup .popup__inner .popup__cart_in,
#CartInPopup .popup__inner .popup__close,
#DeliverTimePopup .popup__inner .popup__close {
  margin-top: 15px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  background: #55BB33;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
#CartInPopup .popup__inner .popup__close {
  background: #fff;
  color: #000;
}
#CartInPopup .popup__inner .popup__shop_name {
  margin-bottom: 10px;
  font-size: 16px;
}
#CartInPopup .popup__inner .popup__menu_name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
#CartInPopup .popup__inner .popup__menu_image {
  border: 1px solid #dddddd;
  padding: 2px;
  margin: 0 auto 10px;
  text-align: center;
  width: 94%;
  background: #eeeeee;
}
#CartInPopup .popup__inner .popup__menu_image img {
  max-width: 100%;
  max-height: 210px;
}
#CartInPopup .popup__inner .popup__menu_price {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #ff0000;
}
#CartInPopup .popup__inner .popup__menu_price .priceTxt {
  font-size: 18px;
}
#CartInPopup .popup__inner .popup__menu_info {
  text-align: left;
}
#CartInPopup .popup__inner .popup__menu_info .ui-shadow {
  box-shadow: none;
}
#CartInPopup .popup__inner .popup__menu_option {
  margin-bottom: 15px;
}
#CartInPopup .popup__inner .popup__menu_option_label {
  font-weight: bold;
}

#CartInPopupLoading,
#DeliverTimePopupLoading {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(170, 170, 170, 0.6);
}
#CartInPopupLoading p,
#DeliverTimePopupLoading p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#ShidashiDeliveryCalendarLoading {
  display: none;
  width: 100%;
  height: 644px; /* アンカーリンクのスクロールずれを防止するため、お届けカレンダーのカレンダー部分の高さをローディング画像に与えておく */
}
#ShidashiDeliveryCalendarLoading p {
  padding: 20px;
  text-align: center;
}