/*-------------------------------------------------------------
[Common] Basic
-------------------------------------------------------------*/

html {
  font-size: 62.5%;
  /*10px;*/
}

body {
  background-color: #FFF;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  word-break: break-all;
  /* scrollbar */
}

body,
table *,
form *,
td,
th{
  color: #555;
  -webkit-text-size-adjust: none;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, sans-serif;
  font-weight: normal;
}

input,
select{
  font-weight: normal;
}

a {
  color: #3972C7;
}

a:link,
a:hover,
a:visited {
  outline: 0 none;
  text-decoration: none;
}

hr {
  height: 1px;
  border: 0 none;
  border-top: 1px dashed #6B6F79;
  margin: 15px 0;
}

.alt {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*
  [Font(size,color)]
*/

.sizeL {
  font-size: 1.5rem;
}

.boldL {
  font-size: 1.5rem;
  font-weight: bold;
}

.sizeMM {
  font-size: 1.4rem;
}

.sizeM {
  font-size: 1.2rem;
}

.sizeS {
  font-size: 1.0rem;
}

.shortWord {
  letter-spacing: 1.5rem;
  padding-left: 15px;
}

span.icMale {
  color: #4783D4;
}

span.icFemale {
  color: #FA7CA9;
}

.colorOrange {
  color: #FA7B60;
}

a.colorOrange {
  color: #FA7B60 !important;
}

em,
span.boldPink {
  font-weight: bold;
  color: #FA3296;
}

span.boldBlue {
  font-weight: bold;
  color: #00C5FB;
}

span.boldGreen {
  font-weight: bold;
  color: #8bc153;
}

.colorRed {
  color: #FF3F4B;
}

.colorPoint {
  color: #FA7B60;
}

.colorBlue {
  color: #3972C7;
}

.colorPink {
  color: #F8167E;
}

.colorPink1 {
  color: #FFC8E6;
}

.colorPink2 {
  color: #FF96C8;
}

.colorPink3 {
  color: #FA3296;
}

.colorPink4 {
  color: #F8167E;
}

.colorPink5 {
  color: #D20A6E;
}

.colorPure {
  color: #72C745;
}

.colorAdult {
  color: #F376B8;
}

em.plus {
  color: #555;
  font-weight: bold;
}

em.minus {
  color: #F8167E;
  font-weight: bold;
}

.colorWhite {
  color: #FFFFFF !important;
}

.bgColGray {
  background-color: #7F818A !important;
}

.bgColPaleOrange {
  background-color: #FC8080 !important;
}

.bgColBlue {
  background-color: #00C5FB !important;
}

.bgColPink {
  background-color: #F8167E !important;
}

.smallComment {
  font-size: 1.1rem;
  color: #8B8F99;
}

.bgColSilver {
  background-color: #E8E9EB;
}

.bgRoundSilver {
  margin: 10px 15px 0 15px;
  padding: 2px 8px;
  background-color: #E8E9EB;
  border-radius: 2px;
  line-height: 1.4;
}

small,
h4 {
  color: #FA7B60;
  margin-bottom: 8px;
}

h4.strong {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}

h4.underline {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 2px;
  margin-bottom: 8px;
  border-bottom: 1px solid #6B6F79;
}

strong {
  font-weight: bold;
}

.color00 {
  color: #000000;
}

.color01 {
  color: #CC0000;
}

.color02 {
  color: #FF66BB;
}

.color03 {
  color: #FF8800;
}

.color04 {
  color: #FFBB00;
}

.color05 {
  color: #77CC44;
}

.color06 {
  color: #119911;
}

.color07 {
  color: #33CCFF;
}

.color08 {
  color: #0000CC;
}

.color09 {
  color: #9900CC;
}

.color10 {
  color: #AA99FF;
}

.color11 {
  color: #FFAABB;
}

.color12 {
  color: #FFBB66;
}

.color13 {
  color: #77BB88;
}

.color14 {
  color: #88BBFF;
}

.color15 {
  color: #DDBB44;
}

.color16 {
  color: #CCBB99;
}

.color17 {
  color: #888888;
}

.color18 {
  color: #661100;
}

.color19 {
  color: #FF00FF;
}


/*
  [Tag]
*/

span.tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 1px 6px;
  border-radius: 2px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #FFF;
}

span.tag.yellow {
  background-color: #FA9D0F;
}

span.infoLabel {
  display: inline-block;
  margin-bottom: 8px;
  padding: 1px 6px;
  background-color: #FA9D0F;
  border-radius: 2px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #FFF;
}

span.infoLabel2 {
  display: inline-block;
  margin-bottom: 8px;
  padding: 1px 6px;
  background-color: #F8167E;
  border-radius: 2px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #FFF;
}


/*
  [padding,margin]
*/

.center {
  text-align: center;
}

.noTopPadding {
  padding-top: 0 !important;
}

.topPadding {
  padding-top: 15px !important;
}

.topPaddingL {
  padding-top: 20px !important;
}

.topPadding40 {
  padding-top: 40px;
}

.bottomPadding40 {
  padding-bottom: 40px;
}

.noBottomPadding {
  padding-bottom: 0 !important;
}

.vPadding {
  padding-top: 15px !important;
}

.sidePadding {
  padding-left: 15px;
  padding-right: 15px;
}

.topMargin {
  margin-top: 15px !important;
}

.noTopMargin {
  margin-top: 0 !important;
}

.noBottomMargin {
  margin-bottom: 0 !important;
}

.bottomMargin {
  margin-bottom: 20px !important;
}

.vMargin {
  margin-top: 15px !important;
  margin-bottom: 20px !important;
}


/*
  [Border]
*/

.Border {
  border: 1px solid #ACAFB4;
  margin-bottom: 10px!important;
}

.topBorder {
  border-top: 1px solid #6B6F79 !important;
}

.topBorderSeparator {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #6B6F79;
}

SimpleBtns.topBorderSeparator {
  padding-top: 0px !important;
}

.topDottedBorder {
  border-top: 1px dashed #6B6F79;
  padding-top: 8px;
  margin-top: 8px;
}

.textBlock {
  padding: 15px;
  margin: 0;
  margin-top: 15px;
  width: 100%;
}

.textBlock.topDottedBorder {
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sideMarginBlock.topDottedBorder {
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}


/*-------------------------------------------------------------
[Basic Layout]
-------------------------------------------------------------*/


/*
  [Basic Block]
*/

#wrapper.wmsp{
  position: relative;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.4;
}

#wrapper.noscroll {
  position: fixed;
  overflow-y: scroll;
}

#mainBlock {
  background-color: #EDE9EB;
}


/* bg gray */

.wideBlock {
  width: 100%;
  clear: both;
}

.stdBlock {
  background-color: #FFF;
  margin: 0 8px;
  clear: both;
  padding-top: 10px;
  font-size: 1.6rem;
  font-weight: normal;
}

.stdBlock.bbsAlert {
  padding-top: 24px;
}

.stdBlock.bbsAlert h2 {
  font-size: 1.8rem;
  color: #555555;
  font-weight: bold;
  text-align: center;
}

.stdBlock.bbsAlert p {
  padding: 16px 0;
  font-size: 1.4rem;
  color: #555555;
  font-weight: normal;
}

.stdBlock .bottomPadding {
  margin-bottom: 16px;
}

.std_Block {
  background-color: #FFF;
  margin: 0 8px;
  clear: both;
  padding-top: 10px;
  font-size: 1.6rem;
  font-weight: normal;
}

.sideMarginBlock {
  background-color: #FFF;
  margin: 0 8px;
  clear: both;
  padding: 1px 0 0;
}

.bbsAlertMarginBlock {
  background-color: #FFF;
  margin: 0 8px;
  clear: both;
  padding: 5px 0;
}

div.copyright {
  padding-top: 10px;
  text-align: center;
  font-size: 1.2rem;
  clear: both;
}

section.footer {
  padding-bottom: 15px;
  padding-top: 0;
}

.nameBlock {
  font-size: 1.6rem;
  font-weight: bold;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.stdBlock:after,
.sideMarginBlock:after,
.SimpleBtns:after,
.btnListHalf:after {
  content: "";
  display: block;
  clear: both;
}

.imageBlock img {
  margin-right: 2px;
  width: 80px;
  height: 80px;
}

hr.dashed {
  margin: 4px;
  padding: 0;
  border: 1px dashed #6B6F79;
  height: 1px;
}

.dateTime {
  font-size: 1.1rem;
  line-height: 15px;
  color: #999;
  padding: 8px 15px 0 15px;
}

div.boldPink {
  font-weight: bold;
  color: #FA3296;
}


/*
  [Page Type Setting]
*/

div.pagetypeAdult #walletBar {
  border-color: #F376B8 !important;
}

div.pagetypePure #walletBar {
  border-color: #72C745 !important;
}

div.pagetypeAdultMov #walletBar {
  border-color: #BD5686 !important;
}

div.pagetypeAdultPic #walletBar {
  border-color: #9F8EC5 !important;
}

div.pagetypeAdult #mainBlock {
  background-color: #FCE1E6;
}


/* bg pink */

div.pagetypePure #mainBlock {
  background-color: #E5F2BC;
}


/* bg green */

div.pagetypeAdultMov .blockHeader {
  background-color: #BD5686 !important;
}

div.pagetypeAdultPic .blockHeader {
  background-color: #9F8EC5 !important;
}


/*
  [Wallet Bar]
*/

#walletBar {
  padding: 7px 15px;
  line-height: 1.5;
  border-bottom: 1px solid #EDE9EB;
  font-size: 1.2rem;
  background-color: #FFF;
}

#walletBar .text {
  display: inline-block;
}

#walletBar a {
  display: inline-block;
  background-color: #E6E6E6;
  padding: 0 6px;
  margin-right: 6px;
  color: #555;
}

