/* A
-----------------------------------------------------------
---------------------------------------------------------*/
/* aboutKazokuHassou
---------------------------------------------------------*/
.aboutKazokuHassou {
  padding: 10px 0 50px;
  border-top: 2px solid #5695f3;
  border-bottom: 2px solid #5695f3;
  background: url(https://image.moratame.net/img2014/detail/aboutKazokuHassouBg.png);
  background-position: left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.lt-ie9 .aboutKazokuHassou {
  padding: 10px 0 50px;
  border-top: 2px solid #5695f3;
  border-bottom: 2px solid #5695f3;
  background: url(https://image.moratame.net/img2014/detail/aboutKazokuHassouBg-lt-ie9.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

/* /aboutKazokuHassou
---------------------------------------------------------*/
/* aboutOffice
---------------------------------------------------------*/
.aboutOffice {
  padding: 10px 0;
  border-top: 2px solid #5695f3;
  border-bottom: 2px solid #5695f3;
}

.header-office img {
  width: 640px;
  height: auto;
}

/* /aboutOffice
---------------------------------------------------------*/
/* accordionContainer
---------------------------------------------------------*/
.accordionContainer {
  position: relative;
  background-color: #fff;
}
.accordionContainer .headGroup {
  position: relative;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
}
.accordionContainer #accordion01,
.accordionContainer #accordion02,
.accordionContainer #accordion03,
.accordionContainer #accordion04 {
  display: none;
}
.accordionContainer #accordion01 .pagingWrap,
.accordionContainer #accordion02 .pagingWrap,
.accordionContainer #accordion03 .pagingWrap,
.accordionContainer #accordion04 .pagingWrap {
  padding: 20px 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #e5e5e5;
  background-color: #fff;
}
.accordionContainer .headGroupInner {
  position: relative;
  padding: 0 35px 0 225px;
  height: 36px;
  background-color: #fff;
}
.accordionContainer .headGroupInner .headerLeft {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 10px 1px;
  width: 195px;
  color: #fff;
  font-size: 18px;
  line-height: 31px;
}
.accordionContainer .headGroupInner p {
  padding: 3px 0 0;
  font-size: 14px;
  line-height: 33px;
}
.accordionContainer .headGroupInner.order {
  border-bottom: 4px solid #f60;
}
.accordionContainer .headGroupInner.order .headerLeft {
  background-color: #f60;
}
.accordionContainer .headGroupInner.other {
  border-bottom: 4px solid #8cbc00;
}
.accordionContainer .headGroupInner.other .headerLeft {
  background-color: #8cbc00;
}
.accordionContainer .headGroupInner.lost {
  border-bottom: 4px solid #0068b7;
}
.accordionContainer .headGroupInner.lost .headerLeft {
  background-color: #0068b7;
}
.accordionContainer .headGroupInner.kingdom {
  border-bottom: 4px solid #b77400;
}
.accordionContainer .headGroupInner.kingdom .headerLeft {
  background-color: #b77400;
}
.accordionContainer .headGroupInner .headerLeft02 {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 36px;
}
.accordionContainer .headGroupInner .arrow {
  position: absolute;
  top: 50%;
  right: 1px;
  display: block;
  margin-top: -15px;
  width: 31px;
  height: 31px;
  line-height: 0;
  cursor: pointer;
}
.accordionContainer .headGroupInner .arrow.open {
  background-image: url(https://image.moratame.net/img2014/icons/arrow06.png);
  background-position: 8px 8px;
  background-repeat: no-repeat;
}
.accordionContainer .headGroupInner .arrow.close {
  background-image: url(https://image.moratame.net/img2014/icons/arrow07.png);
}

.lt-ie8 .accordionContainer .arrow {
  display: none;
}
.lt-ie8 #accordion01,
.lt-ie8 #accordion02,
.lt-ie8 #accordion03,
.lt-ie8 #accordion04 {
  display: block;
}

/* accordionContainer
---------------------------------------------------------*/
/* arrow
---------------------------------------------------------*/
.contentInfo {
  position: relative;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
}
.contentInfo .textLink01 {
  position: absolute;
  top: 0;
  right: 18px;
}
.contentInfo.bd {
  border-bottom: 1px solid #d5d5b2;
}

.arrowBox {
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -12px;
}
.arrowBox .arrow {
  width: 10px;
  height: auto;
}

.arrowBox2 {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}

/* /arrow
---------------------------------------------------------*/
/* alerts
---------------------------------------------------------*/
.alerts {
  padding: 0 15px;
  background-color: #ff6;
  color: #313131;
  font-size: 18px;
  line-height: 46px;
}
.alerts .exclamation {
  margin-right: 10px;
  width: 32px;
  height: auto;
}

/* /alerts
---------------------------------------------------------*/
/* attentions
---------------------------------------------------------*/
.attention01 {
  padding: 20px;
  border: 1px dotted #e70033;
}

.attention02 {
  padding-left: 10px;
  border-left: 6px solid #e70033;
  background-color: #fce6eb;
  color: #e70033;
  font-size: 14px;
  line-height: 30px;
}

/* /attentions
---------------------------------------------------------*/
/* attention
---------------------------------------------------------*/
.attention_wrap {
  padding-top: 10px;
}

.attention_border {
  padding: 10px;
  border: 1px solid #c00;
  background: url(https://image.moratame.net/images/detail/do_house/0000stock/100802_0002.gif);
}

.attention_inner {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  background: #fff;
}

.attention_inner h6.attention_header {
  margin-bottom: 10px;
  border-bottom: 1px solid #c00;
  color: #c00;
  text-align: center;
  font-size: 116%;
}

.attention_inner p.attention_pragraph {
  color: #c00;
}

.attention_inner li.attention_list {
  margin-bottom: 0.5em;
  padding-left: 1em;
  border-bottom: 1px dotted #ccc;
  color: #c00;
  text-indent: -1em;
}

.attention_inner span.atttetion_link_arrow {
  color: #f60;
}

/* /attention
---------------------------------------------------------*/
/* attentionAccordion
---------------------------------------------------------*/
.attentionAccordion img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.attentionAccordion ul {
  list-style-type: none;
}

.attentionAccordion {
  margin-top: 10px;
}
.attentionAccordion .header {
  position: relative;
  padding: 10px 0;
  border: 1px solid #b8bdc3;
  background-color: #d4d9dd;
  cursor: pointer;
}
.attentionAccordion .header .icon {
  position: absolute;
  top: 50%;
  left: 5px;
  box-sizing: border-box;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #6e8499;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.attentionAccordion .header .icon:after {
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 8px solid #6e8499;
  content: "";
}
.attentionAccordion .header .icon.open:after {
  top: 50%;
  left: 4px;
  margin-top: -3px;
  border-top: 8px solid #6e8499;
  border-left: 5px solid transparent;
}
.attentionAccordion .header .heading {
  margin-left: 30px;
  color: #464646;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
}
.attentionAccordion .attentionContainer {
  display: none;
  padding: 20px 20px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #b8bdc3;
  background-color: #fff;
  color: #464646;
  font-size: 12px;
}
.attentionAccordion .attentionContainer table.set__table {
  font-size: 12px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-color: #ddd;
}
.attentionAccordion .attentionContainer table.set__table caption {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .attentionAccordion .attentionContainer table.set__table caption {
    text-align: center;
  }
}
.attentionAccordion .attentionContainer table.set__table th,
.attentionAccordion .attentionContainer table.set__table td {
  padding: 0 0.5em;
  vertical-align: top;
  border: 1px solid #ddd;
}
.attentionAccordion .attentionContainer table.set__table th {
  text-align: left;
  white-space: nowrap;
  background-color: #f5f5f5;
}
.attentionAccordion .attentionContainer table.set__table td {
  background-color: #fff;
}
.attentionAccordion .attentionContainer table.set__table .quantity {
  text-align: right;
  width: 3.2em;
}
.attentionAccordion .attentionContainer table.set__table:last-child {
  margin-bottom: 0;
}
.attentionAccordion .attentionContainer .heading {
  margin-bottom: 10px;
  color: #e70033;
  font-weight: normal;
  font-size: 14px;
}
.attentionAccordion .attentionContainer ul {
  padding-left: 1em;
}
.attentionAccordion .attentionContainer li {
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #b8bdc3;
  list-style: outside disc;
}
.attentionAccordion .attentionContainer li:last-child {
  margin-bottom: 0;
}
.attentionAccordion .attentionContainer p {
  font-size: 12px;
}
.attentionAccordion:last-child {
  border-bottom: none;
}

.lt-ie8 .attentionAccordion .attentionContainer {
  display: block;
}

.lt-ie8 .attentionAccordion .header .trigger {
  display: none;
}

/* /attentionAccordion
---------------------------------------------------------*/
/* /A
-----------------------------------------------------------
---------------------------------------------------------*/
/* B
-----------------------------------------------------------
---------------------------------------------------------*/
/* cardContainer
---------------------------------------------------------*/
.balloon {
  background-color: #e8e5d6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  position: relative;
}
.balloon:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 5px 0 5px;
  border-color: #e8e5d6 transparent transparent transparent;
  width: 0;
  height: 0;
  border-style: solid;
}

/* /cardContainr
---------------------------------------------------------*/
/* balloonPocke
---------------------------------------------------------*/
.balloonPocke {
  position: relative;
  margin-top: 30px;
  padding-left: 67px;
}
.balloonPocke .pocke_friends09 {
  position: absolute;
  top: -15px;
  left: 10px;
  width: 37px;
  height: auto;
}
.balloonPocke p {
  padding: 10px 20px;
  background-color: #ddd1a2;
  color: #313131;
  font-size: 18px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.balloonPocke p:after {
  position: absolute;
  top: 20px;
  left: 52px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right: 9px solid #ddd1a2;
  content: "";
}

/* /balloonPocke
---------------------------------------------------------*/
/* bar
---------------------------------------------------------*/
.bar01 {
  position: relative;
  padding: 20px 30px 20px 10px;
  border: 1px solid #ddd1a2;
  background-color: #fff;
}
.bar01 .arrow {
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -9px;
  width: 10px;
  height: auto;
}

/* bar
---------------------------------------------------------*/
/* banner
---------------------------------------------------------*/
.banner_side img {
  width: 300px;
  height: auto;
}

/* /banner
---------------------------------------------------------*/
/* background-color
---------------------------------------------------------*/
.bgc_gray01 {
  background-color: #e6e5dd;
}

/* /background-color
---------------------------------------------------------*/
/* btnGlid
---------------------------------------------------------*/
.btnGlid-2cals01 {
  margin-right: auto;
  margin-left: auto;
  width: 460px;
}
.btnGlid-2cals01 .btnCol {
  width: 220px;
}

.btnGlid-2cals02 {
  margin: 0 auto;
  width: 580px;
}
.btnGlid-2cals02 .btnCol {
  width: 280px;
}

.btnGlid-2cals03 {
  margin: 0 auto;
  width: 810px;
}
.btnGlid-2cals03 .btnCol {
  width: 390px;
}

.btnGlid-2cals04 {
  margin-right: auto;
  margin-left: auto;
  width: 380px;
}
.btnGlid-2cals04 .btnCol {
  width: 180px;
}

.btnGlid-1cals01 {
  margin: 0 auto;
  padding: 10px 0;
  width: 460px;
}
.btnGlid-1cals01.mb_30 {
  margin-bottom: 30px;
}

.btnGlid-1cals02 {
  margin: 0 auto;
  width: 300px;
}
.btnGlid-1cals02.mb_15 {
  margin-bottom: 15px;
}

/* /btnGlid
---------------------------------------------------------*/
/* button
---------------------------------------------------------*/
/* btnSquare */
.btnSquare01wrap {
  padding: 2px 0;
}
.btnSquare01wrap .btnSquare01 {
  display: block;
  padding: 10px 0;
  width: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px;
}
.btnSquare01wrap .btnSquare01:hover, .btnSquare01wrap .btnSquare01:active {
  color: #fff;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.btnSquare01wrap .btnSquare01.btnGreen01 {
  background-color: #8cc900;
  -moz-box-shadow: 0 2px 0 #689600;
  -webkit-box-shadow: 0 2px 0 #689600;
  box-shadow: 0 2px 0 #689600;
  text-shadow: 0 1px 0 #689600;
}
.btnSquare01wrap .btnSquare01.btnGreen01:hover, .btnSquare01wrap .btnSquare01.btnGreen01:active {
  background-color: #9ee300;
  text-shadow: 0 1px 0 #8cc900;
  -moz-box-shadow: 0 2px 0 #8cc900;
  -webkit-box-shadow: 0 2px 0 #8cc900;
  box-shadow: 0 2px 0 #8cc900;
  text-shadow: 0 1px 0 #8cc900, 10%;
}
.btnSquare01wrap .btnSquare01.btnGreen01:active {
  margin: 2px 0 -2px;
  box-shadow: none;
}
.btnSquare01wrap .btnSquare01.btnOrange01 {
  background-color: #fa7a25;
  -moz-box-shadow: 0 2px 0 #e75f05;
  -webkit-box-shadow: 0 2px 0 #e75f05;
  box-shadow: 0 2px 0 #e75f05;
  text-shadow: 0 1px 0 #e75f05;
}
.btnSquare01wrap .btnSquare01.btnOrange01:hover, .btnSquare01wrap .btnSquare01.btnOrange01:active {
  background-color: #fb893e;
  text-shadow: 0 1px 0 #fa7a25;
  -moz-box-shadow: 0 2px 0 #fa7a25;
  -webkit-box-shadow: 0 2px 0 #fa7a25;
  box-shadow: 0 2px 0 #fa7a25;
  text-shadow: 0 1px 0 #fa7a25, 10%;
}
.btnSquare01wrap .btnSquare01.btnOrange01:active {
  margin: 2px 0 -2px;
  box-shadow: none;
}
.btnSquare01wrap .btnSquare01.btnBlue01 {
  background-color: #319be3;
  -moz-box-shadow: 0 2px 0 #1b81c6;
  -webkit-box-shadow: 0 2px 0 #1b81c6;
  box-shadow: 0 2px 0 #1b81c6;
  text-shadow: 0 1px 0 #1b81c6;
}
.btnSquare01wrap .btnSquare01.btnBlue01:hover, .btnSquare01wrap .btnSquare01.btnBlue01:active {
  background-color: #47a6e6;
  text-shadow: 0 1px 0 #319be3;
  -moz-box-shadow: 0 2px 0 #319be3;
  -webkit-box-shadow: 0 2px 0 #319be3;
  box-shadow: 0 2px 0 #319be3;
  text-shadow: 0 1px 0 #319be3, 10%;
}
.btnSquare01wrap .btnSquare01.btnBlue01:active {
  margin: 2px 0 -2px;
  box-shadow: none;
}
.btnSquare01wrap .btnSquare01.btnBeige01 {
  position: relative;
  background-color: #e3d087;
  color: #535353;
  -moz-box-shadow: 0 2px 0 #d9c05e;
  -webkit-box-shadow: 0 2px 0 #d9c05e;
  box-shadow: 0 2px 0 #d9c05e;
  text-shadow: 0 1px 0 #d9c05e;
}
.btnSquare01wrap .btnSquare01.btnBeige01 .arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -8px;
  width: 10px;
}
.btnSquare01wrap .btnSquare01.btnBeige01 .arrow img {
  width: 10px;
  height: auto;
}
.btnSquare01wrap .btnSquare01.btnBeige01:hover, .btnSquare01wrap .btnSquare01.btnBeige01:active {
  background-color: #e8d89c;
  text-shadow: 0 1px 0 #e3d087;
  -moz-box-shadow: 0 2px 0 #e3d087;
  -webkit-box-shadow: 0 2px 0 #e3d087;
  box-shadow: 0 2px 0 #e3d087;
  text-shadow: 0 1px 0 #e3d087, 10%;
}
.btnSquare01wrap .btnSquare01.btnBeige01:active {
  margin: 2px 0 -2px;
  box-shadow: none;
}
.btnSquare01wrap .btnSquare01.x-small {
  font-size: 16px;
}
.btnSquare01wrap .btnSquare01.small {
  font-size: 16px;
}
.btnSquare01wrap .btnSquare01.medium {
  font-size: 16px;
}
.btnSquare01wrap .btnSquare01.large {
  font-size: 18px;
}
.btnSquare01wrap .btnSquare01.x-large {
  font-size: 24px;
}

.btnSquare02wrap {
  padding: 4px 0;
}
.btnSquare02wrap .btnSquare02 {
  display: block;
  padding: 10px 0;
  width: 100%;
  outline: none;
  border: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px;
}
.btnSquare02wrap .btnSquare02:hover, .btnSquare02wrap .btnSquare02:active {
  outline: none;
  border: 0;
  color: #fff;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.btnSquare02wrap .btnSquare02.btnGreenL {
  background-color: #8cc900;
  -moz-box-shadow: 0 4px 0 #689600;
  -webkit-box-shadow: 0 4px 0 #689600;
  box-shadow: 0 4px 0 #689600;
  text-shadow: 0 1px 0 #689600;
}
.btnSquare02wrap .btnSquare02.btnGreenL:hover, .btnSquare02wrap .btnSquare02.btnGreenL:active {
  background-color: #9ee300;
  text-shadow: 0 1px 0 #8cc900;
  -moz-box-shadow: 0 4px 0 #8cc900;
  -webkit-box-shadow: 0 4px 0 #8cc900;
  box-shadow: 0 4px 0 #8cc900;
  text-shadow: 0 1px 0 #8cc900, 10%;
}
.btnSquare02wrap .btnSquare02.btnGreenL:active {
  margin: 4px 0 -4px;
  box-shadow: none;
}
.btnSquare02wrap .btnSquare02.btnBlueL {
  background-color: #319be3;
  -moz-box-shadow: 0 4px 0 #1b81c6;
  -webkit-box-shadow: 0 4px 0 #1b81c6;
  box-shadow: 0 4px 0 #1b81c6;
  text-shadow: 0 1px 0 #1b81c6;
}
.btnSquare02wrap .btnSquare02.btnBlueL:hover, .btnSquare02wrap .btnSquare02.btnBlueL:active {
  background-color: #47a6e6;
  text-shadow: 0 1px 0 #319be3;
  -moz-box-shadow: 0 4px 0 #319be3;
  -webkit-box-shadow: 0 4px 0 #319be3;
  box-shadow: 0 4px 0 #319be3;
  text-shadow: 0 1px 0 #319be3, 10%;
}
.btnSquare02wrap .btnSquare02.btnBlueL:active {
  margin: 4px 0 -4px;
  box-shadow: none;
}
.btnSquare02wrap .btnSquare02.btnBlueL--paid-point {
  margin: auto;
  width: 450px;
}
.btnSquare02wrap .btnSquare02.btnGreenL {
  background-color: #8cc900;
  -moz-box-shadow: 0 4px 0 #689600;
  -webkit-box-shadow: 0 4px 0 #689600;
  box-shadow: 0 4px 0 #689600;
  text-shadow: 0 1px 0 #689600;
}
.btnSquare02wrap .btnSquare02.btnGreenL:hover, .btnSquare02wrap .btnSquare02.btnGreenL:active {
  background-color: #9ee300;
  text-shadow: 0 1px 0 #8cc900;
  -moz-box-shadow: 0 4px 0 #8cc900;
  -webkit-box-shadow: 0 4px 0 #8cc900;
  box-shadow: 0 4px 0 #8cc900;
  text-shadow: 0 1px 0 #8cc900, 10%;
}
.btnSquare02wrap .btnSquare02.btnGreenL:active {
  margin: 4px 0 -4px;
  box-shadow: none;
}
.btnSquare02wrap .btnSquare02.btnOrangeL {
  background-color: #fa7a25;
  -moz-box-shadow: 0 4px 0 #e75f05;
  -webkit-box-shadow: 0 4px 0 #e75f05;
  box-shadow: 0 4px 0 #e75f05;
  text-shadow: 0 1px 0 #e75f05;
}
.btnSquare02wrap .btnSquare02.btnOrangeL:hover, .btnSquare02wrap .btnSquare02.btnOrangeL:active {
  background-color: #fb893e;
  text-shadow: 0 1px 0 #fa7a25;
  -moz-box-shadow: 0 4px 0 #fa7a25;
  -webkit-box-shadow: 0 4px 0 #fa7a25;
  box-shadow: 0 4px 0 #fa7a25;
  text-shadow: 0 1px 0 #fa7a25, 10%;
}
.btnSquare02wrap .btnSquare02.btnOrangeL:active {
  margin: 4px 0 -4px;
  box-shadow: none;
}
.btnSquare02wrap .btnSquare02.btnInstaL {
  background: linear-gradient(45deg, #fed475 0%, #e53d5d 50%, #c23186 70%, #9c38bb 100%);
  box-shadow: 0 4px 0 #e53d5d;
  text-shadow: 0 1px 0 #e53d5d;
}
.btnSquare02wrap .btnSquare02.btnInstaL:hover, .btnSquare02wrap .btnSquare02.btnInstaL:active {
  background-color: #e85370;
  text-shadow: 0 1px 0 #e53d5d;
  -moz-box-shadow: 0 4px 0 #e53d5d;
  -webkit-box-shadow: 0 4px 0 #e53d5d;
  box-shadow: 0 4px 0 #e53d5d;
  text-shadow: 0 1px 0 #e53d5d, 10%;
  text-shadow: 0 1px 0 r #e53d5d, 10%;
}
.btnSquare02wrap .btnSquare02.btnInstaL:active {
  margin: 4px 0 42px;
  box-shadow: none;
}
.btnSquare02wrap .btnSquare02.btnRedL {
  background-color: #e91327;
  -moz-box-shadow: 0 4px 0 #ba0f1f;
  -webkit-box-shadow: 0 4px 0 #ba0f1f;
  box-shadow: 0 4px 0 #ba0f1f;
  text-shadow: 0 1px 0 #ba0f1f;
}
.btnSquare02wrap .btnSquare02.btnRedL:hover, .btnSquare02wrap .btnSquare02.btnRedL:active {
  background-color: #ed283a;
  text-shadow: 0 1px 0 #e91327;
  -moz-box-shadow: 0 4px 0 #e91327;
  -webkit-box-shadow: 0 4px 0 #e91327;
  box-shadow: 0 4px 0 #e91327;
  text-shadow: 0 1px 0 #e91327, 10%;
}
.btnSquare02wrap .btnSquare02.btnRedL:active {
  margin: 4px 0 -4px;
  box-shadow: none;
}
.btnSquare02wrap .btnSquare02.btnGrayL {
  background-color: #626262;
  -moz-box-shadow: 0 4px 0 #494949;
  -webkit-box-shadow: 0 4px 0 #494949;
  box-shadow: 0 4px 0 #494949;
  text-shadow: 0 1px 0 #494949;
}
.btnSquare02wrap .btnSquare02.btnGrayL02 {
  background-color: #626262;
  -moz-box-shadow: 0 4px 0 #494949;
  -webkit-box-shadow: 0 4px 0 #494949;
  box-shadow: 0 4px 0 #494949;
  text-shadow: 0 1px 0 #494949;
}
.btnSquare02wrap .btnSquare02.btnGrayL03 {
  margin-top: 20px !important;
  background-color: #929292;
  box-shadow: 0 4px 0 #737373;
  text-shadow: 0 1px 0 #bfbfbf;
}
.btnSquare02wrap .btnSquare02.medium {
  font-size: 16px;
}
.btnSquare02wrap .btnSquare02.large {
  font-size: 18px;
}
.btnSquare02wrap .btnSquare02.x-large {
  font-size: 24px;
}
.btnSquare02wrap .btnSquare02.comment {
  padding: 5px 0 3px;
}
.btnSquare02wrap .btnSquare02.comment .sns {
  position: relative;
  display: block;
  padding-left: 28px;
  font-size: 12px;
}
.btnSquare02wrap .btnSquare02.comment .sns .facebook {
  position: absolute;
  top: 0;
  right: 151px;
  background-color: #fff;
  font-size: 0;
}
.btnSquare02wrap .btnSquare02.comment .sns .facebook img {
  width: 12px;
  height: auto;
}
.btnSquare02wrap .btnSquare02.comment .sns .twitter {
  position: absolute;
  top: 0;
  right: 135px;
  padding: 3px;
  background-color: #55acee;
  font-size: 0;
}
.btnSquare02wrap .btnSquare02.comment .sns .twitter img {
  width: 7px;
  height: auto;
}

.btnSquare03wrap {
  padding: 2px 0;
}
.btnSquare03wrap .btnSquare03 {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px;
}
.btnSquare03wrap .btnSquare03:hover, .btnSquare03wrap .btnSquare03:active {
  color: #fff;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.btnSquare03wrap .btnSquare03.btnGreen {
  background-color: #8cc900;
  -moz-box-shadow: 0 2px 0 #689600;
  -webkit-box-shadow: 0 2px 0 #689600;
  box-shadow: 0 2px 0 #689600;
  text-shadow: 0 1px 0 #689600;
}
.btnSquare03wrap .btnSquare03.btnGreen:hover, .btnSquare03wrap .btnSquare03.btnGreen:active {
  background-color: #9ee300;
  text-shadow: 0 1px 0 #8cc900;
  -moz-box-shadow: 0 2px 0 #8cc900;
  -webkit-box-shadow: 0 2px 0 #8cc900;
  box-shadow: 0 2px 0 #8cc900;
  text-shadow: 0 1px 0 #8cc900, 10%;
}
.btnSquare03wrap .btnSquare03.btnGreen:active {
  margin: 2px 0 -2px;
  box-shadow: none;
}
.btnSquare03wrap .btnSquare03.btnOrange {
  background-color: #fa7a25;
  -moz-box-shadow: 0 2px 0 #e75f05;
  -webkit-box-shadow: 0 2px 0 #e75f05;
  box-shadow: 0 2px 0 #e75f05;
  text-shadow: 0 1px 0 #e75f05;
}
.btnSquare03wrap .btnSquare03.btnOrange:hover, .btnSquare03wrap .btnSquare03.btnOrange:active {
  background-color: #fb893e;
  text-shadow: 0 1px 0 #fa7a25;
  -moz-box-shadow: 0 2px 0 #fa7a25;
  -webkit-box-shadow: 0 2px 0 #fa7a25;
  box-shadow: 0 2px 0 #fa7a25;
  text-shadow: 0 1px 0 #fa7a25, 10%;
}
.btnSquare03wrap .btnSquare03.btnOrange:active {
  margin: 2px 0 -2px;
  box-shadow: none;
}
.btnSquare03wrap .btnSquare03.btnBlue {
  background-color: #319be3;
  -moz-box-shadow: 0 2px 0 #1b81c6;
  -webkit-box-shadow: 0 2px 0 #1b81c6;
  box-shadow: 0 2px 0 #1b81c6;
  text-shadow: 0 1px 0 #1b81c6;
}
.btnSquare03wrap .btnSquare03.btnBlue:hover, .btnSquare03wrap .btnSquare03.btnBlue:active {
  background-color: #47a6e6;
  text-shadow: 0 1px 0 #319be3;
  -moz-box-shadow: 0 2px 0 #319be3;
  -webkit-box-shadow: 0 2px 0 #319be3;
  box-shadow: 0 2px 0 #319be3;
  text-shadow: 0 1px 0 #319be3, 10%;
}
.btnSquare03wrap .btnSquare03.btnBlue:active {
  margin: 2px 0 -2px;
  box-shadow: none;
}
.btnSquare03wrap .btnSquare03.x-small {
  font-size: 12px;
}
.btnSquare03wrap .btnSquare03.medium {
  font-size: 16px;
}
.btnSquare03wrap .btnSquare03.large {
  font-size: 18px;
}
.btnSquare03wrap .btnSquare03.x-large {
  font-size: 24px;
}

/* /btnSquare */
/* btnRakuten */
.btnRakuten {
  padding-top: 8px;
}
.btnRakuten a img {
  padding-left: 75px;
}
.btnRakuten:hover {
  opacity: 0.5;
}

/* /btnRakuten */
/* btnBean */
.btnBean01 {
  position: relative;
  display: block;
  padding: 0 12px 0 22px;
  width: 120px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.btnBean01:hover, .btnBean01:active {
  color: #fff;
}
.btnBean01.btnTame {
  background-color: #44b4e7;
}
.btnBean01.btnMora {
  background-color: #ed684d;
}
.btnBean01.btnRepo {
  background-color: #eb6519;
}
.btnBean01.btnFind {
  background-color: #f63b4d;
}
.btnBean01.btnMedi {
  background-color: #0a9890;
}
.btnBean01.btnChalle {
  background-color: #ffc700;
}
.btnBean01.btnPhotobu {
  background-color: #67c336;
}
.btnBean01.btnMaga {
  background-color: #0d48a9;
}
.btnBean01:after {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  content: "";
}

.btnBean02 {
  position: relative;
  display: block;
  padding: 0 10px 0 22px;
  width: 70px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.btnBean02:hover, .btnBean02:active {
  color: #fff;
}
.btnBean02.btnFacebook {
  background-color: #395693;
}
.btnBean02.btnTwitter {
  background-color: #00acee;
}
.btnBean02 input {
  position: absolute;
  top: 1px;
  left: 4px;
  z-index: 1;
  margin-right: 3px;
  width: 12px;
  height: auto;
}

/* /btnBean */
/* goodBtn */
.goodBtnWrap {
  position: relative;
  margin: 0 auto;
  padding-right: 30px;
  width: 70px;
}
.goodBtnWrap .goodBtn {
  display: block;
  padding-left: 35px;
  background-size: 30px;
  background-repeat: no-repeat;
  line-height: 31px;
}
.goodBtnWrap .goodBtn.noGood {
  background-image: url(https://image.moratame.net/img2014/icons/ico_good03.png);
}
.goodBtnWrap .goodBtn.moreGood {
  background-image: url(https://image.moratame.net/img2014/icons/ico_good01.png);
}
.goodBtnWrap .goodBtn.moreGood:hover {
  background-image: url(https://image.moratame.net/img2014/icons/ico_good01.png);
}
.goodBtnWrap .goodBtn.moreGood:active {
  background-image: url(https://image.moratame.net/img2014/icons/ico_good02.png);
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.goodBtnWrap *.goodBtn.noGood {
  background-image: url(https://image.moratame.net/img2014/icons/ico_good03-ltie8.png);
}
.goodBtnWrap *.goodBtn.moreGood {
  background-image: url(https://image.moratame.net/img2014/icons/ico_good01-ltie8.png);
}
.goodBtnWrap *.goodBtn.moreGood:hover {
  background-image: url(https://image.moratame.net/img2014/icons/ico_good01-ltie8.png);
}
.goodBtnWrap *.goodBtn.moreGood:active {
  background-image: url(https://image.moratame.net/img2014/icons/ico_good02-ltie8.png);
}
.goodBtnWrap .counter {
  position: absolute;
  top: 50%;
  left: 73px;
  margin-top: -10px;
  text-decoration: none;
}

.la-includeGoodBtn {
  position: relative;
}
.la-includeGoodBtn .la-goodBtn {
  position: absolute;
  top: 165px;
  left: 210px;
}

/* /goodBtn */
/* btnInput */
.btnInput {
  padding: 0 10px;
  border: 1px solid #bfbfbf;
  background-color: #e5e5e5;
  text-align: center;
  line-height: 2;
}

/* /btnInput */
/* btnBar */
.btnBar {
  display: block;
  margin: 0 auto;
  width: 290px;
  background-color: #3b63d4;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
.btnBar:hover {
  background-color: #42cbed;
  color: #fff;
}

.btnBar02 {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 500px;
  border: none;
  background-color: #ddd1a2;
  text-align: center;
  text-decoration: underline;
  font-size: 18px;
  line-height: 40px;
}
.btnBar02 .ico {
  position: absolute;
  right: 10px;
}

/* /btnBar */
/* /button
---------------------------------------------------------*/
/* babbleList
---------------------------------------------------------*/
.balloonList {
  position: relative;
  overflow: auto;
  padding: 10px 20px;
  height: 480px;
  border: 1px solid #aca384;
  background-color: #d3c9a9;
}
.balloonList .balloon {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: #fff;
  font-size: 14px;
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.balloonList .balloon:after {
  position: absolute;
  top: 50%;
  left: -14px;
  margin-top: -6px;
  border: 6px solid transparent;
  border-right: 8px solid #fff;
  content: "";
}
.balloonList .balloon .poster {
  font-size: 12px;
}

/* /babbleList
---------------------------------------------------------*/
/* border
---------------------------------------------------------*/
.bdb-01 {
  border-bottom: 1px dashed #313131;
}

.bdb-02 {
  border-bottom: 1px solid #c9c9c9;
}

.bdb-03 {
  border-bottom: 1px solid #e5e5e5;
}

.bdb-04 {
  border-bottom: 1px solid #707070;
}

.bdb-06 {
  border-bottom: 1px solid #e6e5dd;
}

.bdb-07 {
  border-bottom: 1px dashed #cdcdcd;
}

.bd-01 {
  border: 1px solid #e5e5e5;
}

.bd-02 {
  border: 1px dotted #e70033;
}

.bd-05 {
  border: 1px solid #ccc;
}

/* /border
---------------------------------------------------------*/
/* box size
---------------------------------------------------------*/
.basicContainer {
  margin: 0 auto;
  width: 960px;
}

/* /box size
---------------------------------------------------------*/
/* C
-----------------------------------------------------------
---------------------------------------------------------*/
/* categoryContainer
---------------------------------------------------------*/
.categoryContainer .lead {
  padding: 10px 20px;
  background-color: #ddd1a2;
  font-weight: bold;
  font-size: 18px;
}
.categoryContainer .lead span {
  font-size: 12px;
}
.categoryContainer .point {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd1a2;
}
.categoryContainer .point p {
  color: #626262;
  font-weight: bold;
  font-size: 14px;
}
.categoryContainer .point p .mora {
  color: #f25932;
}
.categoryContainer .point p .tame {
  color: #319be3;
}
.categoryContainer .officeType {
  width: 600px;
}
.categoryContainer .officeType .officeUnit {
  width: 290px;
}
.categoryContainer .officeType .officeUnit .heading {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.categoryContainer .officeType .officeUnit .heading.mora {
  background-color: #f25932;
}
.categoryContainer .officeType .officeUnit .heading.tame {
  background-color: #319be3;
}
.categoryContainer .officeType .officeUnit .body {
  padding: 20px;
  height: 150px;
  background-color: #f7f4e7;
  font-size: 14px;
}

/* /categoryContainer
---------------------------------------------------------*/
/* color
---------------------------------------------------------*/
.c_red {
  color: red;
}

.c_red02 {
  color: #e70033;
}

.c_blue {
  color: #3a62d4;
}

.c_orange {
  color: #f60;
}

/* /color
---------------------------------------------------------*/
/* container
---------------------------------------------------------*/
.whiteContainer {
  background-color: #fff;
}
.whiteContainer.withBdr {
  border: 1px solid #e5e5e5;
}
.whiteContainer.pb_30 {
  padding-bottom: 30px;
}
.whiteContainer .quiz {
  width: 600px;
  font-size: 16px;
}
.whiteContainer .quiz .icon {
  float: left;
  width: 40px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
}
.whiteContainer .quiz .icon.q {
  background-color: #21a6ff;
}
.whiteContainer .quiz .icon.a {
  background-color: #ff812d;
}
.whiteContainer .quiz .col-r {
  float: right;
  width: 540px;
}
.whiteContainer .quiz .col-r .textInputSt.textInputStyle01.textInputStyle01yle01 {
  width: 518px;
}

.la-container02 {
  padding: 40px;
  background-color: #fff;
}

.mo-container {
  padding: 20px;
}
.mo-container.mo-container-white {
  background-color: #fff;
}

.mlr-25-container {
  margin-right: 25px;
  margin-left: 25px;
  padding: 25px 0;
  font-size: 13px;
}
.mlr-25-container .complement {
  font-size: 12px;
}
.mlr-25-container .cart-heading--gray {
  padding-left: 5px;
  border-left: 3px solid #8e8e8e;
}
.mlr-25-container .cart-heading--gray--2 {
  padding: 0.3em;
  padding-left: 5px;
  border-radius: 4px;
  background-color: #e2e2e2;
  color: #404040;
  font-weight: bold;
}
.mlr-25-container .cart-heading--green {
  padding-left: 5px;
  border-left: 3px solid #97bb2d;
}

.cart-container--left {
  width: 300px;
}
.cart-container--left .st-table01 {
  font-size: 13px;
}
.cart-container--left .st-table01 th {
  padding: 0.2em;
  font-weight: normal;
}
.cart-container--left .st-table01 td {
  padding: 0;
}
.cart-container--left .you-pack img {
  position: static !important;
}

.attention03 {
  padding: 5px;
  background-color: #fce6eb;
  color: #e70033;
  line-height: 30px;
  line-height: 1.5;
}

.cart-container--right {
  width: 595px;
}

.item-part {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.item-part .item-img {
  width: 40px;
}
.item-part .item-img img {
  width: 100%;
}
.item-part .item-name {
  font-size: 14px;
}
.item-part .item-price {
  color: #bf0000;
}
.item-part .item-port__about-premium {
  clear: both;
  padding-top: 10px;
}

.notice--txt {
  padding-top: 5px;
  color: #e70033;
  line-height: 1.5;
}

.address-box {
  margin-left: 10px;
  padding-left: 8px;
  border-left: 1px solid #8cbc00;
}

.address-part {
  font-size: 13px;
}
.address-part dt {
  float: left;
}
.address-part dd {
  overflow: hidden;
}

/* /container
---------------------------------------------------------*/
/* /C
-----------------------------------------------------------
---------------------------------------------------------*/
/* D
-----------------------------------------------------------
---------------------------------------------------------*/
/* /D
-----------------------------------------------------------
---------------------------------------------------------*/
/* E
-----------------------------------------------------------
---------------------------------------------------------*/
/* everyPost
---------------------------------------------------------*/
.everyPost .lead {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.everyPost .enclosingSnsBtn {
  position: relative;
  margin-bottom: 10px;
  height: 22px;
}
.everyPost .enclosingSnsBtn .linkage {
  position: absolute;
  top: 0;
  padding-left: 105px;
  font-size: 14px;
}
.everyPost .enclosingSnsBtn .linkage.twitter {
  left: 400px;
}
.everyPost .enclosingSnsBtn .linkage.facebook {
  left: 200px;
}
.everyPost .enclosingSnsBtn .linkage.twitter2 {
  left: 300px;
}
.everyPost .enclosingSnsBtn .linkage.facebook2 {
  left: 0;
}
.everyPost .enclosingSnsBtn .linkage .btnBean02 {
  position: absolute;
  top: 0;
  left: 0;
}
.everyPost .confirmBtn {
  margin: 0 auto;
  padding: 10px 0 0;
  width: 460px;
}
.everyPost .unit {
  position: relative;
  padding-top: 24px;
}
.everyPost .unit .icoBar02 {
  position: absolute;
  top: 0;
  left: -24px;
}

/* /everyPost

---------------------------------------------------------*/
.everyPost-mypage {
  border-top: 1px solid #e6e5dd;
}
.everyPost-mypage:last-child {
  border-bottom: 1px solid #e6e5dd;
}
.everyPost-mypage .itemInfo {
  padding: 10px;
  width: auto;
}
.everyPost-mypage .itemInfo .col-l {
  float: left;
  width: 120px;
}
.everyPost-mypage .itemInfo .col-l img {
  width: 100%;
  height: auto;
}
.everyPost-mypage .itemInfo .col-r {
  float: right;
  padding-top: 25px;
  width: 450px;
  font-size: 14px;
}
.everyPost-mypage .enclosingSnsBtn .linkage.twitter {
  left: 370px;
}
.everyPost-mypage .review-select {
  margin-bottom: 10px;
  height: 20px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
}
.everyPost-mypage .addPhoto {
  position: relative;
  text-align: left;
}
.everyPost-mypage .thumbnail-wrap-coment li {
  display: inline-block;
  width: 24%;
}
.everyPost-mypage .thumbnail-wrap-coment li img {
  width: 100%;
  height: auto;
}
.everyPost-mypage #preview_tw {
  width: 538px;
}
.everyPost-mypage .confirmBtn {
  margin: 30px auto 0;
  padding: 0 0 40px;
}
.everyPost-mypage .tw_postTxt {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  font-size: 12px;
}

/* /everyPost-mypage
---------------------------------------------------------*/
/* /E
-----------------------------------------------------------
---------------------------------------------------------*/
/* F
-----------------------------------------------------------
---------------------------------------------------------*/
.form.form-default {
  font-size: 16px;
  line-height: 2;
}

/* form-fields
---------------------------------------------------------*/
.textInputStyle01 {
  padding: 8px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  font-size: 14px;
}

.textareaStyle00 {
  padding: 5px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  font-size: 14px;
}

.textareaStyle01 {
  padding: 10px;
  width: 578px;
  height: 150px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  font-size: 14px;
}

.textareaStyle02 {
  padding: 10px;
  width: 576px;
  height: 90px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  font-size: 14px;
}

.textareaStyle03 {
  padding: 10px;
  height: 6em;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  font-size: 14px;
}

.textInputStyle01:focus,
.textInputStyle02:focus,
.textInputStyle03:focus,
.textInputStyle04:focus {
  background-color: #fcfbc2;
}

form input::-webkit-input-placeholder {
  color: #aaa;
}

form input:-ms-input-placeholder {
  color: #aaa;
}

form input::-moz-placeholder {
  color: #aaa;
}

.formAlert {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #e91327;
  color: #fff;
}
.formAlert:before {
  position: absolute;
  top: -8px;
  left: 20%;
  display: block;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #e91327 transparent;
  content: "";
}

.formAlert2 {
  position: relative;
  display: block;
  margin-top: 100px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #e91327;
  color: #fff;
}
.formAlert2:before {
  position: absolute;
  top: -8px;
  left: 20%;
  display: block;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #e91327 transparent;
  content: "";
}

/* /form-fields
---------------------------------------------------------*/
/* firstV-modal
---------------------------------------------------------*/
.firstV-modal {
  position: fixed;
  top: 42%;
  left: 50%;
  z-index: 100;
  margin-left: -220px;
  width: 440px;
}
.firstV-modal .firstV-modalContents {
  position: relative;
  padding: 3px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  -moz-box-shadow: 5px 5px 10px #333;
  -webkit-box-shadow: 5px 5px 10px #333;
  box-shadow: 5px 5px 10px #333;
}
.firstV-modal .firstV-modalContents h4 img {
  width: 100%;
  height: auto;
}
.firstV-modal .firstV-modalContents > div {
  padding: 20px 10px;
  font-size: 15px;
}
.firstV-modal > .btnWrapper {
  padding-bottom: 20px;
}
.firstV-modal > .btnWrapper a:hover {
  opacity: 0.9;
}
.firstV-modal mark {
  background-color: #fffa99;
}
.firstV-modal .modalClose {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

#overlay02 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000)";
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000);
}
#overlay02:not(:target) {
  -ms-filter: none;
  filter: none;
}

/* /firstV-modal
---------------------------------------------------------*/
/* /F
-----------------------------------------------------------
---------------------------------------------------------*/
/* G
-----------------------------------------------------------
---------------------------------------------------------*/
/* gcseSearch
---------------------------------------------------------*/
#gcseSearch {
  margin: 0;
  margin-top: -3px;
  margin-top: -3px;
  padding-top: 4px;
  padding-top: 0px;
  width: 198px;
  width: 198px;
  height: 22px;
}
#gcseSearch td.gsc-search-button {
  font-size: 0;
}

/* /gcseSearch
---------------------------------------------------------*/
/* loginStatusBar
------------------------------------------------- */
#loginStatusBar {
  border-bottom: 1px solid #d1d0cd;
  background-color: #eee;
  color: #433b32;
  line-height: 30px;
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}

#loginStatusWrp {
  position: relative;
  margin: 0 auto;
  padding-left: 260px;
  width: 700px;
  height: 30px;
  font-size: 0.9em;
}

#loginStatusWrp img {
  vertical-align: middle;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #loginStatusWrp img {
    margin-top: -1px;
    margin-left: 5px;
  }
}
#loginStatusWrp img.character {
  margin-right: 3px;
  width: 24px;
  height: auto;
  vertical-align: middle;
}

#loginStatusWrp p.catch {
  position: absolute;
  top: 0;
  left: 0;
}

#loginStatusWrp h1.catch {
  position: absolute;
  top: 0;
  left: 0;
}

#loginStatusWrp ul.nav {
  text-align: right;
}

#loginStatusWrp li.nav {
  position: relative;
  display: inline;
  line-height: 30px;
  zoom: 1;
}

#loginStatusWrp a.red {
  color: #e40d0d;
  text-decoration: underline;
}

#loginStatusWrp a.gry {
  color: #433b32;
  text-decoration: underline;
}

#loginStatusWrp span.ico {
  display: inline-block;
  margin-right: 3px;
  width: 26px;
  height: 30px;
  background-image: url(https://image.moratame.net/img/common/ico001.png);
  background-repeat: no-repeat;
}

#loginStatusWrp span.ico1 {
  background-position: 0 2px;
}

#loginStatusWrp span.ico2 {
  background-position: -26px 2px;
}

#loginStatusWrp span.ico3 {
  background-position: -52px 2px;
}

#loginStatusWrp span.ico4 {
  background-position: -103px 2px;
}

