html {
  height:100%;
}
body {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  height:100%;
}
#header {
  background: #fafafa;
  color: black;
  margin-bottom: 20px;
}
#wrap{
  width: 100%;
  position: relative;
  height:auto !important;
  height: 100%;
  min-height: 100%;
}
#nav {
  width: 100%;
  position: static;
  top: -32px;
  margin-bottom: 0;
  background: #fafafa;
  min-height: 70px;
}

#nav .navbar-brand {
  padding: 10px 0;
  height: 73px;
  line-height: 73px;
}
#nav .navbar-brand img {
  margin-top: 0px;
}
#nav.navbar-fixed-top {
  position: fixed;
  top: 0;
}
#nav .navbar-toggle {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 9px;
}
#nav .navbar-toggle i {
  font-size: 2em;
}
#nav .navbar-nav li a {
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 24px;
  font-family: "Open Sans",Tahoma,Arial;
  font-weight: bold;
  color: #222222;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#nav .navbar-nav li a:hover {
  color: #22a3df;
  background: none;
}
#nav .navbar-nav li.social-nav {
  margin: 21px 0 4px 10px;
  border-left: 1px solid #eeeeee;
  padding-left: 15px;
}
#nav .navbar-nav li.social-nav a {
  float: left;
  padding: 5px 10px;
}
#nav .navbar-nav li.social-nav a i {
  font-size: 1.33333333em;
}
#nav .navbar-nav li.active a {
  color: #22a3df;
}
#nav .container {
  position: relative;
}
#log-info {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
}
#contents{
  padding-bottom: 160px;/* footer height + 20px */
}
#title {
  padding: 0;
}
#title .container h1{
  margin-top:0;
}
#title .container .title_bg {
  background-color: #ededed;
  padding-top: 20px;
  padding-bottom: 10px;
}
#title .ssl_protected {
  text-align: right;
  margin-top:38px;
}
.welcome_do #title .ssl_protected,
.password_reminder_page #title .ssl_protected {
  margin-top:17px;
}

#title #step-list {
  padding-top: 8px;
  padding-left: 15px;
  float: left;
  font-weight: bold;
  width: 100%;
}
#title #step-list li {
  padding: 0 15px 0 5px;
  border-bottom: solid 7px #fff;
  float: left;
  height: 50px;
  background: url("https://mypage.mag2.com/img/step_arrow.png") no-repeat right center;
  text-align: center;
  font-size: 13px;
  width: 28%;
  word-break: break-all;
  color: #888;
  display: table;
}
#title #step-list .arrow_on {
  color: #333;
  border-color: #0071bc;
  background-image: url("/img/step_arrow_on.png");
}
#title #step-list #step-1 {
  padding-left: 0;
}
#title #step-list.three-step #step-1 {
  width: 56%;
}
#title #step-list #step-2 {
  width: 25%;
}
#title #step-list #step-last {
  padding-right: 0;
  background-image: none;
  width: 19%;
}
#title #step-list li p {
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}

#main {
  padding: 20px 0;
}

#main .newentry_wrap {
  border-left: 2px dotted #999;
}
#main .newentry_wrap-2 {
}

#main .newentry {
  padding-left: 15px;
}
#main .newentry p {
  line-height: 2em;
  font-size: 16px;
}
#main .btn_wrap {
  width:100%;
  margin-top: 25px;
}
#main .btn_wrap_marginless {
  width:100%;
}
.input_id_pwd_conf #main .btn_wrap,
.user_regist_confirm #main .btn_wrap,
.input_new_password #main .btn_wrap {
  text-align: center;
}
.reg_subsc_complete .center-block-btn input.btn.btn-primary{
  margin: 0 auto 10px;
  display: block;
}

