@charset "UTF-8";
.listBox > article > a,
.listBox > ul > li > a, .listBox.listPhotoDiary_detail > article, .listNews li article {
	padding-top: 12px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
}

.listBox > article,
.listBox > ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
 /*/ border-bottom: 1px solid rgba(0, 0, 0, 0.3);/*/
}
.listBox > article:nth-of-type(1),
.listBox > ul > li:nth-of-type(1) {
  border-top: 0;
}

.mb15 {
	margin-bottom:15px;
}




/* スマホ表示（横2枠に切り替え） */
@media screen and (max-width: 767px) {
    .sNav li {
        width: 48%;
        margin-right: 4%;
    }
    /* 2列ごとの右マージンを消す場合（2列並びの偶数番目） */
    .sNav li:nth-child(4n) {
        margin-right: 4%; /* リセット */
    }
    .sNav li:nth-child(2n) {
        margin-right: 0;
    }
    /* 1行目・2行目の上マージン調整 */
    .sNav li:nth-child(-n+4) {
        margin-top: 8px;
    }
    .sNav li:nth-child(-n+2) {
        margin-top: 0;
    }
}








#header .mainNav li a:after, #header .subNav #subNav__trigger:before, #header .subNav li[data-url$="/top/"] a:before, #header .subNav li[data-url$="/girl/"] a:before, #header .subNav li[data-url$="/schedule/"] a:before, #header .subNav li[data-url$="/realtime/"] a:before, #header .subNav li[data-url$="/girl/?t=newface"] a:before, #header .subNav li[data-url$="/system/"] a:before, #header .subNav li[data-url$="/news/?category=Event"] a:before, #header .subNav li[data-url$="/access/"] a:before, #header .subNav li[data-url$="/mailform/index?category=1&tag=inquiry"] a:before, #header .subNav li[data-url$="/hotel/"] a:before, #header .subNav li[data-url$="/diary/?category=Girl"] a:before, #header .subNav li[data-url$="/girl/?t=movie"] a:before, #header .subNav li[data-url$="/appointment/"] a:before, #header .subNav li[data-url*="S5GirlKeitaiDiaryList"] a:before, #header .subNav li[data-url*="diary"] a:before, #header .subNav li a[href^="tel:"]:before, .pageTopBox #pageTop:before, #footer .contacts li a:before, .titLv2 .more--onH1 a:after, .titLv2 .more--onH1.moreNewface a:after, .titLv2 .more--onH1.moreSchedule a:after, .listBox > article:after,
.listBox > ul > li:after {
  font-family: "FontAwesome";
}

#header .subNav a:before, #header .subNav li[data-url$="/news/?category=Latest"] a:before, #header .subNav li[data-url$="/rank/"] a:before, #header .subNav li[data-url$="/manga/"] a:before, #header .subNav li[data-url$="/static/?f=recruit"] a:before, #header .subNav li[data-url$="/post/index?category=1&tag=Review"] a:before, #header .subNav li[data-url$="/mailform/index?category=2&tag=review"] a:before, #header .subNav li[data-url$="/concept/"] a:before, #header .subNav li[data-url$="/flow/"] a:before, #header .subNav li[data-url$="/manga/"] a:before, .titLv2 .more--onH1.moreNews a:after, .titLv2 .more--onH1.moreRank a:after {
  font-family: "foundation-icons";
}

.modeIB, .listBox .listBox_typeIcon .feature {
  font-size: 0;
}
.modeIB > *, .listBox .listBox_typeIcon .feature > * {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.modeTB, #header .subNav > ul, #footer .contacts li {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
}
.modeTB > *, #header .subNav > ul > *, #footer .contacts li > * {
  display: table-cell;
}