#loginStatusWrp div.balloon {
  position: absolute;
  top: 30px;
  left: 29px;
  display: none;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f74242;
  color: #fff;
  white-space: nowrap;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
}
#loginStatusWrp div.balloon:after {
  display: none;
}
#loginStatusWrp div.balloon.ballool--5 {
  left: 0;
}

#loginStatusWrp div.balloon:before {
  position: absolute;
  top: -12px;
  left: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #f74242;
  content: " ";
}

#loginStatusWrp li.nav ul.announce {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: none;
  width: 238px;
  border: 1px solid #939393;
  background: #fff;
  text-align: left;
}

#loginStatusWrp li.nav ul.announce li {
  position: relative;
  padding: 5px 10px 5px 80px;
  min-height: 62px;
  width: 156px;
  border-bottom: 1px dotted #ccc;
  line-height: 18px;
}

#loginStatusWrp li.nav ul.announce li.lastChild {
  border-bottom: 0;
}

#loginStatusWrp li.nav ul.announce li h2.imgWrp {
  position: absolute;
  top: 5px;
  left: 5px;
}

#loginStatusWrp li.nav ul.announce li h2.imgWrp img {
  width: 60px;
  height: auto;
  border: 1px solid #ccc;
}

#loginStatusWrp .nav .announce .withIco {
  position: relative;
  padding-left: 35px;
  height: 18px;
}
#loginStatusWrp .nav .announce .withIco .ico {
  position: absolute;
  left: 0;
  margin-right: 0;
  padding: 0 5px;
  width: 20px;
  height: 18px;
  background-image: none;
  color: #fff;
  font-size: 10px;
}
#loginStatusWrp .nav .announce .withIco .ico.tame {
  background-color: #09f;
}
#loginStatusWrp .nav .announce .withIco .ico.mora {
  background-color: #f30;
}
#loginStatusWrp .nav .announce .withIco .ico.repo {
  background-color: #f60;
}