#main .smartlink_logo {
  float:right;
  font-size:0px;
  line-height:1;
  margin-top: 30px;
}
#main .smartlink_logo img {
  border: 0px solid #000000;
}
#main h2 {
  font-size: 23px;
  margin-bottom: 30px;
  font-weight: bold;
}
.input_id_pwd_conf #main h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 2;
}
.reg_subsc_complete #main h2 {
  text-align: center;
}
label {
  font-size: 16px;
  font-weight: normal;
}
.reg_subsc_complete label,
.input_id_pwd_conf #main label,
.identify #main label,
.user_regist_confirm #main label,
.user_regist_terms #main label,
.input_new_password #main label {
  background: url("/img/point.gif") no-repeat 0;
  padding-left: 24px;
}
#main hr.sp_only {
  display: none;
}
.welcome_do #main .pass_reminder {
  text-align:right;
  margin-top: 15px;
}
.welcome_do #main .help_link {
  text-align: right;
  font-size: 16px;
}
.user_regist_confirm .mail_adress,
.user_regist_terms .mail_adress {
  text-align: right;
  padding-top: 10px;
}
.user_regist_terms .label_cont,
.reg_subsc_complete .label_cont,
.input_id_pwd_conf .label_cont,
.identify .label_cont,
.input_new_password .label_cont {
  text-align: left;
  padding-top: 10px;
}
.identify #main p.form_notice,
.user_regist_terms #main p.example {
  margin-top: 5px;
}
.user_regist_complete #main .notes,
.user_regist_confirm #main .notes {
  margin: 30px 0;
  text-align: center;
}
.user_regist_complete #main .notes p,
.user_regist_confirm #main .notes p{
  line-height: 1.9;
}
.user_regist_complete #main p.check_mail {
  color: #333;
  line-height:1.5;
  font-size: 18px;
}
.input_id_pwd_conf .cont-title {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
}
.padding-none {
  padding:0!important;
}
.txtR {
  margin: 10px 0;
  text-align: center;
  float: none;
}
#pickupS .txtR {
  text-align: left;
  float: right;
}
.reg_subsc_complete .anq-form {
  margin: 0 0 50px;
}
.case.panel-default {
  border-color: #777;
}
.case.panel-recommend {
  border-color: #ff9800;
}
.case.panel-recommend .panel-heading {
  text-align: left;
  font-size: 16px;
  background-color: #ff9800;
  border-color: #ff9800;
  color: #FFF;
}
.case .panel-heading {
  text-align: left;
  font-size: 17px;
  background-color: #777;
  border-color: #777;
  color: #FFF;
  line-height: 1;
}
#pickupS .case.panel-recommend .panel-heading {
  line-height: 1.43;
}
.case .panel-body {
  text-align: left;
  line-height: 2;
  color: #7081B5;
}
.case.panel-recommend .panel-body {
  color: #333;
}
.recommend-balloon {
  background: url("./../img/fukidashi.gif") no-repeat center center;
  background-size: contain;
  max-width: 400px;
  margin: 20px auto;
}
.recommend-balloon p {
  margin: 0 auto;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  padding: 10% 20%;
  max-width:350px;
}
.case .panel-body > div:nth-of-type(n+2) {
  margin-top: 15px;
}
.case .panel-body i {
  color: #2196f3;
}
.case .panel-body span {
  font-size: 17px;
  color: #333;
}
#footer {
  height: 140px;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 40px 0 20px;
  background: #fafafa;
  text-align: center;
}
.mag-meta li {
  display: inline-block;
}
.mag-meta li div {
  display: inline-block;
  padding-left:10px;
  padding-right:10px;
}
.mag-meta li div.meta-value {
  padding-right:2px;
}
.mag-meta li div.meta-title {
  background-color: #ff9800;
  position: relative;
  text-shadow: 1px 1px 0 #C66C1D;
  letter-spacing: .2em;
}
.mag-meta li.meta-bn div.meta-title {
  letter-spacing: 0;
}
.mag-meta li div.meta-title:after {
  position: absolute;
  background-color: #ff9800;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  right: -4px;
  top: 2px;
  display: block;
  content: "";
}
/* validate */
.validate .text,
.validate select,
.validate textarea {
  color: #000 !important;
  background-color: #fdd !important;
}