.modeFB {
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  width: 100%;
}
.modeFB > * {
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000000;
  border-top: 0;
  padding: 8px;
  line-height: 1.3;
}
.modeFB dt {
  border-right: 0;
}
.modeFB.FB_v1 > *:nth-child(-n+4) {
  border-top: 1px solid #000000;
}
.modeFB.FB_v1 > dt {
  width: 19%;
}
.modeFB.FB_v1 > dt:nth-of-type(2n) {
  border-left: 0;
}
.modeFB.FB_v1 > dd {
  width: 31%;
}
.modeFB.FB_v2 > *:nth-child(-n+2) {
  border-top: 1px solid #000000;
}
.modeFB.FB_v2 > dt {
  width: 35%;
}
.modeFB.FB_v2 > dd {
  width: 65%;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

html,
body {
  width: 100%;
  min-width: 320px;

}

body {
  word-break: break-all;
  line-height: 1.6;
  position: relative;
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
	    -webkit-text-size-adjust:100%;
}

#header {
  padding-top: 52px;
  font-size: 14px;
}
#header .headerLogo {
  text-align: center;
  display: table;
  width: 100%;
  height: 120px;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#header .headerLogo a {
  display: table-cell;
  vertical-align: middle;
}
#header .headerLogo a img {
  max-height: 120px;
}
#header .headerTime {
  text-align: center;
  padding: 10px 0;
}
#header .mainNav {
  display: none;
}
#header .mainNav li {
  position: relative;
  line-height: 4;
  background-color: #fffef2;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#header .mainNav li a {
  display: block;
  padding: 0 0 0 1.5em;
  color: #706058;
}
#header .mainNav li a:after {
  position: absolute;
  display: block;
  vertical-align: middle;
  line-height: 1;
  top: 50%;
  right: 14px;
  font-size: 14px;
  margin-top: -7px;
  content: "\f054";
}
#header .subNav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
#header .subNav > ul {
  width: 100%;
}
#header .subNav > ul > li {
  text-align: center;
}
#header .subNav > ul > li a {
  display: block;
  font-size: 9.8px;
  padding: 6px 0;
  width: 100%;
}
#header .subNav a:before {
  display: block;
  line-height: 1;
  font-size: 23.8px;
  content: "\f18e";
}
#header .subNav #subNav__trigger:before {
  content: "\f00b";
}
#header .subNav.active #subNav__trigger:before {
  content: "\f00d";
}
#header .subNav li[data-url$="/top/"] a:before {
  content: "";
}
#header .subNav li[data-url$="/girl/"] a:before {
  content: "";
}
#header .subNav li[data-url$="/schedule/"] a:before {
  content: "";
}
#header .subNav li[data-url$="/realtime/"] a:before {
  content: "";
}
#header .subNav li[data-url$="/girl/?t=newface"] a:before {
  content: "";
}
#header .subNav li[data-url$="/system/"] a:before {
  content: "";
}
#header .subNav li[data-url$="/news/?category=Event"] a:before {
  content: "";
}
#header .subNav li[data-url$="/access/"] a:before {
  content: "";
}
#header .subNav li[data-url$="/mailform/index?category=1&tag=inquiry"] a:before {
  content: "";
}
#header .subNav li[data-url$="/hotel/"] a:before {
  content: "";
}
#header .subNav li[data-url$="/diary/?category=Girl"] a:before {
  content: "";
}
#header .subNav li[data-url$="/girl/?t=movie"] a:before {
  content: "";
}
#header .subNav li[data-url$="/appointment/"] a:before {
  content: "";
}
#header .subNav li[data-url$="/news/?category=Latest"] a:before {
  content: "";
}
#header .subNav li[data-url$="/rank/"] a:before {
  content: "";
}
#header .subNav li[data-url$="/manga/"] a:before {
  content: "";
}
#header .subNav li[data-url$="/static/?f=recruit"] a:before {
  content: "";
}
#header .subNav li[data-url$="/post/index?category=1&tag=Review"] a:before {
  content: "";
}
#header .subNav li[data-url$="/mailform/index?category=2&tag=review"] a:before {
  content: "";
}
#header .subNav li[data-url$="/concept/"] a:before {
  content: "";
}
#header .subNav li[data-url$="/flow/"] a:before {
  content: "\f1ad";
}
#header .subNav li[data-url$="/appointment/"] a:before {
  content: "\f1ad";
}
#header .subNav li[data-url$="/manga/"] a:before {
  content: "";
}
#header .subNav li[data-url*="S5GirlKeitaiDiaryList"] a:before {
  content: "\f030";
}
#header .subNav li[data-url*="diary"] a:before {
  content: "\f030";
}
#header .subNav li a[href^="tel:"]:before {
  content: "\f095";
}