span.icWalletP,
span.icWalletS {
  display: inline-block;
  height: 17px;
  padding-right: 15px;
  background-image: url("/img/wmsp/common/ic_point.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  -moz-background-size: 12px auto;
}

span.icWalletP {
  background-position: right 0;
}

span.icWalletS {
  background-position: right -17px;
}


/*
  [Other Block]
*/

div.centerPicture {
  text-align: center;
}

div.centerPicture img {
  width: 240px;
  margin: 20px;
}

p {
  padding-bottom: 15px;
  clear: both;
  font-size: 1.3rem;
  font-weight: bold;
}

p.indent {
  margin-left: 15px;
  margin-right: 15px;
}

p.point {
  padding-bottom: 2px;
}
p.ganb {
  font-size: 1.7rem;
  font-weight: normal;
}
p.ganbRecommend {
  font-size: 1.45rem;
  font-weight: normal;
}
p.ganbExplanation {
  padding-bottom: 2px;
}
p.ganbLineSpacing {
  padding-top: 17px;
}
div.ganbSupportMail {
  padding-top: 6px;
  padding-bottom: 8px;
}
div.ganbMaintenanceTime {
  border: solid 1px;
  padding: 10px 7px;
}
p.ganbErrorExplanation {
  padding: 17px 0 0 0;
}
p.ganbErrorInfo {
  padding-top: 16px;
  padding-bottom: 235px;
}
p.ganbMaintenanceTime {
  padding-top: 16px;
  padding-bottom: 162px;
}
p.ganbMaintenanceInfo {
  font-size: 1.4rem;
}
p.ganbMaintenanceTimeInfo {
  font-size: 1.35rem;
  font-weight: bold;
  padding-bottom: 0;
}
section.ganbMaintenance {
  padding: 10px 10px 20px;
  background-color: #FEE4EB;
}
.rule_area p {
  font-size: 1.5rem;
  font-weight: normal;
}

.rule_area h4 {
  color: #FA3296;
  font-weight: bold;
}

.bannerBlock {
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  line-height: 0;
  border-top: 1px solid #6B6F79;
  background-color: #FFF;
}

.bannerBlock a {
  display: inline-block;
}

.messageBox {
  border: 1px solid #6B6F79;
  padding: 10px;
  border-radius: 6px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.messageBox2 {
  border: 1px solid #6B6F79;
  margin-top: -5px;
  padding: 10px;
  border-radius: 4px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.noteBlock {
  border: 1px solid #FA7B60;
  padding: 8px 10px;
  margin-bottom: 10px;
}

.commentBlock {
  margin-top: 8px;
  font-size: 1.2rem;
}

.messageBox.topRed {
  border: 0 none;
  padding: 10px;
  border-radius: 0;
  background-color: #ff3f4b;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}


/* Text Link(Align Right) */

div.textLinkBlock {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  line-height: 25px;
  font-size: 1.3rem;
  color: #8B8F99;
}

div.textLinkRight {
  width: 100%;
  padding: 2px 26px 3px 0;
  text-align: right;
  line-height: 32px;
  font-size: 1.3rem;
  color: #8B8F99;
  line-height: 1.2;
  background: #FFF url("/img/wmsp/btn/ic_arrow_gray.png") no-repeat 98% center;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
}

div.textLinkBottom {
  padding: 5px 26px 3px 0;
  display: inline-block;
  background: #FFF url("/img/wmsp/btn/ic_arrow_gray.png") no-repeat 98% center;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
}

/** お問い合わせページのリンク */
.link--right {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: right;
  padding: 10px 28px 10px 0;
  border-bottom: 1px dotted #777;
  margin-bottom: 15px;
}

.link--right:after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 14px;
  height: 20px;
  margin-top: -10px;
  content: '';
  background: url(/img/wmsp/btn/btn.png) no-repeat;
  background-position: 0 0;
  background-size: 128px 112px;
}

/*
  [toukou Pic/Mov Layout]
*/

ul.countInfo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 6px;
}

ul.countInfo li {
  display: inline-block;
  width: 125px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 24px;
}

ul.countInfo li span {
  display: inline-block;
  width: 100%;
}

ul.countInfo li span.count {
  font-weight: bold;
  font-size: 1.4rem;
}

.pagetypeAdultPic ul.countInfo li span.name {
  background-color: #D4CEE5;
  padding-top: 2px;
  padding-bottom: 2px;
}

.pagetypeAdultMov ul.countInfo li span.name {
  background-color: #E3B8CC;
  padding-top: 2px;
  padding-bottom: 2px;
}


/*-------------------------------------------------------------
[Basic Layout] Header
-------------------------------------------------------------*/


/*
  [blockHeader]orange
*/

header.blockHeader {
  clear: both;
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #FFFFFF;
  color: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  /* for shadow */
}

header.blockHeader_mypage {
  clear: both;
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #FFFFFF;
  color: #FFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  /* for shadow */
}

header.blockHeader_prof {
  clear: both;
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #FFFFFF;
  color: #FFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  /* for shadow */
}

header.blockHeader h1 {
  display: table-cell;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 2.0rem;
  font-weight: bold;
}

header.blockHeader h2 {
  display: table-cell;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  font-size: 2.0rem;
}

header.blockHeader_mypage h2 {
  display: table-cell;
  line-height: 3.0;
  vertical-align: middle;
  font-size: 2.0rem;
  font-weight: bold;
}

header.blockHeader_prof h2 {
  display: table-cell;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  font-size: 1.5rem;
}

header.blockHeader h3 {
  display: table-cell;
  height: 27px;
  line-height: 27px;
  vertical-align: middle;
  font-size: 1.3rem;
  font-weight: bold;
}

header.blockHeader h4 {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  font-size: 1.3rem;
  font-weight: bold;
}

header.blockHeader h5 {
  display: table-cell;
  line-height: 2.5;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: bold;
  color: #555555;
  padding: 0 10px 0 15px;
}

header.blockHeader div.rightBlock {
  display: table-cell;
  vertical-align: middle;
}

header.blockHeader.shadowOff {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

header.blockHeaderAdult {
  background-color: #f586c0 !important;
}

header.blockHeader.AdultPic {
  background-color: #9F8EC5 !important;
}

header.blockHeader.AdultMov {
  background-color: #BD5686 !important;
}

header.blockHeader.wgl {
  background-color: #fa7ec0 !important;
}

header.blockHeader .small {
  font-size: 1.1rem;
  font-weight: normal;
  margin-left: 8px;
  vertical-align: middle;
}

header.blockHeader .small2 {
  font-size: 1.0rem;
  font-weight: normal;
  margin-left: 2px;
  vertical-align: middle;
}

header.blockHeader h1,
header.blockHeader h2,
header.blockHeader_mypage h2,
header.blockHeader_prof h2,
header.blockHeader h4,
header.blockHeader h3 {
  color: #555;
  padding: 0 10px 0 15px;
  white-space: nowrap;
}

header.blockHeader a {
  color: #FFF;
}

header.blockHeader div.rightBlock span {}

header.blockHeader .label {
  display: table;
  margin-left: auto;
  padding: 3px 3px;
  background-color: #d20a6e;
  text-align: center;
  color: #FFF;
  line-height: 1;
}

header.blockHeader hr {
  height: 1px;
  border: 0;
  border-top: 2px #F8167E solid;
  margin-top: 3px;
  margin-bottom: 0px;
}

header.blockHeader div.rightArrowBtn {
  margin-top: -30px;
  padding-right: 15px;
  text-align: right;
}

header.blockHeader_mypage hr {
  height: 1px;
  border: 0;
  border-top: 2px #F8167E solid;
  margin-top: 3px;
  margin-bottom: 0px;
}

header.blockHeader_mypage div.rightArrowBtn {
  margin-top: -25px;
  padding-right: 15px;
  text-align: right;
}

header.blockHeader_mypage .small {
  font-size: 1.1rem;
  font-weight: normal;
  margin-left: 8px;
  vertical-align: middle;
}

header.blockHeader_prof hr {
  height: 1px;
  border: 0;
  border-top: 2px #F8167E solid;
  margin-top: 3px;
  margin-bottom: 0px;
}

header.blockHeader_prof div.rightArrowBtn {
  margin-top: -25px;
  padding-right: 15px;
  text-align: right;
}


/*
  [blockHeader] top of page
*/

.wideBlock.pageTop>header.blockHeader {
  height: 48px;
}

.wideBlock.pageTop>header.blockHeader div.rightBlock,
.wideBlock.pageTop>header.blockHeader h1,
.wideBlock.pageTop>header.blockHeader h2 {
  height: 48px;
}

header.blockHeader div.rightBlock {
  width: 100%;
  padding-right: 15px;
  text-align: right;
  font-size: 1.1rem;
}

header.blockHeader div.rightBlock span.button {
  display: inline-block;
  padding: 0px 8px;
  height: 25px;
  line-height: 25px;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 4px;
}

header.blockHeader div.rightBlock a {
  color: #FFF;
}

header.blockHeader div.rightBlockLong {
  width: 100px !important;
}


/*
  [blockHeader] top of page - multi line
*/

header.blockHeader.multiline {
  display: table;
  line-height: 1.2;
}

header.blockHeader.multiline .icon {
  display: table-cell;
  width: 46px;
  padding-left: 10px;
  font-size: 1.3rem;
  vertical-align: middle;
}

header.blockHeader.multiline h2,
header.blockHeader.multiline h1 {
  display: table-cell;
  padding: 0 15px 0 0;
  font-size: 2.0rem;
  vertical-align: middle;
  line-height: 3.0;
  max-width: 200px;
}

header.blockHeader.multiline h1.length {
  width: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

header.blockHeader.multiline2 {
  display: table;
  line-height: 1.2;
}

header.blockHeader.multiline2 .icon {
  display: table-cell;
  width: 46px;
  padding-left: 10px;
  font-size: 1.3rem;
  vertical-align: middle;
}

header.blockHeader.multiline2 h1 {
  display: table-cell;
  padding: 0 15px 0 0;
  font-size: 2.0rem;
  vertical-align: middle;
  line-height: 2.5;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
}

header.blockHeader.multiline span.subtitle {
  display: block;
  font-size: 1.0rem;
  font-weight: normal;
}

header.blockHeader.multiline2 span.subtitle {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: -15px;
}

header.blockHeader.multiline2 span.subtitle-bottom {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: -15px;
}

ul.btnList+header.blockHeader {
  margin-top: 15px;
}


/*
  [second blockheader
*/

.sideMarginBlock header.blockHeader h3,
.stdBlock header.blockHeader h3,
.sideMarginBlock header.blockHeader,
.stdBlock header.blockHeader {
  height: 36px;
  line-height: 1;
  box-shadow: none;
}


/*
  [BBS] - subHeaderBBS
*/

header.subHeaderBBS {
  position: relative;
  display: table;
  width: 100%;
  height: 48px;
  clear: both;
}

header.subHeaderBBS div.rightBlock,
header.subHeaderBBS h2 {
  display: table-cell;
  height: 48px;
  line-height: 1.2;
  vertical-align: middle;
}

header.subHeaderBBS h2 {
  padding: 0 0 0 15px;
  font-size: 1.6rem;
  font-weight: bold;
}

header.subHeaderBBS div.rightBlock {
  padding-right: 15px;
  text-align: right;
  font-size: 1.2em;
}

header.subHeaderBBS div.rightBlock a {}

header.subHeaderBBS div.rightBlock span {
  display: inline-block;
  min-width: 70px;
  max-width: 100px;
  height: 30px;
  padding: 0 14px 0 4px;
  line-height: 30px;
  font-size: 1.3rem;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
  background-image: url("/img/wmsp/btn/ic_arrow_white.png");
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
}

header.subHeaderBBS div.rightBlock span.canOver {
  display: inline-block;
  min-width: 70px;
  max-width: 150px;
  height: 30px;
  padding: 0 14px 0 4px;
  line-height: 30px;
  font-size: 1.0rem;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
  background-image: url("/img/wmsp/btn/ic_arrow_white.png");
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
}

.pagetypePure .subHeaderBBS h2 {
  color: #72C745;
}

.pagetypePure .subHeaderBBS div.rightBlock span {
  background-color: #72C745 !important;
}

.pagetypeAdult .subHeaderBBS h2 {
  color: #F376B8;
}

.pagetypeAdult .subHeaderBBS div.rightBlock span {
  background-color: #F376B8;
}


/*-------------------------------------------------------------
[Form]
-------------------------------------------------------------*/


/*
  [formTable]
*/

.formTable {
  border: 1px solid #6B6F79;
  clear: both;
  border-radius: 4px;
  overflow: hidden;
  font-size: 1.3rem;
}

.form_Table {
  border: 1px solid #6B6F79;
  clear: both;
  border-radius: 4px;
  overflow: hidden;
  font-size: 1.3rem;
}

.FormTable {
  clear: both;
  border-radius: 4px;
  overflow: hidden;
  font-size: 1.3rem;
}

.form_Table .form_Parts {
  text-align: left;
  padding: 10px 10px 0;
  border-bottom: 1px solid #6B6F79;
}

.formTable .formParts {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #6B6F79;
  overflow: hidden;
}

.formTable .formParts .fixed-phrase{
  margin: 1px 15px 16px 15px;
  display: block;
  height: 24px;
  color: #ffffff;
  font-size: 1.2rem;
  background-color: #f760a7;
  text-align: center;
  line-height: 24px;
  border-radius: 24px;
}

.formTable .formPartsGohan {
  text-align: left;
  padding: 16px 8px 16px 8px;
  border-bottom: 1px solid #6B6F79;
  overflow: hidden;
}

.FormTable .formParts {
  text-align: left;
  padding: 10px;
}

.FormTable .form__Parts {
  text-align: left;
  padding: 0 15px;
  margin-top: -20px;
}

.formTable .form__Parts {
  text-align: left;
  padding: 0 15px;
  margin-top: -20px;
}

.form_Table .form_Parts {
  text-align: left;
  padding: 10px;
}

.FormTable .formParts_text {
  text-decoration: underline;
  text-align: center;
  margin-top: 15px;
  color: #3c67af;
}

.formTable .formParts_text {
  text-decoration: underline;
  text-align: center;
  margin-top: 15px;
  color: #3c67af;
}

.form_Table .formParts_text {
  text-decoration: underline;
  text-align: center;
  margin-top: 15px;
  color: #3c67af;
}

.form_Table .form_Parts:nth-child(even) {}

.form_Table .form_Parts:nth-child(even) {
  background-color: #EDEEF0;
}

.formTable .formParts:nth-child(odd) {}

.formTable .formParts:last-child {
  border-radius: 0 0 6px 6px;
  border-bottom: 0 none;
}

.formTable2 {
  clear: both;
  border: 1px solid #6B6F79;
  border-radius: 6px;
  overflow: hidden;
  font-size: 1.3rem;
}

.formTable2 .formParts2 {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #6B6F79;
}
.formTable2 .formParts2 .hint {
  display: block;
  position: absolute;
  top:   14px;
  right: 12px;
}

.formTable2 .formParts2:nth-child(even) {
  background-color: #EDEEF0;
}

.formTable2 .formParts2:nth-child(odd) {}

.formTable2 .formParts2:last-child {
  border-radius: 0 0 6px 6px;
  border-bottom: 0 none;
}

.formTable span.fromto {
  display: inline-block;
  width: 8%;
  text-align: center;
}

.formTable2 span.fromto {
  display: inline-block;
  width: 8%;
  text-align: center;
}

.formTable span.width50 {
  width: 48%;
  display: inline-block;
}

.formParts label.inline {
  display: inline-block;
  vertical-align: middle;
}

.formParts2 label.inline {
  display: inline-block;
  vertical-align: middle;
}

.formParts .smallBtnGray {
  display: inline-block;
  background-color: #ACAFB4;
  border-radius: 4px;
  color: #FFF;
  line-height: 1.4;
  padding: 4px 15px;
  font-size: 1.2rem;
  margin-right: 5px;
  margin-left: 10px;
}

.right_ButtonStyle {
  background-color: #EDEEF0;
  display: table;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #6B6F79;
}

.rightButtonStyle {
  display: table;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #6B6F79;
}

.rightButtonStyle .leftBlock {
  display: table-cell;
  float: none;
}

.rightButtonStyle .leftBlock .smallBtn {
  margin-top: 0;
}

.rightButtonStyle .leftBlock .smallBtn.file {
  margin: 14px 0 6px 0;
  padding: 0 8px;
  font-size: 1.1rem;
  background-color: #bdbdbd;
  border-radius: 14px;
}

.rightButtonStyle .rightBlock {
  display: table-cell;
  float: none;
  width: 60px !important;
  vertical-align: middle;
  text-align: right;
}

.rightButtonStyle .rightBlock a {
  display: block;
}

.rightButtonStyle .rightBlock .smallBtn {
  width: 52px;
  height: 30px;
  line-height: 30px;
}

.rightButtonStyle .rightBlock img {
  width: 49px;
  height: auto;
}

.formRightBtn {
  float: right;
  width: 60px;
  text-align: right;
  margin-right: 14px;
}

.formRightBtn span {
  text-align: center;
}

.formLeftInput {
  width: 100%;
  padding-right: 76px;
}

.formLeftInput input[type=text] {
  width: 100%;
  border: none;
  background: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.formParts.formRightBtns {
  line-height: 30px;
  font-weight: bold;
}

.formParts.formRightBtns .rightBtns {
  display: inline-block;
  float: right;
}

.formParts.formRightBtns .rightBtns span {
  margin-left: 10px;
}

.formParts2.formRightBtns {
  line-height: 30px;
  font-weight: bold;
  font-size: 1.6rem;
}

.formParts2.formRightBtns .rightBtns {
  display: inline-block;
  float: right;
}

.formParts2.formRightBtns .rightBtns span {
  margin-left: 10px;
}

div.search_category {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

div.prof_title {
  width: 100%;
  line-height: 30px;
}

div.prof_title hr {
  height: 1px;
  border: 0;
  border-top: 2px #F8167E solid;
}

div.prof_title div.prof_category {
  float: left;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 15px;
}

div.prof_title .smallBtnPink {
  float: right;
  display: inline-block;
  margin-right: 15px;
  width: 80px;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #f8167e;
  border-radius: 4px;
  color: #FFF;
  text-align: center;
}

div.prof_title .smallBtnGray {
  float: right;
  display: inline-block;
  margin-right: 15px;
  width: 80px;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #ACAFB4;
  border-radius: 4px;
  color: #FFF;
  text-align: center;
}


/*
  [common]
*/

input.width100 {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 10px;
}

.PassW {
  margin-bottom: 8px;
  width: 100%;
}

select.width40 {
  width: 46% !important;
}

input,
textarea,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0 none;
  border-radius: 0;
}

input,
textarea,
select {
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 5px;
  font-size: 1.5rem;
  border-radius: 3px;
}

textarea {
  margin: 0 auto 10px;
  width: 95%;
  border: 1px solid #6B6F79;
  word-wrap: break-word;
  min-width: 100%;
  resize: none;
}

select {
  line-height: 1.5;
  margin: 0 auto 10px;
  width: 100%;
  padding: 6px;
  border: 1px solid #6B6F79;
  background-color: #FFF;
  border-radius: 4px;
  font-size: 1.5rem;
  color: #aaa;
  background-image: url("/img/wmsp/btn/fm_pulldown.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 27px auto;
  -webkit-background-size: 27px auto;
  -moz-background-size: 27px auto;
  text-indent: .01px;
  text-overflow: "";
  cursor: pointer;
}

.login_select {
  line-height: 1.5;
  margin: 0 auto;
  width: 100%;
  padding: 6px;
  border: 1px solid #6B6F79;
  background-color: #FFF;
  border-radius: 4px;
  font-size: 1.5rem;
  color: #aaa;
  background-image: url("/img/wmsp/btn/fm_pulldown.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 27px auto;
  -webkit-background-size: 27px auto;
  -moz-background-size: 27px auto;
  text-indent: .01px;
  text-overflow: "";
}

.formTable span.label {
  display: inline-block;
}

.form_Table span.label {
  display: inline-block;
}

.formTable label {
  display: block;
}

.formTable label.label2 {
  display: inline-block;
  width: 25%;
  padding-top: 3px;
}

.formTable label.label3 {
  display: inline-block;
  width: 45%;
  padding-top: 5px;
}

.formTable label.label4 {
  display: inline-block;
  width: 25%;
  padding-top: 5px;
}

.formTable .label-no-margin {
  margin: 0;
}

.formTable select.select2 {
  display: inline-block;
  width: 72%;
  float: right;
}

.formTable .label,
.formTable label {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  vertical-align: middle;
}

.formTable label.tel-explanation {
  font-size: 1.4rem;
  line-height: 2em;
}

.form_Table label {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  vertical-align: middle;
}

.formTable .label .small,
.formTable label .small {
  font-size: 1.2rem;
  font-weight: normal;
}

.form_Table label .small {
  font-size: 1.2rem;
  font-weight: normal;
}

.formTable2 span.label {
  display: inline-block;
}

.formTable2 label {
  display: block;
}

.formTable2 .label,
.formTable2 label {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 4px;
  vertical-align: middle;
}

.formTable2 .label .small,
.formTable2 label .small {
  font-size: 1.2rem;
  font-weight: normal;
}

input[readonly="readonly"],
textarea[readonly="readonly"],
select[readonly="readonly"] {
  border-color: #CCC !important;
}


/*
  [input text]
*/

input[type="text"] {
  border: 1px solid #e0e0e0;
}

input[type="text"].small {
  font-size: 1.1rem;
  padding: 2px 2px;
  margin: 0;
}

input[type="text"].withRightBtn {
  width: 180px;
}

input[type="text"].withRightBtn+a span {
  width: 54px;
  text-align: center;
  margin-left: 4px;
}

input[type="tel"] {
  border: 1px solid #6B6F79;
}


/*
  [input radio]
*/

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding-left: 20px;
  background-image: url(/img/wmsp/btn/fm_radio_off.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px 17px;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px 17px;
}

input[type="radio"]:checked + label {
  background-image: url(/img/wmsp/btn/fm_radio_on.png);
}

li.formParts.radioAndInput {
  padding: 6px 10px;
}

li.formParts.radioAndInput input {
  margin-left: 8px;
  margin-right: 8px;
}

li.formParts.radioAndInput label {
  height: 30px;
  line-height: 30px;
}

li.formParts2.radioAndInput {
  padding: 6px 10px;
}

li.formParts2.radioAndInput input {
  margin-left: 8px;
  margin-right: 8px;
}

li.formParts2.radioAndInput label {
  height: 30px;
  line-height: 30px;
}


/*
  [input checkbox]
*/

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding-left: 20px;
  margin-left: 5px;
  position: relative;
  top: 13px;
  right: 5px;
  background-image: url(/img/wmsp/btn/fm_check_off.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 1.3rem;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px 17px;
  background-size: 17px 17px;
}

input[type="checkbox"]:checked + label {
  background-image: url(/img/wmsp/btn/fm_check_on.png);
}

.multiline input[type="checkbox"] + label,
.multiline input[type="radio"] + label {
  height: 36px;
  line-height: 36px;
  font-size: 1.2rem;
}

input[type="checkbox"].disabled + label {
  background-image: url(/img/wmsp/btn/fm_check_disabled.png);
}

.fileUploadBlock {
  display: table;
  width: 100%;
  border-top: 1px dashed #6B6F79;
  padding-top: 8px;
}

.fileUploadBlock div.leftBlock {
  padding-top: 4px;
}

input[type="checkbox"].beautifyCheckbox + label {
  margin: 16px 0 8px;
  line-height: 23px;
  font-size: 1.6rem;
  font-weight: bold;
}

input[type="checkbox"].beautifyCheckbox + label span {
  background: #F84D52;
  color: #fff;
  padding: 3px 5px;
  border-radius: 7px;
  font-size: 1.2rem;
  vertical-align: top;
}

input[type="checkbox"].confirm + label {
  display: inline-block;
  letter-spacing: 0.28px;
  padding-left: 22px;
  margin: 0 0 27px 12px;
  position: relative;
  top: 12px;
  background-image: url(/img/wmsp/btn/fm_check_off.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 14px;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
  color: #000;
}

@media screen and (max-device-width: 480px) {
  textarea {
    width: auto;
  }
}


/*-------------------------------------------------------------
[Table]
-------------------------------------------------------------*/

ul.dlInfoTable dl {
  display: table;
  font-size: 1.3rem;
  line-height: 1.5;
}

ul.dlInfoTable dt {
  display: table-cell;
  padding: 8px 0px 8px 8px;
  font-weight: bold;
  width: 140px;
  font-size: 1.6rem;
}

ul.dlInfoTable dd {
  display: table-cell;
  padding: 10px 3px;
  font-size: 1.5rem;
}

ul.dlInfoTable li {
  border: 1px solid #6B6F79;
  border-bottom: 0 none;
}

ul.dlInfoTable li:first-child {
  border-radius: 4px 4px 0 0;
}

ul.dlInfoTable li:last-child {
  border-radius: 0 0 4px 4px;
  border-bottom: 1px solid #6B6F79;
}

ul.dlInfoTable li:nth-child(even) {
  background-color: #EDEEF0;
}

ul.dlInfoTableSingle dl {
  display: table;
  font-size: 1.3rem;
  line-height: 1.5;
}

ul.dlInfoTableSingle dt {
  display: table-cell;
  padding: 8px 0px 8px 8px;
  font-weight: bold;
  width: 140px;
  font-size: 1.6rem;
}

ul.dlInfoTableSingle dd {
  display: table-cell;
  padding: 10px 3px;
  font-size: 1.5rem;
}

ul.dlInfoTableSingle li {
  border: 1px solid #6B6F79;
  border-radius: 6px 6px 6px 6px;
}

ul.dlInfoTable li.vip:last-child {
  border-radius: 0 0 6px 6px;
  border-bottom: 1px solid #6B6F79;
}

ul.dlInfoTable li.vip:nth-child(even) {
  background-color: #FFEFB6;
}

ul.dlInfoTable li.vip:nth-child(odd) {
  background-color: #FFFAE1;
}

ul.dlMemoTable dl {
  display: table;
  font-size: 1.2rem;
  line-height: 1.2;
}

ul.dlMemoTable dt {
  display: table-cell;
  padding: 10px 0px 10px 8px;
  width: 80px;
}

ul.dlMemoTable dd {
  display: table-cell;
  padding: 10px 8px 10px 8px;
}

ul.dlMemoTable li {
  border-top: 1px solid #6B6F79;
  border-bottom: 0 none;
}

ul.dlMemoTable li:first-child {}

ul.dlMemoTable li:last-child {
  border-bottom: 1px solid #6B6F79;
}

ul.simpleTable li {
  border: 1px solid #6B6F79;
  border-bottom: 0 none;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.2;
}

ul.simpleTable li:first-child {
  border-radius: 4px 4px 0 0;
}

ul.simpleTable li:last-child {
  border-radius: 0 0 4px 4px;
  border-bottom: 1px solid #6B6F79;
}

ul.simpleTable li.headerPure {
  color: #72C745;
  background-color: #E5F2BC;
  font-weight: bold;
  padding: 6px 10px;
}

ul.simpleTable li.headerAdult {
  color: #F376B8;
  background-color: #FCE1E6;
  font-weight: bold;
  padding: 6px 10px;
}

ul.markList li:first-child {
  border-top: 1px dashed #6B6F79;
}

ul.markList li {
  border-bottom: 1px dashed #6B6F79;
  padding: 10px 0;
  font-size: 1.6rem;
}

table.table01,
table.table02 {
  width: 100%;
}

table.table01 th,
table.table02 th {
  background: #E8E8E8;
  border: 1px solid #60646E;
  padding: 10px;
}

table.table01 td,
table.table02 td {
  border: 1px solid #60646E;
  padding: 10px;
}

table.table01 td {
  text-align: center;
}


/*-------------------------------------------------------------
[Profile]
-------------------------------------------------------------*/

ul.ProfList {
  width: 100%;
}

ul.ProfList a {
  color: #555;
}

ul.ProfList>li {
  position: relative;
  display: table;
  width: 100%;
  border-top: 1px solid #ACAFB4;
}

ul.ProfList.diary>li {
  border-top: 1px dashed #6B6F79;
}

ul.ProfList.withButton.withCheckbox.topBorderNone li:first-child {
  border-top: none;
}

ul.ProfList li {
  background: url("/img/wmsp/btn/ic_arrow_gray.png") no-repeat 98% center;
  padding-top: 10px;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
}

ul.ProfList>li dl {
  padding: 10px;
}

ul.ProfList.noLink>li dl {
  padding-right: 15px;
}

ul.ProfList.noLink>li {
  background-image: url();
}

ul.ProfList.noTopBorder li:first-child {
  border-top: 0 none;
}

ul.ProfList dd {
  vertical-align: middle;
}

ul.ProfList dd.rightBlock {
  display: block;
}

ul.ProfList dd.rightBlockArrow {
  background: url("/img/wmsp/btn/ic_arrow_gray.png") no-repeat 98% center;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  overflow: hidden;
}

ul.ProfList dd.rightBlock dl {
  padding: 0;
  line-height: 1;
  padding-left: 5px;
  padding-right: 22px;
}

ul.ProfList dd.rightBlock.twoLink dl {
  padding-top: 8px !important;
}

ul.ProfList dd.rightBlock:after {
  content: "";
  display: block;
  clear: both;
}

ul.ProfList .pic+.rightBlock {
  padding-left: 58px;
}

ul.ProfList .checkbox+.pic+.rightBlock {
  padding-left: 92px;
}

ul.ProfList .checkbox+.rightBlock {
  padding-left: 32px;
}

ul.ProfList .pic {
  display: block;
  width: 48px;
  float: left;
  line-height: 0;
  text-align: center;
}

ul.ProfList div.checkboxwrapper {
  height: 115px;
  width: 65px;
  margin-top: -20px;
  margin-left: -40px;
}

ul.ProfList div.checkboxwrapper2 {
  height: 150px;
  width: 55px;
  margin-top: -10px;
  margin-left: -40px;
}

ul.ProfList div.checkboxwrapper3 {
  height: 80px;
  width: 65px;
  margin-top: -15px;
  margin-left: -45px;
}

ul.ProfList div.checkboxwrapper4 {
  height: 125px;
  width: 65px;
  margin-top: -15px;
  margin-left: -45px;
}

ul.ProfList div.checkboxwrapper5 {
  height: 72px;
  width: 60px;
  margin-top: -10px;
  margin-left: -40px;
}

ul.ProfList div.checkboxwrapper6 {
  height: 115px;
  width: 60px;
  margin-top: -10px;
  margin-left: -40px;
}

ul.ProfList div.checkboxwrapper7 {
  height: 120px;
  width: 55px;
  margin-top: -10px;
  margin-left: -40px;
}

ul.ProfList div.checkboxwrapper8 {
  height: 65px;
  width: 65px;
  margin-top: -20px;
  margin-left: -43px;
}

ul.ProfList div.checkboxwrapper9 {
  height: 120px;
  width: 55px;
  margin-top: -21px;
  margin-left: -40px;
}

ul.ProfList div.rightBlock2 {
  margin-left: 60px;
}

ul.ProfList div.rightBlock3 {
  margin-left: 55px;
}

ul.ProfList div.rightBlock4 {
  margin-left: 70px;
  margin-right: 10px;
}

ul.ProfList .mailTime {
  display: block;
  float: left;
  margin-top: 15px;
  margin-left: 25px;
  line-height: 0;
  text-align: center;
}

ul.ProfList .mailSign {
  display: block;
  float: left;
  margin-top: 15px;
  line-height: 0;
  text-align: center;
}

ul.ProfList .mailPic {
  display: inline-block;
  width: 48px;
  margin-top: 12px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 0;
  text-align: center;
  vertical-align: top;
}

ul.ProfList .rightBlockMail {
  display: inline-block;
  width: 75%;
  margin-left: -10px;
}

ul.ProfList .rightBlockMail dd.name {
/*  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
*/}

ul.ProfList .mailTime span {
  padding: 0px 4px;
  border-radius: 2px;
  background-color: #FF2233;
  color: #FFF;
  font-size: 0.8rem;
  font-weight: bold;
}

ul.ProfList .profile_detail_list {
  display: block;
  padding-left: 15px;
}

ul.ProfList .profile_detail {
  margin: 0 0 0 60px;
  padding: 0 0 4px 0;
}


/*
ul.ProfList .pic img{width:48px;height:64px;background-color:#FFF;border-radius:4px;background-size: cover;}
*/

ul.ProfList .pic img {
  max-width: 48px;
  max-height: 64px;
  background-color: #FFF;
  border-radius: 4px;
  background-size: cover;
}

ul.ProfList dt.pic>div {
  width: 48px;
  height: 48px;
  ;
  border-radius: 4px;
}

ul.ProfList .checkbox {
  display: block;
  width: 34px;
  float: left;
  line-height: 0;
}

ul.ProfList .name {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 17px;
  padding-right: 32px;
  margin-bottom: 4px;
}

ul.ProfList dd.place {}

ul.ProfList dd.time {}

ul.ProfList dd.time span {
  padding: 0px 4px;
  border-radius: 2px;
  background-color: #FF2233;
  color: #FFF;
  font-size: 0.8rem;
  font-weight: bold;
}

ul.ProfList dd.category {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 2px;
  color: #FFF;
  margin: 4px 0;
  font-size: 1.1rem;
  font-weight: bold;
}

ul.ProfList dd.category1 {
  background-color: #ED85C1;
}

ul.ProfList dd.category2 {
  background-color: #37BD9C;
}

ul.ProfList dd.categoryAdultPic {
  background-color: #9F8EC5;
}

ul.ProfList dd.categoryAdultMov {
  background-color: #BD5686;
}

ul.ProfList dd.categoryS {
  display: block;
}

ul.ProfList .idNum {
  color: #FA7B60;
  font-size: 1.2rem;
  margin-bottom: 2px;
  padding-left: 2px;
}

ul.ProfList .idNum2 {
  color: #F8167E;
  font-size: 1.2rem;
  margin-bottom: 2px;
  padding-left: 2px;
}

ul.ProfList dd.message {
  background-color: #FFEDD7;
  width: 100%;
  word-wrap: break-word;
  padding: 4px;
  font-size: 1.3rem;
  line-height: 1.4;
}

ul.ProfList dd.message.viewed::before {
  content: "既読";
  position: absolute;
  bottom: -22px;
  right: 0;
  line-height: 18px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 1.0rem;
  background: #e0e0e0;
  color: #727272;
}

ul.ProfList dd.message_limited {
  background-color: #FFEDD7;
  width: 100%;
  word-wrap: break-word;
  padding: 4px;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
}

ul.ProfList li .place,
ul.ProfList li .placeLong {
  height: 15px;
  margin-top: 2px;
  padding-left: 14px;
  overflow: hidden;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 15px;
  background-image: url("/img/wmsp/common/ic_place.png");
  background-repeat: no-repeat;
  background-position: 2px 1px;
  background-size: 9px auto;
  -webkit-background-size: 9px auto;
  -moz-background-size: 9px auto;
}
ul.ProfList li .home {
  height: 15px;
  margin-top: 2px;
  padding-left: 14px;
  overflow: hidden;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 15px;
  background-image: url("/img/wmsp/common/ic_home.png");
  background-repeat: no-repeat;
  background-position: 1px 1px;
  background-size: 11px auto;
  -webkit-background-size: 11px auto;
  -moz-background-size: 11px auto;
}

ul.ProfList li .home {
  display: block;
}

ul.ProfList li .age {
  font-size: 1.3rem;
}

ul.ProfList li .placeLong {
  display: inline-block;
}

ul.ProfList li .time {
  padding-left: 15px;
  display: block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 1.1rem;
  line-height: 15px;
  color: #999;
}

ul.ProfList li .from {
  padding-left: 15px;
  display: block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 1.1rem;
  line-height: 15px;
  color: #999;
}

ul.ProfList dd.ranking {
  padding-left: 14px;
  padding-top: 4px;
  font-size: 1.4rem;
}

ul.ProfList dd.iconline {
  margin: 0 0 0 0;
}

ul.ProfList div.floatLabel,
ul.ProfList div.floatLabel span {
  background-image: url() !important;
  margin: 0 !important;
}

ul.ProfList div.floatLabel {
  display: block;
  float: right;
  padding: 4px 0 0px 0;
}

ul.ProfList div.floatLabel span {
  padding: 1px 6px;
  background-color: #FA9D0F;
  border-radius: 2px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #FFF;
}

ul.ProfList div.floatLabel:after {
  content: "";
  display: block;
  clear: both;
}

ul.ProfList div.floatLabel.right {}

ul.ProfList div.floatLabel2,
ul.ProfList div.floatLabel2 span {
  background-image: url() !important;
  margin: 0 !important;
}

ul.ProfList div.floatLabel2 {
  display: block;
  float: right;
  padding: 4px 0 0px 0;
}

ul.ProfList div.floatLabel2 span {
  padding: 1px 6px;
  background-color: #F8167E;
  border-radius: 2px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #FFF;
}

ul.ProfList div.floatLabel2:after {
  content: "";
  display: block;
  clear: both;
}

ul.ProfList div.floatLabel2.right {}

ul.ProfList dd.memo {
  display: table;
  width: 100%;
  margin-top: 8px;
  padding: 4px 4px 2px 4px;
  font-size: 1.2rem;
  background: #FCF7CF url("/img/wmsp/common/memo_bg.png") repeat-y left top;
  border-radius: 4px;
  background-size: 100% 28px;
  -webkit-background-size: 100% 28px;
  -moz-background-size: 100% 28px;
  box-shadow: rgb(205, 175, 109) 0px 1px 0px 0px;
  -webkit-box-shadow: rgb(205, 175, 109) 0px 1px 0px 0px;
  -moz-box-shadow: rgb(205, 175, 109) 0px 1px 0px 0px;
}

ul.ProfList dd.memo .icon {}

ul.ProfList dd.memo .text {
  padding: 4px 0 6px 4px;
  line-height: 1.4;
}

ul.ProfList dd.logjump {
  display: table;
  width: 100%;
  margin-top: 8px;
  text-align: right;
}

ul.ProfList dd.logjump .logJumpBtn {
  display: inline-block;
  margin: 0px;
  width: 80px;
  height: 25px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #FFFFFF;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

ul.ProfList dd.logjump .imgMailLogBtn {
  background-image: url('/img/wmsp/btn/btn_maillog.png');
}

ul.ProfList dd.logjump .imgBoardLogBtn {
  background-image: url('/img/wmsp/btn/btn_boardlog.png');
}

ul.ProfList.information > li {
  background-image: url();
  border-top: 1px dashed #6B6F79;
}

ul.ProfList.information > li:last-child {
  border-bottom: 1px dashed #6B6F79;
}

ul.ProfList.information .date {
  font-size: 1.2rem;
  color: #999;
}

ul.ProfList.information .title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 10px;
}

ul.ProfList.information .body {
  margin-top: 10px;
}

ul.ProfList.information .link {
  margin-top: 10px;
}

ul.ProfList.information .centerlink {
  margin-top: 10px;
  text-align: center;
}

ul.ProfList.information .date + .title {
  margin-top: 0;
}

ul.ProfList.information a {
  color: #3972C7;
}

ul.ProfList dd.cornerMark {
  position: absolute;
  top: 0;
  right: 0;
}

ul.ProfList dd.cornerMark .resolved {}

ul.ProfList .body {
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 1.2rem;
  line-height: 1.4;
  display: table;
  width: 100%;
}

ul.ProfList .body .text {
  display: table-cell;
  padding-left: 34px;
}

ul.ProfList .body .replayTo {
  display: inline-block;
  margin-bottom: 4px;
  padding: 1px 4px;
  background-color: #B9BCC2;
  color: #FFF;
  font-size: 1.1rem;
}

ul.ProfList .body div.input {
  display: block;
  float: left;
}

ul.ProfList .body div.input+.text {
  display: block;
}

ul.ProfList>li>dl:after {
  content: "";
  display: block;
  clear: both;
}

ul.ProfList div.body {
  display: block;
  width: auto;
  margin: 8px 15px 0 15px;
  padding: 8px 0 0 0;
  border-top: 1px dashed #6B6F79;
}

ul.ProfList li>div:first-child.body {
  border-top: 0 none;
  margin-top: 0;
}

ul.ProfList div.ReplyTo {
  display: inline-block;
  margin-bottom: 4px;
  padding: 1px 4px;
  background-color: #B9BCC2;
  color: #FFF;
  font-size: 1.1rem;
}

ul.ProfList div.memo2 {
  display: inline-block;
  width: 100%;
  margin-top: 8px;
  padding: 4px 4px 2px 4px;
  font-size: 1.2rem;
  background: #FCF7CF url("/img/wmsp/common/memo_bg.png") repeat-y left top;
  border-radius: 4px;
  background-size: 100% 28px;
  -webkit-background-size: 100% 28px;
  -moz-background-size: 100% 28px;
  box-shadow: rgb(205, 175, 109) 0px 1px 0px 0px;
  -webkit-box-shadow: rgb(205, 175, 109) 0px 1px 0px 0px;
  -moz-box-shadow: rgb(205, 175, 109) 0px 1px 0px 0px;
}

ul.ProfList div.memo2 .text {
  padding: 4px 0 6px 4px;
  line-height: 1.4;
}

div.btnline div.memo2 span {
  margin: 0px
}

ul.TopMemo div.memo2 {
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 15px;
  line-height: 40px;
  width: 91%;
}


/*
  [btnline]
*/

.btnline:after {
  content: "";
  display: block;
  clear: both;
}

.btnline {
  margin: 8px 15px 10px 15px;
  line-height: 26px;
  border-top: 1px dashed #6B6F79;
  font-size: 1.1rem;
}

.btnline2:after {
  content: "";
  display: block;
  clear: both;
}

.btnline2 {
  margin: 8px 15px 0px 15px;
  line-height: 26px;
  font-size: 1.1rem;
}

.btnDialog:after {
  content: "";
  display: block;
  clear: both;
}

.btnDialog {
  margin: 16px;
  line-height: 26px;
  font-size: 1.1rem;
}

.btnDialog.cancel {
  margin: 16px 32px;
}

.btnline span.btnGoodCount {
  display: inline-block;
  width: 47px;
  padding: 0px 2px 0px 13px;
  color: #666;
  background: url("/img/wmsp/common/balloon_blue.png") no-repeat 1px 0;
  text-align: center;
  background-size: 46px auto;
  -webkit-background-size: 46px auto;
  -moz-background-size: 46px auto;
}

.btnline>span,
.btnline a>span {
  display: inline-block;
  padding: 0 6px;
  border-radius: 2px;
  color: #FFF;
  text-align: center;
  margin-top: 8px;
}

.btnline2>span,
.btnline2 a>span {
  display: inline-block;
  padding: 0 6px;
  border-radius: 2px;
  color: #FFF;
  text-align: center;
  margin-top: 20px;
}

.btnDialog>span,
.btnDialog a>span {
  display: inline-block;
  padding: 0 6px;
  border-radius: 2px;
  color: #FFF;
  text-align: center;
}

.btnline span.BtnGray,
.btnline span.btnStatOn_short,
.btnline span.btnStatOff_short,
.btnline span.btnMail_short,
.btnline span.btnComment {
  width: 122px;
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  -webkit-background-size: 6px auto;
  -moz-background-size: 6px auto;
}

.btnline span.btnReply,
.btnline span.btnComment2,
.btnline span.btnApplause,
.btnline span.btnStatOn,
.btnline span.btnStatOff,
.btnline span.btnMail {
  width: 222px;
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  -webkit-background-size: 6px auto;
  -moz-background-size: 6px auto;
  font-size: 1.4rem;
  line-height: 2;
}

.btnline span.btnMail2 {
  width: 222px;
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  -webkit-background-size: 6px auto;
  -moz-background-size: 6px auto;
  font-size: 1.4rem;
  line-height: 3;
}

.btnline2 span.btnConfirm,
.btnline2 span.btnMail2 {
  width: 100%;
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  -webkit-background-size: 6px auto;
  -moz-background-size: 6px auto;
  font-size: 1.6rem;
  line-height: 3;
}

.btnDialog span.btnFavorite {
  height: 42px;
  width: 100%;
  background-color: #64CCAD;
  border-radius: 22.5px;
  font-size: 1.6rem;
  line-height: 2.8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  user-select: none;
  -webkit-tap-highlight-color: rgba(#000, 0);
}
.btnDialog span.btnClose {
  height: 32px;
  width: 100%;
  background-color: #616161;
  border-radius: 22.5px;
  font-size: 1.6rem;
  line-height: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  user-select: none;
  -webkit-tap-highlight-color: rgba(#000, 0);
}
.btnline span.btnReply {
  padding-right: 14px;
  background-color: #8ED333;
  background-image: url("/img/wmsp/btn/ic_arrow_s_green.png");
}

.btnline span.btnComment {
  padding-right: 14px;
  background-color: #8ED333;
  background-image: url("/img/wmsp/btn/ic_arrow_s_green.png");
}

.btnline span.btnComment span.icBtnComment{
  position: relative;
  top: -2px;
}

.btnline span.btnComment2 {
  padding-right: 14px;
  background-color: #8ED333;
  background-image: url("/img/wmsp/btn/ic_arrow_s_green.png");
}

.btnline span.btnMail {
  padding-right: 14px;
  background-color: #ff96c8;
  background-image: url("/img/wmsp/btn/ic_arrow_s_white.png");
}

.btnline span.btnMail2 {
  padding-right: 14px;
  background-color: #F8167E;
  border-radius: 4px;
  width: 80%;
}

.btnline2 span.btnMail2 {
  margin: 12px 0;
  background-color: #64CCAD;
  border-radius: 34px;
  box-shadow: 0 4px 0 #60B89E;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  user-select: none;
  -webkit-tap-highlight-color: rgba(#000, 0);
}

.btnline2 span.btnConfirm {
  padding-right: 14px;
  color: #616161;
  background-color: #e0e0e0;
  border-radius: 34px;
  cursor: pointer;
}

.btnline2 span.btnConfirm.mail{
  margin-top: 20px;
}

.btnline span.btnApplause {
  padding-right: 14px;
  background-color: #FD6E50;
  line-height: 29px;
}

.btnline span.leftMargin {
  margin-left: 12px;
}

.btnline span.rightMargin {
  margin-right:12px;
}

.btnline span.btnSmile {
  width: 122px;
  background-color: #FA9A86;
  padding-right: 12px;
}

.btnline span.btnSmileOff {
  width: 122px;
  background-color: #D5D6D7;
  padding-right: 12px;
}

.btnline span.btnGood {
  width: 75px;
  background-color: #7BCCE7;
}

.btnline span.btnGoodOff {
  width: 75px;
  background-color: #D5D6D7;
}

.btnline span.btnStatOn {
  padding-right: 14px;
  background-color: #FA7B60;
  background-image: url("/img/wmsp/btn/ic_arrow_s_brown.png");
}

.btnline span.btnStatOff {
  padding-right: 14px;
  background-color: #ACAFB4;
  background-image: url("/img/wmsp/btn/ic_arrow_s_white.png");
}

.btnline span.BtnGray {
  padding-right: 14px;
  background-color: #ACAFB4;
  background-image: url("/img/wmsp/btn/ic_arrow_s_white.png");
}

.btnline span.btnStatOn_short {
  padding-right: 14px;
  background-color: #FA7B60;
  background-image: url("/img/wmsp/btn/ic_arrow_s_brown.png");
}

.btnline span.btnStatOff_short {
  padding-right: 14px;
  background-color: #ACAFB4;
  background-image: url("/img/wmsp/btn/ic_arrow_s_white.png");
}

.btnline span.btnMail_short {
  padding-right: 14px;
  background-color: #ff96c8;
  background-image: url("/img/wmsp/btn/ic_arrow_s_white.png");
}

.btnline>span.btnGood {
  background-color: #D5D6D7 !important;
}

.btnline>span.btnComment {
  background-color: #D5D6D7 !important;
  background-image: url("/img/wmsp/btn/ic_arrow_s_white.png") !important;
}

.btnline.singleBtnBlock {
  margin: 0 0 0 0;
  padding: 15px 0;
  border-top: 1px solid #6B6F79;
  border-bottom: 1px solid #6B6F79;
  text-align: center;
}

.btnline.singleBtnBlock span {
  margin-top: 0;
  font-size: 1.6rem;
}

.btnline2.singleBtnBlock2 {
  padding: 20px 0;
  text-align: center;
}

.btnline2.singleBtnBlock2 span {
  margin-top: 0px;
}

.btnline .iconline a>span {
  display: inline-block;
  color: #3972C7;
  padding: 0 12px 0 18px;
  margin-top: 4px;
}

.btnline3 {
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 1.1rem;
}

.btnline3 a>span {
  display: inline-block;
  padding: 0 6px;
  border-radius: 2px;
  color: #FFF;
  text-align: center;
}

.btnline3 span.btnSmile {
  width: 122px;
  background-color: #FA9A86;
  padding-right: 12px;
}

.btnline3 span.btnSmileOff {
  width: 122px;
  background-color: #D5D6D7;
  padding-right: 12px;
}

.btnline3 span.BtnGray {
  width: 122px;
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  -webkit-background-size: 6px auto;
  -moz-background-size: 6px auto;
}

.btnline3 span.BtnGray {
  padding-right: 14px;
  background-color: #ACAFB4;
  background-image: url("/img/wmsp/btn/ic_arrow_s_white.png");
}

.btnline4:after {
  content: "";
  display: block;
  clear: both;
}

.btnline4 {
  margin: 8px 15px 10px 0px;
  line-height: 26px;
  border-top: 1px dashed #6B6F79;
  font-size: 1.1rem;
}

.btnline4>span,
.btnline4 a>span {
  display: inline-block;
  padding: 0 6px;
  border-radius: 2px;
  color: #FFF;
  text-align: center;
  margin-top: 8px;
}

.btnline4 span.btnMail2 {
  padding-right: 14px;
  background-color: #F8167E;
  border-radius: 4px;
}

.btnline4 span.btnMail2 {
  width: 150px;
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  -webkit-background-size: 6px auto;
  -moz-background-size: 6px auto;
  font-size: 1.4rem;
  line-height: 3;
}

.btnline4 .mytype.btnMail2 {
  margin: 8px auto 0 auto;
  display: block;
}

/*
  [bbsBtnLine]
*/

.btnBbs {
  margin: 12px 24px 0 24px;
}

.btnBbs>span,
.btnBbs a>span {
  display: inline-block;
  padding: 0 6px;
  color: #FFF;
  text-align: center;
}

.btnBbs span.btnMail2 {
  height: 45px;
  width: 100%;
  margin: 12px 0;
  background-color: #64CCAD;
  border-radius: 22.5px;
  background-position: 96% center;
  background-repeat: no-repeat;
  -webkit-background-size: 6px auto;
  -moz-background-size: 6px auto;
  font-size: 1.6rem;
  line-height: 3;
  box-shadow: 0 4px 0 #60B89E;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  user-select: none;
  -webkit-tap-highlight-color: rgba(#000, 0);
}

.btnBbs span.btnFavorite {
  height: 44px;
  width: 100%;
  margin-bottom: 15px;
  color: #FA7CA9;
  background-color: #FFFFFF;
  border: solid 2px;
  border-color: #FA7CA9;
  border-radius: 22.5px;
  font-size: 1.6rem;
  line-height: 2.5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  user-select: none;
}

.btnBbs span.btnFavoriteForMail {
  height: 44px;
  width: 100%;
  margin-bottom: 10px;
  color: #FA7CA9;
  background-color: #FFFFFF;
  border: solid 2px;
  border-color: #FA7CA9;
  border-radius: 22.5px;
  font-size: 1.6rem;
  line-height: 2.5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  user-select: none;
}

.btnBbs .badge {
  height: 43px;
  width: 43px;
  margin: 22px auto -22px -12px;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  /*background-color: #F5A623;*/
  background-color: #fa5353;
  text-align: center;
  border-radius: 22.5px;
  font-size: 12px;
  line-height: 42px;
  /*line-height: 2.7;*/
  -webkit-animation: buttonScale 2s ease-out 1s infinite normal;
}

.btnBbs .badge-remain {
  height: 43px;
  width: 43px;
  margin: 22px auto -22px -12px;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  background-color: #db6586;
  text-align: center;
  border-radius: 22.5px;
  font-size: 12px;
  padding: 0;
  line-height: 18px;
  word-wrap: break-word;
  -webkit-animation: buttonScale 2s ease-out 1s infinite normal;
}

@-webkit-keyframes buttonScale {
  0%{ transform:scale(1); }
  10%{ transform:scale(1.2); }
  20%{ transform:scale(1); }
  30%{ transform:scale(1.25); }
  40%{ transform:scale(1); }
}


/*
  [ranking]
*/

ul.ProfList dt.pic .rank {
  display: block;
  left: 0px;
  top: 0px;
  width: 48px;
  margin-bottom: 4px;
  padding: 2px 1px 2px 19px;
  line-height: 14px;
  font-size: 1.1rem;
  text-align: center;
}

ul.ProfList .singleLine .rank {
  display: inline-block;
  float: left;
  margin-bottom: 4px;
  padding: 2px 6px 2px 24px;
  font-size: 1.1rem;
}

ul.ProfList .rank {
  background-position: 2px center;
  background-repeat: no-repeat;
  border: 1px solid #6B6F79;
  background-color: #FFF;
  color: #555;
  background-image: url("/img/wmsp/common/ic_rank_b.png");
  background-size: 18px auto;
  -webkit-background-size: 18px auto;
  -moz-background-size: 18px auto;
}

ul.ProfList .rank1,
ul.ProfList .rank2,
ul.ProfList .rank3 {
  color: #FFF;
  border: 0 none;
  background-image: url("/img/wmsp/common/ic_rank_a.png");
}

ul.ProfList .rank1 {
  background-color: #DEB635;
}

ul.ProfList .rank2 {
  background-color: #A2A8B0;
}

ul.ProfList .rank3 {
  background-color: #C77962;
}


/*
  [singleLine]
*/

ul.ProfList dd.singleLine {
  position: relative;
}

ul.ProfList dd.singleLine .readCount {
  display: inline-block;
  float: right;
  color: #FA7B60;
  font-size: 1.1rem;
  line-height: 15px;
}

ul.ProfList dd.singleLine .readCount span {
  color: #333;
  margin-left: 4px;
}

ul.ProfList dd.singleLine .talkDate {
  color: #FA7B60;
  margin: 0 4px;
}

ul.ProfList dd.singleLine .rankOther {
  background-image: url("/img/wmsp/common/ic_rank_b.png");
  border: 1px solid #CCC;
}

ul.ProfList dd.singleLine .typecount {
  display: inline-block;
  float: right;
  padding: 2px 4px 2px 20px;
  color: #FFF;
  line-height: 1.2;
  background: #FA7BA9 url("/img/wmsp/common/ic_type.png") no-repeat 4px center;
  border-radius: 2px;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  -moz-background-size: 12px auto;
}

ul.ProfList dd.singleLine .value {
  margin-right: 8px;
  padding: 0 4px;
}

ul.ProfList dd.iconline + dd.singleLine {
  margin-top: 8px;
}


/*
  [checkbox]
*/

ul.ProfList.withCheckbox .btnline {
  margin-left: 49px;
}

ul.ProfList.withCheckbox>li dl a dl {
  padding-right: 26px;
}

ul.ProfList.withCheckbox .banned-user {
  background: none;
}

ul.ProfList .banned-user__content {
  position: relative;
  font-size: 1.3rem;
  overflow: hidden;
  padding-top: 5px!important;
  padding-right: 32px;
}

ul.ProfList .banned-user__content:after {
  content: "";
  width: 14px;
  height: 20px;
  background: url("/img/wmsp/btn/ic_arrow_gray.png") no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}

.foot-print ul.ProfList .banned-user__content:after {
  right: -3px;
}

.board ul.ProfList .banned-user__content:after {
  right: 4px;
}

.mail-box ul.ProfList .banned-user__content:after,
.smile ul.ProfList .banned-user__content:after {
  right: -3px;
}

.type-list ul.ProfList .banned-user__content:after {
  right: 6px;
}

ul.ProfList.withCheckbox li.mail_unchecked {
  background-color: #FFe2f2;
}

ul.ProfList.withCheckbox li span.unchecked {
  width: 120px;
  background-color: #ff1493;
  color: #FFF;
  border: 1px solid #ff1493;
  text-align: center;
}

ul.ProfList.withCheckbox li span.unsent {
  width: 120px;
  background-color: #ffa500;
  color: #FFF;
  border: 1px solid #ffa500;
  text-align: center;
}

ul.ProfList.withCheckbox li span.sent {
  width: 120px;
  background-color: #0000ff;
  color: #FFF;
  border: 1px solid #0000ff;
  ;
  text-align: center;
  padding: 1px 3px;
}


/*
  [withButton]
*/

ul.ProfList.withButton>li {
  background: none;
}

ul.ProfList.withButton>li>dl {
  padding-bottom: 0;
}

ul.ProfList.withButton>li.smileBtnBlock dl {
  margin: 0 28px 0 49px;
  padding-left: 0;
  padding-bottom: 15px;
  border-top: 1px dashed #6B6F79;
}

ul.ProfList.withButton>li.smileBtnBlock {
  border-bottom: 1px solid #6B6F79;
  background-image: url();
}

ul.ProfList.withButton>li.smileBtnBlock .btnline {
  display: block;
  margin: 0;
}

ul.ProfList.withButton>li:last-child {
  border-bottom: 0 none;
}


/*
  [Comment History]
*/

ul.ProfList.withButton>li a > dl {
  padding-bottom: 0;
  background: url("/img/wmsp/btn/ic_arrow_gray.png") no-repeat 98% center;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
}


/*
  [Message]
*/

ul.ProfList dd.balloon {
  line-height: 0;
}

ul.ProfList dd.balloon .imgBaloonTail {
  margin-left: 14px;
}

ul.ProfList dd.balloon .message {
  padding: 10px;
  border-radius: 6px;
  font-size: 1.6rem;
  line-height: 1.4;
}

ul.ProfList dd.balloon .message_limited {
  padding: 10px;
  border-radius: 6px;
  font-size: 1.2rem;
  line-height: 1.4;
}

ul.ProfList dd.balloon.gray .message {
  background-color: #E1E4E5;
}

ul.ProfList dd.imageFile {
  text-align: center;
  margin-top: 8px;
}

ul.ProfList dd.balloon .message_error {
  padding: 10px;
  border-radius: 6px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.message {
  position: relative;
}

.message-my-smile {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.message__stamp-wrap {
  padding: 10px;
  background: #f79279;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: -50px;
  margin-bottom: 12px;
  z-index: 4;
  display: block;
}

.message__stamp-wrap.is-visible {
  display: block;
}

.message__stamp-wrap.is-invisible {
  -webkit-animation: fade-out 0.2s ease-out;
  -moz-animation: fade-out 0.2s ease-out;
  -o-animation: fade-out 0.2s ease-out;
  animation: fade-out 0.2s ease-out;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.message__stamp-wrap:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 110px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #f79279 transparent transparent transparent;
}

.message__stamp-text {
  font-weight: normal;
  padding: 0;
  color: #fff;
}

.message__stamp-text-explanation {
  font-weight: normal;
  padding: 10px 0 0;
  position: relative;
  border-top: 1px dotted #fff;
  margin-top: 10px;
}

.message__stamp-text-explanation:after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  height: 20px;
  margin-top: -5px;
  content: '';
  background: url("/img/wmsp/btn/btn.png") no-repeat;
  background-position: -14px 0;
  -moz-background-size: 128px 112px;
  -o-background-size: 128px 112px;
  background-size: 128px 112px;
}

.message__stamp-text-explanation-link {
  display: block;
  color: #fff;
}

.message__stamp--image-wrap {
  margin: 0 0 0 20px;
  padding: 0;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.message__stamp--image {
  width: 101px;
}

.message__stamp--close-btn {
  width: 27px;
  height: 27px;
  padding: 0;
  position: absolute;
  top: -14px;
  right: -13px;
  background: url(/img/wmsp/component/btn_close01.png);
  -moz-background-size: 27px 27px;
  -o-background-size: 27px 27px;
  background-size: 27px 27px;
}

.message__overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


/*
  [Mail]
*/

ul.ProfList.conversation {
  padding-top: 15px;
}

ul.ProfList.conversation>li>dl {
  padding: 10px 15px;
}

ul.ProfList.BeforeMail>li>dl {
  padding: 10px 0px 15px 0px;
}

ul.ProfList.conversation li {
  background-image: url();
  border: 0 none;
}

ul.ProfList.conversation li dd.comment {
  display: block;
  margin-top: 2px;
  color: #FA7B60;
  font-size: 1.1rem;
}

ul.ProfList.conversation li dd.comment2 {
  display: block;
  margin-top: 2px;
  color: #F8167E;
  font-size: 1.1rem;
}

ul.ProfList.conversation li.me .pic {
  float: right;
  margin-right: 0;
}

ul.ProfList.conversation li.me dd.rightBlock {
  padding-right: 52px;
  padding-left: 0;
}

ul.ProfList.conversation li.me dd.time {
  display: block;
  text-align: right;
  margin-top: 4px;
  padding-right: 12px;
}

ul.ProfList.conversation li.me dd.comment {
  text-align: right;
  padding-right: 12px;
}

ul.ProfList.conversation li.me dd.balloon {
  position: relative;
  padding-right: 12px;
}

ul.ProfList.conversation li.me dd.balloon .message {
  background-color: #fe3598;
  color: #fff;
}

ul.ProfList.conversation li.me dd.balloon .message_limited {
  background-color: #FFF;
  border: 1px solid #6B6F79;
}

ul.ProfList.conversation li.me dd.balloon:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 15px;
  right: -11px;
  padding-right: 12px;
  background: url("/img/wmsp/common/balloon_tail2_r.png") no-repeat 0 0;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  -moz-background-size: 12px auto;
}

ul.ProfList.conversation li.me dd.balloon .message img.photo {
  float: left;
  max-width: 120px;
  max-height: 120px;
  margin-right: 10px;
}

ul.ProfList.conversation li.me dd.balloon .message img {
  padding: 0px;
  vertical-align: text-bottom;
}

ul.ProfList.conversation li.anyone .pic {
  margin-right: 4px;
}

ul.ProfList.conversation li.anyone .leftBlockMail {
  display: block;
  float: left;
  width: 50px;
  max-height: 120px;
}

ul.ProfList.conversation li.anyone .picMail {
  margin-right: 4px;
}

ul.ProfList.conversation li.anyone .nickname {}

ul.ProfList.conversation li.anyone .rightBlockMail2 {
  vertical-align: top;
  margin-left: 50px;
}

ul.ProfList.conversation li.anyone dd.rightBlock {
  padding-left: 52px;
}

ul.ProfList.conversation li.anyone dd.time {
  padding-left: 12px;
  margin-top: 4px;
}

ul.ProfList.conversation li.anyone dd.comment {
  padding-left: 12px;
}

ul.ProfList.conversation li.anyone dd.comment2 {
  padding-left: 12px;
}


/*ul.ProfList.conversation li.anyone dd.balloon{background:url("/img/wmsp/common/balloon_tail0_l.png") no-repeat left 15px;
  background-size:12px auto;-webkit-background-size:12px auto;-moz-background-size:12px auto;padding-left:12px;}*/

ul.ProfList.conversation li.anyone dd.balloon .message {
  background-color: #fff;
  border: 1px solid #6B6F79;
  position: relative;
  margin-left: 11px;
}

ul.ProfList.conversation li.anyone dd.balloon .message:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -12px;
  background: url("/img/wmsp/common/balloon_tail0_l.png") no-repeat 0 0;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  -moz-background-size: 12px auto;
  width: 12px;
  height: 12px;
}

ul.ProfList.conversation li.anyone dd.balloon .message img.photo {
  float: right;
  max-width: 120px;
  max-height: 120px;
  margin-left: 10px;
}

ul.ProfList.conversation li.anyone dd.balloon .message img {
  padding: 0px;
  vertical-align: text-bottom;
}

ul.MailBlock>li dl {
  padding: 0px;
}

div.MailBody {
  width: 100%;
  padding-right: 25px;
  margin-bottom: 10px;
}

/*

*/
ul.ProfList li.ProfListStaticNode {
  padding-top: 0;
  background-color: #d2f7ec;
}

ul.ProfList li.ProfListStaticNode .rightBlockMail {
  vertical-align: top;
}

/*
  [ChargeProfList]Payment
*/

.ChargeProfList ul.ProfList>li dl {
  padding-right: 0px !important;
}

.ChargeProfList ul.ProfList div.btnCharge {
  display: table;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #EDEEF0 url("/img/wmsp/btn/ic_arrow_gray.png") no-repeat center center;
  background-size: 12px auto;
  -webkit-background-size: 12px auto;
  -moz-background-size: 12px auto;
}

.ChargeProfList ul.ProfList .rightBtn {
  display: table-cell;
  width: 50px;
  height: 100%;
  min-height: 100%;
  margin: 4px;
  padding: 10px 10px;
  vertical-align: middle;
}

.ChargeProfList ul.ProfList>li>a.rightBtn {
  display: table-cell;
  height: 100%;
  min-height: 100%;
  margin: 20px;
  padding: 10px;
  background-color: #EDEEF0;
  border: 10px solid #FFF;
  border-radius: 14px;
  background-clip: padding-box;
}

.ChargeProfList ul.ProfList>li>a.rightBtn>div.btnCharge {
  display: block;
  width: 10px;
  ;
  height: 30px;
  min-height: 100%;
}

.ChargeProfList.mediaPost ul.ProfList>li>dl dl {
  padding: 0px 32px 0px 15px;
}

.ChargeProfList.mediaPost .message {
  margin-bottom: 8px;
}

.ChargeProfList.mediaPost dd.rightBlock {
  display: table;
}

.ChargeProfList.mediaPost dd.rightBlock .pic,
.ChargeProfList.mediaPost dd.rightBlock dl {
  display: table-cell;
  vertical-align: middle;
}

.ChargeProfList.mediaPost dd.rightBlock .pic {
  position: relative;
  width: 64px;
  text-align: center;
}

.ChargeProfList.mediaPost dd.rightBlock .pic img {
  border-radius: 0;
}

.ChargeProfList.mediaPost.movie dd.rightBlock .pic img {
  width: 64px;
  height: 48px;
  max-width: none;
  max-height: none;
}

.ChargeProfList.mediaPost dd.rightBlock .pic span {
  position: absolute;
  left: 23px;
  top: 18px;
  display: inline-block;
  width: 18px;
  height: 15px;
  background-image: url("/img/wmsp/btn/ic_btn.png");
  background-position: -76px 0;
  background-size: 94px auto;
  -webkit-background-size: 94px auto;
  -moz-background-size: 94px auto;
}


/* -------------------------
[Accordion]
------------------------- */

div.menuWin > .mainBlock .accordionChild {}

.accordionChild {
  padding: 20px 15px 10px 15px;
  line-height: 1.1;
  background-image: url("/img/wmsp/common/header_shadow.png"), url("/img/wmsp/common/header_shadow2.png");
  background-position: 0 top, 0 bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: auto 6px;
  -webkit-background-size: auto 6px;
  -moz-background-size: auto 6px;
}

.accordionChild.more {
  background-image: url(), url();
  padding: 0;
}

.accordion .headerBlock {
  display: table;
  width: 100%;
  padding: 0 10px 0 10px;
}

.accordion .headerBlock2 {
  display: table;
  width: 100%;
  padding: 0 10px 0 10px;
}

.accordion .headerBlock2 {
  border: 1px solid #6B6F79;
  line-height: 1.4;
  padding: 10px 10px 10px 15px;
  color: #F8167E;
  font-weight: bold;
  background-color: #FFF;
  border-radius: 6px;
}

.accordion .icon {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
}

.accordion.accordionClose .accordionChild {
  display: none;
}

.accordion .openIcon {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
}

.accordion .noText {
  height: 36px;
}

.accordion .titleBlock {
  display: table-cell;
}

.accordion .btnBlock {
  display: table-cell;
  width: 30px;
  vertical-align: middle;
  text-align: right;
}

div.accordion .formParts:first-child {
  border-top: 1px solid #6B6F79;
}

div.accordion .formParts2:first-child {
  border-top: 1px solid #6B6F79;
  border-radius: 6px;
}

div.accordion .headerBlock {
  line-height: 36px;
}

div.accordion .headerBlock2 {
  line-height: 36px;
}

ul.btnList li.accordion {
  background-image: url();
  padding-left: 0;
}

.accordion+.formParts {
  border-top: 1px solid #6B6F79;
}

.accordionChild .formParts:last-child {
  border-radius: 0;
}

.accordionChild .formTable .formParts:last-child {
  border-radius: 0 0 6px 6px;
}

.accordion:last-child .formParts:last-child {
  border-radius: 0 0 6px 6px;
}

.accordion+.formParts2 {
  border-top: 1px solid #6B6F79;
}

.accordionChild .formParts2:last-child {
  border-radius: 0;
}

.accordionChild .formTable2 .formParts2:last-child {
  border-radius: 0 0 6px 6px;
}

.accordion:last-child .formParts2:last-child {
  border-radius: 0 0 6px 6px;
}

.formTable .accordion {
  line-height: 30px;
  cursor: pointer;
}

.form_Table .accordion {
  line-height: 30px;
  cursor: pointer;
}

.formTable2 .accordion {
  line-height: 30px;
  cursor: pointer;
}

.accordionChild>.formParts:first-child {
  border-top: 1px solid #6B6F79;
}

.accordionChild>.formParts2:first-child {
  border-top: 1px solid #6B6F79;
}


/*-------------------------------------------------------------
[Page Navi]
-------------------------------------------------------------*/

ul.pageNavi {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-bottom: 4px;
  padding-bottom: 20px;
}

ul.pageNavi li {
  display: table-cell;
  text-align: center;
  background-color: #ACAFB4;
  border-right: 1px solid #FFF;
  color: #FFF;
  line-height: 48px;
  font-size: 1.3rem;
}

ul.pageNavi li a {
  color: #FFF;
  display: block;
}

ul.pageNavi li:last-child {
  border-right: 0 none;
}

ul.pageNavi li.current {
  background-color: #E0E1E3;
  color: #393F4B;
}

ul.pageNavi li.current a {
  color: #393F4B;
}

ul.pageNavi + .btnline {
  border-top: 0 none;
}


/*-------------------------------------------------------------
[Sort Button]
-------------------------------------------------------------*/

ul.sortBtn {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-bottom: 4px;
}

ul.sortBtn li {
  display: table-cell;
  height: 48px;
  padding: 0 8px;
  text-align: center;
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: bold;
  vertical-align: middle;
  background-color: #ACAFB4;
  border-right: 1px solid #FFF;
  border-top: 0px solid #FFF;
}

ul.sortBtn li a {
  display: block;
  width: 100%;
  color: #FFF;
}

ul.sortBtn li:last-child {
  border-right: 0 none;
}

ul.sortBtn li.current {
  background-color: #E0E1E3;
  border-top: 0 none;
  color: #555;
}

ul.sortBtn li.current a {
  color: #555;
}

ul.sortBtn.topBorder {
  border-top: 1px solid #FFF !important;
}


/*-------------------------------------------------------------
[Tab Button]
-------------------------------------------------------------*/

ul.tabBtn {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0 10%;
  background: url("/img/wmsp/common/border.png") repeat-x left bottom;
}

ul.tabBtn li {
  display: table-cell;
  width: 50%;
  padding: 0 8px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.1;
  background-color: #ACAFB4;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #6B6F79;
}

ul.tabBtn li a {
  display: block;
  width: 100%;
  padding: 8px 0;
  color: #FFF;
}

ul.tabBtn li.current {
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #6B6F79;
  border-left: 1px solid #6B6F79;
  border-right: 1px solid #6B6F79;
}

ul.tabBtn li.current a {
  color: #555;
}

ul.tabBtn3 {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  background: url("/img/wmsp/common/border.png") repeat-x left bottom;
  font-size: 1.2rem;
}

ul.tabBtn3 li {
  display: table-cell;
  width: 33%;
  padding: 0 4px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.1;
  font-size: 1.3rem;
  background-color: #ACAFB4;
  border-top: 1px solid #ACAFB4;
  border-bottom: 1px solid #6B6F79;
  border-left: 1px solid #949699;
  border-right: 1px solid #949699;
}

ul.tabBtn3 li a {
  display: block;
  width: 100%;
  padding: 8px 0;
  color: #FFF;
}

ul.tabBtn3 li.current {
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #6B6F79;
  border-left: 1px solid #6B6F79;
  border-right: 1px solid #6B6F79;
}

ul.tabBtn3 li.current a {
  color: #555;
}

div.tabContents {
  display: none;
}

div.tabContents.current {
  display: block;
  padding-bottom: 15px;
}

ul.infoList>li {
  padding-left: 10px;
  border-bottom: 1px solid #EDE9EB;
  color: #555;
  line-height: 30px;
}

ul.infoList>li>a {
  font-size: 1.3rem;
  color: #555;
  display: block;
  line-height: 2.5
}

ul.infoList>li.subHeader_top>a {
  font-size: 1.2rem;
  color: #F8167E;
  display: block;
}

ul.infoList>li>a.affiliate {
  color: #20B2AA;
}


/*-------------------------------------------------------------
[Buttons]
-------------------------------------------------------------*/

.WideBtn,
.btnList+.WideBtn,
.ProfList+.WideBtn {
  text-align: center;
  background: linear-gradient(top, #ACAFB4, #ACAFB4 60%, #91959C);
  background: -moz-linear-gradient(top, #ACAFB4, #ACAFB4 60%, #91959C);
  background: -webkit-gradient(linear, left top, left bottom, from(#ACAFB4), color-stop(0.6, #ACAFB4), to(#91959C));
}

.WideBtn a,
.btnList+.WideBtn a,
.ProfList+.WideBtn a {
  display: block;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3.0;
  background: url("/img/wmsp/btn/ic_arrow_gray.png") no-repeat 98% center;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
}

.WideBtn a.noArrow {
  background: none;
}

.BuyBtn {
  display: inline-block;
  line-height: 35px;
  width: 160px;
  background-color: #fa3296;
  text-align: center;
  border-radius: 4px;
}

.PinkBtn {
  display: inline-block;
  width: 100px;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 30px;
  background-color: #f8167e;
  border-radius: 4px;
  color: #FFF;
  text-align: center;
}


/*
  [btnList]
*/

.WideBtn+ul.btnList {
  padding-top: 15px;
}

ul.btnList>li {
  padding-left: 10px;
  line-height: 46px;
  font-size: 1.4rem;
  border-bottom: 1px solid #EDE9EB;
  background: #FFF url("/img/wmsp/btn/ic_arrow_gray.png") no-repeat 98% center;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul.btnList>li.has_comment {
  position: relative
}
ul.btnList>li.has_comment>span.comment {
  display: block;
  position: absolute;
  font-size: 1.0rem;
  line-height: 10px;
  bottom: 1px;
  left: 50px;
}
ul.btnList.nameList li {
  font-size: 1.3rem;
  font-weight: bold;
}

ul.btnList li.noLink {
  background-image: url();
  color: #8B8F99;
}

ul.btnList>li .small {
  font-size: 1.0rem;
  vertical-align: middle;
}

ul.btnList>li>a {
  display: block;
  color: #333;
  line-height: 2.5;
  font-size: 1.6rem;
}

ul.btnList>li>a .noblock {
  display: block;
  color: #555;
  padding-right: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

ul.btnList li:first-child {
  border-top: 1px solid #EDE9EB;
}

ul.btnList.noTopBorder li:first-child {
  border-top: 0 none;
}

ul.btnList.noBottomBorder li:last-child {
  border-bottom: 0 none !important;
}

ul.btnList li.new,
ul.btnList li.alert {
  padding-left: 2px;
}

ul.btnList li.new a,
ul.btnList li.alert a {
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: 28px auto;
  -webkit-background-size: 28px auto;
  -moz-background-size: 28px auto;
}

ul.btnList li.new a {
  padding-left: 40px !important;
  background-image: url("/img/wmsp/top/ic_news.png");
}

ul.btnList li.alert a {
  padding-left: 40px !important;
  background-image: url("/img/wmsp/top/ic_attention.gif");
}

ul.btnList li.multiLine {
  display: table;
  width: 100%;
  height: 46px;
  line-height: 1.3;
  font-size: 1.4rem !important;
}

ul.btnList li.multiLine a {
  display: table-cell;
  vertical-align: middle;
}

ul.btnList li.multiLine .small {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

ul.btnList li.multiLine>span {
  display: table-cell;
  width: 40px;
}

ul.btnList li.separator {
  height: 20px;
  line-height: 8px;
  background-image: url();
}

ul.btnList li.noLink span,
ul.btnList li a span.iconM {
  margin-right: 4px;
}

ul.btnList li.noLink .iconM {
  opacity: 0.5;
}

ul.btnList.newsList li {
  font-size: 1.3rem;
}

ul.btnList.textRight {
  text-align: right;
}

ul.btnList.textRight li a {
  padding-right: 36px;
  color: #3972C7;
}

ul.btnList.textRight li {
  font-size: 1.2rem;
  line-height: 36px;
}

ul.btnList+ul.btnList.textRight li {
  border-top: 0 none;
}

ul li.noArrow {
  background: url() !important;
  text-align: center;
}

ul.btnList li.commentRed {
  font-size: 1.1rem !important;
  color: #FF3F4B !important;
  line-height: 1.4 !important;
  padding: 8px 10px;
  overflow: visible !important;
  white-space: normal !important;
}

ul.btnList li.noArrow a.scroll_pagetop {
  text-align: right;
  padding-right: 20px;
}


/* with Text Link */

ul.btnList li.textRight {
  text-align: right;
  font-size: 1.3rem;
  line-height: 36px;
}

ul.btnList li.textRight a {
  padding-right: 36px;
  color: #3972C7;
}

ul.btnList li.textRight.formHint {
  border-bottom: 1px dashed #6B6F79 !important;
  border-top: 0 none;
}

ul.btnList li.textRight.formHint2 {
  border-top: 1px dashed #6B6F79 !important;
  border-bottom: none;
}


/*
  [btnList]Thin Buttons
*/

ul.thinBtn li {
  height: auto !important;
  line-height: auto !important;
  font-size: 1.6rem !important;
}

ul.thinBtn li span.new {
  width: 25px;
  height: 11px;
  margin-left: 4px;
  background-image: url("/img/wmsp/top/ic_new.png");
  background-size: 25px auto;
  -webkit-background-size: 25px auto;
  -moz-background-size: 25px auto;
}

ul.thinBtn li span.photo {
  vertical-align: middle;
  width: 19px;
  height: 15px;
  margin-left: 4px;
  background-image: url("/img/wmsp/top/ic_photo.png");
  background-size: 19px auto;
  -webkit-background-size: 19px auto;
  -moz-background-size: 19px auto;
}


/*
  [btnList]Group Button
*/

.groupList {
  width: 100%;
}

.groupList li {
  height: 46px;
}

ul.btnList li.group {
  float: left;
  width: 19%;
  text-align: center;
  background-image: url();
  vertical-align: middle;
  padding-left: 0 !important;
  border-right: 1px solid #6B6F79;
}

ul.btnList li.group1 {
  height: 92px;
  line-height: 92px;
  background-color: #FDAF65;
}

ul.btnList li.group2 {
  height: 92px;
  line-height: 92px;
  background-color: #93d06b;
}

ul.btnList li.group3 {
  height: 92px;
  line-height: 92px;
  background-color: #77b6e1;
}

ul.btnList li.group4 {
  background-color: #b89dd3;
}

ul.btnList li.group5 {
  background-color: #f69b9f;
}

ul.btnList li.group6 {
  height: 92px;
  line-height: 92px;
  background-color: #b69ed4;
}

ul.btnList li.group7 {
  background-color: #f89dac;
}

ul.btnList li.subGroup {
  float: left;
  width: 81%;
  padding-left: 8px !important;
}


/*
  [btnListHalf]
*/

ul.btnListHalf {
  clear: both;
  border-top: 1px solid #EDE9EB;
}

ul.btnListHalf li {
  display: table;
  float: left;
  padding-left: 5px;
  border-bottom: 1px solid #EDE9EB;
  line-height: 2.5;
  font-size: 1.6rem;
  width: 50%;
  background: #FFF url("/img/wmsp/btn/ic_arrow_gray.png") no-repeat 98% center;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
}

ul.btnListHalf li.noLink {
  background-image: url();
  color: #8B8F99;
}

ul.btnListHalf li.noLink .iconS {
  opacity: 0.5;
}

ul.btnListHalf li span.noLink,
ul.btnListHalf li a {
  display: table-cell;
  vertical-align: middle;
}

ul.btnListHalf li a {
  color: #333;
  border-right: 1px solid #EDE9EB
}

ul.btnListHalf li span.noLink span,
ul.btnListHalf li a span.iconS {
  margin-right: 2px;
}

ul.btnListHalf li:nth-child(even) {}

ul.btnListHalf.withIcon li a {
  display: table;
  height: 100%;
  width: 100%;
  max-width: none;
}

ul.btnListHalf.withIcon .iconS {
  margin: 0px 4px 10px 0;
  vertical-align: middle;
  position: relative;
  top: 5px;
}

ul.btnListHalf.withIcon .text {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 85%;
}

header.blockHeader+ul.btnListHalf,
header.blockHeader+ul.btnListHalf li:nth-child(1),
header.blockHeader+ul.btnListHalf li:nth-child(2) {
  border-top: 0 none;
}

ul.btnListHalf+header.blockHeader {
  margin-top: 15px;
}

ul.btnListHalf.nextBack {}

ul.btnListHalf.nextBack li {
  background-image: url();
  text-align: center;
  font-weight: bold;
}

ul.btnListHalf.nextBack {}

ul.btnListHalf.nextBack {}

ul.threeRows {
  border-bottom: 1px solid #EDE9EB;
}

ul.threeRows li {
  width: 33.333333333333336%;
  border-bottom: none;
  border-right: 1px solid #EDE9EB;
}

ul.threeRows li:nth-child(3) {
  border-right: none;
}


/*
  [ButtonList] Multi Line OK
*/

ul.ButtonList {
  clear: both;
  margin: 0 15px 0px 15px;
  border: 1px solid #6B6F79;
  border-radius: 6px;
}

ul.ButtonList li {
  border-bottom: 1px solid #6B6F79;
  line-height: 1.2;
  background-image: url("/img/wmsp/btn/ic_arrow_gray.png");
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
}

ul.ButtonList li:nth-child(even) {
  background-color: #EDEEF0;
}

ul.ButtonList li:nth-child(odd) {}

ul.ButtonList li:last-child {
  border-radius: 0 0 6px 6px;
  border-bottom: 0 none;
}

ul.ButtonList li dl {
  display: table;
  width: 100%;
}

ul.ButtonList li dt,
ul.ButtonList li dd {
  display: table-cell;
  vertical-align: middle;
  height: 46px;
}

ul.ButtonList li dt {
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}

ul.ButtonList li dd {
  text-align: right;
}

ul.ButtonList li dd span.new {
  padding: 1px 4px;
  border-radius: 2px;
  background-color: #FF2233;
  color: #FFF;
}

ul.ButtonList li a {
  color: #333;
}

ul.ButtonList li dd.new {
  width: 30px;
  padding-right: 4px;
  font-size: 0.8rem;
  font-weight: bold;
}

ul.ButtonList li dd.date {
  width: 60px;
  padding-right: 22px;
}

ul.ButtonList li img {
  vertical-align: middle;
  margin-right: 20px;
}


/*
  [Simple Buttons]
*/

ul.SimpleBtns {
  clear: both;
  text-align: center;
}

ul.Simple_Btns {
  clear: both;
  text-align: center;
  margin-top: 10px;
}

ul.SimpleBtns_Small {
  overflow: hidden;
  clear: both;
  padding-top: 10px;
  text-align: center;
}

ul.SimpleBtns__Small {
  overflow: hidden;
  clear: both;
  text-align: center;
}

.FaceBook_text {
  margin: 2px 0 20px 1px;
  display: block;
  font-size: 1.1rem;
  color: #707376;
}

ul.SimpleBtns li {
  display: inline-block;
  width: 100%;
}

ul.Simple_Btns li {
  display: inline-block;
}

ul.SimpleBtns li:last-child {
  margin-bottom: 12px;
  width: 100%;
}

ul.SimpleBtns span {
  display: block;
  line-height: 3.0;
  font-size: 1.6rem;
  border-radius: 4px;
}

ul.Simple_Btns span {
  display: block;
  line-height: 2.5;
  font-size: 1.6rem;
  border-radius: 4px;
}

ul.SimpleBtns a span.ArrowBtn {
  padding-right: 20px;
  background-image: url("/img/wmsp/btn/ic_arrow_white.png");
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
}

ul.Simple_Btns a span.ArrowBtn {
  padding-right: 20px;
  background-image: url("/img/wmsp/btn/ic_arrow_white.png");
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
}

ul.SimpleBtns span.BackBtn {
  border: 1px solid #6B6F79;
  background-color: #FFF;
  color: #6b6f79;
  background: #FFF url("/img/wmsp/btn/ic_arrow_back.png") 8px center no-repeat;
  background-size: 20px auto;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
}

ul.Simple_Btns span.BackBtn {
  border: 1px solid #6B6F79;
  background-color: #FFF;
  color: #6b6f79;
  background: #FFF url("/img/wmsp/btn/ic_arrow_back.png") 8px center no-repeat;
  background-size: 20px auto;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
}

ul.SimpleBtns span.BackBtn.shortWord {
  letter-spacing: 1.5rem;
  padding-left: 24px !important;
}

ul.SimpleBtns span.BtnFemale {
  width: 120px;
  border: 1px solid #FA7CA9;
  background-color: #FFF;
  color: #FA7CA9;
}

ul.Simple_Btns span.BtnFemale {
  width: 120px;
  border: 1px solid #FA7CA9;
  background-color: #FFF;
  color: #FA7CA9;
}

ul.SimpleBtns span.BtnMale {
  width: 120px;
  border: 1px solid #4783D4;
  background-color: #FFF;
  color: #4783D4;
}

ul.Simple_Btns span.BtnMale {
  width: 120px;
  border: 1px solid #4783D4;
  background-color: #FFF;
  color: #4783D4;
}

ul.Simple_Btns span.BtnMale {
  width: 120px;
  border: 1px solid #4783D4;
  background-color: #FFF;
  color: #4783D4;
}

ul.SimpleBtns span.BtnPink {
  line-height: 2.5;
  width: 80%;
  border: 1px solid #F8167E;
  background-color: #FFF;
  color: #FFFFFF;
  border-radius: 6px;
  margin: 5px auto;
}

ul.SimpleBtns span.BtnGray {
  width: 240px;
  border: 2px solid #ABB0B6;
  background-color: #FFF;
  color: #FFFFFF;
  border-radius: 8px
}

ul.SimpleBtns a span {
  background-color: #ACAFB4;
  color: #FFF;
}

ul.SimpleBtns a span.BtnFemale {
  width: 120px;
  background-color: #FA7CA9;
  color: #FFF;
  border: 1px solid #FA7CA9;
}

ul.Simple_Btns a span.BtnFemale {
  width: 120px;
  background-color: #FA7CA9;
  color: #FFF;
  border: 1px solid #FA7CA9;
}

ul.Simple_Btns a span.BtnFemale {
  width: 120px;
  background-color: #FA7CA9;
  color: #FFF;
  border: 1px solid #FA7CA9;
}

ul.SimpleBtns a span.BtnMale {
  width: 120px;
  background-color: #4783D4;
  color: #FFF;
  border: 1px solid #4783D4;
}

ul.Simple_Btns a span.BtnMale {
  width: 120px;
  background-color: #4783D4;
  color: #FFF;
  border: 1px solid #4783D4;
}

ul.SimpleBtns a span.BtnSubmit {
  background-color: #fa3296;
  color: #FFF;
  width: 100%;
  margin: 10px auto 0;
  padding: 0;
}

ul.SimpleBtns a span.LittleBtnSubmit {
  background-color: #FD6E50;
  color: #FFF;
}

ul.SimpleBtns a span.BtnSubmitGray {
  width: 100%;
  margin: 20px auto 0;
  background-color: #ACAFB4;
  color: #FFF;
}

ul.SimpleBtns a span.BtnSubmitGrayNonActive {
  width: 100%;
  margin: 10px auto 0;
  background-color: #E0E0E0;
  color: #FFF;
}

ul.SimpleBtns a span.LittleBtnSubmitGray {
  background-color: #ACAFB4;
  color: #FFF;
}

ul.SimpleBtns span.LittleBtnSubmitPink {
  background-color: #FC83A2;
  color: #FFF;
}

ul.SimpleBtns a span.BtnToPureBBS {
  width: 80%;
  background-color: #72C745;
  color: #FFF;
  margin: 20px auto;
}

ul.SimpleBtns a span.BtnToAdultBBS {
  width: 80%;
  background-color: #f8167e;
  color: #FFF;
  margin: 20px auto;
}

ul.SimpleBtns a span.BtnToAdultMov {
  width: 210px;
  background-color: #BD5686;
  color: #FFF;
}

ul.SimpleBtns a span.BtnToAdultPic {
  width: 210px;
  background-color: #9F8EC5;
  color: #FFF;
}

ul.SimpleBtns a span.Orange {
  background-color: #FD6E50;
  color: #FFF;
}

ul.SimpleBtns a span.Pink {
  background-color: #f8167e;
  color: #FFF;
}

ul.SimpleBtns a span.Gray {
  background-color: #ACAFB4;
  color: #FFF;
}

ul.SimpleBtns.noBottomMargin li {
  margin-bottom: 0;
}

ul.pageNavi + ul.SimpleBtns {
  padding-top: 5px;
  padding-bottom: 20px;
}

ul.pageNavi + ul.SimpleBtns li {
  margin: 0 auto;
  width: 100%;
}

.textLinkBlock + ul.SimpleBtns {
  padding-top: 0;
  padding-bottom: 20px;
}

.textLinkBlock + ul.SimpleBtns li {
  margin-top: 0;
}

.FooterNav {
  letter-spacing: 1px;
  background-color: #EDE9EB;
  text-align: center;
  padding: 9px 0;
}

.FooterNav span a {
  font-size: 1.3rem;
  color: #6b6f79;
}

.footer ul.SimpleBtns {
  margin-bottom: 20px;
  padding-top: 10px;
}

.footer ul.SimpleBtns li {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 0;
}

.BtnFacebook {
  display: block;
  width: 48%;
  background-color: #3b5998;
  padding: 5px 0;
  border-radius: 3px;
  margin: 0 auto;
  cursor: pointer;
}

.BtnFacebook span {
  color: #fff;
  background-color: #3b5998;
  text-align: center;
}

.BtnReregistration {
  float: right;
  display: block;
  width: 48%;
  background-color: #ACAFB4;
  padding: 5px 0;
  border-radius: 3px;
  height: 46px;
}

.BtnReregistration span {
  font-size: 1.4rem;
  line-height: 32px;
  color: #fff;
  background-color: #ACAFB4;
  text-align: center;
}

ul.SimpleBtns.smallFix li span {
  width: 130px;
}

ul.SimpleBtns.smallFix.widthS li span {
  width: 80px;
}

ul.SimpleBtns.small li span,
ul.SimpleBtns.smallFix li span {
  display: block;
  font-size: 1.6rem;
  width: 80%;
  margin: 5px auto;
}

ul.SimpleBtns.smallFix.score li {
  font-size: 1.5rem;
}

ul.SimpleBtns.smallFix.score li span {
  width: 80px;
  margin-bottom: 8px;
}

ul.SimpleBtns.smallFix.score span.Orange {
  border: 1px solid #FD6E50;
}

ul.SimpleBtns.smallFix.score span.label {
  background-color: #FFF;
  border: 1px solid #6B6F79;
  color: #555;
}


/*
  [Standard Button]
*/

.stdBtn,
.stdBtnGray {
  font-weight: normal;
  display: block;
  padding: 0 20px;
  line-height: 2.5;
  border-radius: 4px;
  border-radius: 4px;
  font-size: 1.6rem;
  color: #FFF;
}

.std_BtnGray {
  font-weight: normal;
  display: block;
  padding: 0 20px;
  line-height: 2.5;
  border-radius: 4px;
  border-radius: 4px;
  font-size: 1.6rem;
  color: #FFF;
}

.stdBtn {
  background-color: #fa3296;
}

.stdBtnGray {
  background-color: #ACAFB4;
  width: 70px;
  position: relative;
  top: 19px;
  font-size: 1.3rem;
  margin-left: 3px;
}

.std_BtnGray {
  background-color: #ACAFB4;
  width: 70px;
  font-size: 1.3rem;
  margin-left: 3px;
}

.jumpBtn {
  width: 100%;
  display: block;
  padding: 6px 0px;
  border-radius: 4px;
  font-size: 1.3rem;
  border: 1px solid #6B6F79;
  background: #FFF url("/img/wmsp/btn/ic_arrow_gray.png") no-repeat 98% center;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
}

.jumpBtn a,
.jumpBtn2 a,
.jumpBtn3 a {
  display: block;
  padding: 0 16px 0 10px;
  color: #555;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jumpBtn2 {
  width: 72%;
  display: block;
  float: right;
  padding: 6px 0px;
  border-radius: 4px;
  font-size: 1.3rem;
  border: 1px solid #6B6F79;
  background: #FFF url("/img/wmsp/btn/ic_arrow_gray.png") no-repeat 98% center;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
}

.jumpBtn3 {
  width: 55%;
  display: block;
  float: right;
  padding: 6px 0px;
  border-radius: 4px;
  font-size: 1.3rem;
  border: 1px solid #6B6F79;
  background: #FFF url("/img/wmsp/btn/ic_arrow_gray.png") no-repeat 98% center;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
}


/*
  [Small Button]
*/

.smallFixBtn,
.smallBtn {
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 25px;
  background-color: #B4B4B4;
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
}

.formTable label.smallBtn {
  padding: 0 8px;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 25px;
  background-color: #B4B4B4;
  border-radius: 4px;
  color: #FFF;
}

.small_Btn {
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 1.2rem;
  position: relative;
  bottom: 10px;
  line-height: 25px;
  background-color: #B4B4B4;
  border-radius: 4px;
  color: #FFF;
}

.smallBtnPink {
  float: right;
  display: inline-block;
  width: 70px;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 30px;
  background-color: #f8167e;
  border-radius: 4px;
  color: #FFF;
  text-align: center;
}

.menuWin .footer span.smallBtn {
  width: 80px;
  margin: 15px 4px 0 4px;
  padding: 0;
  font-size: 1.2rem;
}

.smallFixBtn {
  width: 120px;
}

.formSmallBtnBlock {
  padding: 20px 0 10px 0;
  text-align: center;
}


/*
  [Btn Icon(BG type)]
*/

span.icBtnPageTop {
  width: 17px;
  height: 20px;
  background-position: -17px -92px;
}

span.icBtnLogout {
  width: 17px;
  height: 20px;
  background-position: left -92px;
}

span.btnIcon {
  display: inline-block;
  overflow: hidden;
  margin-right: 8px;
  vertical-align: middle;
}


/*
  [SimpleButtonList] Single Line Only
*/

ul.SimpleButtonList {
  clear: both;
  margin: 0 auto 15px;
  border: 1px solid #6B6F79;
  border-radius: 4px;
  width: 95%;
}

ul.SimpleButtonList li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #6B6F79;
  font-size: 1.3rem;
  font-weight: bold;
  background-image: url("/img/wmsp/btn/ic_arrow_gray.png");
  background-clip: padding-box;
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

ul.SimpleButtonList li:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

ul.SimpleButtonList li:last-child {
  border-bottom: 0px none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

ul.SimpleButtonList a {
  display: block;
  width: 100%;
  padding: 0 26px 0 15px;
  color: #555;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

ul.SimpleButtonList a:nth-child(even) li {
  background-color: #EDEEF0;
}

ul.SimpleButtonList a:nth-child(odd) li {}

ul.SimpleButtonList li:nth-child(even) {
  background-color: #EDEEF0;
}

ul.SimpleButtonList li:nth-child(odd) {
  background-color: #FFF;
}

ul.SimpleButtonList a:last-child li {
  border-radius: 0 0 6px 6px;
  border-bottom: 0 none;
}

ul.SimpleButtonList li.noLink {
  padding: 0 0 0 15px;
  background-image: url();
  font-weight: normal;
}

ul.SimpleButtonList li a img {
  vertical-align: middle;
  margin: 0 20px 0 0;
  width: 25px;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}


/*
  [MixButtonList] Mix Line
*/

ul.MixButtonList {
  clear: both;
  border: 1px solid #6B6F79;
  border-radius: 6px;
}

ul.MixButtonList li {
  padding: 0 0 0 15px;
  line-height: 2.5;
  border-bottom: 1px solid #6B6F79;
  font-size: 1.6rem;
  background-image: url("/img/wmsp/btn/ic_arrow_gray.png");
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

ul.MixButtonList li:last-child {
  border-bottom: 0px none;
}

ul.MixButtonList a {
  display: block;
  width: 100%;
  color: #555;
  border-bottom: 1px solid #6B6F79;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

ul.MixButtonList a:nth-child(even) {
  background-color: #EDEEF0;
}

ul.MixButtonList a:nth-child(odd) {}

ul.MixButtonList a:last-child {
  border-radius: 0 0 6px 6px;
  border-bottom: 0 none;
}


/*
  [SimpleBtnBlock] Simple Button Block
*/

div.SimpleBtnBlock {
  margin-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

div.SimpleBtnBlock span {
  display: inline-block;
  width: 120px;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #D5D6D7;
  line-height: 1.1;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
}

div.SimpleBtnBlock a span {
  background-color: #ACAFB4;
  color: #FFF;
}

div.SimpleBtnBlock a span.ArrowBtn {
  padding-right: 20px;
  background-image: url("/img/wmsp/btn/ic_arrow_white.png");
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
}

.stdBlock div.SimpleBtnBlock {
  padding-bottom: 0;
}


/*
[Diary]
*/

.diaryHeader header.blockHeader {
  background-color: #FFEDD6;
}

.diaryHeader header.blockHeader h3 {
  color: #555 !important;
}

.diaryHeader .headerBlock {
  padding: 0;
}

div.diaryBody {
  padding: 15px 15px 5px 15px;
  border-top: 1px dashed #6B6F79
}

div.diaryBody .count {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 0px 2px 4px;
  background-color: #E8E9EB;
  color: #FA7B60;
}

div.diaryBody .count .number {
  display: inline-block;
  padding: 0 8px 0 8px;
  color: #555;
}

div.diaryBody--attach {
  padding-bottom: 10px;
}

.btnline.diary {
  padding-bottom: 8px;
  border: 0 none;
}

.btnline.diary a>span {
  margin-top: 8px;
  margin-bottom: 8px;
}

.btnline .comment {
  line-height: 1.4;
  margin-top: 8px;
}

.btnline .comment .count {
  font-size: 1.3rem;
  font-weight: bold;
  color: #FA7B60;
}

.diaryHeader ul.iconMenuList {
  border-top: 0 none !important;
}

.diaryHeader ul.iconMenuList li {
  border-top: 0 none !important;
}

.diaryHeader header.blockHeader {
  background-color: #FFEDD6;
}

.diaryHeader ul.iconMenuList {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}


/*
[BBS Area]
*/

ul.AreaTable li {
  border-bottom: 1px solid #EDE9EB;
  line-height: 37px;
}

ul.AreaTable ul.btnList {
  border-bottom: 0 none;
}

ul.AreaTable ul.btnList li {
  padding-left: 30px;
  background-image: url();
  height: 75px;
}

ul.AreaTable ul.btnList li .text {
  float: left;
  width: auto;
}

ul.AreaTable ul.btnList li>a {
  display: block;
  float: right;
  padding-right: 10px;
}

ul.AreaTable ul.btnList li a div {
  display: inline-block;
  background-color: #ACAFB4;
  border-radius: 4px;
  color: #FFF;
  line-height: 1.4;
  padding: 4px 15px;
  font-size: 1.2rem;
  margin-right: 5px;
}

ul.AreaTable ul.btnList li.closeLine {
  padding-right: 0px;
  border-bottom: 0 none;
}

ul.AreaTable ul.btnList li.closeLine a {
  width: 100%;
  text-align: right;
}

ul.AreaTable>li:last-child {
  border-bottom: 0 none;
}


/*
[BBS Edit]
*/

ul.Edit {
  margin-left: 10px;
  color: #80838C;
}

ul.Edit li.notice {
  margin-top: 10px;
  color: #F8167E;
  font-size: 1.5rem;
  text-align: center;
}

ul.Edit li.centerObj1 {
  margin-right: 10px;
  font-size: 1.4rem;
  text-align: center;
}

ul.Edit li.centerObj2 {
  margin-right: 10px;
  text-align: center;
  font-size: 1rem;
}

header.subHeaderEditBBS {
  position: relative;
  display: table;
  width: 100%;
  height: 32px;
  clear: both;
}

header.subHeaderEditBBS h1 {
  height: 20px;
  font-size: 2rem;
  vertical-align: middle;
  text-align: center;
}

header.subHeaderEditBBS h2 {
  padding-left: 10px;
  font-size: 1.5rem;
  vertical-align: middle;
}

header.subHeaderEditBBS h3 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.5rem;
  vertical-align: middle;
}

hr.Edit {
  height: 1px;
  border: 0 none;
  border-top: 1px solid #E6E6E6;
  margin: 5px 0;
}

div.grid3 {
  display: inline-block;
  _display: inline;
  width: 70px;
  margin: 10px;
}

div.whiteGray {
  font-size: 1.5rem;
  color: #E6E6E6;
}

div.pinkMessage {
  display: inline-block;
  _display: inline;
  font-size: 1.3rem;
  color: #F8167E;
}

div.grayMessage {
  display: inline-block;
  _display: inline;
  font-size: 1.3rem;
  color: #80838C;
}

span.wide {
  padding-top: 10px;
  width: 244px;
  height: 35px;
  vertical-align: middle;
}


/*
[Board]
*/

ul.ProfList.withCheckbox dd.balloon {
  margin-left: 34px;
  margin-right: 15px;
}

ul.ProfList.withBalloon .btnline {
  border-top: 0 none;
}

ul.ProfList.withBalloon li {
  background: none;
}

div.Mail {
  display: inline-block;
  widht: 122px;
  height: 26px;
  margin-top: 15px;
  margin-left: 30px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 14px;
  border-radius: 2px;
  background: url('/img/wmsp/btn/ic_arrow_s_purple.png') no-repeat 98%;
  background-size: 6px;
  background-color: #FA3296;
  color: #FFFFFF;
  font-size: 1.0rem;
}

span.cantShow {
  color: #FF3F4B;
  font-color: #FF3F4B: font-size: 1.2rem;
}


/*
[Ranking]
*/

.headerText {
  padding-top: 15px;
  padding-bottom: 4px;
  font-size: 1.4rem;
  text-align: center;
}


/*
[Follow]
*/

ul.ProfList.withCheckbox>li div.body {
  margin: 10px 15px 10px 49px;
}


/*
[Notification]
*/

ul.ProfList.notification {
  margin-bottom: 15px;
}

ul.ProfList.notification li {
  border-top: 0 none;
  border-bottom: 1px dashed #6B6F79;
  background: none;
}

ul.ProfList.notification li:last-child {
  border-bottom: 1px dashed #6B6F79;
}

ul.ProfList.notification > li dl {
  padding-left: 0;
}

ul.ProfList.notification > li dd.rightBlock {
  margin-top: 2px;
}

ul.ProfList.notification > li dd.rightBlock a {
  color: #3972C7;
}

ul.ProfList.notification > li dd.rightBlock .date {
  color: #8B8F99;
}

ul.ProfList div.notification_checkbox {
  display: inline-block;
  line-height: 40px;
  padding-top: 5px;
  position: relative;
  bottom: 8px;
  left: 5px;
}

ul.ProfList div.notification_Checkbox {
  display: inline-block;
  padding-top: 5px;
  position: absolute;
  margin-right: 30px;
}

ul.ProfList div.notification_Checkbox label {
  margin: 0 3px 0 13px;
  top: 7px;
}

ul.ProfList div.notification_checkbox>span.notification_time {
  display: inline-block;
  vertical-align: 15%;
}

ul.ProfList div.notification_arrow {
  padding-top: 7px;
  background: url("/img/wmsp/btn/ic_arrow_gray.png") no-repeat 98% center;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
}

ul.ProfList.notification2 {
  padding-top: 15px;
}

ul.ProfList.notification2 li {
  border-top: 1px solid #6B6F79;
  background: none;
}

ul.ProfList div.notification_prof {
  max-height: 100px;
  margin: 0 5px;
  margin-top: 10px;
  margin-bottom: 5px;
}

ul.ProfList div.notification_prof span.partner_status {
  display: inline-block;
  width: 65%;
  font-size: 1.5rem;
}

ul.ProfList div.notification_prof span.notification_time {
  font-size: 12px;
  color: #888;
}

ul.ProfList .notification_pic {
  display: inline-block;
  margin: 0 7px 0 36px;
  text-align: center;
  vertical-align: top;
}

ul.ProfList.notification2 .notification_unchecked {
  padding-bottom: 10px;
  background-color: #FFe2f2;
}

ul.ProfList.notification2 div.notification_arrow2 {
  background: url("/img/wmsp/btn/ic_arrow_gray.png") no-repeat 97% center;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  border: 1px solid #6B6F79;
  border-radius: 6px;
}

ul.ProfList.notification2 div.notification_content {
  margin-right: 30px;
  text-align: left;
}


/*
[Talk]
*/

span.talk>a {
  color: #3972C7;
}

.photoCover {
  display: inline-block;
  background-color: #FFFFFF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px;
  width: 48px;
  height: 48px;
  background-size: cover;
}

.photoCoverProf {
  display: inline-block;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px;
  width: 60px;
  height: 60px;
  background-size: cover;
}

.photoCoverProf2 {
  display: inline-block;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  width: 87px;
  height: 115px;
  background-size: cover;
  float: left;
}

.avatar2D {
  display: inline-block;
  background-color: #FFFFFF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0px;
  width: 48px;
  height: 48px;
  background-size: 80px auto;
}

.avatar2DProf {
  display: inline-block;
  background-color: #FFFFFF;
  background-position: center 10%;
  background-repeat: no-repeat;
  margin: 0px;
  width: 60px;
  height: 60px;
  background-size: auto;
}

.recommended_cover {
  display: inline-block;
  background-color: #FFFFFF;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px;
  width: 60px;
  height: 60px;
  background-size: cover;
}


/*
[Stage]
*/

.stage {
  width: 250px;
}

.stage thead th {
  border: solid 1px #808080;
  text-align: center;
  background-color: #fa7ca9;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 30px;
}

.stage tbody tr td.leftCell {
  border: solid 1px #808080;
  padding-left: 5px;
  background-color: #ede9eb;
  font-weight: bold;
  line-height: 40px;
  width: 110px;
}

.stage tbody tr td.rightCell {
  border: solid 1px #808080;
  text-align: center;
  line-height: 40px;
}

.stage thead tr,
.stage tbody tr,
.stage tbody td {
  border: solid 1px #808080;
}

.stage2 {
  width: 250px;
}

.stage2 thead th {
  border: solid 1px #808080;
  text-align: center;
  background-color: #acafb4;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 30px;
}

.stage2 thead tr,
.stage2 tbody tr,
.stage2 tbody td {
  border: solid 1px #808080;
}

.stage2 tbody tr td.leftCell {
  padding-left: 5px;
  line-height: 35px;
  width: 50%;
}

.stage2 tbody tr td.rightCell {
  text-align: center;
  line-height: 35px;
}

.stage2 tbody td.singleCell {
  text-align: center;
  height: 45px;
}


/*  */

ul.iconPhotoList {
  width: 100%;
}

ul.iconPhotoList li {
  display: inline-block;
  width: 25%;
  float: left;
  text-align: center;
  font-size: 0.8rem;
}

ul.seachPhotoList {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

ul.seachPhotoList li {
  width: 25%;
  float: left;
  text-align: center;
  font-size: 0.8rem;
  border-bottom: 2px solid #EDE9EB;
  margin-bottom: 8px;
}

.uploadThumbnail {
  width: 49px !important;
  height: 49px !important;
  background-size: 49px 49px;
  float: right;
  margin: 10px;
  cursor: pointer;
}

.uploadThumbnailImage {
  width: 60px !important;
  height: 60px !important;
  background-size: 60px 60px;
  float: right;
  margin: -32px 24px 24px 0;
  cursor: pointer;
}

header.blockHeader div.rightBlock span.areaBtn {
  display: inline-block;
  min-width: 50px;
  max-width: 100px;
  padding: 0 10px;
  line-height: 2.0;
  font-size: 1.3rem;
  color: #FFF;
  text-align: center;
  border-radius: 4px;
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  background-color: #F8167E
}

tr.panel_top td.panel_left,
tr.panel_top td.panel_right,
tr.panel_bottom td.panel_left,
tr.panel_bottom td.panel_right {
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-color: transparent;
}

tr.panel_top td.panel_left {
  background-image: url("/img/wmsp/common/window/window_01.png");
}

tr.panel_top td.panel_right {
  background-image: url("/img/wmsp/common/window/window_03.png");
}

tr.panel_bottom td.panel_left {
  background-image: url("/img/wmsp/common/window/window_06.png");
}

tr.panel_bottom td.panel_right {
  background-image: url("/img/wmsp/common/window/window_08.png");
}

tr.panel_top td.panel_center,
tr.panel_bottom td.panel_center {
  height: 10px;
  background-repeat: repeat-x;
}

tr.panel_top td.panel_center {
  background-image: url("/img/wmsp/common/window/window_02.png");
}

tr.panel_bottom td.panel_center {
  background-image: url("/img/wmsp/common/window/window_07.png");
}

tr.panel_middle td.panel_right,
tr.panel_middle td.panel_left {
  width: 10px;
  background-repeat: repeat-y;
}

tr.panel_middle td.panel_left {
  background-image: url("/img/wmsp/common/window/window_04.png");
}

tr.panel_middle td.panel_right {
  background-image: url("/img/wmsp/common/window/window_05.png");
}

#fadeLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  visibility: visible;
  z-index: 6;
}

ul.infoList li.subHeader_top {
  clear: both;
  position: relative;
  display: table;
  width: 100%;
  padding: 0 10px;
  font-weight: bold;
}

ul.infoList li.subHeader_top h3 {
  padding: 10px 10px 10px 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

ul.infoList li.subHeader_top h3 {
  display: table-cell;
  vertical-align: middle;
}

ul.infoList li.subHeader_top div.rightBlock {
  text-align: right;
}

ul.infoList li.subHeader_top a {
  display: table;
  padding: 0;
  height: 100%;
  width: 100%;
}

ul.infoList li.subHeader_top .count {
  display: inline-block;
  width: 26px;
  height: 26px;
  padding: 0;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  line-height: 26px;
  background-image: url("/img/wmsp/top/balloon.png");
  background-repeat: no-repeat;
  background-position: 0px 0;
  background-size: 26px auto;
  -webkit-background-size: 26px auto;
  -moz-background-size: 26px auto;
}

.maintenance {
  background-color: #F8167E;
  color: #FFFFFF;
  font-size: 1.2em;
  line-height: 1.5em;
}

.maintenance marquee {
  vertical-align: middle;
}


/** gohan **/

tr.menu_line {
  height: 20%;
}

td.menu_box {
  text-align: center;
}

span.gohan_icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

span.gohan_img_menu_1 {
  background-size: 50px auto;
  background-image: url('/img/gohan/img_menu_01.png');
  background-repeat: no-repeat;
}

span.gohan_img_menu_2 {
  background-size: 50px auto;
  background-image: url('/img/gohan/img_menu_02.png');
  background-repeat: no-repeat;
}

span.gohan_img_menu_3 {
  background-size: 50px auto;
  background-image: url('/img/gohan/img_menu_03.png');
  background-repeat: no-repeat;
}

span.gohan_img_menu_4 {
  background-size: 50px auto;
  background-image: url('/img/gohan/img_menu_04.png');
  background-repeat: no-repeat;
}

span.gohan_img_menu_5 {
  background-size: 50px auto;
  background-image: url('/img/gohan/img_menu_05.png');
  background-repeat: no-repeat;
}

span.gohan_img_menu_6 {
  background-size: 50px auto;
  background-image: url('/img/gohan/img_menu_06.png');
  background-repeat: no-repeat;
}

span.gohan_img_menu_7 {
  background-size: 50px auto;
  background-image: url('/img/gohan/img_menu_07.png');
  background-repeat: no-repeat;
}

span.gohan_img_menu_8 {
  background-size: 50px auto;
  background-image: url('/img/gohan/img_menu_08.png');
  background-repeat: no-repeat;
}

span.gohan_img_menu_9 {
  background-size: 50px auto;
  background-image: url('/img/gohan/img_menu_09.png');
  background-repeat: no-repeat;
}

span.gohan_img_menu_10 {
  background-size: 50px auto;
  background-image: url('/img/gohan/img_menu_10.png');
  background-repeat: no-repeat;
}

span.gohan_img_menu_11 {
  background-size: 50px auto;
  background-image: url('/img/gohan/img_menu_11.png');
  background-repeat: no-repeat;
}

span.gohan_img_menu_12 {
  background-size: 50px auto;
  background-image: url('/img/gohan/img_menu_12.png');
  background-repeat: no-repeat;
}

span.gohan_img_menu_13 {
  background-size: 50px auto;
  background-image: url('/img/gohan/img_menu_13.png');
  background-repeat: no-repeat;
}

span.gohan_img_menu_14 {
  background-size: 50px auto;
  background-image: url('/img/gohan/img_menu_14.png');
  background-repeat: no-repeat;
}

span.gohan_img_menu_15 {
  background-size: 50px auto;
  background-image: url('/img/gohan/img_menu_15.png');
  background-repeat: no-repeat;
}

.gohan__read #ProfImgAlertBlock {
  top: 0;
  left: 0;
}

.p-gohan__modal__text-wrap {
  width: auto;
  margin: 0 auto;
  font-size: 2.0rem;
  color: #555555;
  line-height: 1.0;
  background-color: #FFF;
  padding: 10px;
}

.p-gohan__modal__btn-container{
  width:auto;
  margin:0 auto;
  font-size: 2.0rem;
  color: #555555;
  line-height: 1.0;
  background-color:#FFF;
}

.p-gohan__modal__btn-wrap{
  padding: 0 10px;
  background: #fff;
}

ul.SimpleBtns li.p-gohan__modal__btn-content {
  width: 48%;
}

.p-gohan__modal__btn-submit {
  display: inline-block;
  width: 100%;
}

ul.SimpleBtns a span.BtnSubmit.p-gohan__modal__btn-submit--primary {
  background-color: #fa3296;
}

ul.SimpleBtns a span.BtnSubmit.p-gohan__modal__btn-submit--secondary {
  background-color: #acafb4;
}

/** slider */

DIV.flipbanner_back {
  width: 100%;
  margin: 10px 0;
}

DIV.flipbanner_viewport {
  width: 320px;
  height: 64px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: hidden;
}

DIV.loopslider {
  position: relative;
}

DIV.loopslider:after {
  clear: both;
}

DIV.loopslider UL {
  margin-top: 0;
  padding: 0;
  float: left;
}

DIV.loopslider LI {
  list-style-type: none;
  width: 320px;
  height: 64px;
  float: left;
}

DIV.loopslider IMG {
  width: 320px;
  height: 64px;
}

DIV.banner_mark {
  width: 320px;
  height: 12px;
  margin: 0 auto;
  text-align: center;
}

DIV.banner_mark SPAN.current {
  background: none repeat scroll 0 0 #f8167e;
}

DIV.banner_mark SPAN {
  border: 1px solid #f8167e;
  border-radius: 8px;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 1px 0 1px;
}

.loading {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-top: -50px;
  margin-left: -50px;
  top: 50%;
  left: 50%;
  position: fixed;
  background: url(/img/wmsp/common/loading.png);
  background-size: 100px 1200px;
  -webkit-animation: load 0.5s steps(12) infinite;
  -moz-animation: load 0.5s steps(12) infinite;
}

@-webkit-keyframes load {
  0% {
    background-position: 0 0px;
  }
  100% {
    background-position: 0 -2400px;
  }
}

@-moz-keyframes load {
  0% {
    background-position: 0 0px;
  }
  100% {
    background-position: 0 -2400px;
  }
}


/* headding */

.headPink {
  background: #F9709F;
  color: #fff;
  padding: 10px;
  margin-top: 25px;
}


/* news */

.latest-news {
  position: relative;
  z-index: 1;
  margin: 0 8px 8px;
  padding: 8px 0 0;
  background: #fff;
}

.latest-news__spacing {
  margin-top: 1px;
  padding-top: 16px;
}

.latest-news__tab-content {
  display: none;
  padding: 8px 0 8px;
}

.latest-news__tab-content.on {
  display: block;
}

.latest-news__list--notification a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  color: #fa1894;
}

.latest-news__list--notification a:after {
  display: none;
}

.latest-news__list .latest-news__list--notification a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  color: #fa1894;
}

.latest-news__list .latest-news__list--notification a:after {
  display: none;
}

.latest-news__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #efecee;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
}

.latest-news__list li a {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 44px;
  padding: 8px 24px 8px 8px;
  color: #333;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.latest-news__list li a.latest-news__list-campaign-link {
  color: #fa1894;
}

.latest-news__list-campaign-link {
  margin-bottom: 8px;
}

.latest-news__list li a:after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  height: 20px;
  margin-top: -10px;
  content: '';
  background: url("/img/wmsp/btn/btn.png") no-repeat;
  background-position: 0 0;
  background-size: 128px 112px;
}

.latest-news__list--notification--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.latest-news__list--notification--count {
  position: relative;
  padding: 4px 10px;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fa1894;
  font-size: 1.2rem;
}

.latest-news__list--notification--count:after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -4px;
  content: '';
  border-width: 5px 7px 0 0;
  border-style: solid;
  border-color: #fa1894 transparent transparent transparent;
}


/* header menu */

.header__wrap {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 8px;
  background: #fff;
  display: none;
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__btn {
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__btn--ui {
  padding: 0 8px 0;
  display: flex;
  flex: 1 0 auto;
  justify-content: flex-end;
  align-items: center;
}

.open_ui_switch_dialog {
  width: 92px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #bdc0c4;
  border-radius: 16px;
  color: #fff;
  font-size: 12px;
}

.header__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #b5b8bc;
  font-size: 1.2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}

.header__menu-wrap li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 16.6%;
  height: 44px;
  border-right: 1px solid #fff;
  background: #e2dee2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu-wrap li:last-child {
  border-right: 0;
}

.top .header__menu__list--top,
.mail-box .header__menu__list--mail,
.type-list .header__menu__list--type,
.foot-print .header__menu__list--footprint,
.notification .header__menu__list--notification {
  background: #f760a7;
}

.top .header__menu__list--top a {
  background-position: center -240px;
}

.mail-box .header__menu__list--mail a {
  background-position: center -80px;
}

.type-list .header__menu__list--type a {
  background-position: center -320px;
}

.foot-print .header__menu__list--footprint a {
  background-position: center -400px;
}

.notification .header__menu__list--notification a {
  background-position: center 0;
}

.header__menu {
  position: relative;
  z-index: 6;
}

.header__menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header__menu-badge-wrap{
  width: 40px;
  margin: auto;
  position: relative;
  display: block;
}

.header__menu-badge {
  position: absolute;
  top: 2px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 18px;
  height: 18px;
  text-indent: initial;
  color: #fff;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-color: #fa1894;
  font-size: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__search__list {
  position: fixed;
  z-index: 5;
  left: 0;
  display: none;
  overflow: hidden;
  margin: 0 8px;
  border: 1px solid #dcdcdc;
  border-width: 1px 0 0 1px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.header__search__list li {
  float: left;
  width: 50%;
}

.header__search__list a {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding: 2px 0;
  color: #333;
  border: 1px solid #dcdcdc;
  border-width: 0 1px 1px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
}

.header__search__list a:after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  height: 20px;
  margin-top: -10px;
  content: '';
  background: url("/img/wmsp/btn/btn.png") no-repeat;
  background-position: 0 0;
  background-size: 128px 112px;
}

#overlay {
  position: fixed;
  z-index: 5;
  left: 0;
  display: none;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.header__menu__btn {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url('/img/wmsp/navi/header__menu__btn.png?201904') no-repeat;
  background-size: 40px 480px;
  position: relative;
}

.header__menu__btn-alert-active {
  width: 100%;
  height: 40px;
  background-position: center 0;
}

.header__menu__btn-alert {
  width: 100%;
  height: 40px;
  background-position: center -40px;
}

.header__menu__btn-mail-active {
  width: 100%;
  height: 40px;
  background-position: center -80px;
}

.header__menu__btn-mail {
  width: 100%;
  height: 40px;
  background-position: center -120px;
}

.header__menu__btn-search.on {
  width: 100%;
  height: 40px;
  background-position: center -160px;
}

.header__menu__btn-search {
  width: 100%;
  height: 40px;
  background-position: center -200px;
}

.header__menu__btn-top-active {
  width: 100%;
  height: 40px;
  background-position: center -240px;
}

.header__menu__btn-top {
  width: 100%;
  height: 40px;
  background-position: center -280px;
}

.header__menu__btn-type-active {
  width: 100%;
  height: 40px;
  background-position: center -320px;
}

.header__menu__btn-type {
  width: 100%;
  height: 40px;
  background-position: center -360px;
}

.header__menu__btn__footprint-active {
  width: 100%;
  height: 40px;
  background-position: center -400px;
}

.header__menu__btn__footprint {
  width: 100%;
  height: 40px;
  background-position: center -440px;
}


/* footer menu */

.footer__menu__btn {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url('/img/wmsp/navi/footer__menu__btn.png?c=1526952542755') no-repeat;
  background-size: 59px 300px;
}

.footer__menu__btn-mymenu.on {
  background-position: center -40px;
  width: 100%;
  height: 35px;
}

.footer__menu__btn-mymenu {
  background-position: center 3px;
  width: 100%;
  height: 35px;
}

.footer__menu__btn-mypage {
  background-position: center -86px;
  width: 100%;
  height: 35px;
}

.footer__menu__btn-service.on {
  background-position: center -224px;
  width: 100%;
  height: 35px;
}

.footer__menu__btn-service {
  background-position: center -177px;
  width: 100%;
  height: 35px;
}

.footer__menu__btn-wakuplus {
  background-position: center -265px;
  width: 100%;
  height: 35px;
}

.footer__menu__service__btn {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url('/img/wmsp/navi/footer__menu__service__btn.png?c=201904') no-repeat;
  background-size: 372px 266px;
}

.footer__menu__service__btn__icon-avatar {
  background-position: -94px 0px;
  width: 90px;
  height: 50px;
}

.footer__menu__service__btn__icon-bbs-adult {
  background-position: 0px -162px;
  width: 90px;
  height: 50px;
}

.footer__menu__service__btn__icon-bbs-pure {
  background-position: 0px -54px;
  width: 90px;
  height: 50px;
}

.footer__menu__service__btn__icon-bbs-voice {
  background-position: -94px -54px;
  width: 90px;
  height: 50px;
}

.footer__menu__service__btn__icon-chat {
  background-position: 0px -108px;
  width: 90px;
  height: 50px;
}

.footer__menu__service__btn__icon-diary {
  background-position: -94px -108px;
  width: 90px;
  height: 50px;
}

.footer__menu__service__btn__icon-dinner {
  background-position: -188px 0px;
  width: 90px;
  height: 50px;
}

.footer__menu__service__btn__icon-game {
  background-position: -188px -54px;
  width: 90px;
  height: 50px;
}

.footer__menu__service__btn__icon-gravure {
  background-position: -188px -108px;
  width: 90px;
  height: 50px;
}

.footer__menu__service__btn__icon-minicontents {
  background-position: 0px 0px;
  width: 90px;
  height: 50px;
}

.footer__menu__service__btn__icon-movie-wakuwaku {
  background-position: -94px -162px;
  width: 90px;
  height: 50px;
}

.footer__menu__service__btn__icon-murmur {
  background-position: -188px -162px;
  width: 90px;
  height: 50px;
}

.footer__menu__service__btn__icon-news {
  background-position: 0px -216px;
  width: 90px;
  height: 50px;
}

.footer__menu__service__btn__icon-portlait {
  background-position: -94px -216px;
  width: 90px;
  height: 50px;
}

.footer__menu__service__btn__icon-post-movie {
  background-position: -188px -216px;
  width: 90px;
  height: 50px;
}

.footer__menu__service__btn__icon-post-photo {
  background-position: -282px 0px;
  width: 90px;
  height: 50px;
}

.footer__menu__service__btn__icon-talk {
  background-position: -282px -54px;
  width: 90px;
  height: 50px;
}

.footer__menu__service__btn__icon-theme {
  background-position: -282px -108px;
  width: 90px;
  height: 50px;
}

.footer__menu__service__btn__icon-type-ranking {
  background-position: -282px -162px;
  width: 90px;
  height: 50px;
}

footer {
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dcdcdc;
  border-width: 1px 0 0 0;
}

.footer__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 44px;
  border-right: 1px solid #fff;
  background: #e2dee2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 25%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__list li:last-child {
  border-right: none;
}

.footer__list li a {
  text-align: center;
  font-size: 1.2rem;
}

.mypage .footer__list--mypage {
  background: #f760a7;
}

.mypage .footer__menu__btn-mypage {
  background-position: center -130px;
  width: 100%;
  height: 35px;
}

.footer__menu__service {
  position: fixed;
  z-index: 5;
  bottom: 44px;
  left: 0;
  display: none;
  margin: 0 8px;
  background: #f6f6f6;
}

.footer__menu__service__list {
  overflow: hidden;
  border: 1px solid #dcdcdc;
  border-width: 1px 0 0 1px;
}

.footer__menu__service__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 33.3%;
  border: 1px solid #dfdfdf;
  border-width: 0 1px 1px 0;
  background: #f5f5f5;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__menu__mymenu {
  position: fixed;
  z-index: 5;
  bottom: 44px;
  left: 0;
  display: none;
  margin: 0 8px;
  background: #fff;
}

.footer__menu__mymenu__list {
  overflow: hidden;
  border: 1px solid #dcdcdc;
  border-width: 1px 0 0 1px;
}

.footer__menu__mymenu__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 50%;
  border: 1px solid #dcdcdc;
  border-width: 0 1px 1px 0;
  background: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__menu__mymenu__list li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 44px;
  padding: 8px 24px 8px 8px;
  color: #333;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
}

.footer__menu__mymenu__list li a:after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  height: 20px;
  margin-top: -10px;
  content: '';
  background: url("/img/wmsp/btn/btn.png") no-repeat;
  background-position: 0 0;
  background-size: 128px 112px;
}

.testwrap ul {
  display: flex;
}

.testwrap ul li p {
  margin: 0;
  padding: 0;
}

.testwrap ul li {
  border: 1px solid #E0E0E0;
  position: relative;
  flex: 1;
  padding-bottom: 47px;
}

.headerWrap__img img {
  width: 100%;
}

.headerWrap__img {
  position: absolute;
  bottom: 0;
}

.testwrap__game img {
  width: 100%;
}


/* ----------------------------------------
/* new design
/* ----------------------------------------

/* loading icon */

.c-loading {
  width: 70px;
  text-align: center;
  position: fixed;
  z-index: 6;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -35px;
  display: none;
}

.c-loading .c-loading__item{
  width: 18px;
  height: 18px;
  background-color: #FB39A0;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: circle-bounce 1.4s infinite ease-in-out both;
  animation: circle-bounce 1.4s infinite ease-in-out both;
}

.c-loading .c-loading__item--1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.c-loading .c-loading__item--2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes circle-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes circle-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/* button */

.c-btn {
  color: #616161;
  background: #e0e0e0;
  text-align: center;
  height: 44px;
  -webkit-border-radius: 22px;
     -moz-border-radius: 22px;
          border-radius: 22px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  font-weight: normal;
  cursor: pointer;
}
.c-btn.st-touch {
  background: #c1c1c1;
}

.c-btn--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-btn--accent {
  color: #fff;
  background: #64ccad;
}
.c-btn--accent.st-touch {
  background: #3cb792;
}

.c-btn--negative {
  color: #fff;
  background: #616161;
}

.c-btn--negative.st-touch {
  background: #424242;
}

/* dialog */

.c-dialog {
  padding: 24px 16px;
  margin: 0 24px;
  color: #212121;
  position: fixed;
  background: #fff;
  border: 2px solid #f760a7;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.c-dialog.is-show {
  display: block;
}

.c-dialog.is-active {
  opacity: 1;
}

.c-dialog.is-hide {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
}

.c-dialog__text-wrap {
  margin-bottom: 24px;
}

.c-dialog__text {
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.c-dialog__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.c-dialog__btn {
  display: block;
  height: 44px;
  border-radius: 22px;
  font-weight: normal;
}

.c-dialog__btn--negative {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border:1px solid #bdbdbd;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
  margin: 0 8px 0 0;
  padding: 0;
  -webkit-box-flex:1;
  -webkit-flex:1;
     -moz-box-flex:1;
      -ms-flex:1;
          flex:1;
}

.c-dialog__btn--negative.st-touch {
  background: #e0e0e0;
  }

.c-dialog__btn--positive{
 font-size: 1.4rem;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 background: #64ccad;
 color: #fff;
   margin: 0 0 0 8px;
 padding: 0;
  -webkit-box-flex:1;
  -webkit-flex:1;
     -moz-box-flex:1;
      -ms-flex:1;
          flex:1;
}

.c-dialog__btn--positive.st-touch{
  background: #3cb792;
}

.ui-corner-all {
  -webkit-border-radius: 4px !important;
     -moz-border-radius: 4px !important;
          border-radius: 4px !important;
}

div.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
}

div.ui-dialog {
  padding: 0;
  border: 0;
  margin: 0;
  background: #fff;
}

div.ui-dialog .ui-dialog-content {
  padding: 0;
}

div.ui-dialog .ui-dialog-titlebar {
  display: none;
}

div.ui-dialog *:focus {
  outline-color: transparent;
  outline: none;
}

div.fixed-dialog {
  position: fixed;
}

div.alert p {
  padding: 24px 16px 8px 16px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #555555;
}

div.alert p.header {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

/* overlay */

.c-overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
}

.c-overlay--fade {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}

.c-overlay--fade.is-show {
  display: block;
}

.c-overlay--fade.is-active {
  opacity: 1;
}

.c-overlay--fade.is-hide {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
}

#searchPhotoBtnWrap {
  display: none;
}

.search-photo__error {
  font-size: 1.6rem;
  padding: 8px 0 16px;
  font-weight: normal;
  text-align: center;
  display: none;
}

.search-photo__error--more {
  font-size: 1.6rem;
  padding: 16px 0;
  font-weight: normal;
  text-align: center;
}

/* button */

.btn {
  font-weight: normal;
  padding: 0;
}

.btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  border-radius: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
}

.btn button {
  height: 44px;
  border-radius: 4px;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-more a,
.btn-more button {
  color: #fa1894;
  border: 1px solid #fa1894;
}

.btn-base a,
.btn-base button {
  color: #fff;
  background: #b5b8bc;
  border: 0;
}

.btn__wrap {
  margin: 0 8px;
}

.btn-in-heading {
  font-weight: normal;
  padding: 8px;
  color: #fff;
  border-radius: 4px;
  background: #b5b8bc;
  font-size: 1.2rem;
}

.btn__search_photo {
  width: 100%;
}

.btn__search_photo__inner {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn__search_photo--loading {
  opacity: 0.5;
}

.btn__type {
  display: inline-block;
  position: relative;
  width: 42%;
  height: 38px;
  border-radius: 19px;
  background-color: #f884a3;
}

.btn__type.disabled {
  background-color: #dbdee3;
}

.btn__type--inner {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 2rem;
  font-family: HiraginoSans-W3;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.c-icon--heart--shine--fill:before {
  margin: 0 4px 0 0;
  font-size: 2rem;
}

/* pref setting */

.setting__profile__pref {
  width: 90%;
  border: 1px solid #E0E0E0;
  background: #F5F5F5;
  border-radius: 4px;
  padding: 8px;
  margin: 8px auto;
}

/* photo setting */

.setting__profile__photo .stdBlock center .topDottedBorder:last-of-type {
  display: none;
}

.setting__profile__photo .list__avatar {
  margin: 0;
}

.setting__profile__photo .list__avatar a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.setting__profile__photo .list__avatar a:before {
  content: "";
  display: block;
  background-image: url(/img/wmsp/common/ic_avatar.png);
  -moz-background-size: 50px auto;
  background-size: 50px auto;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.setting__profile__photo .list__avatar .icon__avatar:before {
  background-position: 0 0;
}

.setting__profile__photo .list__avatar .icon__setting:before {
  background-position: 0 -25px;
}

.setting__profile__photo .list__avatar .icon__portlait:before {
  background-position: -25px 0;
}

.setting__profile__photo .uploadForm {
  margin-bottom: 10px;
}

.setting__profile__photo input[type="checkbox"] + label {
  top: 0;
  left: 0;
}

.setting__profile__photo header.blockHeader_mypage h2 {
  line-height: 2.5;
  font-size: 1.5rem;
}

.setting__profile__photo .stdBlock {
  margin-bottom: 20px;
}

.setting__profile__photo .p-profile-photo-wrap{
  display: flex;
  justify-content: space-between;
  min-height: 120px;
}

.setting__profile__photo .p-profile-photo-image__wrap{
  display: flex;
  justify-content: flex-end;
}

.setting__profile__photo .p-profile-photo-wrap__app{
}

.setting__profile__photo h3{
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.setting__profile__photo .p-profile-photo-info ul{
  margin: 0 0 20px 10px;
}

.setting__profile__photo .p-profile-photo-info ul li{
  list-style: disc inside;
}

.setting__profile__photo .p-profile-photo-image{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 30%;
  margin-left: 5px;
}

.setting__profile__photo .p-profile-photo-image__app{
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  height: 60px;
}

.setting__profile__photo .p-profile-photo-image__bg{
  width: 100%;
  max-width: 110px;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center right;
  background-repeat: no-repeat;
  height: auto;
}

.setting__profile__photo .p-profile-photo-image__photo{
  background-image: url(/img/wmsp/common/img_profile_photo.png);
}

.setting__profile__photo .p-profile-photo-image__adult{
  background-image: url(/img/wmsp/common/img_profile_adult.png);
}

.setting__profile__photo .p-profile-photo-image__copyright{
  background-image: url(/img/wmsp/common/img_profile_copyright.png);
  -moz-background-size: 48px auto;
  background-size: 48px auto;
}

.setting__profile__photo .p-profile-photo-image__wakuwaku{
  background-image: url(/sp/img/logo.gif);
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  height: 20px;
  margin-top: -30px;
}

.setting__profile__photo .p-profile-photo-image__line{
  background-image: url(/img/wmsp/common/img_profile_line.png);
}

.setting__profile__photo .p-profile-photo-image__pet{
  background-image: url(/img/wmsp/common/img_profile_pet.png);
  -moz-background-size: 70%;
  background-size: 70%;
}

.setting__profile__photo .p-profile-photo-image__flower{
  background-image: url(/img/wmsp/common/img_profile_flower.png);
  -moz-background-size: 50% auto;
  background-size: 50% auto;
  margin-right: -30px;
}

.setting__profile__photo .accordion .stdBlock {
  display:none;
  font-size: 1.4rem;
}

/* mailbox */

.mailbox_xmas-lead {
  font-weight: bold;
  color: #FF0000;
}

.p-mailbox__icon--michaiya:before{
  font-size: 1.4em;
  font-weight: bold!important;
  color: #F8167E;
  position: relative;
  top: 6px;
  padding: 0 10px 0 6px;
}


/* mypage */

.p-mypage__icon--michaiya:before{
  font-size: 1.2em;
  font-weight: bold!important;
  color: #F8167E;
  position: relative;
  top: 5px;
  padding: 0 3px 0 2px;
}

/* michaiya list */
.p-michaiya-list__icon--michaiya:before{
 font-size: 1.3em;
 font-weight: bold!important;
 color: #F8167E;
 position: relative;
 top: 6px;
 padding: 0 7px 0 13px;
}

/* smile */
.p-smile_btn--delete-check-wrap{
  padding: 0 8px;
}

/* footprint */
.p-footprint__btn--delete-check-wrap{
  margin-bottom: 16px!important;
  padding: 0 8px;
}
.p-footprint__btn--delete-wrap{
  margin-bottom: 0;
  padding: 0 8px;
}

/* tutorial */

.p-top-tutorial--dialog,
.p-top-tutorial--form{
  display: none;
}

/* Talk */

.p-talk-btn--like {
  background: #7BCCE7;
  display: inline-block;
  padding: 0 6px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  color: #fff;
  text-align: center;
  margin-top: 8px;
  color: #fff;
  font-weight: normal;
  font-size:1rem;
  cursor: pointer;
}
.p-talk-btn--like.is-liked {
  background-color: #D5D6D7;
}
.p-talk-btn--like.c-icon--thumb--blank:before {
  font-size: 1.5em;
  margin-right: 3px;
  position: relative;
  top: 3px;
}
.p-talk-btn--like.is-active.c-icon--thumb--blank:before {
  -webkit-animation: bounce 0.3s cubic-bezier(0.55, 0, 0.1, 1);
     -moz-animation: bounce 0.3s cubic-bezier(0.55, 0, 0.1, 1);
       -o-animation: bounce 0.3s cubic-bezier(0.55, 0, 0.1, 1);
          animation: bounce 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

/* affiliate */
.p-affiliate-list.c-icon--users--frame--blank:before,
.p-affiliate-list.c-icon--pen--fill:before,
.p-affiliate-list.c-icon--picture--blank:before{
 font-size: 1.3em;
 font-weight: bold!important;
 color: #F8167E;
 position: relative;
 top: 6px;
 padding: 0 7px 0 3px;
}

/* toast */

.c-toast {
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -65px 0 0 -65px;
  color: #fff;
  font-size: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  z-index: 7;
}

.c-toast--error {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}
.c-toast--error .c-icon--exclamation--blank:before {
  font-size: 4.5rem;
  margin-right: 0;
}
.c-toast--error.is-animation {
  -webkit-animation: scale-in 0.5s ease-out;
     -moz-animation: scale-in 0.5s ease-out;
       -o-animation: scale-in 0.5s ease-out;
          animation: scale-in 0.5s ease-out;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.c-toast--error.is-animated {
  -webkit-animation: scale-out 0.2s ease-in;
     -moz-animation: scale-out 0.2s ease-in;
       -o-animation: scale-out 0.2s ease-in;
          animation: scale-out 0.2s ease-in;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
}

.c-toast--error__body {
  font-size: 1rem;
}

/* icon */
@font-face {
  font-family: "icon";
  src: url("/font/icon.eot?1479988645");
  src: url("/font/icon.eot?1479988645?#iefix") format("eot"), url("/font/icon.woff?1479988645") format("woff"), url("/font/icon.ttf?1479988645") format("truetype"), url("/font/icon.svg#icon?1479988645") format("svg");
  font-weight: normal;
  font-style: normal;
}

.c-icon--thumb--blank:before,
.c-icon--new--fill:before,
.c-icon--arrow--right--blank--after:after,
.c-icon--mail--thick--blank:before,
.c-icon--eye--close--blank:before,
.c-icon--users--frame--blank:before,
.c-icon--pen--fill:before,
.c-icon--picture--blank:before{
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  display: inline-block;
}

.c-icon--thumb--blank:before{
  content: "\EA93";
}

.c-icon--new--fill:before{
  content: "\EA7A";
}

.c-icon--arrow--right--blank--after:after{
  content: "\EA05";
}

.c-icon--mail--thick--blank:before{
  content: "\EA6D";
}

.c-icon--eye--close--blank:before{
  content: "\EA21";
}

.c-icon--users--frame--blank:before{
  content: "\EA99";
}

.c-icon--pen--fill:before{
  content: "\EA80";
}

.c-icon--picture--blank:before{
  content: "\EA81";
}

.btnFavorite.c-icon--arrow--right--blank--after:after {
  line-height: 2.5;
  margin-bottom: 10px;
}



/* keyframes */

@-webkit-keyframes scale-in {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  40% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes scale-in {
  0% {
    -moz-transform: scale(0.4);
         transform: scale(0.4);
  }
  40% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  60% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  80% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes scale-in {
  0% {
    -o-transform: scale(0.4);
       transform: scale(0.4);
  }
  40% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  60% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  80% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes scale-in {
  0% {
    -webkit-transform: scale(0.4);
       -moz-transform: scale(0.4);
         -o-transform: scale(0.4);
            transform: scale(0.4);
  }
  40% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scale-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-moz-keyframes scale-out {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  100% {
    -moz-transform: scale(0);
         transform: scale(0);
  }
}
@-o-keyframes scale-out {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  100% {
    -o-transform: scale(0);
       transform: scale(0);
  }
}
@keyframes scale-out {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes bounce {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(2);
         transform: scale(2);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@-o-keyframes bounce {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  50% {
    -o-transform: scale(2);
       transform: scale(2);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(2);
       -moz-transform: scale(2);
         -o-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

/* Utility -------------------------------------------- */
.u-margin-top--0 {
  margin-top: 0!important;
}

.u-margin-top--1 {
  margin-top: 8px!important;
}

.u-margin-top--2 {
  margin-top: 16px!important;
}

.u-margin-top--3 {
  margin-top: 24px!important;
}

.u-margin-top--4 {
  margin-top: 32px!important;
}

/* login -------------------------------------------- */
.login__login-assistant-link-list-wrap {
  padding: 4px 0 4px;
  width: 90%;
  margin: auto;
}

.login__login-assistant-link-list-node {
  height: 1.3rem;
  margin-bottom: 12px;
  color: #555;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.login__login-assistant-link-list-safari{
  text-align: center;
}

.login__login-assistant-link-list-chrome{
  background: url(/img/wmsp/common/icon_chrome.png) center left no-repeat;
  background-size: contain;
  margin-left: 1rem;
  padding-left: 1.8rem;
}

.login__login-assistant-link-list-globe{
  background: url(/img/wmsp/common/icon_globe.png) center left no-repeat;
  background-size: contain;
  margin-left: 1rem;
  padding-left: 1.8rem;
}

.login__login-assistant-link {
  color: #f760a7;
}

/* rereg -------------------------------------------- */

.rereg__link-list-chrome{
  background: url(/img/wmsp/common/icon_chrome.png) center left no-repeat;
  background-size: contain;
  margin-left: 1rem;
  padding-left: 1.8rem;
}

.rereg__link-list-globe{
  background: url(/img/wmsp/common/icon_globe.png) center left no-repeat;
  background-size: contain;
  margin-left: 1rem;
  padding-left: 1.8rem;
}

/* bbs -------------------------------------------- */
.p-bbs__post__container{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.p-bbs__post__heading{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex:1;
  -webkit-flex:1;
     -moz-box-flex:1;
      -ms-flex:1;
          flex:1;
}

.p-bbs__post__genres_inductions{
  list-style-position: outside;
}

.p-bbs__post__genres_inductions LI{
  font-size: 1.3rem;
  margin-left: 1.5rem;
  list-style-type: disc;
}

.p-bbs__post__required-item{
  color: #FA3296;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-bbs__post__multi-item{
  color: #555555;
  font-size: 1.1rem;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-bbs__post__multiline_container {
  text-align: right;
}

.formTable .p-bbs__post__multiline_heading {
  margin-bottom: 0;
  float: left;
}

.p-bbs__post__multiline_required-item,
.p-bbs__post__multiline_nowrap {
  color: #FA3296;
  margin-bottom: 15px;
}

.p-bbs__post__multiline_nowrap {
  display: inline-block;
}

.p-bbs__post__image-upload__heading{
  font-size: 28.8px;
  font-size: 1.8rem;
  padding:16px 0 8px;
  color: #64ccad;
}

.p-bbs__post__image-upload__heading:before{
  font-size: 38.4px;
  font-size: 2.4rem;
  position: relative;
  top: 5px;
  margin-right: 4px;
}

.p-bbs__post__image-upload__thumbnail{
  background-image: url(/img/wmsp/project/bbs/post/img_bbs-default-image.png?t=1541383648);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  width: 60px;
  height: 60px;
  border: 2px solid #bdbdbd;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  margin: 0!important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.p-bbs__post__image-upload__thumbnail:before{
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -2px;
  left: -2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.p-bbs__post__image-upload__thumbnail.st-examination:before{
  background: rgba(0,0,0,0.7);
}

.p-bbs__post__image-upload__thumbnail.st-not-possible:before{
  background: rgba(165,1,1,0.7);
}


.p-bbs__post__image-upload__thumbnail__text{
  color: #fff;
  font-weight: normal;
  padding: 0;
  position: relative;
}

#file_photo_wrapper{
  position: fixed;
  left: 100%;
}

.p-bbs__post__image-upload__notice{
  color:  #616161;
  font-size: 22.4px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin:0 0 0 8px;
  padding: 0;
  font-weight: normal;
}

.p-bbs__post__image-upload__notice.st-warning{
  color: #e52e86;
}

.p-bbs__post__image-upload__note{
  color:  #616161;
  font-size: 1.4rem;
  padding: 0 8px;
  font-weight: normal;
}

.p-bbs__post__image-upload-wrap{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.p-bbs__post__image-upload__attention{
  color:  #616161;
  font-size: 1.4rem;
  padding: 0;
  margin: 13px 0;
  font-weight: normal;
}

.p-bbs__post__image-upload-input{
position: fixed;
left: 100%;
}

.p-bbs__post__image-upload__canvas{
  display: none;
}

.p-bbs__post__count.st-over{
  color: #ff0000;
}

.p-bbs__post__error{
  font-weight: normal;
  background: #fee4eb;
  color: #616161!important;
  padding: 8px;
  display: none;
  margin: 8px 0;
}

.p-bbs__post__notice-wrap{
  border-bottom: 1px dashed #6B6F79;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

.p-bbs__error{
  font-weight: normal;
  background: #fee4eb;
  color: #616161!important;
  padding: 8px;
  margin: 8px;
}

.p-bbs__post__btn{
  color: #FFF;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  line-height: 3.0;
  font-size: 25.6px;
  font-size: 1.6rem;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  cursor: pointer;
}

.p-bbs__post__btn--primary{
  background-color: #fa3296;
}

.p-bbs__post__btn--primary.st-touch{
  background-color: #ea0678;
}

.p-bbs__post__btn--secondary{
  background-color: #ACAFB4;
}

.p-bbs__post__btn--secondary.st-touch{
  background-color: #8c9097;
}

.p-bbs__post__btn--post{
  background-color: #fa3296;
}

.p-bbs__post__btn--post.st-disabled,
.p-bbs__post__btn--confirm.st-disabled{
  background: #ACAFB4;
  opacity: 0.5;
  cursor: auto;
}

.p-bbs__post__btn--confirm,
.p-bbs__post__btn--edit{
  margin-top: 10px;
}

.p-bbs__post__textarea{
  margin: 0;
}

.p-bbs__confirm{
  background: #fff;
  margin: 0 8px;
}

.p-bbs__confirm__genre,
.p-bbs__confirm__title,
.p-bbs__confirm__body,
.p-bbs__confirm__attached{
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: normal;
}

.p-bbs__confirm__item{
  color: #616161;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0 8px;
}

.p-bbs__confirm__genre{
  font-size: 28.8px;
  font-size: 1.8rem;
  text-align: center;
  padding: 16px 0 8px;
  border-bottom: 1px solid #e0e0e0;
  color: #616161;
}

.p-bbs__confirm__title{
  padding: 8px;
  border-bottom: 1px solid #e0e0e0;
}

.p-bbs__confirm__body{
  padding: 8px 8px 16px;
}

.p-bbs__confirm__attached{
  padding: 8px 0;
  margin: 8px 8px 0;
  border-top: 1px solid #e0e0e0;
}

.p-bbs__confirm .p-bbs__post__image-upload-wrap{
  padding: 0 8px 0;
}

.p-bbs__confirm__button-wrap{
  padding: 16px 8px;
}

.p-bbs__btn-wrap{
  padding: 24px 8px 16px;
}

.p-bbs__btn--image-upload{
  margin-top: 8px;
}

.p-bbs__btn--limited{
  background-color: rgba(172,175,180,0.5);
  font-weight: normal;
}

.p-bbs__attached{
  border-top: 1px dotted #ACAFB4;
  padding-top: 8px;
  margin: 48px 8px 0!important;
}

.p-bbs__attached li{
  margin-right: 0!important;
}

.p-bbs__btn--list-wrap{
  margin: 8px 0 0 0;
  padding-bottom: 16px;
}

.p-bbs__btn--list-container{
  border-top: 1px solid #e0e0e0;
}

.p-bbs__btn--list-container--answer{
  border-bottom: 1px solid #e0e0e0;
}

.p-bbs__btn--list-item{
  font-size: 22.4px;
  font-size: 1.4rem;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 8px;
}

.p-bbs__btn--list-item:link,
.p-bbs__btn--list-item:visited{
  color: #555;
}

.p-bbs__btn--list-item.c-icon--arrow--right--blank--after:after{
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

.p-bbs__btn--list-item.c-icon--mail--thick--blank:before{
  font-size: 1.5em;
  margin-right: 4px;
}

.p-bbs__dialog{
  margin: 0 24px 0 -136px;
  color: #212121;
  position: fixed;
  background: #fff;
  border: 2px solid #f760a7;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 272px;
  top: 50%;
  left: 50%;
  padding: 8px;
  z-index: 7;
  display: none;
  opacity: 0;
  text-align: center;
}

.p-bbs__dialog.st-active{
  display: block;
  opacity: 0;
}

.p-bbs__dialog.st-show{
  opacity: 1;
}

.p-bbs__dialog.st-hide{
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.p-bbs__dialog__image,
.p-bbs__dialog__btn--close__image{
  width: 100%;
  vertical-align: top;
}

.p-bbs__dialog__btn--close{
  position: absolute;
  width: 44px;
  height: 44px;
  top: -22px;
  right: -22px;
}

.p-bbs__overlay {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}

.p-bbs__overlay.st-show {
  display: block;
}

.p-bbs__overlay.st-active {
  opacity: 1;
}

.p-bbs__overlay.st-hide {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.p-bbs__detail__label{
  margin:1px;
  cursor:auto;
  background-color: #FFF;
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 25px;
}
.p-bbs__detail__label--normal{
  color :#555;
  border: 1px solid #555;
}
.p-bbs__detail__label--highlight{
  color: #FFF;
  border: 1px solid #f884a3;
  background: #f884a3;
}
.p-mytype__type-btn {
  /* Designed by "IDIOT BOY M" */
  position: relative;
  display: inline-block;
  width: 40%;
  height: 35px;
  margin: 4px 12px 16px 12px;
  padding: 0;
  line-height: 34px;
  text-align: center;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  -webkit-box-shadow: 0 3px 0 #e0e0e0;
     -moz-box-shadow: 0 3px 0 #e0e0e0;
          box-shadow: 0 3px 0 #e0e0e0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-mytype__type-btn-inner {
  font-size: 14px;
  font-weight: bold;
  color: #f884a3;
}

.p-mytype__type-btn-inner:hover {
  color: #9E9E9E;
}

.p-mytype__typed-btn-inner {
  font-size: 14px;
  font-weight: bold;
  color: #9E9E9E;
}

.p-mytype__typed-btn__point {
  font-size: 10px;
  background: #fff;
  color: #f884a3;
  display: inline-block;
  border-radius: 6px;
  padding: 0 6px;
  line-height: 14px;
  margin-left: -6px;
  transform: scale(0.8);
  vertical-align: middle;
}

ul.mytype_btnList {
  width: 100%;
  text-align: center;
}

div.popup {
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  z-index: 100;
}

.show-dialog {
  display: block;
}

.hide-dialog {
  display: none;
}

.gohan-select-button {
    background: #f66eb0;
}

li.gohan_image {
    margin-bottom: 10px;
}

a.js-show-dialog {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    border-radius: 4px 4px 4px 4px;
    background: #f66eb0;
    color: #fff;
    font-size: 0.8em;
}

div.gohan-selected-item-image {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 60px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
}
div.gohan-selected-item-image img {
    width: 100%;
}

span.gohan-no-selected {
    display: inline-block;
    background: #bbbbbb;
    width: 73%;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    padding-top: 15px;
    vertical-align: middle;
}

div.bbs__confirm__section {
    margin: 0 8px 8px 8px;
    font-size: 1.4rem;
}

div.gohan-checkbox-wrapper span {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #6B6F79;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    margin-left: 8px;
    margin-bottom: 8px;
    font-size: 11px;
    color: #555555;
    border-radius: 4px 4px;
    vertical-align: middle;
}

div.gohan-checkbox-wrapper span input[type="checkbox"] {
    display: inline-block;
    display: none;
}

div.gohan-checkbox-wrapper span label {
    top: 0;
    right: 0;
    font-size: 11px;
    color: #555555;
}

.dlGohanInfoTable li {
    background: #FFFFFF;
    color: #555555;
    padding: 8px 8px;
}

.dlGohanInfoTable li:nth-child(odd) {
    font-weight: bold;
    background: #EDEEF0;
}

.dlGohanInfoTable li:nth-child(even) {
    background: #FFFFFF !important;
}

.top-padding {
    margin-top: 8px;
}

.imageContainerOffset {
    margin-bottom: 65px;
}

#gohan_panel ul.iconMenuList li a img {
    # width: 72px;
}

/* friend -------------------------------------------- */
.p-friend__sns-invite__error{
  font-weight: normal;
  background: #fee4eb;
  color: #616161!important;
  padding: 8px;
  margin: 8px;
}

/* affiliate -------------------------------------------- */
.footer-simple {
  display: table;
  width: 100%;
}

.footer-simple__arrow {
  display: table-cell;
  height: 45px;
  width: 26px;
  vertical-align: middle;
  background-image: url("/campaign/xmas2015/sp/back_pink.png");
  background-repeat: no-repeat;
  background-position: 80%;
  background-size: auto;
  -webkit-background-size: auto;
  -moz-background-size: auto;
}

.footer-simple__closeBtn {
  display: table-cell;
  padding-left: 5px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #8c95a1;
  vertical-align: middle;
}

.footer-simple__title {
  display: table-cell;
  font-size: 1.7rem;
  font-weight: bold;
  vertical-align: middle;
}

/* 掲示板書込み通知登録済非活性ボタン */
.btnNonActive {
  width: 100%;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 3;
  background-color: #e0e0e0;
  color: #ffffff;
  border-radius: 22.5px;
}

/* PRボイス非活性ボタン issues #714*/
.SimpleBtns span.BtnImpossibleGray {
  width:100%;
  background-color:#ACAFB4;
  color:#FFF;
  text-align: center;
  margin: 0 auto;
}
/** 年代自動更新 Y3K-1503 -->> */
.profile__generation LABEL[for=generation] {
  margin-bottom: 8px;
}
.profile__generation LABEL[for=auto_update_gen_0],
.profile__generation LABEL[for=auto_update_gen_1]  {
  display: inline-block;
  width: 108px;
}
.profile__generation .update--manual {
  position: relative;
}
.profile__generation .update--manual INPUT[name=auto_update_gen],
.profile__generation .update--manual LABEL[for=auto_update_gen_0] {
  margin: 8px 0 8px;
}
.profile__generation .update--manual SELECT {
  display: inline-block;
  width: calc(100% - 120px);
  margin-bottom: 0;
}
.profile__generation .update--auto .input--date {
  display: inline-block;
  width: 274px;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 375px) and (max-width: 479px) {
  .profile__generation .update--auto .input--date {
    margin-left: 20px;
  }
}
@media screen and (min-width: 480px) {
  .profile__generation .update--auto .input--date {
    margin-top: 8px;
  }
}
.profile__generation .update--auto .input--date SELECT {
   margin-bottom: 0;
}
.profile__generation .update--auto LABEL[for=auto_update_gen_1] {
  margin: 6px 0 10px;
}
.profile__generation .update--auto .year{
  width: 30%;
  max-width: 84px;
}
.profile__generation .update--auto .month,
.profile__generation .update--auto .day {
  width: 23%;
  max-width: 64px;
}
.profile__generation .description {
  margin: 8px 4px 8px 8px;
  padding: 0;
}
.profile__generation SELECT:disabled {
  background-color: #ddd;
  background-image: url('/img/1x1.gif');
}
/** 年代自動更新 Y3K-1503 --<< */

/** ダイレクトログイン Y3K-1522 -->> */
.setting__direct-login_message{
  padding: 2rem 0 0;
  border:2px solid #ff2300;
  border-radius: 10px;
  margin-bottom:24px;
  text-align: center;
}
.setting__direct-login_image{
  width:100%;
  max-width:640px;
  margin:auto;
}
/** ダイレクトログイン Y3K-1522 --<< */

/** クラス特典 Y3K-1561 -->> */
.point__class--mail-submit-sersons {
  font-size: 1.2rem;
  color:#555;
  line-height:1.2rem;
  font-weight:normal;
  padding:0;
}
/** クラス特典 Y3K-1561 --<< */
.banner--selfie_auth {
  text-align: center;
}
.banner--selfie_auth IMG {
  width: calc(100% - 29px);
  max-width: 420px;
  margin-bottom: 1px;
}
.ProfList .pic .selfie_badge,
.ProfList .pic .fb_auth {
  position: relative;
}
.ProfList .pic .selfie_badge:after {
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url(/img/wmsp/selfie_auth/selfie_badge.svg);
  background-repeat: no-repeat;
  background-size: 18px 21px;
  width: 18px;
  height: 21px;
  top:  -8px;
  left: -6px;
}
.ProfList .pic .fb_auth:before {
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url(/img/1x1.gif);
  background-repeat: no-repeat;
  background-size: 48px 18px;
  width: 48px;
  height: 18px;
  bottom: -20px;
  left: 0;
}
.reliabilitySetting .authentication {
  position: relative;
}
.reliabilitySetting .authentication .authStatus {
  position: absolute;
  top: 0;
  right: 40px;
}
.search--bbs #selfie_auth + label[for=selfie_auth],
.search--profile #selfie_auth + label[for=selfie_auth] {
  top: 2px;
}
.cond--cup #cup_include_unknown + label[for=cup_include_unknown],
.cond--cup #cup_include_unknown + label[for=cup_include_unknown] {
  top: 0;
}
.p-inquiry > .stdBlock {
  margin-bottom: 72px;
}
.p-inquiry__article {
  margin: 8px 0;
}
.p-inquiry__article > p {
  padding-bottom: 0;
}
.bbsDetailOwnerProfile .fb_authorized {
  position: relative;
  padding: 0 0 0 1.8rem;
  line-height: 3.1rem;
  box-sizing: border-box;
}
.bbsDetailOwnerProfile .fb_authorized:before {
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url(/img/wmsp/facebook/icon--facebook@3x.png);
  background-repeat: no-repeat;
  background-size: 1.3rem 1.3rem;
  width: 1.3rem;
  height: 1.3rem;
  top: 0.8rem;
  left: 0.1rem;
}
.seachPhotoList .imgBox {
  display: inline-block;
  position: relative;
}
.avatar2D.selfieBadge,
.photoCover.selfieBadge {
  position: relative;
}
.seachPhotoList .imgBox.selfieBadge::after,
.avatar2D.selfieBadge::after,
.photoCover.selfieBadge::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url(/img/wmsp/selfie_auth/selfie_badge.svg);
  background-repeat: no-repeat;
  background-size: 18px 21px;
  width: 18px;
  height: 21px;
  top:  -8px;
  left: -6px;
}

.information__title {
    padding-bottom: 5px;
}
.information__list {
  border: solid 1px #dcdcdc;
  border-radius: 10px;
}
.information__list > li {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 13px;
  border-bottom: solid 1px #dcdcdc;
}
.information__list > li:last-child {
  border: none;
}
.information.stdBlock .information__list > li a {
  color: #6b6f79;
  width: 100%;
  padding-right: 10px;
  box-sizing: border-box;
  background: url(/img/wmsp/btn/ic_arrow_gray.png) no-repeat 98% center;
  background-size: 14px auto;
}

/* Valentine2019 */
.valentine2019-type-btn {
  position: relative;
  display: inline-block;
  margin: 4px 12px 16px 12px;
  padding: 0;
  vertical-align: top;
  width: 40%;
}

.valentine2019-profile-photo img {
  height: 39px;
}

.android-banner-area {
  text-align: center;
}
.android-banner-area img {
  width: 100%;
}

.bitcash-android-seamless.android-banner-area {
  margin-top: 30px;
  padding-top: 20px;
  background-color: #fff;
}

.r18__ios_alert {
  color: red;
  font-size: 1.3rem;
  font-weight: bold;
}
.r18__ios_alert > p {
  margin-left: 13px;
}

/* タイプ → いいかも! */

.mytype__bold {
  padding: 16px;
  text-align: center;
  font-weight: 600;
}

.mytype__text {
  padding: 0 16px;
  text-align: center;
}

.btn_area {
  padding: 0 16px;
}

.btn__renewal {
  display: inline-block;
  margin: 16px 0 0;
  width: 100%;
  height: 44px;
  border-radius: 22px;
  position: relative;
  text-align: center;
  background-color: #88cdcd;
}

.btn__renewal--inner {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: HiraginoSans-W3;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.btn__type--mytype {
  display: inline-block;
  margin: 8px;
  width: 69%;
  height: 38px;
  border-radius: 22px;
  position: relative;
  text-align: center;
}

.btn__mail--mytype {
  display: inline-block;
  margin: 8px 0 8px 8px;
  width: 42%;
  height: 38px;
  border-radius: 30px;
  position: relative;
  text-align: center;
  background-color: #88cdcd;
}

.btn__mail--match {
  display: inline-block;
  margin: 8px;
  width: 69%;
  height: 38px;
  border-radius: 22px;
  position: relative;
  text-align: center;
  background-color: #88cdcd;
}

.btn__type--inner.c-icon--mail--fill--mytype {
  margin: 0;
}

.c-icon--mail--fill--mytype::before {
  margin: 0 4px 0 0;
}

.c-icon--heart--shine--fill--mytype {
  font-family: HiraginoSans-W6;
  font-weight: 300;
}

/* いいかも一覧画面 halloween2021 訴求バルーン */
.halloween2021_balloon {
  position: absolute;
  top: -32px;
  right: -6px;
  width: 164px;
}

.c-icon--heart--shine--fill--mytype::before {
  font-size: 1.6rem;
}

.photoTagContent__aya {
  position: relative;
  line-height: 0;
}

.photoTagContent-image__aya {
  position: absolute;
  display: block;
  width: 100%;
  height: 24px; /* aya用にウォーターマークを消す */
  bottom: 0;
  background: #fff;
}

.photoTagContent-image__aya_renewal + IMG {
  /* aya 新スマホUI設定ユーザー用にウォーターマークを消す */
  object-fit: cover;
  object-position: 0 min(10vw, 54px);
  margin-top: max(-10vw, -54px);
}

.logo--wrapper {
  width: 100%;
  text-align: center;
  margin: 16px 0;
}
.logo--wrapper .logo--paidy {
  width: 120px;
}
.icon--noborder {
  width: 25px;
  height: 25px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: white;
  background-image: url('/img/plus_sp/settlement/paidy_logo.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.icon--noborder--paypal {
  width: 25px;
  height: 25px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: white;
  background-image: url('/img/plus_sp/settlement/paypal.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

/* halloween campaign 2020 */
.campaign_bnr_area {
  display: none;
}

.campaign_bnr {
  position: fixed;
  bottom: 40px;
  z-index: 3;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.campaign_bnr img {
  width: 100%;
  max-width: 540px;
  vertical-align: bottom;
}

.campaign_bnr--diary {
  bottom: 0;
}

.campaign_bnr__close {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 24px;
  height: 0px;
  padding-top: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.campaign_bnr__close::before,
.campaign_bnr__close::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 1px solid #fff;
  width: 13px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.campaign_bnr__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.campaign_bnr__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bnr_timeline img {
  width: 100%;
}

.manners {
  margin: 8px 0;
  padding: 16px 8px;
  background-color: #fdf2f7;
}

.manners p {
  padding-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: .5px;
  color: #f4117c;
}

.company_data dt {
  margin-bottom: 8px;
  color: #0c0c0c;
  font-weight: bold;
}

.company_data dd {
  margin-bottom: 20px;
}

.company_data p {
  font-weight: normal;
  font-size: 1.6rem;
}

.image_upload {
  width: calc(100% - 60px);
  margin-left: 8px;
  line-height: 1.5;
}

.image_upload p {
  font-weight: normal;
  font-size: 14px;
}

.image_upload a {
  color: #ff009b;
  text-decoration: underline;
}

.image_upload p.image_upload__title {
  font-weight: bold;
}

.post_example img {
  width: 100%;
}

.post_textarea {
  width: 90%; 
  overflow: hidden;
  word-wrap: break-word;
  height: 56px;
}

.post_textarea::placeholder {
  color: #ccc;
  font-size: 14px;
}

.tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 12px 16px;
  border: 1px solid #6b6f79;
  border-radius: 4px;
}

.tel p {
  padding-bottom: 0;
  font-weight: normal;
}

.tel__text {
  margin-bottom: 4px;
  font-size: 14px;
}

.tel__number {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #0c0c0c;
}

.tel__notice {
  font-size: 12px;
  color: #6d6d6d;
}

.tel__btn a {
  font-size: 16px;
  color: #fa628a;
}

.bnr_newyear2022 {
  margin: 16px 0;
  padding: 0 8px;
}

.bnr_newyear2022 img {
  width: 100%;
}

.gray_place_holder::placeholder {
  color: #aaaaaa;
}

.abuse_small_list_point::before {
  content: "•";
  border-radius: 50%;
  margin-right: 1rem;
  font-size: 8px;
}
.abuse_info_caution{
  color: #fff;
  background: #f44121;
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 12px;
}
.abuse_info_caution .icon{
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.abuse_info_caution .icon img{
  display: block;
}
.abuse_info_caution p{
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.62px;
}

.history_money_detail {
  margin-top: 20px;
  padding: 20px 5px 0;
  border-top: 1px solid #E5E5E5;
}
.history_money_detail > div > span:first-child {
  width: 100px;
}
.history_money_detail > div {
  display: table;
}
.history_money_detail > div > div {
  display: table-cell;
}
.history_money_detail > div > div:first-child {
  width: 50px;
}
.history_money_detail > div > div:nth-child(2) {
  width: 25px;
}
.history_money_price {
  font-weight: bold;
}
.history_money_detail > div > div > a {
  color: #FB678E;
  text-decoration: underline;
}
.blocklist_report {
  padding-left: 12px;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #3972C7 !important;
  text-decoration:underline !important;
}

/* メールカードキャンペーン用のcss */
.mail_card_campaign_description {
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Lato, Segoe UI, 游ゴシック, YuGothic, Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,Meiryo, sans-serif;
  font-size: 16px;
  margin: 16px 16px 0;
  line-height: 1.5;
}
.mail_card_campaign_description_title {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
.mail_card_campaign_description_title::before {
  content: "";
  display: block;
  width: 8px;
  height: 20px;
  border-radius: 4px;
  background: #6cb9df;
  margin-right: 8px;
}
.mail_card_campaign_description_text {
  font-size: 16px;
  font-weight: normal;
}
.mail_card_campaign_description .mail_card_campaign_period {
  padding: 15px 16px;
  border-radius: 4px;
  background: #f4f4f4;
}
.mail_card_campaign_description .mail_card_campaign_period dt {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.mail_card_campaign_description .mail_card_campaign_period dd p {
  color: #0c0c0c;
  font-size: 16px;
  font-size: inherit;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.mail_card_campaign_sub_explanation {
  margin: 16px 16px 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.56px;
  text-align: left;
  color: #fc0519;
}

.reminder_head {
  color: #0C0C0C;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Lato, Segoe UI, 游ゴシック, YuGothic, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.468px;
  padding: 14px 16px 14px 16px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.random_call_note {
  padding: 16px 8px;
  font-size: 12px;
  color: #6d6d6d;
}