.validate label {
  background-image: url("/img/alert.png") !important;
}

span.caution,
span.error {
  color: #f00;
}

p.error a {
  color: #22a3df;
}

p.error a:visited {
  color: #22a3df;
}

.indent10 {
  margin-left: 10px;
}
.reg_subsc_complete #main .form-group label,
.identify #main label.checkbox,
.input_id_pwd_conf #main ul.mag_point label.checkbox {
  background-image: none;
}
.mag-body label {
  background-image: none;
  padding-left: 0;
  margin-bottom: 0;
}
.reg_subsc_complete input[type=hidden] + label {
    color: #ffffff;
    font-weight: normal;
    margin-right: 0;
    margin-bottom: 0;
    line-height: 1;
}

.go-down {
  position: absolute;
  bottom: 20px;
  right: 49.2%;
  z-index: 999;
}
.go-down a {
  color: white;
}

span.brandy {
  color: #22a3df;
  text-transform: lowercase;
}
span.divider {
  height: 10px;
  background: #22a3df;
  border-left: 15px solid black;
  display: block;
  margin: 20px auto;
  width: 30px;
  position: relative;
}
span.divider:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: -1px;
  width: 1px;
  height: 10px;
  background: #FFF;
}
span.divider.grey {
  border-color: #999999;
}
span.divider.grey:before {
  background: #222222;
}
ul {
  list-style: none;
  line-height: 25px;
  padding-left: 0;
}
ul.mag_point {
  padding-left: 20px;
}
.img-center {
  margin: 0 auto;
}
.visible-xxs-inline {
  display: none !important;
}

.btn.btn-default:focus,
.btn.btn-primary:focus {
  outline: none;
}
.btn.btn-primary {
  min-width: 220px;
  font-weight: bold;
  font-size: 16px;
  float: right;
  cursor: pointer;
  padding: 15px 40px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #22a3df;
  border-radius: 5px;
  box-shadow: 0 6px 0 #2C79A1, 0 12px 0 rgba(0,0,0,0.2);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  border: none;
}
.btn.btn-primary-2 {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  padding: 15px 40px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #22a3df;
  border-radius: 5px;
  box-shadow: 0 6px 0 #2C79A1, 0 12px 0 rgba(0,0,0,0.2);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  border: none;
}

.btn.btn-primary:hover {
  background-color: #48B7EA;
  box-shadow: 0 3px 0 #127497, 0 6px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.btn.btn-primary:active {
  color: #ddd;
  background-color: #127497;
  box-shadow: 0 0 0 #2C79A1, 0 0 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  transition-duration: 0.1s;
}

.btn.btn-default {
  cursor: pointer;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #E0E0E0;
  border-radius: 5px;
  box-shadow: 0 6px 0 #939393, 0 12px 0 rgba(0,0,0,0.2);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  border: none;
}

.btn.btn-default:hover {
  background-color: #EFEFEF;
  box-shadow: 0 3px 0 #A1A1A1, 0 6px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.btn.btn-default:active {
  color: #fff;
  background-color: #898989;
  box-shadow: 0 0 0 #000000, 0 0 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  transition-duration: 0.1s;
}
.reg_subsc_complete .btn.btn-primary,
.input_id_pwd_conf .btn.btn-primary,
.user_regist_confirm .btn.btn-primary,
.input_new_password .btn.btn-primary {
  float: none;
  padding: 13px 10px;
}

