@charset "UTF-8";

/* for AngularJS */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

div.version_sp {
    font-size:36px;
    font-weight:bold;
    line-height:100px;
}
div.version_sp a {
    display:block;
    text-align:center;
    background: #606c88;
    color:#FFF;
    background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b));
    background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #606c88 0%,#3f4c6b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 );
}
div.version_sp a img {
    height: 55px;
    vertical-align: middle;
    padding-right: 0.5em;
}

.r5_hidden {
    display: none !important;
}

.width-full {
    width: 100% !important;
}

#form {
    font-size:0.9em;
    margin:10px;
    line-height: 1.4em;
}
#form .form_box {
    background-color:#DDDDDD;
    margin-top:10px;
    padding:12px;
    border: 1px solid;
    border-color: #DEDEDF #9D9D9D #9D9D9D #DEDEDF;
}
#form .submit {
   text-align: center;
   padding : 5px;
}
#form .button {
    width: 150px;
}
#form th {
    vertical-align: top;
}
#form .title h1 {
    font-size:18px;
    line-height: 1.4em;
}
#form .title a {
    text-decoration: none;
}
#form .form-error {
    background: #FFE8E8;
}
.error-message {
    color: red;
    font-size: 0.9em;
}
div.input {
    margin: 2px;
    padding: 2px;
}
div.error {
    background: #FFE8E8;
}

/* newspapers */
table.newspapers {
    text-align: center;
    /*margin: 0 auto;*/
    padding-bottom: 30px;
    width: 100%;
}
.newspapers td {
    text-align: center;
}
.newspapers td.date {
    font-size: 120%;
    font-weight: bold;
    line-height: 40px;
    padding: 8px 8px 0px 16px;
}
.newspapers td img {
    width: 150px;
}
.newspapers .bt_paperread {
    width: 150px;
    height: 41px;
    text-indent: -9999px;
    display: block;
    background: url("/css/images/bt_paperread.gif") no-repeat 0 0;
    margin: 0px auto;
    margin-bottom: 16px;
    /*float: right;*/
}
.newspapers .bt_paperread:hover {
    background-position: 0 -40px;
}
.newspapers .bt_read {
    width: 220px;
    height: 51px;
    text-indent: -9999px;
    display: block;
    background: url("/css/images/bt_read.gif") no-repeat 0 0;
    margin: 0px auto;
    margin-bottom: 16px;
    /*float: right;*/
}
.newspapers .bt_read:hover {
    background-position: 0 -50px;
}


/* float */
.f-left { float: left; }
.f-right { float: right; }

.tx-center { text-align: center; }
.tx-left { text-align: left; }
.tx-right { text-align: right; }