.jquery_flick-slide_main ol,
.jquery_flick-slide_pointer ol,
.jquery_flick-slide_pager ol {
  display: block;
  font-size: 0;
}
.jquery_flick-slide_main ol li,
.jquery_flick-slide_pointer ol li,
.jquery_flick-slide_pager ol li {
  font-size: 9.8px;
}
.jquery_flick-slide_main ol li span,
.jquery_flick-slide_pointer ol li span,
.jquery_flick-slide_pager ol li span {
  display: block;
}

#contents {
  margin-bottom: 30px;
}
#contents > section {
  margin: 0 0 20px;
  position: relative;
}
#contents > section:last-child {
  margin-bottom: 0;
}
#contents > section > div {
  margin: 0 auto 20px;
  width: 96%;
}

.pMain .content_wrap {
    padding: 12px 0;
}

.content_wrap {
    display: block;
    border: 1px solid #ffb4c2;
    box-shadow: 0 0 15px rgb(250 120 145 / 60%);
    border-radius: 5px;
    background: #fff;
}

#contents > section > div:last-child {
  margin-bottom: 0;
}
#contents > section > ul {
  /*margin: 0 auto 20px;*/
  /*width: 43%;*/
}

#contents > section > ul:last-child {
  margin-bottom: 0;
}

.pageTopBox {
  position: fixed;
  bottom: 20px;
  right: 15px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 5px;
  z-index: 9999;
}
.pageTopBox #pageTop {
  width: 56px;
  height: 56px;
  display: block;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  opacity: 0;
}
.pageTopBox #pageTop.scroll_on {
  opacity: 1;
}
.pageTopBox #pageTop:before {
  content: "\f106";
  font-size: 50px;
  display: block;
  width: 56px;
  height: 56px;
  line-height: 52px;
  text-indent: 0;
  text-align: center;
}

#footer .footerNav ul {
  font-size: 0;
}
#footer .footerNav ul li {
  display: inline-block;
  width: 49.5%;
  text-align: center;
  margin-bottom: 4px;
  font-size: 14px;
}
#footer .footerNav ul li a {
  display: block;
  text-decoration: none;
}
#footer .footerNav ul li:nth-of-type(odd) {
  margin-right: 1%;
}
#footer .footerNav ul li:nth-of-type(1):nth-last-of-type(odd) {
  width: 100%;
  margin-right: 0;
}
#footer .footerNav ul li:nth-of-type(1):nth-last-of-type(odd) ~ li:nth-of-type(even) {
  margin-right: 1%;
}
#footer .footerNav ul li:nth-of-type(1):nth-last-of-type(odd) ~ li:nth-of-type(odd) {
  margin-right: 0;
}
#footer .contacts {
  background: #ff749b;
  padding: 10px 5px 0;
  box-sizing: border-box;
  overflow: hidden;
}
#footer .contacts li {
  line-height: 1;
  border-radius: 5px;
  box-sizing: border-box;
  background: #444;
  height: 30px;
  float: left;
  width: 49%;
}
#footer .contacts li.mail {
  font-size: 11.9px;
  margin-right: 2%;
}
#footer .contacts li.mail a:before {
  font-size: 18.2px;
  content: "\f0e0";
}
#footer .contacts li.tel {
  font-size: 14px;
}
#footer .contacts li.tel a:before {
  font-size: 23.8px;
  content: "\f10b";
}
#footer .contacts li a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
#footer .contacts li a:before {
  vertical-align: middle;
  margin-right: 2%;
  position: relative;
  bottom: 2px;
}
#footer #copyright {
  font-size: 11.9px;
  color: #ddd;
  background: #ff749b;
  padding: 40px 0 30px;
}
#footer #copyright small {
  text-align: center;
  display: block;
}
#footer #copyright small a {
  color: #ddd;
}
#footer .freeArea {
  padding: 0 20px 20px;
  background: #000;
  color: #ddd;
}