.input_id_pwd_conf .btn.btn-default,
.user_regist_confirm .btn.btn-default {
  margin-left: 15px;
}
.btn.btn-primary a {
  color: #ffffff;
}
@-webkit-keyframes bouncedelay {
  0%,80%,100% {
  -webkit-transform: scale(0);
}
40% {
  -webkit-transform: scale(1);
}
}
@keyframes bouncedelay {
  0%,80%,100% {
  transform: scale(0);
  -webkit-transform: scale(0);
}
40% {
  transform: scale(1);
  -webkit-transform: scale(1);
}
}
.has-feedback.left .form-control-feedback {
  top: 7px;
  right: inherit;
  left: 0;
}
.has-feedback.left .form-control {
  padding-left: 10px;
  padding-right: 0;
}
.has-feedback.center .form-control {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 50px;
}
.has-feedback.center .form-control.length4 {
  width: 64px;
}
.has-feedback.center .form-txt {
  padding: 13px 6px;
}
.form-inline .radio,
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-top:0px;
}

.identify #main input[type=radio],
.input_id_pwd_conf #main input[type=radio],
.reg_subsc_complete #main input[type=radio],
.reg_subsc_complete #main input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.identify #main input[type=radio] + label,
.input_id_pwd_conf #main input[type=radio] + label,
.reg_subsc_complete #main input[type=radio] + label,
.reg_subsc_complete #main input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}

@media (min-width: 1px) {
    .identify #main input[type=radio],
    .input_id_pwd_conf #main input[type=radio],
    .reg_subsc_complete #main input[type=radio],
    .reg_subsc_complete #main input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .identify #main input[type=radio] + label
    .input_id_pwd_conf #main input[type=radio] + label,
    .reg_subsc_complete #main input[type=radio] + label,
    .reg_subsc_complete #main input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .reg_subsc_complete #main input[type=checkbox] + label {
        color: #ffffff;
        font-weight: normal;
        margin-right: 0;
        margin-bottom: 0;
        line-height: 1;
    }
    .identify #main input[type=radio] + label::before,
    .input_id_pwd_conf #main input[type=radio] + label::before,
    .reg_subsc_complete #main input[type=radio] + label::before,
    .reg_subsc_complete #main input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;

        background: #FFF;
    }
    .identify #main input[type=radio] + label::before,
    .input_id_pwd_conf #main input[type=radio] + label::before,
    .reg_subsc_complete #main input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .reg_subsc_complete #main input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .identify #main input[type=radio]:checked + label::after,
    .input_id_pwd_conf #main input[type=radio]:checked + label::after,
    .reg_subsc_complete #main input[type=radio]:checked + label::after,
    .reg_subsc_complete #main input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .identify #main input[type=radio]:checked + label::after,
    .input_id_pwd_conf #main input[type=radio]:checked + label::after,
    .reg_subsc_complete #main input[type=radio]:checked + label::after {
        left: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: #E80008;
        border-radius: 8px;
    }
    .input_id_pwd_conf #main input[type=checkbox]:checked + label::after,
    .reg_subsc_complete #main input[type=checkbox]:checked + label::after {
        left: 3px;

        width: 16px;
        height: 8px;
        margin-top: -8px;

        border-left: 3px solid #1976D2;
        border-bottom: 3px solid #1976D2;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
.form-control {
  height: 50px;
  padding: 12px;
  font-size: 16px;
}
.form-control-input {
  padding-top: 12px;
  padding-left: 24px;
}
.form-control-static {
  padding-top: 12px;
  padding-left: 24px;
}
.form-control-static-nopad {
  padding-top: 12px;
  padding-left: 0px;
}
.form-control-static-notop {
  padding-top: 0px;
  padding-left: 24px;
}