#loginStatusWrp li.nav ul.config {
  position: absolute;
  top: 25px;
  right: 0;
  display: none;
  width: 90px;
  border: 1px solid #939393;
  background: #fff;
  text-align: left;
  white-space: nowrap;
}

#loginStatusWrp li.nav ul.config li {
  padding: 0 10px;
  border-bottom: 1px dotted #ccc;
  line-height: 30px;
}

#loginStatusWrp li.nav ul.config li.lastChild {
  border-bottom: 0;
}

/* /loginStatusBar
------------------------------------------------- */
/* /G
-----------------------------------------------------------
---------------------------------------------------------*/
/* goods-table
---------------------------------------------------------*/
.goods-table td {
  padding: 0 !important;
}
.goods-table td:nth-of-type(2) {
  padding: 0 20px !important;
}

/* H
-----------------------------------------------------------
---------------------------------------------------------*/
/* heading
---------------------------------------------------------*/
.heading.xx-large {
  font-size: 27px;
  line-height: 1.5;
}
.heading.xx-large.withIcon {
  position: relative;
  padding-left: 45px;
}
.heading.xx-large.enclosingBtn {
  padding-right: 160px;
}
.heading.xx-large.enclosingBtn .btnWrap {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.heading.xx-large.enclosingBtn .popup {
  position: absolute;
  top: -51px;
  right: 0;
  z-index: 51;
  display: none;
  padding: 10px;
  background-color: #fff;
  background-color: #fbe9a4;
  font-size: 14px;
  font-size: 14px;
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.heading.xx-large.enclosingBtn .popup:after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 8px solid #fff;
  content: "";
}
.heading.xx-large.enclosingBtn .logo {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
}
.heading.xx-large.enclosingBtn .logo img {
  width: 201px;
  height: auto;
}
.heading.xx-large .icoWrap {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 45px;
  text-align: center;
}
.heading.xx-large .icoWrap img {
  width: auto;
  height: 36px;
  vertical-align: top;
}
.heading.x-large {
  font-size: 24px;
  line-height: 1.5;
}
.heading.x-large.withDashed {
  border-bottom: 1px dashed #313131;
}
.heading.x-large.withSolid {
  border-bottom: 1px solid #83857e;
}
.heading.large {
  font-size: 21px;
}
.heading.large.sideHeading {
  margin-bottom: 5px;
}
.heading.large.sideHeading > .ico {
  margin-right: 5px;
  margin-bottom: 3px;
  width: 36px;
  height: auto;
  vertical-align: bottom;
}
.heading.medium {
  font-weight: bold;
  font-size: 18px;
}
.heading.medium.withBdl {
  padding: 0 10px;
  border-left: 5px solid #f60;
}
.heading.medium.withBdl02 {
  padding: 0 10px;
  border-left: 5px solid #f7eb1c;
}
.heading.medium.withBdl03 {
  padding: 0 10px;
  border-left: 5px solid #0070bd;
}
.heading.withBdl04 {
  padding: 0 10px;
  border-left: 5px solid #ff1748;
}
.heading.small {
  font-weight: bold;
  font-size: 16px;
}
.heading.small.withBdb {
  border-bottom: 1px solid #c9c9c9;
}
.heading.small.withBdb02 {
  border-bottom: 1px dashed #ff986b;
}
.heading.x-small {
  font-weight: bold;
  font-size: 14px;
}
.heading.x-small.grayBar {
  padding-left: 10px;
  background-color: #e6e5dd;
  line-height: 30px;
}
.heading.withBgc {
  background-color: #ddd1a2;
}
.heading.withBd-yel {
  border-bottom: 1px solid #d2d2d2;
  border-left: 5px solid #f7b932;
  text-indent: 0.5em;
  font-weight: bold;
}
.heading.xx-small {
  font-size: 12px;
}
.heading.bd {
  border-width: 0 0 5px;
  border-style: solid;
}
.heading.bd.bd-red {
  border-color: #f6939c;
}
.heading.bd.bd-yellow {
  border-color: #f6e473;
}
.heading.bd.bd-blue {
  border-color: #4db7e8;
}
.heading.bd.bd-orange {
  border-color: #eba47b;
}
.heading.bd.bd-pink {
  border-color: #f6939c;
}
.heading.bd.bd-green {
  border-color: #8cc900;
}
.heading.bd.bd-brown {
  border-color: #ddd1a2;
}
.heading.bd.bd-mora {
  border-color: #f25932;
}
.heading.bdb_4 {
  border-width: 0 0 4px;
  border-style: solid;
}
.heading.bdb_4.bd-red {
  border-color: #f6939c;
}
.heading.bdb_4.bd-yellow {
  border-color: #f6e473;
}
.heading.bdb_4.bd-blue {
  border-color: #4db7e8;
}
.heading.bdb_4.bd-orange {
  border-color: #eba47b;
}
.heading.bdb_4.bd-pink {
  border-color: #f6939c;
}
.heading.bdb_4.bd-green {
  border-color: #8cc900;
}
.heading.bdb_4.bd-brown {
  border-color: #ddd1a2;
}
.heading.bdb_4.bd-mora {
  border-color: #f25932;
}
.heading.withBdl10px {
  padding-left: 10px;
  border-left: 10px solid #393;
}
.heading.active {
  background-color: #ffff9a;
}
.heading.with_tokusyu {
  background-color: #e7e7ea;
  text-align: center;
  color: #000000;
  font-size: 18px;
  padding: 2px;
}
.heading.with_present {
  background-color: #e7e7ea;
  text-align: center;
  color: #000000;
  font-size: 18px;
  padding: 2px;
}

.headingWrap {
  width: 640px;
}
.headingWrap .mainHeading {
  float: left;
  width: 275px;
}
.headingWrap .headingNav {
  float: left;
  padding-top: 12px;
  width: 320px;
}

/* /heading
---------------------------------------------------------*/
/* /H
-----------------------------------------------------------
---------------------------------------------------------*/
/* I
-----------------------------------------------------------
---------------------------------------------------------*/
/* ico
---------------------------------------------------------*/
.icoBar {
  margin-right: 3px;
  padding: 0 0.5ex;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.icoBar.twitter {
  background-color: #0ba7e1;
}
.icoBar.facebook {
  background-color: #083eb3;
}
.icoBar.mora {
  background-color: #f25932;
}
.icoBar.tame {
  background-color: #0096db;
}
.icoBar.repo {
  background-color: #f60;
}
.icoBar.photobu {
  background-color: #67c336;
}
.icoBar.find {
  background-color: #f43761;
}
.icoBar.gray {
  background-color: #747679;
}

.icoBar02 {
  display: block;
  padding: 0 5px;
  width: 90px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.icoBar02.twitter {
  background-color: #0ba7e1;
}
.icoBar02.facebook {
  background-color: #083eb3;
}
.icoBar02.green {
  background-color: #8cbc00;
}

.icoBar03 {
  padding: 1px 0.5em;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}
.icoBar03.new {
  background-color: #ff3d17;
}
.icoBar03.must {
  background-color: #00c;
}

.icoBar04 {
  padding: 0 5px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.icoBar04.black {
  background-color: #434343;
}

.icoBar05 {
  position: absolute;
  padding: 0 0.5em;
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: #999 1px 1px 1px;
  -webkit-box-shadow: #999 1px 1px 1px;
  box-shadow: #999 1px 1px 1px;
}
.icoBar05.large {
  top: -8px;
  left: -8px;
  padding-top: 2px;
  font-size: 14px;
  line-height: 16px;
}
.icoBar05.small {
  top: -3px;
  left: -3px;
  padding-top: 1px;
  font-size: 11px;
  line-height: 14px;
}
.icoBar05.new {
  background-color: #ff451f;
}
.icoBar05.few {
  background-color: #36f;
}
.icoBar05.family {
  background-color: #14b111;
}
.icoBar05.office {
  background-color: #00b594;
}
.icoBar05.favorite {
  background-color: #ff398d;
}
.icoBar05.pet {
  background-color: #d45b07;
}
.icoBar05.report {
  background-color: #ff7f0e;
}
.icoBar05.already {
  background-color: #919191;
}
.icoBar05.oubo {
  background-color: #ff451f;
}
.icoBar05.post {
  background-color: #f63b4d;
}
.icoBar05.deadline {
  background-color: #eb47af;
}
.icoBar05.return {
  background-color: #11b0dd;
}

.icoBar06 {
  display: inline;
  padding: 0 0.2em;
  color: #fff;
  word-break: keep-all;
}
.icoBar06.xs {
  font-size: 10px;
  line-height: 15px;
}
.icoBar06.md {
  font-size: 13px;
  line-height: 25px;
}
.icoBar06.new {
  background-color: #ff451f;
}
.icoBar06.few {
  background-color: #36f;
}
.icoBar06.family {
  background-color: #14b111;
}
.icoBar06.friend {
  background-color: #e38c10;
}
.icoBar06.office {
  background-color: #00b594;
}
.icoBar06.recommend {
  background-color: #ff398d;
}
.icoBar06.pet {
  background-color: #d45b07;
}
.icoBar06.report {
  background-color: #ff7f0e;
}
.icoBar06.repeat {
  background-color: #524d50;
}
.icoBar06.already {
  background-color: #919191;
}
.icoBar06.oubo {
  background-color: #ff451f;
}
.icoBar06.post {
  background-color: #f63b4d;
}
.icoBar06.deadline {
  background-color: #eb47af;
}
.icoBar06.return {
  background-color: #11b0dd;
}
.icoBar06.matomete {
  background-color: #a985eb;
}

.withBlockLink {
  position: relative;
}
.withBlockLink .icoBar02 {
  position: absolute;
  top: 0;
  left: 240px;
}
.withBlockLink .icoBar02:hover {
  background-color: #00c1d6;
  color: #fff;
}

/* /ico
---------------------------------------------------------*/
/* imgDabbleSize
---------------------------------------------------------*/
.imgRetina {
  width: 100%;
  height: auto;
}

/* /imgDabbleSize
--------------------------------------------------------*/
/* itemIcon
---------------------------------------------------------*/
.itemicon {
  padding: 0 5px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  line-height: 18px;
}
.itemicon.itemIcoRed {
  background-color: #f00;
}
.itemicon.itemIcoGrn {
  background-color: #14b111;
}
.itemicon.itemIcoEmr {
  background-color: #ff398d;
}
.itemicon.itemIcoOrg {
  background-color: #ff6821;
}
.itemicon.itemIcoblue {
  background-color: #36f;
}

/* /itemIcon
---------------------------------------------------------*/
/* /I
-----------------------------------------------------------
---------------------------------------------------------*/
/* J
-----------------------------------------------------------
---------------------------------------------------------*/
/* /J
-----------------------------------------------------------
---------------------------------------------------------*/
/* K
-----------------------------------------------------------
---------------------------------------------------------*/
/* /K
-----------------------------------------------------------
---------------------------------------------------------*/
/* L
-----------------------------------------------------------
---------------------------------------------------------*/
/* list
---------------------------------------------------------*/
.st-ul01 {
  margin-left: 1em;
}
.st-ul01 li {
  text-indent: -1em;
}

/* /list
---------------------------------------------------------*/
/* list-contaier
---------------------------------------------------------*/
.primary .overview {
  position: relative;
  padding: 20px 15px 20px 220px;
  min-height: 200px;
  width: 405px;
  background-color: transparent;
}
.primary .overview .photoWrap {
  position: absolute;
  top: 20px;
  left: 0;
  width: 200px;
}
.primary .overview .photoWrap img {
  width: 100%;
  height: auto;
}
.primary .photocolleList li {
  position: relative;
  padding: 20px 15px 20px 270px;
  min-height: 80px;
  width: 355px;
  cursor: pointer;
}
.primary .photocolleList li .photoWrap {
  position: absolute;
  top: 20px;
  width: 80px;
}
.primary .photocolleList li .photoWrap.photoWrap1 {
  left: 0;
}
.primary .photocolleList li .photoWrap.photoWrap2 {
  left: 90px;
}
.primary .photocolleList li .photoWrap.photoWrap3 {
  left: 180px;
}
.primary .photocolleList li .photoWrap img {
  width: 100%;
  height: auto;
}
.primary .tokusyuList li {
  position: relative;
  padding: 20px 15px 20px 160px;
  min-height: 80px;
  width: 465px;
  cursor: pointer;
}
.primary .tokusyuList li .photoWrap {
  position: absolute;
  top: 20px;
  left: 0;
  width: 150px;
}
.primary .tokusyuList li .photoWrap img {
  width: 100%;
  height: auto;
}

.present_apprecation_modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  padding: 40px 40px;
}
.present_apprecation_modal-innerwrapper {
  position: relative;
}
.present_apprecation_modal {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  padding: 20px 0 40px;
  border-radius: 10px;
  height: auto;
  text-align: center;
}
.present_apprecation_slot_img {
  padding: 40px 0 40px;
  border-radius: 10px;
  height: auto;
  text-align: center;
  max-width: 320px;
  width: 100%;
}
.present_apprecation_close-modal {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /* 丸みの度合い */
  background: #fff;
  /* ボタンの背景色 */
  top: 0;
  right: 0;
}
.present_apprecation_close-modal::before, .present_apprecation_close-modal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  /* 棒の幅（太さ） */
  height: 22px;
  /* 棒の高さ */
  background: #333;
  /* バツ印の色 */
}
.present_apprecation_close-modal::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.present_apprecation_close-modal::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
  
.tokusyu-present-contents {
  box-sizing: content-box;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto;
}
.tokusyu-present-contents img {
  width: 100%;
}
.tokusyu-present-contents a img:hover {
  transition: 0.5s;
  opacity: 0.7;
}

.tokusyu-present {
  display: inline-block;
  vertical-align: top;
  margin: 10px auto 0;
}
.tokusyu-present.everyday_Participation {
  text-align: center;
  color: #fbb811;
  font-size: 12px;
  padding: 3px;
  width: 22%;
  border-radius: 50px;
  border: 1px solid #fbb811;
  font-weight: bold;
}
.tokusyu-present.everyday_Point {
  text-align: center;
  color: #fa7a25;
  font-size: 12px;
  padding: 3px;
  width: 22%;
  border-radius: 50px;
  border: 1px solid #fa7a25;
  font-weight: bold;
}
.tokusyu-present.everyday_anothersite {
  text-align: center;
  color: #0097e5;
  font-size: 12px;
  padding: 3px;
  width: 22%;
  border-radius: 50px;
  border: 1px solid #0097e5;
  font-weight: bold;
}

/* /list-contaier
---------------------------------------------------------*/
/* /L
-----------------------------------------------------------
---------------------------------------------------------*/
/* M
-----------------------------------------------------------
---------------------------------------------------------*/
.milestone img {
  width: 100%;
  height: auto;
}

.mark_ylw {
  background: #ff0;
  color: #000;
}

/* mitsukeru
---------------------------------------------------------*/
.ico-receipt {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.ico-receipt span {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  line-height: 25px;
}

.ico-receipt-already {
  background-color: #808080;
}

.ico-receipt-yet {
  background-color: #ff340c;
}

.mitsukeru-hdl {
  position: relative;
}

.mitsukeru-hdl-txt {
  position: absolute;
  top: 85px;
  left: 15px;
  font-size: 13px;
}
.mitsukeru-hdl-txt strong {
  font-weight: bold;
}

.btn-mitsukeruway {
  position: absolute;
  top: 110px;
  left: 15px;
  font-size: 13px;
}
.btn-mitsukeruway a:hover {
  opacity: 0.7;
}

.btn-mitsukeru-mark {
  position: absolute;
  top: 110px;
  left: 158px;
  font-size: 13px;
}
.btn-mitsukeru-mark a:hover {
  opacity: 0.7;
}

.mitsukeru-tentame-logo {
  position: absolute;
  top: 0px;
  right: 7px;
}

/*--------------------------
mitsukeru way
--------------------------*/
.mitsukeruway-list li:after {
  display: block;
  content: '';
  width: 0;
  margin-top: 25px;
  margin-right: auto;
  margin-bottom: -5px;
  margin-left: auto;
  border-color: #e9dc9c;
  border-style: solid;
  border-width: 30px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.mitsukeruway-list li:last-child:after {
  display: none;
  content: none;
}

.mitsukeruway-ttl {
  position: relative;
  margin-bottom: 15px;
  padding: 5px 1em;
  background-color: #eee;
  font-size: 18px;
  font-weight: bold;
}
.mitsukeruway-ttl span {
  margin-left: 1em;
  font-size: 16px;
  font-weight: normal;
}
.mitsukeruway-ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 7px;
  height: 100%;
  background-color: #403e3e;
}

.mitsukeruway-txt {
  font-size: 14px;
}
.mitsukeruway-txt strong {
  color: #e63862;
  font-weight: bold;
}

.mitsukeruway-point {
  margin-top: 20px;
}

.mitsukeruway-point-ttl {
  display: inline-block;
  padding: 3px 15px;
  background-color: #ff340c;
  border-radius: 5px 5px 0 0;
}
.mitsukeruway-point-ttl img {
  max-width: 111px;
}

.mitsukeruway-point-txt {
  padding: 10px;
  border: 2px solid #ff340c;
  border-radius: 0 0 5px 5px;
  color: #ff340c;
  font-size: 13px;
}
.mitsukeruway-point-txt .mitsukeruway-point-txt strong {
  font-weight: bold;
}

/*--------------------------
receipt
--------------------------*/
.receipt.receipt-bd {
  border-bottom: 1px solid #323232;
  padding-bottom: 20px;
}
.receipt .heading {
  border-bottom: 1px solid #323232;
  border-left: 4px solid #323232;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 10px;
}
.receipt .description {
  margin: 20px 0 0 0;
}
.receipt .description span {
  color: #ff0000;
}
.receipt .note {
  line-height: 22px;
  padding-top: 20px;
}

.receipt .emphasise {
  color: #f8340e;
  font-weight: bold;
}
.receipt .receipt-img {
  margin-top: 15px;
  text-align: center;
}
.receipt .receipt-img img {
  max-width: 100%;
  width: auto;
}
.receipt .receipt-attention {
  margin-top: 15px;
}
.receipt .receipt-attention em {
  font-weight: bold;
}
.receipt .receipt-desc > * + * {
  margin-top: 1.5em;
}
.receipt .receipt-desc span {
  color: #ff0000;
}
.receipt .receipt-list {
  list-style-type: disc;
  margin-left: 1em;
}
.receipt .receipt-timing {
  text-align: center;
  color: #f8340e;
  font-weight: bold;
  font-size: 18px;
}

.receipt-examples {
  margin-top: 20px;
}

/*--------------------------
mark-list
--------------------------*/
.mitsukeru-mark-list {
  margin-right: -5px;
  margin-left: -5px;
}
.mitsukeru-mark-list li {
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 20px;
  border-top: 1px dotted #ababab;
  vertical-align: top;
}
.mitsukeru-mark-list li:nth-child(-n+3) {
  padding-top: 0;
  border-top: none;
}

.ico-mitsukeru-mark {
  float: left;
  width: 53px;
  height: 46px;
  margin-right: 10px;
}
.ico-mitsukeru-mark img {
  width: 100%;
}

.mitsukeru-mark-txt {
  float: right;
  width: 130px;
}
.mitsukeru-mark-txt dt {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: bold;
}
.mitsukeru-mark-txt dd {
  font-size: 11px;
}
.mitsukeru-mark-txt dd small {
  font-size: 10px;
}

/* /mitsukeru
---------------------------------------------------------*/
/* /M
-----------------------------------------------------------
---------------------------------------------------------*/
/* N
-----------------------------------------------------------
---------------------------------------------------------*/
/* navigation
---------------------------------------------------------*/
.pr-nav {
  box-sizing: content-box;
  width: 638px;
  border: 1px solid #707070;
}
.pr-nav .btn {
  float: left;
  width: 212px;
  border-right: 1px solid #707070;
  text-align: center;
  line-height: 40px;
}
.pr-nav .btn.last-child {
  width: 212px;
  border: none;
}
.pr-nav .btn a {
  display: block;
  background-color: #fff;
}
.pr-nav .btn a:active, .pr-nav .btn a:hover {
  background-color: #8cbc00;
  color: #fff;
}
.pr-nav .btn .active {
  display: block;
  background-color: #8cbc00;
  color: #fff;
}

.pr-nav2 {
  box-sizing: content-box;
  width: 638px;
  border: 1px solid #707070;
}
.pr-nav2 .btn {
  float: left;
  width: 105px;
  border-right: 1px solid #707070;
  text-align: center;
  line-height: 40px;
}
.pr-nav2 .btn.last-child {
  width: 108px;
  border: none;
}
.pr-nav2 .btn a {
  display: block;
  background-color: #fff;
}
.pr-nav2 .btn a:active, .pr-nav2 .btn a:hover {
  background-color: #8cbc00;
  color: #fff;
}
.pr-nav2 .btn .active {
  display: block;
  background-color: #8cbc00;
  color: #fff;
}

.pr-nav3 {
  box-sizing: content-box;
  width: 638px;
  border: 1px solid #707070;
}
.pr-nav3 .btn {
  float: left;
  width: 318px;
  border-right: 1px solid #707070;
  text-align: center;
  line-height: 40px;
}
.pr-nav3 .btn.last-child {
  width: 319px;
  border: none;
}
.pr-nav3 .btn a {
  display: block;
  background-color: #fff;
}
.pr-nav3 .btn a:active, .pr-nav3 .btn a:hover {
  background-color: #8cbc00;
  color: #fff;
}
.pr-nav3 .btn .active {
  display: block;
  background-color: #8cbc00;
  color: #fff;
}

.pr-nav4 {
  box-sizing: content-box;
  width: 638px;
  border: 1px solid #707070;
}
.pr-nav4 .btn {
  float: left;
  width: 126px;
  border-right: 1px solid #707070;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
}
.pr-nav4 .btn.last-child {
  width: 130px;
  border: none;
}
.pr-nav4 .btn p {
  display: block;
  background-color: #fff;
  height: 40px;
  vertical-align: middle;
  padding: 10px 0;
}
.pr-nav4 .btn p:active, .pr-nav4 .btn p:hover {
  background-color: #8cbc00;
  color: #fff;
}
.pr-nav4 .btn a:active, .pr-nav4 .btn a:hover {
  background-color: #8cbc00;
  color: #fff;
}
.pr-nav4 .btn .active {
  display: block;
  background-color: #8cbc00;
  color: #fff;
  height: 40px;
  padding: 10px 0;
}

.pr-nav5 {
  box-sizing: content-box;
  width: 638px;
  border: 1px solid #707070;
}
.pr-nav5 .btn {
  float: left;
  width: 105px;
  border-right: 1px solid #707070;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
}
.pr-nav5 .btn.last-child {
  width: 108px;
  border: none;
}
.pr-nav5 .btn p {
  display: block;
  background-color: #fff;
  height: 40px;
  vertical-align: middle;
  padding: 10px 0;
}
.pr-nav5 .btn p:active, .pr-nav5 .btn p:hover {
  background-color: #8cbc00;
  color: #fff;
}
.pr-nav5 .btn a:active, .pr-nav5 .btn a:hover {
  background-color: #8cbc00;
  color: #fff;
}
.pr-nav5 .btn .active {
  display: block;
  background-color: #8cbc00;
  color: #fff;
  height: 40px;
  padding: 10px 0;
}

.ct-nav {
  box-sizing: content-box;
  width: 960px;
  border: 1px solid #707070;
}
.ct-nav .btn {
  float: left;
  width: 479px;
  border-right: 1px solid #707070;
  text-align: center;
  line-height: 40px;
}
.ct-nav .btn.last-child {
  width: 480px;
  border: none;
}
.ct-nav .btn a {
  display: block;
  background-color: #fff;
}
.ct-nav .btn a:active, .ct-nav .btn a:hover {
  background-color: #8cbc00;
  color: #fff;
}
.ct-nav .btn .active {
  display: block;
  background-color: #8cbc00;
  color: #fff;
}

/* /navigation
---------------------------------------------------------*/
/* /N
-----------------------------------------------------------
---------------------------------------------------------*/
/* O
-----------------------------------------------------------
---------------------------------------------------------*/
/* overview
---------------------------------------------------------*/
.overview.detail {
  margin-bottom: 10px;
  padding: 20px;
  width: 600px;
  background-color: #fff;
}
.overview.detail .container {
  width: 600px;
}
.overview.detail .container .col-l {
  float: left;
  width: 200px;
}
.overview.detail .container .col-l img {
  margin: 20px;
  width: 160px;
  height: auto;
}
.overview.detail .container .col-r {
  float: right;
  width: 380px;
  font-size: 14px;
}
.overview.detail .container .col-r .itemName {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: bold;
}
.overview.detail .container .col-r .overviewTable {
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.overview.detail .container .col-r .overviewTable th,
.overview.detail .container .col-r .overviewTable td {
  padding: 0 0.5em;
  border-width: 1px;
  border-style: dotted solid dotted;
  border-color: #ccc;
}
.overview.detail .container .col-r .overviewTable th {
  background: #f0f0f0;
  white-space: nowrap;
}
.overview.detail .container .col-r .overviewTable .ico {
  margin-left: 3px;
  width: 14px;
  height: auto;
}
.overview.detail .container .col-r .overviewTable .price {
  position: relative;
  font-weight: bold;
}
.overview.detail .container .col-r .overviewTable.overviewTable-enq ul {
  margin-left: 1em;
}
.overview.detail .container .col-r .overviewTable.overviewTable-enq ul li {
  margin-bottom: 0.75em;
  text-indent: -1em;
}
.overview.detail .container .col-r .overviewTable.overviewTable-enq .strong {
  color: #f44336;
}
.overview.detail .container .col-r .overviewTableDate th {
  margin-right: 1em;
  vertical-align: top;
  white-space: nowrap;
}
.overview.detail .container .col-r .noticeable {
  position: relative;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #33c6e5;
  color: white;
  font-weight: normal;
  font-size: 10px;
  line-height: 1;
}
.overview.detail .container .col-r .noticeable::before {
  position: absolute;
  top: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-width: 0 4px 5px 4px;
  border-style: solid;
  border-color: transparent transparent #33c7e5 transparent;
  content: "";
}
.overview.detail .container .col-r .underTable {
  font-size: 12px;
}
.overview.detail .container .col-r .underTable th {
  padding-right: 1em;
}
.overview.detail .container .col-r .underTable td {
  vertical-align: bottom;
}
.overview.mymenu {
  padding: 20px;
  width: 598px;
  border: 1px solid #83857e;
  background-color: #fff;
}
.overview.mymenu .container {
  margin-bottom: 20px;
  width: 598px;
}
.overview.mymenu .container .col-l {
  float: left;
  width: 100px;
}
.overview.mymenu .container .col-l .avatar img {
  width: 100px;
  height: auto;
}
.overview.mymenu .container .col-r {
  float: right;
  width: 478px;
  font-size: 14px;
}
.overview.mymenu .container .col-r .overviewTable {
  width: 100%;
}
.overview.mymenu .container .col-r .overviewTable th,
.overview.mymenu .container .col-r .overviewTable td {
  padding: 0 0.5em;
  border-bottom: 1px dashed #83857e;
  line-height: 2;
}
.overview.mymenu .container .col-r .balloon {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -21px -175px 0 0;
}
.overview.mymenu .container .col-r .balloon img {
  width: 172px;
  height: auto;
}
.overview.mymenu .mymenu__label {
  margin-top: 10px;
}
.overview.mymenu .mymenu__label img {
  max-width: 100%;
  height: auto;
}
.overview.mymenu--paid-point {
  padding: 20px 10px;
  width: 618px;
}
.overview.mymenu--paid-point .container .col-l {
  width: 85px;
}
.overview.mymenu--paid-point .container .col-l .avatar img {
  width: 85px;
}
.overview.mymenu--paid-point .container .col-r {
  width: 500px;
}
.overview.mymenu--paid-point .container .col-r .overviewTable th {
  width: 200px;
  font-size: 13px;
  line-height: 2.3;
}
.overview.mymenu--paid-point .container .col-r .overviewTable th:first-child {
  vertical-align: top;
}
.overview.mymenu--paid-point .container .col-r .overviewTable td {
  font-size: 13px;
}
.overview.mymenu--paid-point .container .col-r .overviewTable td .point_yuuryou {
  color: #3a62d4;
  font-size: 14px;
}
.overview .otoku_icon {
  max-width: 20px;
}
.overview .otoku_click {
  color: #000000;
  font-weight: normal;
}

/* /overview
---------------------------------------------------------*/
/* office
---------------------------------------------------------*/
.officeTameFlag {
  font-weight: bold;
}
.officeTameFlag .approved {
  color: #00f;
}
.officeTameFlag .underExamination {
  color: #707070;
}
.officeTameFlag .repudiation {
  color: #e70033;
}

/* /office
---------------------------------------------------------*/
/* /O
-----------------------------------------------------------
---------------------------------------------------------*/
/* P
-----------------------------------------------------------
---------------------------------------------------------*/
/* pageTopScroll
---------------------------------------------------------*/
.pageTopScroll {
  position: fixed;
  right: 30px;
  bottom: -10px;
  display: none;
  text-align: center;
  font-size: 14px;
}
.pageTopScroll a {
  display: block;
  padding: 10px 10px 20px;
  border-radius: 10px;
  background-color: rgba(20, 20, 20, 0.5);
  color: #fff;
  text-decoration: none;
  -moz-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
.pageTopScroll a:hover {
  background-color: rgba(20, 20, 20, 0.9);
}

/* /pageTopScroll
---------------------------------------------------------*/
/* paging
---------------------------------------------------------*/
.paging {
  position: relative;
  width: 100%;
  height: 30px;
  background: #d8d4c6;
}
.paging .pageList {
  text-align: center;
  font-size: 0;
}
.paging .pageList li {
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
}
.paging .pageList li a,
.paging .pageList li span {
  display: block;
  width: 35px;
}
.paging .pageList li a:hover, .paging .pageList li a:active {
  background-color: #696969;
  color: #fff;
}
.paging .pageList li .active {
  background-color: #696969;
  color: #fff;
}
.paging .controler .allow-l {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -9px;
  width: auto;
  height: 30px;
}
.paging .controler .allow-r {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
  width: auto;
  height: 30px;
}
.paging .controler img {
  width: auto;
  height: 15px;
}

/* /paging
---------------------------------------------------------*/
.out-icon::after {
  content: "";
  background-image: url(https://image.moratame.net/img2014/icons/out-icon2.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  position: absolute;
  margin-left: 3px;
}

/* photoList
---------------------------------------------------------*/
.photoList {
  width: 640px;
}
.photoList li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 120px;
}
.photoList li.nth-child5 {
  margin-right: 0;
}
.photoList li.newPhoto {
  padding: 5px;
  width: 110px;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
}
.photoList li.topPhoto {
  position: relative;
  padding: 5px;
  width: 196px;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
}
.photoList li.topPhoto .ranking {
  position: relative;
  height: 30px;
}
.photoList li.topPhoto .ranking .rank {
  text-align: center;
  text-align: center;
  font-size: 21px;
}
.photoList li.topPhoto .ranking .lastTime {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
}
.photoList li.topPhoto .badge {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
}
.photoList li.topPhoto .badge img {
  width: 60px;
  height: auto;
}
.photoList li.topPhoto.last-child {
  margin-right: 0;
}
.photoList li.upperLevelPhoto {
  position: relative;
  padding: 5px 5px 5px 150px;
  width: 480px;
  height: 60px;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
}
.photoList li.upperLevelPhoto .ranking {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 70px;
}
.photoList li.upperLevelPhoto .photoWrap {
  position: absolute;
  top: 5px;
  left: 80px;
  width: 60px;
}
.photoList li.upperLevelPhoto .goodBtnWrap {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -15px;
}
.photoList li .thumbnail {
  width: 100%;
  height: auto;
}

/* /photoList
---------------------------------------------------------*/
/* pickup-list
---------------------------------------------------------*/
.pickup-list {
  margin-bottom: 10px;
  width: 640px;
}
.pickup-list .unit {
  float: left;
  margin-right: 10px;
  width: 120px;
}
.pickup-list .unit.last-child {
  margin-right: 0;
}
.pickup-list .unit.nth-child_5 {
  margin-right: 0;
}
.pickup-list .unit .card {
  position: relative;
  padding: 10px;
  width: 100px;
  background: #fff;
  cursor: pointer;
}
.pickup-list .unit .card.withBorder {
  padding: 5px;
  border: 5px solid #f6e473;
}
.pickup-list .unit .card.withBorderWhite {
  padding: 5px;
  border: 5px solid #fff;
}
.pickup-list .unit .card.noBorder {
  padding: 10px;
}
.pickup-list .unit .card .item img {
  width: 100px;
  height: auto;
}
.pickup-list .unit .card.kuchikomiPostTrigger {
  overflow: hidden;
}
.pickup-list .unit .card.kuchikomiPostTrigger .kuchikomiPost {
  position: absolute;
  top: 177px;
  left: 0;
  width: 120px;
}
.pickup-list .unit .card.kuchikomiPostTrigger .kuchikomiPost a {
  display: block;
  width: 120px;
  height: 177px;
  background-color: #fff76a;
  background-color: rgba(255, 241, 0, 0.6);
  color: #313131;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  line-height: 177px;
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  filter: alpha(opacity=70);
  /* ie 6 7 */
}

/* /pickup-list
---------------------------------------------------------*/
/* mo-pickupReview
---------------------------------------------------------*/
.mo-recommendedBlog .pickupCol {
  width: 632px;
  margin-left: 8px;
}
.mo-recommendedBlog .pickupCol .pickup {
  width: 128px;
  padding: 10px;
  border: 1px solid #e6e4dd;
  float: left;
  background-color: #fff;
  margin-right: 8px;
  margin-bottom: 8px;
}
.mo-recommendedBlog .pickupCol .pickup img {
  width: 100%;
  height: auto;
}
.mo-recommendedBlog .pickupCol .pickup .userName {
  font-size: 10px;
  color: #626262;
}

/* /mo-pickupReview
---------------------------------------------------------*/
/* pr-list
---------------------------------------------------------*/
.pr-list {
  padding: 5px 0;
  width: 640px;
}
.pr-list .unit {
  position: relative;
  margin: 5px 0;
  padding: 10px 16px 10px 130px;
  min-height: 110px;
  width: 169px;
  background-color: #f3f3f3;
  word-break: break-all;
  cursor: pointer;
}
.pr-list .unit.last-child {
  margin-right: 0;
}
.pr-list .unit .item {
  position: absolute;
  left: 10px;
  width: 110px;
}
.pr-list .unit .item .item {
  position: static;
  left: 0;
}
.pr-list .unit .item img {
  width: 110px;
  height: auto;
}
.pr-list .unit .item--gmo-enq {
  box-sizing: border-box;
  width: 110px;
  height: 110px;
  border: 1px solid #898989;
  background-image: url(https://image.moratame.net/img2014/icons/ico-enq.png);
  background-position: center center;
  background-size: 104px;
  background-repeat: no-repeat;
}
.pr-list .unit .item--gmo-enq__label {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 5px;
  padding-left: 5px;
  color: white;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}
.pr-list .unit .item--gmo-enq__label--enable {
  background-color: #00aaf0;
}
.pr-list .unit .item--gmo-enq__label--disable {
  background-color: #626262;
}
.pr-list .unit .item--gmo-enq__label h2 {
  font-weight: bold;
  font-size: 1.4;
}
.pr-list .unit .item--gmo-enq__point {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -54px;
  width: 108px;
  background-color: #f5b72f;
  color: white;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.pr-list .unit > .col-r {
  float: right;
  width: 175px;
}
.pr-list .unit.unit--h_auto {
  height: auto;
}
.pr-list .unit2 {
  position: relative;
  padding: 10px 10px 10px 90px;
  width: 540px;
  background: #fff;
  cursor: pointer;
}
.pr-list .unit2 .itemWrap {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 70px;
}
.pr-list .unit2 .itemWrap img {
  width: 70px;
  height: auto;
}
.pr-list .unit2 .heading {
  position: absolute;
  top: -35px;
  left: 0;
  padding: 5px 10px 0;
  width: 620px;
  height: 30px;
  font-size: 18px;
}
.pr-list .unit2 .unit2btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 150px;
}

/* /pr-list
---------------------------------------------------------*/
/* /P
-----------------------------------------------------------
---------------------------------------------------------*/
.present-mora_detail {
  margin-bottom: 10px;
  width: 638px;
  background-color: #fff;
}
.present-mora_detail .overview {
  position: relative;
  padding: 0px;
  min-height: 200px;
  background-color: transparent;
}
.present-mora_detail .present-mora_Table {
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.present-mora_detail .present-mora_Table th,
.present-mora_detail .present-mora_Table td {
  padding: 5px;
  border-width: 1px;
  border-style: dotted solid dotted;
  border-color: #ccc;
  text-align: center;
}
.present-mora_detail .present-mora_Table th {
  background: #f8f8f8;
  white-space: nowrap;
  text-align: center;
}

.present-mora_attention {
  max-width: 638px;
  padding: 20px;
  font-size: 14px;
  background-color: #f8f8f8;
}
.present-mora_attention li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}

.present-mora_txt {
  width: 14%;
}

.present-mora_img img {
  width: 75%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* quickBtn
---------------------------------------------------------*/
.quickBtn {
  position: fixed;
  bottom: -112px;
  left: 50%;
  left: 50%;
  z-index: 9999;
  display: block;
  float: right;
  float: right;
  box-sizing: border-box;
  margin: 0 auto;
  margin-left: -480px;
  margin-left: -480px;
  padding: 5px 10px 5px 10px;
  width: 640px;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  -webkit-box-shadow: offset 2px 1px 1 #333;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: offset 2px 1px 1 #333;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
  text-align: left;
  font-weight: bold;
}
.quickBtn .quickBtnCol-l {
  position: relative;
  float: left;
  box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 30px;
  width: 65%;
  line-height: 1.6em;
}
.quickBtn .quickBtnCol-l .c-icon--favorite {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  color: #8f837c;
  font-size: 24px;
  line-height: 1;
}
.quickBtn .quickBtnCol-l p {
  font-weight: normal;
}
.quickBtn .quickBtnCol-r {
  float: right;
  width: 35%;
}
.quickBtn .quickBtnCol-r > p {
  text-align: center;
}
.quickBtn .btnSquare02wrap .btnSquare02 {
  width: auto;
}
.quickBtn .readme {
  color: #e91327;
  text-align: center;
  font-size: 11px;
  cursor: pointer;
}

/* /quickBtn
---------------------------------------------------------*/
/* Q
-----------------------------------------------------------
---------------------------------------------------------*/
/* /Q
-----------------------------------------------------------
---------------------------------------------------------*/
/* R
-----------------------------------------------------------
---------------------------------------------------------*/
/* reviews
---------------------------------------------------------*/
.reviews .review {
  position: relative;
  margin: 5px;
  padding: 10px;
  width: 183px;
  background-color: #fff;
}
.reviews .review.personal {
  margin: 0;
  width: 620px;
}
.reviews .review.bgGrn {
  background-color: #d9f4d2;
}
.reviews .review .flag {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 0 0.5em;
  font-weight: bold;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.reviews .review .flag.comment {
  background-color: #fff100;
  color: #707070;
}
.reviews .review .flag.trackback {
  background-color: #626262;
  color: #fff;
}
.reviews .review .flag.twitter {
  background-color: #00acee;
  color: #fff;
}
.reviews .review .flag.facebook {
  background-color: #4b68b7;
  color: #fff;
}
.reviews .review .pickup {
  position: absolute;
  top: -36px;
  left: 6px;
}
.reviews .review .pickup img {
  width: 196px;
  height: 48px;
}
.reviews .review .identifications {
  margin-bottom: 10px;
  font-size: 10px;
}
.reviews .review .identifications .col-l {
  float: left;
  width: 40px;
  border: 1px solid #ccc;
}
.reviews .review .identifications .col-l img {
  width: 40px;
  height: auto;
}
.reviews .review .identifications .col-r {
  float: right;
  padding-top: 23px;
  width: 131px;
}
.reviews .review .post {
  margin-bottom: 10px;
  -ms-word-break: break-all;
  word-break: break-all;
}

.reviews3 .review3 {
  position: relative;
  margin: 5px;
  padding: 10px;
  width: 183px;
  background-color: #fff;
}
.reviews3 .review3 .flag {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 0 0.5em;
  font-weight: bold;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.reviews3 .review3 .flag.comment {
  background-color: #fff100;
  color: #707070;
}
.reviews3 .review3 .flag.trackback {
  background-color: #626262;
  color: #fff;
}
.reviews3 .review3 .flag.twitter {
  background-color: #00acee;
  color: #fff;
}
.reviews3 .review3 .flag.facebook {
  background-color: #4b68b7;
  color: #fff;
}
.reviews3 .review3 .identifications {
  margin-bottom: 10px;
  font-size: 10px;
}
.reviews3 .review3 .identifications .col-l {
  float: left;
  width: 40px;
  border: 1px solid #ccc;
}
.reviews3 .review3 .identifications .col-l img {
  width: 40px;
  height: auto;
}
.reviews3 .review3 .identifications .col-r {
  float: right;
  padding-top: 10px;
  width: 131px;
}
.reviews3 .review3 .post {
  margin-bottom: 10px;
}

.reviews2 {
  width: 640px;
}
.reviews2 .review2 {
  position: relative;
  float: left;
  margin: 5px;
  padding: 10px;
  width: 183px;
  background-color: #fff;
}
.reviews2 .review2 .flag {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 0 0.5em;
  font-weight: bold;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.reviews2 .review2 .flag.comment {
  background-color: #fff100;
  color: #707070;
}
.reviews2 .review2 .flag.trackback {
  background-color: #626262;
  color: #fff;
}
.reviews2 .review2 .flag.twitter {
  background-color: #00acee;
  color: #fff;
}
.reviews2 .review2 .flag.facebook {
  background-color: #4b68b7;
  color: #fff;
}
.reviews2 .review2 .identifications {
  margin-bottom: 10px;
  font-size: 10px;
}
.reviews2 .review2 .identifications .col-l {
  float: left;
  width: 40px;
  border: 1px solid #ccc;
}
.reviews2 .review2 .identifications .col-l img {
  width: 40px;
  height: auto;
}
.reviews2 .review2 .identifications .col-r {
  float: right;
  padding-top: 10px;
  width: 131px;
}
.reviews2 .review2 .post {
  margin-bottom: 10px;
}

.reviews4 {
  padding-bottom: 10px;
  width: 960px;
}
.reviews4 .review4 {
  position: relative;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 0;
  background-color: #fff;
  -moz-box-shadow: #ccc 0px 0px 5px;
  -webkit-box-shadow: #ccc 0px 0px 5px;
  box-shadow: #ccc 0px 0px 5px;
}
.reviews4 .review4 > .container {
  padding: 10px;
}
.reviews4 .review4 > .container.answer {
  position: relative;
  padding: 10px;
  background-color: #f6f7f8;
}
.reviews4 .review4 > .container.answer > .triangle {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid #f00;
}
.reviews4 .review4 > .container .photo {
  margin-bottom: 10px;
}
.reviews4 .review4 > .container .photo img {
  width: 80px;
  height: auto;
}
.reviews4 .review4 > .container.nth-child_3 {
  margin-right: 0;
}
.reviews4 .review5 {
  position: relative;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 12px;
  width: 288px;
  background-color: #fff;
}
.reviews4 .review5 .photo {
  margin-bottom: 10px;
}
.reviews4 .review5 .photo img {
  max-width: 288px;
  height: auto;
  text-align: center;
}
.reviews4 .review5.nth-child_3 {
  margin-right: 0;
}

.reviews6 {
  width: 640px;
}
.reviews6 .review6 {
  position: relative;
  float: left;
  margin: 5px;
  padding: 10px;
  width: 610px;
  background-color: #fff;
}
.reviews6 .review6 .flag {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 0 0.5em;
  font-weight: bold;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.reviews6 .review6 .flag.comment {
  background-color: #fff100;
  color: #707070;
}
.reviews6 .review6 .flag.trackback {
  background-color: #626262;
  color: #fff;
}
.reviews6 .review6 .flag.twitter {
  background-color: #00acee;
  color: #fff;
}
.reviews6 .review6 .flag.facebook {
  background-color: #4b68b7;
  color: #fff;
}
.reviews6 .review6 .identifications {
  margin-bottom: 10px;
  font-size: 10px;
}
.reviews6 .review6 .identifications .col-l {
  float: left;
  width: 40px;
  border: 1px solid #ccc;
}
.reviews6 .review6 .identifications .col-l img {
  width: 40px;
  height: auto;
}
.reviews6 .review6 .identifications .col-r {
  float: right;
  padding-top: 10px;
  width: 563px;
}
.reviews6 .review6 .post {
  margin-bottom: 10px;
}
.reviews6 .goodBtnWrap {
  position: relative;
  padding-top: 5px;
}
.reviews6 .goodBtnWrap .counter {
  position: absolute;
  margin-top: -7px;
  text-decoration: none;
}
.reviews6 .comtInerTitl {
  margin-bottom: 6px;
  padding-left: 10px;
  border-bottom: 1px dotted #ccc;
  border-left: 4px solid #eb6519;
  color: #666;
  font-size: 11px;
}
.reviews6 .photoWrap > a {
  display: inline-block;
  padding: 20px 10px 0;
}

.commentList .reviews {
  border-top: none;
}

body .reviews .ico {
  line-height: 1;
}

.reviews .ico, .reviewspersonal .ico {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  color: #fff;
  padding: 0.2em 0.5em;
  margin-right: 0.5em;
}
.reviews .ico.tb, .reviewspersonal .ico.tb {
  background-color: #5cb85c;
}
.reviews .ico.cmt, .reviewspersonal .ico.cmt {
  background-color: #f0ad4e;
}
.reviews .ico.tw, .reviewspersonal .ico.tw {
  background-color: #5bc0de;
}
.reviews .ico.fb, .reviewspersonal .ico.fb {
  background-color: #337ab7;
}

div.content .reviews h2 {
  font-weight: normal;
}
div.content .reviews h2 .ico {
  font-weight: normal;
}

.grayFlatLink {
  background: #eee;
  font-size: 14px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: .5em;
  display: block;
}

/* /reviews
---------------------------------------------------------*/
/* reviewsWrap
---------------------------------------------------------*/
.lt-ie8 .reveiwsWrap .reviews {
  width: 640px;
}
.lt-ie8 .reveiwsWrap .reviews .review {
  margin: 0 0 10px;
  padding: 10px;
  width: 620px;
}
.lt-ie8 .reveiwsWrap .reviews3 {
  width: 640px;
}
.lt-ie8 .reveiwsWrap .reviews3 .review3 {
  margin: 0 0 10px;
  padding: 10px;
  width: 620px;
}

/* /reviewsWrap
---------------------------------------------------------*/
/* /R
-----------------------------------------------------------
---------------------------------------------------------*/
/* S
-----------------------------------------------------------
---------------------------------------------------------*/
/* siteMap
---------------------------------------------------------*/
.siteMap .siteMapNav {
  width: 640px;
}
.siteMap .siteMapNav .row {
  float: left;
  margin-right: 11px;
  width: 206px;
}
.siteMap .siteMapNav .row.last-child {
  margin-right: 0;
}
.siteMap .siteMapNav .row .col {
  margin-bottom: 11px;
}
.siteMap .siteMapNav .row .col h3 {
  padding: 0 10px;
  background-color: #393;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.siteMap .siteMapNav .row .col ul {
  padding: 10px;
  background-color: #fff;
  font-size: 14px;
}
.siteMap .illustration {
  position: relative;
  margin: 0 auto;
  width: 554px;
  height: 305px;
  background-image: url(https://image.moratame.net/img2014/common/bgi02.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.siteMap .illustration img {
  position: absolute;
  top: 0;
  left: 165px;
  width: 259px;
  height: auto;
}

/* /siteMap
---------------------------------------------------------*/
/* snsBtnList
---------------------------------------------------------*/
.snsBtnList {
  position: relative;
  height: 20px;
}
.snsBtnList li {
  position: absolute;
  top: 0;
  width: 120px;
}
.snsBtnList li.twitter {
  left: 120px;
}
.snsBtnList li.facebook {
  left: 0;
}

.snsBtnList2 {
  position: relative;
  height: 42px;
}
.snsBtnList2 li {
  position: absolute;
  top: 0;
}
.snsBtnList2 li.twitter {
  left: 310px;
}
.snsBtnList2 li.facebook {
  left: 0;
}

.snsBtnList3 {
  padding-left: 10px;
}
.snsBtnList3 li {
  float: left;
  margin-right: 10px;
  width: 120px;
}

/* /snsBtnList
---------------------------------------------------------*/
/* sms_auth
---------------------------------------------------------*/
.smsAuth-hdl {
  position: relative;
}

.c-card--aside.smsAuth-c-card--aside p {
  text-indent: 0;
}
.input-group label.smsAuth-radio-title {
  top: 15px;
}
.smsAuth-radio input[type="radio"] {
  margin-bottom: 3px;
  vertical-align: middle;
}
.smsAuth-radio label.smsAuth-radio-label {
  position: relative;
  left: 0px;
  vertical-align: middle;
}

.smsAuth-mobilenumber-wrapper {
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.smsAuth-button-wrapper {
  margin-top: 30px;
}

.input-group label.smsAuth-authcode-title {
  top: 0px;
  height: 32px;
}
.smsAuth-authcode input[type="text"] {
  margin-bottom: 3px;
  vertical-align: middle;
}
.smsAuth-authcode label.smsAuth-authcode-label {
  position: relative;
  left: 0px;
  vertical-align: middle;
}
a.smsAuth-normalLink:link, a.smsAuth-normalLink:visited {
  text-decoration: underline;
  color: rgb(0, 0, 238);
}
/* /sms_auth
---------------------------------------------------------*/
/* stamp
---------------------------------------------------------*/
.stampBox .heading {
  position: relative;
  background-color: #50b5fa;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}
.stampBox .heading .pockeIco {
  position: absolute;
  top: -20px;
  left: 10px;
  display: block;
  width: 57px;
}
.stampBox .heading .pockeIco img {
  width: 57px;
  height: auto;
}
.stampBox .body {
  padding: 10px 20px;
  border-width: 0 2px 2px;
  border-style: solid;
  border-color: #50b5fa;
  background-color: #fff;
}
.stampBox .body .count {
  margin-bottom: 10px;
  color: #e70033;
  text-align: center;
  font-size: 15px;
}
.stampBox .body .counter {
  margin: 0 10px 20px 20px;
  width: 566px;
}
.stampBox .body .counter .unit {
  float: left;
  margin-right: 10px;
  width: 102px;
  text-align: center;
  font-size: 14px;
}
.stampBox .body .counter .unit .mount {
  position: relative;
}
.stampBox .body .counter .unit .mount .mountImg {
  width: 102px;
  height: auto;
}
.stampBox .body .counter .unit .mount .stamp {
  position: absolute;
  top: -4px;
  left: 0;
  width: 102px;
}
.stampBox .body .counter .unit .mount .stamp img {
  width: 102px;
  height: auto;
}
.stampBox .body .list {
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: #eee;
  font-size: 15px;
}
.stampBox .body .pointGet {
  position: relative;
}
.stampBox .body .pointGet h1 {
  padding: 0 20px;
  background-color: #ddd1a2;
  font-size: 24px;
}
.stampBox .body .pointGet .pocke {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
}
.stampBox .body .pointGet .pocke img {
  width: 70px;
  height: auto;
}

/* /stamp
---------------------------------------------------------*/
/* style-table
---------------------------------------------------------*/
.st-table01 {
  width: 100%;
  border: 1px solid #c9c9c9;
}
.st-table01 th,
.st-table01 td {
  padding: 10px;
}
.st-table01 th {
  background-color: #eee;
  font-weight: bold;
}
.st-table01 th.th-twitter {
  background-color: #00acee;
  color: #fff;
}
.st-table01 th.th-insta {
  background: linear-gradient(45deg, #fed475 0%, #e53d5d 50%, #c23186 70%, #9c38bb 100%);
  color: #fff;
}
.st-table01 td {
  background-color: #fff;
}
.st-table01 td.p_30 {
  padding: 30px;
}
.st-table01.header-top th {
  text-align: center;
}
.st-table01 .bd-col {
  border-right: 1px solid #c9c9c9;
}
.st-table01 .bd-raw {
  border-bottom: 1px solid #c9c9c9;
}
.st-table01 .bd-top {
  border-top: 1px solid #c9c9c9;
}
.st-table01 .avatar .myAvatar {
  margin-bottom: 20px;
  width: 78px;
  border: 1px solid #cdcbba;
}
.st-table01 .avatar .myAvatar img {
  width: 78px;
  height: auto;
}
.st-table01 .avatar ul {
  padding-bottom: 5px;
  width: 450px;
}
.st-table01 .avatar ul li {
  float: left;
  margin: 0 10px 5px 0;
  width: 40px;
  text-align: center;
}
.st-table01 .avatar ul li img {
  width: 40px;
  height: auto;
}
.st-table01 .btn_r {
  position: relative;
  padding: 0 2px;
  line-height: 26px;
}
.st-table01 .btn_r .btnInput {
  position: absolute;
  top: 0;
  right: 0;
}
.st-table01 .colsWrap {
  width: 100%;
}
.st-table01 .colsWrap .col {
  float: left;
  width: 50%;
}
.st-table01--paid-point .bd-col {
  width: 33%;
}
.st-table01--paid-point .paid-point-tdr {
  padding: 10px 10px 10px 85px;
}
.st-table01--paid-point .paid-point-tdr-img {
  margin-right: 5px;
}

.st-table02 {
  width: 100%;
  border: 1px solid #e5e5e5;
  font-size: 11px;
}
.st-table02 th,
.st-table02 td {
  padding: 10px;
}
.st-table02 th {
  background-color: #e6e5df;
  text-align: center;
  font-weight: bold;
}
.st-table02 th.bdr {
  border-right: 1px solid #fff;
}
.st-table02 td {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}
.st-table02 td.bdr {
  border-right: 1px dotted #e5e5e5;
}
.st-table02 td .order {
  width: 240px;
}
.st-table02 td .order .item {
  float: left;
  width: 40px;
}
.st-table02 td .order .item img {
  width: 40px;
  height: auto;
}
.st-table02 td .order .itemName {
  float: right;
  width: 230px;
}
.st-table02 .d-c {
  background-color: #ddd;
}

.st-table03 {
  border: 1px solid #707070;
  line-height: 2;
}
.st-table03 th,
.st-table03 td {
  padding: 0 0.5em;
}
.st-table03 th {
  background-color: #e6e5dd;
  text-align: right;
}

/* /style-table
---------------------------------------------------------*/
/* scrollBox
---------------------------------------------------------*/
.scrollBox01 {
  overflow: auto;
  padding: 20px;
  height: 220px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
  font-size: 12px;
}

/* /scrollBox
---------------------------------------------------------*/
/* /S
-----------------------------------------------------------
---------------------------------------------------------*/
/* T
-----------------------------------------------------------
---------------------------------------------------------*/
.tameNamberAlert {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  background: #fcc;
  text-align: center;
}

.thumbnail-wrap-coment {
  padding-top: 10px;
}
.thumbnail-wrap-coment li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 24%;
  display: inline-block;
}
.thumbnail-wrap-coment li img {
  width: 100%;
  height: auto;
}

/* /T
-----------------------------------------------------------
---------------------------------------------------------*/
.tokutenBox {
  max-width: 640px;
}
.tokutenBox img {
  width: 100%;
}
.tokutenBox .tokuten-heading .tokuten-ttl {
  margin: auto;
  max-width: 300px;
}
.tokutenBox .tokuten-heading .tokuten-txt {
  margin: 15px auto;
  font-size: 18px;
}
.tokutenBox .tokuten-heading .point-sum {
  margin: auto;
  max-width: 21em;
  border-bottom: 3px dotted #8bc800;
  color: #8bc800;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.tokutenBox .tokuten-table ul {
  margin: 20px auto;
  padding: 2px;
  max-width: 620px;
  background: #8bc800;
}
.tokutenBox .tokuten-table ul li {
  margin-top: 2px;
}
.tokutenBox .tokuten-attention-txt {
  margin: auto;
  max-width: 620px;
}
.tokutenBox .btnSquare02wrap {
  margin: 20px auto 0;
  max-width: 450px;
}

/* /tokuten
---------------------------------------------------------*/
/* U
-----------------------------------------------------------
---------------------------------------------------------*/
.unit--payment .row--card {
  box-sizing: border-box;
  margin-right: -5px;
  margin-left: -5px;
  width: 100%;
}

.unit--payment .col-card {
  float: left;
  box-sizing: border-box;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  width: 20%;
}

.unit--payment .col-card img {
  width: 100%;
  height: auto;
}

/* /U
-----------------------------------------------------------
---------------------------------------------------------*/
/* V
-----------------------------------------------------------
---------------------------------------------------------*/
/* /V
-----------------------------------------------------------
---------------------------------------------------------*/
/* W
-----------------------------------------------------------
---------------------------------------------------------*/
/* /W
-----------------------------------------------------------
---------------------------------------------------------*/
/* X
-----------------------------------------------------------
---------------------------------------------------------*/
/* /X
-----------------------------------------------------------
---------------------------------------------------------*/
/* Y
-----------------------------------------------------------
---------------------------------------------------------*/
/* /Y
-----------------------------------------------------------
---------------------------------------------------------*/
/* Z
-----------------------------------------------------------
---------------------------------------------------------*/
/* /Z
-----------------------------------------------------------
---------------------------------------------------------*/