.titLv2 {
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 18.2px;
  margin-bottom: 15px;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 60px;
}
.titLv2 .more--onH1 {
  position: absolute;
  text-indent: 0;
  top: 50%;
  right: 10px;
  margin-top: -14px;
  font-size: 11.9px;
}
.titLv2 .more--onH1 a {
  display: block;
  line-height: 1;
  padding: 8px;
  border-radius: 5px;
}
.titLv2 .more--onH1 a:after {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 3px;
  content: "\f004";
}
.titLv2 .more--onH1.moreNews a:after {
  content: "\f15e";
  font-size: 18.2px;
  margin-top: -2px;
  line-height: 0.7;
}
.titLv2 .more--onH1.moreNewface a:after {
  content: "\f004";
  margin-top: -2px;
}
.titLv2 .more--onH1.moreSchedule a:after {
  content: "\f073";
  margin-top: -3px;
}
.titLv2 .more--onH1.moreRank a:after {
  content: "\f137";
  margin-top: -4px;
  font-size: 14px;
}

.titLv3 {
  font-size: 14px;
  padding: 7px;
  margin-bottom: 10px;
  overflow: hidden;
}

.titLv4 {
  padding-bottom: 8px;
  border-bottom: 1px dotted #999999;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
.titLv4:before {
  content: "";
  border-left: 5px solid #000000;
  margin-right: 0.5em;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.selectLabel {
  margin-bottom: 20px;
}
.selectLabel select {
  width: 100%;
}

#pager {
  width: 96%;
  margin: 0 auto;
}
#pager ol {
  text-align: center;
}
#pager ol li {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 3;
}
#pager ol li a {
  display: block;
}
#pager ol li.back {
  text-align: left;
  margin-right: 4px;
}
#pager ol li.next {
  text-align: right;
  margin-left: 4px;
}
#pager ol li.pagerBtn_s {
  margin: 0 4px;
  width: 13%;
}
#pager ol li.pagerBtn_s:nth-last-of-type(1) {
  margin-right: 0;
}
#pager ol li.back, #pager ol li.next {
  width: 25%;
}
#pager ol li.back.nLink, #pager ol li.next.nLink {
  padding: 0 8px;
}
#pager ol li.back a, #pager ol li.next a {
  padding: 0 8px;
}
#pager ol li.nLink {
  opacity: 0.5;
}

.btn {
  line-height: 3.6;
  text-align: center;
  box-sizing: border-box;
}
.btn a {
  display: block;
  text-decoration: none;
}
.btn input[type="submit"] {
  line-height: 3.6;
}
.btn.btn_off {
  opacity: 0.7;
  width: 70%;
  margin: 0 auto;
}