.member_menu {
    margin-bottom: 15px;
}
.member_menu li a {
    display: block;
    width: 127px;
    border-top: solid 1px;
    border-left: solid 1px;
    border-bottom: solid 1px #433544;;
    line-height: 37px;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.member_menu li a.last {
    border-right: solid 1px;
}

.member_menu li a:hover {
    color: #fff;
    border-color: #000;
    background: #000;
}

.member_menu li a.active {
    color: #fff;
    border-color: #000;
    background: #000;
}

.member_contents .left_content {
    width: 190px;
}
.member_contents .right_content {
    width: 430px;
    padding-left: 2px;
}

.member_contents .left_content table {
    width: 100%;
    border-collapse: collapse;
}

.member_contents .left_content table th {
    width: 60px;
    font-weight: normal;
}

.member_contents .left_content  td {
    font-weight: normal;
}

.member_contents .left_content  th,
.member_contents .left_content  td {
    padding: 3px;
    text-align: left;
    /*border: solid 1px ;*/
    border-color: #ccc;
}

.member_contents .right_content .kiji_table {
    width: 100%;
    border-collapse: collapse;
}

.member_contents .right_content  th,
.member_contents .right_content  td {
    padding: 1px 2px;
    text-align: left;
    /*border: solid 1px ;*/
    border-color: #ccc;
    font-size: 12px;
}

.member_contents .kiji_lists {
    margin-bottom: 15px;
}

.member_contents .kiji_lists .kiji_table {
    border-collapse: collapse;
    margin-left: 1.5em;
}

.member_contents .plan_info .title {
    padding: 3px;
    margin-bottom: 15px;
    border: solid 1px #526e83;
}

.member_contents .plan_info .title p {
    padding: 4px;
    border: dashed 1px #526e83;
    text-align: center;
    font-size: 16px;
    color: #526e83;
    font-weight: bold;
}

.member_contents .plan_info .plan {
    width: 100%;
    border-collapse: collapse;
}

.member_contents .plan_info  table {
    width: 100%;
    border-collapse: collapse;
}

.member_contents .plan_info  th,
.member_contents .plan_info  td {
    padding: 1px 2px;
    text-align: left;
    border: solid 1px ;
    border-color: #ccc;
    vertical-align: middle;
}

.member_contents .plan_info th {
    padding: 8px 2px;
    text-align: center;
}

.member_contents .plan_info .apply {
    display:block;
    width:140px;
    margin:5px auto;
    line-height: 35px;
    border-radius: 5px;
    border:solid 1px #ff7f00;
    color:#fff;
    background: #ff8000;
}

.member_contents .info_marumaga {
    display:table;
    margin-left: 16px;
}

.member_contents .info_marumaga .row {
    display:table-row;
}

.member_contents .info_marumaga .row > div {
    display:table-cell;
    padding: 1px;
}

.users-table-parent {
    margin-top: 10px;
}

.users-table-parent .users-table-child {
    width: 100%;
    background: #cccccc;
    border-collapse: separate;
    border-spacing: 1px;
    clear: both;
}
.users-table-parent .users-table-child thead th {
    border: 1px solid #ffffff;
    background: #EA4E19;
    color: #ffffff;
}
.users-table-parent .users-table-child thead td {
    text-align: center;
    width: 27%;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ffffff;
    background: #EA4E19;
    color: #ffffff;
}
.users-table-parent .users-table-child-v3 thead td {
    width: 40%;
}
.users-table-parent .users-table-child tbody th {
    vertical-align: middle;
    border: 1px solid #ffffff;
    background: #E89E86;
    color: #ffffff;
    line-height: 1.3;
}
.users-table-parent .users-table-child tbody th.heading {
    background: #EA4E19;
    padding-top: 5px;
    padding-bottom: 5px;
}
.users-table-parent .users-table-child tbody th span {
    font-size: 10px;
    font-weight: bold;
}
.users-table-parent .users-table-child tbody td {
    background: #ffffff;
    padding: 10px;
    vertical-align: middle;
}
.users-table-parent .users-table-child tbody td strong {
    font-size: 18px;
    font-weight: bold;
}
.users-table-parent .users-table-child tbody td a {
    color: #EA4E19;
}

.users-table-parent .users-table-child-v2 th,
.users-table-parent .users-table-child-v2 td {
    padding:15px 8px;
}

.users-table-parent .users-table-child input[type="submit"] {
}

.users-table-parent a.rel_mmag, .users-table-parent a.reg_mmag {
    cursor: pointer;
}

.supplement {
    display: block;
    font-size: 11px;
}
.supplement-v2 {
    display: block;
    font-size: 11px;
}


.users-table-parent a.button,
.users-table-parent .active {
    display: inline-block;
    line-height: 1.2;
    text-align: center;
    background: #EA0019;
    color: #ffffff !important;
    padding: 5px 8px;
    border-radius: 5px;
}

.users-table-parent .active {
    background: #666666;
}

.users-table-parent a.button:hover {
    text-decoration: none;
    background: #EA4E19;
}

.users-table-parent .first_month_info {
    width: 60px;
    padding: 6px;
    margin: 0 auto;
    color: #fff;
    background: #d3c246;
}

.users-table-parent .servie_info {
    margin-bottom: 10px;
    padding: 5px;
    border-left: solid 10px #12356d;
    font-size:18px;
    font-weight:bold;
    color:#333;
    border-bottom:solid 1px #12356d
}

.your-info {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.annotation-list {
    text-indent: -2em;
    padding-left: 2em;
    margin-top: 5px;
}
.annotation-list li p {
    position: relative;
    margin-left: 40px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.annotation-list li .first-letter {
    position: absolute;
    left: -50px;
}

.users-submit,
.top-link {
    text-align: center;
    margin-top: 20px;
}
.users-submit input,
.users-submit a,
.top-link a {
    display: inline-block;
    border-radius: 3px;
    border: none;
    background-color: #EA0019;
    color: #ffffff;
    padding: 10px 30px;
    cursor: pointer;
    min-height: 63px;
}
.users-submit input.one-line,
.users-submit a.one-line,
.top-link a.one-line {
    vertical-align: bottom;
    padding-top: 20px;
    padding-bottom: 20px;
}
.users-submit button {
    border-radius: 3px;
    border: none;
    background-color: #999999;
    color: #ffffff;
    padding: 10px 30px;
    cursor: pointer;
    min-height: 43px;
}
.users-submit input:hover,
.users-submit a:hover,
.top-link a:hover {
    text-decoration: none !important;
    background-color: #EA4E19;
}

.article_head {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size:18px;
}

.info_subscription_stop .info p {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

.info_subscription_stop .info .first_letter {
    position: absolute;
    left: 0px;
    display: inilne-block;
    padding: 5px 10px;
    color: #fff;
    background: #ea4e19;
}

.info_subscription_stop .resign_button a {
    overflow: hidden;
    display: block;
    margin: 0 145px 20px;
    border: solid 1px #ea4e19;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}

.info_subscription_stop .resign_button a.first {
    color: #fff;
    background: #ea4e19;
}

.info_subscription_stop .resign_button a.second {
    color: #ea4e19;
    background: #fff;
}

.info_subscription_stop .resign_button a span {
    display: block;
    margin: 2px;
    border: 1px dotted;
}

.info_subscription_stop .sub_comparison {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.info_subscription_stop .sub_comparison  th,
.info_subscription_stop .sub_comparison  td {
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    border: solid 1px ;
    border-color: #ccc;
}

.info_subscription_stop .sub_comparison  th {
    color: #494949;
    background: #efefef;
}

.info_subscription_stop .sub_comparison  .th1 ,
.info_subscription_stop .sub_comparison  .th2 {
    width: 246px;
    font-size: 19px;
    font-weight: normal;
    color: #fff;
}

.info_subscription_stop .sub_comparison  .th1 {
    color: #2056a5;
    background: #fff;
}

.info_subscription_stop .sub_comparison  .th2 {
    color: #5b96c3;
    background: #fff;
}

.info_subscription_stop .sub_comparison_title {
    margin-bottom: 10px;
    padding-left :10px;
    border-bottom :1px solid #333;
    border-left : solid 10px #333;
    line-height: 30px;
    font-size: 20px;
}







.faq {
    margin-top: 10px;
}
.faq a {
    display: block;
}
.faq p a {
    display: inline;
    color: #EA4E19;
}
.faq .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
    background: #fff;
    border: 1px solid #eaeaea;
}
.faq .child .toggle-menu {
    background: #eaeaea;
    color: #5e5e5e;
}
.faq .child .toggle-menu:hover {
    background: #d0d0d0;
}
.faq .child > li {
    margin: 4px 0;
    padding: 5px 16px;
    border-bottom: 1px dotted #dddddd;
}
.faq .child > li:last-child {
    border-bottom: 0;
}
.faq .child > li > p:first-child {
    font-weight: bold;
}

.switch .toggle-menu:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -1.4rem;
    content: '>';
    font-size: 1.4rem;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}
.switch .toggle-menu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.toggle-menu {
    display: block;
    position: relative;
    margin: 1px 0 0;
    padding: 10px;
}
.source {
    margin: 0;
    padding: 30px 0 0;
}

.faq01 .toggle-menu {
    background: #0AABFF;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
.faq01 .toggle-menu:hover {
    background: #088CCE;
    text-decoration: none;
}

.paid-features li {
    display: table;
    border-bottom: 1px dotted #cccccc;
    padding: 20px 0 10px;
    width: 100%;
}
.paid-features-v2 li {
    direction: rtl;
}
.paid-features li span {
    display: table-cell;
    vertical-align: top;
    direction: ltr;
}
.paid-features li span:first-of-type {
    width: 140px;
    padding-right: 20px;
}
.paid-features-v2 li span:first-of-type {
    padding-right: 0;
    padding-left: 20px;
}
.paid-features .features-title {
    font-weight: bold;
    font-size: 18px;
}
.paid-features .features-text {
}

#security_code {
    width: 55px;
}

#preview {
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding: 5px;
    display:none;
    color:#fff;
}
#preview img {
    vertical-align: bottom;
    max-width: 100%;
}

div.policy.scroll {
    margin: auto;
    height: 400px;
    overflow: scroll;
    background-color: #f6f6f6;
    border: dotted 1px #dfdfdf;
}
.policy h2 {
    font-weight: bold;
    margin-bottom: 10px;
}
.policy h3 {
    font-weight: bold;
}