.bg-primary {
  color: #333333;
  font-weight: bold;
  background-color: transparent;
  padding: 7px 15px;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 1;
  border-left: 4px solid #e80008;
  text-align: left;
}
a {
  /* color: #22a3df; */
  color: #e80008;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
a:hover {
  /* color: #146387; */
  color: #363b3f;
  text-decoration: none;
}
a.btn-outline {
  color: #e80008;
  background-color: transparent;
  border-color: #e80008;
}
a.btn-outline:active,
a.btn-outline:focus,
a.btn-outline:hover {
  color: #fff;
  background-color: #e80008;
  border-color: #e80008;
}
.message a {
  color: #00E;
  text-decoration: underline;
}
.message a:hover {
  color: #22a3df;
  text-decoration: none;
}
.message span.caution {
  font-size: 20pt;
}
.schedule-info {
  margin-top: 20px;
}
.price-change-info {
  color: #e80008;
}
.reg_subsc_complete .mypage_link {
  text-align: right;
  margin: 0 0 30px;
}
.recommend {
  padding: 5px;
  font-size: 14px;
  border-color: #52caed;
  border-radius: 10px;
  border-width: 1px 3px 1px 3px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video {
    padding-top: 0;
}
}
.quote {
    background: #333333;
    color: white;
    border-left: 4px solid #22a3df;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    padding: 25px;
    margin-bottom: 15px;
}
:focus {
    outline: 0;
}
canvas {
    width: 200px!important;
    height: 200px!important;
    display: block;
    float: none;
}

@media (max-width: 992px) {
  .welcome_do #title .ssl_protected,
  .password_reminder_page #title .ssl_protected {
    text-align: left;
    margin-top: 10px;
  }
  #title .container h1 {
    font-size: 30px;
  }
  #main .newentry_wrap {
      border: none;
      margin-top: 30px;
  }
  #main .newentry_wrap-2 {
      border: none;
      margin-top: 30px;
  }
  #main .newentry {
      padding-left: 0px;
  }
  #main .btn.btn-pc {
      display: none !important;
  }
  #main .btn.btn-mobile {
      display: block !important;
  }
  .welcome_do .btn.btn-primary,
  .password_reminder_page .btn.btn-primary {
    width: 100%;
    float: none;
    margin: auto;
    display: block;
    max-width: 350px;
  }
  #main hr.sp_only {
    display: block;
    width: 90%;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .welcome_do #main .pass_reminder {
    text-align: center;
  }
  .welcome_do #main .help_link {
    text-align: center;
  }
  .form-control {
    height: 46px;
    padding: 12px;
  }
  #contents{
    padding-bottom: 200px;/* footer height + 20px */
  }
  #footer {
    height: 180px;
  }
}

@media (max-width: 767px) {
  #nav .navbar-nav li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .identify .mail_adress,
  .user_regist_confirm .mail_adress,
  .user_regist_terms .mail_adress {
    text-align: left;
  }
  .navbar-brand {
      margin-left: 20px;
  }
  .reg_subsc_complete .btn.btn-primary,
  .input_id_pwd_conf .btn.btn-primary,
  .input_id_pwd_conf .btn.btn-default,
  .identify .btn.btn-primary,
  .user_regist_confirm .btn.btn-primary,
  .user_regist_confirm .btn.btn-default,
  .user_regist_terms .btn.btn-primary {
    width: 100%;
    float: none;
    margin: auto;
    display: block;
    max-width: 350px;
  }
  .input_id_pwd_conf .btn.btn-default,
  .user_regist_confirm .btn.btn-default {
    margin-top: 24px;
  }
  #title .step-list-container,
  #title #step-list {
    padding: 0px 2px;
  }
  #title #step-list li {
    padding: 0 10px 0 1px;
    border-bottom: solid 7px #fff;
    float: left;
    height: 60px;
    background: url("https://mypage.mag2.com/img/step_arrow.png") no-repeat right center;
    text-align: center;
    font-size: 14px;
    width: 28%;
    word-break: break-all;
  }
  #title #step-list #step-2 {
    width: 25%;
  }
  #title #step-list #step-last {
    width: 19%;
  }
  .reg_subsc_complete #title .ssl_protected,
  .input_id_pwd_conf #title .ssl_protected,
  .identify #title .ssl_protected,
  .user_regist_complete #title .ssl_protected,
  .user_regist_confirm #title .ssl_protected,
  .user_regist_terms #title .ssl_protected {
    text-align: left;
    margin-top: 10px;
    padding-left: 4px;
  }
  .identify #main h2,
  .user_regist_terms #main h2,
  .user_regist_confirm #main h2 {
    font-size: 19px;
    margin-bottom: 30px;
    line-height: 2.1;
  }
  .user_regist_complete #main h2 {
    margin-bottom: 5px;
    line-height: 1.8;
  }
  .reg_subsc_complete label,
  .input_id_pwd_conf label {
    font-weight: 700;
    color: #555;
  }
  #contents{
    padding-bottom: 240px;/* footer height + 20px */
  }
  #footer {
    height: 220px;
  }
  ul.mag_point {
    padding-left: 50px;
  }
  #nav {
    background: #fff;
  }
  .navbar-header {
    background: #fafafa;
  }
  #log-info {
    position: static;
    float: right;
    padding-top: 15px;
    margin: 0;
  }
  .form-control-static-nopad {
    padding-top: 12px;
    padding-left: 24px;
  }

}
@media (max-width: 480px) {
  #title #step-list li {
    padding: 0 10px 0 1px;
    font-size: 12px;
  }
  .user_regist_complete #main .notes p {
    text-align: left;
  }
  #contents{
    padding-bottom: 300px;/* footer height + 20px */
  }
  #footer {
    height: 280px;
  }
  ul.mag_point {
    padding-left: 20px;
  }