.listBox > article,
.listBox > ul > li {
  position: relative;
}
.listBox > ul > li.oyasumi {
  position: relative;
  opacity: 0.8;    
}
.listBox > article > a,
.listBox > ul > li > a {
  display: block;
}
.listBox > article:after,
/*/.listBox > ul > li:after {
  content: "\f138";
  position: absolute;
  right: 15px;
  top: 68%;
  margin-top: -8px;
  font-size: 14px;
  line-height: 1;
  pointer-events: none;
}/*/
.listBox > article:last-child,
.listBox > ul > li:last-child {
  border-bottom: 0;
}
.listBox .listBox_img {
  vertical-align: top;
  width: 84px;
  border-right: 20px solid transparent;
}
.listBox .listBox_img_pickup {
  vertical-align: top;

  border-right: 20px solid transparent;
}
.listBox .listBox_img > div {
  display: block;
}
.listBox .listBox_img img {
  width: 100%;
}
.listBox .listBox_contents {
  vertical-align: top;
  border-right: 32px solid transparent;
}
.listBox .listBox_contents .listBox_name {
  display: inline-block;
  font-size: 14px;
}
.listBox .listBox_contents .listBox_age {
  margin-bottom: 3px;
}
.listBox .listBox_contents .listBox_schedule {
  padding: 3px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1) inset;
}
.listBox .listBox_contents .listBox_schedule p {
  line-height: 1.6;
  text-align: center;
  font-size: 11.9px;
}
.listBox .listBox_contents .listBox_schedule p.listText {
  font-size: 14px;
}
.listBox .listBox_contents .listBox_head {
  padding-top: 0;
}
.listBox .listGirls__size {
  clear: both;
  line-height: 1.2;
  margin-bottom: 10px;
 padding-bottom: 8px;
  font-size: 10.4px;
		/*/下線/*/border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.listBox .listGirls__size_pickup {
  clear: both;
  line-height: 1.2;
  margin-bottom: 14px;
 /*/ padding-bottom: 8px;
 font-size: 12px;/*/

}
.listBox .listBox_age {
  /*display: inline-block;*/
  font-size: 14px; line-height:130%;
  margin-bottom:5px;
}



.listBox .flag {
  width: 100%;
/*position: absolute;*/
  font-size: 0;
	margin-left:0%;
	margin-top: 0px;
height: 20px;
}
.listBox .flag li {
  width: 49%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0px;
  margin-right: 0;
  line-height: 1.9;
  border-radius: 3px;
  font-size: 11px;	
}
/* ----------------------------------
.listBox .flag {
  width: 100%;
  margin: -30px; position: absolute;
  font-size: 0;

}


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

.listBox .flag li:last-of-type {
  margin-right: 0;
  margin-bottom: 10px;
}
.listBox .listBox_typeIcon {
  margin-top: 10px;
}
.listBox .listBox_typeIcon .feature {
  box-sizing: border-box;
  border-right: 32px solid transparent;
  width: 100%;
  margin: 0;
}
.listBox .listBox_typeIcon .feature li {
  width: 49%;
  vertical-align: middle;
  text-align: center;
  font-size: 11.9px;
  line-height: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 3px;
  margin: 5px 2% 0 0;
}
.listBox .listBox_typeIcon .feature li:nth-of-type(2n) {
  margin-right: 0;
}
.listBox .listBox_typeIcon .feature li:nth-of-type(-n+2) {
  margin-top: 0;
}
.listBox .listBox_nav {
  text-align: center;
  margin-top: 12px;
  padding-bottom: 12px;
}
.listBox .listBox_nav li {
  font-size: 11.9px;
  margin-bottom: 8px;
}
.listBox .listBox_nav li a:hover {
  text-decoration: underline;
}
.listBox .listBox_nav li:last-child {
  margin-bottom: 0;
}
.listBox.listRanking .flag {
  margin-bottom: 10px;
}
.listBox.listRanking .flag li {
  width: 100%;
  margin-bottom: 0;
}
.listBox.listRanking .listBox_contents {
  vertical-align: middle;
}
.listBox.listPhotoDiary_detail > article:after {
  display: none;
}
.listBox.listPhotoDiary_detail .listPhotoDiary_head {
  padding: 7px;
}
.listBox.listPhotoDiary_detail .listPhotoDiary_img {
  vertical-align: top;
  width: auto;
  text-align: center;
  margin-bottom: 8px;
  border-right: 0;
}
.listBox.listPhotoDiary_detail .listPhotoDiary_img > div {
  height: auto;
  overflow: auto;
  display: block;
}
.listBox.listPhotoDiary_detail .listPhotoDiary_img img {
  width: auto;
  max-width: 100%;
}
.listBox.listPhotoDiary_detail .listPhotoDiary_name {
  text-align: right;
  display: block;
}
.listBox.listPhotoDiary_detail .listPhotoDiary_contents {
  border-right: 0;
}
.listBox .listPhotoDiary_img {
  vertical-align: middle;
}
.listBox .listPhotoDiary_img > div {
  height: 84px;
  overflow: hidden;
}
.listBox .listPhotoDiary_contents {
  vertical-align: middle;
}
.listBox .listPhotoDiary_contents .listPhotoDiary_head {
  height: auto;
  line-height: 1.3;
  margin-bottom: 4px;
}
.listBox .listPhotoDiary_contents .listPhotoDiary_head .listPhotoDiary_time {
  font-size: 11.9px;
  line-height: 1;
  margin-bottom: 4px;
}
.listBox .listPhotoDiary_contents .listPhotoDiary_head .listPhotoDiary_title {
  font-size: 14px;
}
.listBox .listPhotoDiary_contents .listPhotoDiary_head .listPhotoDiary_title a:hover {
  text-decoration: underline;
}
.listBox .listPhotoDiary_contents .listPhotoDiary_name {
  margin-bottom: 6px;
}
.listBox .listPhotoDiary_contents .listPhotoDiary_name p {
  font-size: 14px;
}
.listBox .listPhotoDiary_contents .listPhotoDiary_name p span {
  font-size: 11.9px;
}
.listBox .listPhotoDiary_contents .listPhotoDiary_sentence {
  margin-bottom: 28px;
}

.listMovie li {
  padding: 12px;
}
.listMovie li:after {
  display: none;
}
.listMovie .listMovieContents {
  margin: 0 auto 12px;
  width: 100%;
  max-width: 288px;
}
.listMovie .listMovieContents iframe {
  width: 100%;
  max-height: 216px;
}
.listMovie .listMovieContents video {
  width: 100%;
  max-height: 216px;
  vertical-align: top;
}
.listMovie .listBox_contents {
  border-right: 0;
  text-align: right;
  width: 100%;
  max-width: 288px;
  margin: 0 auto;
}
.listMovie .listBox_contents .listBox_name {
  color: inherit;
}

.listNews li {
  margin-bottom: 12px;
}
.listNews li article .listNews_header {
  line-height: 1.6;
  padding: 4px 8px;
  margin-bottom: 10px;
}
.listNews li article .listNews_header time {
  display: block;
  font-size: 11.9px;
}
.listNews li article .listNews_header h1 {
  font-size: 14px;
  line-height: 1.4;
}
.listNews li article .listNews_img {
  text-align: center;
}

.listNews ul li article > div,
.listEvents ul li article > div,
.listDiary ul li article > div,
.listGirls ul li .listGirls__link > div,
.listPhotoDiary .listBox > div {
font-size: revert;
}

.tableBox {
  width: 100%;
  margin: 0 auto;
}
.tableBox th, .tableBox td {
  border: 1px solid #000000;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tableBox th {
  width: 35%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000000;
}
.tableBox td {
  width: 65%;
}
.tableBox tr:nth-of-type(1) th {
  border-top: 1px solid #000000;
}
.tableBox tr:nth-last-of-type(1) th {
  border-bottom: 1px solid #000000;
}

form input[type="checkbox"]:checked + label:after {
  position: absolute;
  content: "";
  top: 50%;
  border: 2px solid #222;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
form input[type="radio"]:checked + label:after {
  position: absolute;
  content: "";
  background: #222;
  top: 50%;
}
form input, form textarea, form select, form button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: inherit;
  background: #fff;
}
form input[type="text"], form input[type="tel"], form input[type="email"], form textarea, form select {
  /*padding: 6px;
  border-radius: 4px;
  border: 1px solid #ccc;*/
}
form input[type="checkbox"], form input[type="radio"] {
  display: auto;
}
form input[type="checkbox"] + label, form input[type="radio"] + label {
  cursor: pointer;
  position: relative;
}
form input[type="checkbox"] + label:before, form input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ccc;
}
form input[type="checkbox"] + label:before {
  border-radius: 2px;
  margin-right: 4px;
  margin-top: -4px;
}
form input[type="checkbox"]:checked + label:after {
  width: 9px;
  height: 5px;
  margin-top: -7px;
  left: 3px;
  border-width: 3px;
}
form input[type="radio"] + label {
  margin-right: 12px;
}
form input[type="radio"] + label:before {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  margin-top: -3px;
  margin-right: 4px;
}
form input[type="radio"]:checked + label:after {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-top: -5px;
  margin-left: 4px;
  left: 0;
}
form input[type="submit"] {
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}
form input[type="submit"]:focus {
  outline: none;
}
form select {
  padding: 5px;
  cursor: pointer;
  height: 40px;
}
form textarea {
  resize: vertical;
  width: 100%;
}
form .error-message {
  color: #c00;
  font-size: 11.9px;
  margin: 4px auto 0;
}

.pAccess .appoint__mapPhoto img[data-material="no-image"] {
  width: 280px;
  height: 210px;
}
.pDetail .flick-slide img[data-material="no-image"] {
  width: 282px;
  height: 376px;
}

.noDataText {
  text-align: center;
  padding: 50px 0;
  line-height: 1.3;
  margin: 0 auto;
}
.noDataText:after {
  display: none;
}

.sendText {
  text-align: center;
}





.listNews a{
	text-decoration: underline;
}