div.meta-id {
  padding-left: 5px;
}
ul.mag-meta{
  border-top: 1px solid #eee;
}
.mag-meta li {
  width: 100%;
  border-bottom: 1px solid #eee;
  display: table;
}
.mag-meta li div{
  display: table-cell;
  padding-left:0;
}
.mag-meta li div.meta-value {
  padding-left:5px;
}
.mag-meta li div.meta-title {
  background-color: transparent;
  position: relative;
  text-shadow: none;
  width: 40%;
  color: #333;
  font-size: 14px;
  text-align: left;
  padding-left: 5px;
  padding-right:0;
}
.mag-meta li.meta-bn div.meta-title {
  letter-spacing: 0;
  font-size: 13px;
}
.mag-meta li div.meta-title:after {
  display: none;
}
#pickupS .txtR,
.txtR {
  margin: 20px 0 10px;
  text-align: center;
  float: none;
  font-size: 15px;
  line-height: 1.8;
}
  .visible-xxs-inline {
    display: inline !important;
  }
.reg_subsc_complete #main input[type=checkbox] + label {
  font-size: 14px;
  line-height: 1.5;
}
.padding-none-xxs {
  padding:0!important;
}
.message span.caution {
  font-size: 16pt;
}
.message span.caution br {
  display: none!important;
}
}
@media (max-width: 370px) {
  #title #step-list li br {
    display: none!important;
  }
  .user_regist_complete #main h2,
  .user_regist_complete #main p.check_mail {
    text-align: left;
  }
  .identify #main p.form_notice {
    line-height: 2;
  }
  .indent10 {
    margin-left: -10px;
  }
  .reg_subsc_complete #main h2 {
    font-size: 19px;
  }
}
.staffRecommendMagazine dt {
	float: left;
}

.staffRecommendMagazine img {
	width: 70px;
	height: 70px;
}
.staffRecommendMagazine dd {
	height: 70px;
	width: 755px;
	margin-left: 70px;
	padding-left: 15px;
	display: table-cell;
	vertical-align: middle;
}
.terms-frame {
  width: 100%;
  height: 205px;
  overflow: auto;
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 40px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }

.btn.btn-mobile {
  display: none !important;
}
.btn.btn-primary.btn-center {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.password_reminder_page .cont-title {
  font-size: 1.5em;
  font-weight: bold;
  padding: 20px 0;
}
.password_reminder_page .title3-wrap {
  margin-top: 10px;
}
.password_reminder_page .title3 {
  background: url("/img/point.gif") no-repeat 0;
  padding-left: 24px;
  font-size: 1.2em;
}

.input_sec {
	width: 100px !important;
}

div.warning-for-not-pay-subscribe-campaign-applied {
    color:#FF0000;
    font-weight:bold;
    text-align: center
}

.link-already-have-account {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 1.2em;
}
