@charset "utf-8";

/*#############################################################################
CSSリセット
#############################################################################*/
* {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

/*#############################################################################
全デバイス共通のスタイルとスマートフォン向けレイアウトの指定
#############################################################################*/

/* clearfix */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: block;
}
.cf:after {
	clear: both;
	height: 0;
	visibility: hidden;
}

body {
    color: #6c6c6c;
    width: 99%;
}
a:link {
    color: #2757a1;
}
a:visited {
    color: #7600B3;
}
a:hover {
    color: #D70542;
}

/* 左寄せ */
.pull_left {
    float: left;
}

/* 右寄せ */
.pull_right {
    float: right;
}

.center {
    margin: 0 auto;
}

.inline {
    float: left;
}

.visible {
    display: inline;
}

.invisible {
    display: none;
}

.hidden_small {
    display: none;
}

.strong {
    font-weight: bold;
}

.enabled {
    color: #333333;
}

.disabled {
    color: #666666;
}

.inline_block {
    display: inline-block;
}

.text_center {
    text-align: center;
}

.img_caption {
    margin-top: 5px;
}

/**************************************************************************
スマートフォン向けレイアウト
**************************************************************************/
/* スマートフォンサイズのみの指定 */
@media only screen and (max-width: 767px) {
    body{
        width: 100%;
    }
    
    .container {
        width: 95%;
        margin: 0 auto;
    }
    
    h1 {
        font-size: 24px;
        color: #333333;
    }
    
    h2{
        font-size: 21px;
        color: #333333;
    }
    
    h2.terms {
        font-size: 18px;
    }
    
    h2.medium {
        font-size: 21px;
        color: #333333;
        background-repeat: no-repeat;
        background-image: url(../image/multi/bg_h2_smt.png);
        background-size: 100% 100%;
        line-height: 50px;
        margin-top: 13%;
        margin-bottom: 6%;
    }
    
    h2.medium span {
        margin-left: 7%;
    }
    
    img {
        max-width: 100%;
    }
    
    .error_title {
        font-size: 24px;
        line-height: 27px;
        margin-top: 5%;
        margin-bottom: 8%;
    }
    
    .error_message {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8%;
    }
    
    .page_top {
        font-size: 14px;
        margin-top: 40px;
    }
    
    img.ic_home {
        position: absolute;
        top: 10px;
        left: 12.8px;
    }
}

/**************************************************************************
スマートフォン向け共通レイアウト
**************************************************************************/

.header {
    width: 100%;
}

.header_bottom {
    background-repeat: repeat-x;
    background-image: url(../image/multi/bg_header_bottom.png);
    width: 100%;
    height: 12px;
    margin-top: 5px;
}

.divider_shadow {
    background-repeat: repeat-x;
    background-image: url(../image/multi/bg_header_bottom.png);
    width: 100%;
    height: 12px;
}

.logo_service {
    width: 48%;
}

.logo_corporate {
    width: 34%;
}

.logo_corporate img {
    width: 100%;
}

.header_top {
    background-repeat: repeat-x;
    background-image: url(../image/multi/bg_header_top.png);
    width: 100%;
    height: 4px;
    margin-bottom: 5px;
    min-width: 100%;
}

.footer {
    font-size: 14px;
    line-height: 32px;
    background-repeat: repeat;
    background-image: url(../image/multi/bg_footer_smt.png);
    width: 100%;
    height: 100%;
}

.footer_policy {
    padding-top: 19.2px;
}

.footer_use {
    padding-top: 16px;
}

.footer_line {
    margin-top: 16px;
    margin-bottom: 16px;
}

.copy_right {
    font-size: 12px;
    color: #333333;
    margin-bottom: 20px;
}

.foot_note {
    font-size: 14px;
}

.btn_large {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../image/multi/btn_large_smt.png);
    background-color: transparent;
    background-size: 100% 100%;
    width: 65%;
    height: 55px;
    padding: 0px;
    border: none;
    box-sizing: content-box;
}

.btn_back {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../image/multi/btn_back_smt.png);
    background-color: transparent;
    background-size: 100% 100%;
    width: 30%;
    height: 55px;
    padding: 0px;
    border: none;
    box-sizing: content-box;
    margin-right: 3%;
}

div.download {
    margin-top: 16px;
    margin-bottom: 26px;
}

.btn_download {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(../image/multi/btn_download_smt.png);
    background-color: transparent;
    background-size: 100% 100%;
    width: 90%;
    height: 60px;
    border: none;
    box-sizing: content-box;
}

.lead {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.btn_home {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(../image/multi/btn_top_smt.png);
    background-color: transparent;
    background-size: 100% 100%;
    width: 60%;
    max-width: 233px;
    padding: 18px;
    border: none;
    box-sizing: content-box;
    margin-top: 19.2px;
    margin-bottom: 19.2px;
    position: relative;
}

.btn_home span {
    margin-left: 12%;
}

div.divider {
    background-repeat: no-repeat;
    background-image: url(../image/multi/img_divider.png);
    background-size: 100% 100%;
    width: 100%;
    height: 8px;
}

hr.divider {
    border: none;
    border-top: 2px solid #dbdbdb;
    width: 100%;
}

.font_caption {
        font-size: 14px;
}

/**************************************************************************
トップ画面
**************************************************************************/

.overview {
    margin-top: 16px;
    margin-bottom: 16px;
}

.lead_top_link {
    margin-top: 26px;
}

.link_text {
    font-size: 21px;
}

.link_text_menu {
    margin-bottom: 10px;
    font-size: 20px;
}

.menu_text {
    float: left;
    width: 75%;
    font-size: 16px;
}

div.announcement_list {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background-repeat: no-repeat;
    background-image: url(../image/multi/bar_announcement_smt.png);
    background-size: 100% 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 10%;
}

div.announcement_list span {
    margin-left: 2.4px;
}

.announcement_arrow {
    margin-bottom: 5px;
    margin-right: 5px;
}

.announcement_new {
    margin-bottom: 5px;
    margin-left: 10px;
}

.announcement_date {
    margin-bottom: 5px;
}

/* スマートフォンサイズのみの指定 */
@media only screen and (max-width: 767px) {
    
    div#header {
        margin-bottom: 10px;
    }
    
    img.user {
        width: 100%;
    }
    
    .menu_invitation_tab {
        margin-top: 16px;
        /*
        float: left;
        width: 450px;
        margin-left: 20px;
        margin-right: 10px;
        */
    }
    
    .menu_invitation_text {
        font-size: 16px;
        line-height: 24px;
    }
    
    .menu_invitation_title {
        width: 92%;
        border: 0px solid #cc0033;
        border-bottom: none;
        border-radius: 5px 5px 0px 0px;
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        background-repeat: no-repeat;
        background-image: url(../image/multi/bar_announcement_smt.png);
        background-size: 100% 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .menu_invitation_title span {
        /*margin-left: 10px;*/
    }
    
    .menu_invitation {
        float: left;
        width: 92%;
        border: 0px solid #cc0033;
        border-top: none;
        border-radius: 0px 0px 5px 5px;
        padding: 10px;
        box-shadow: inset 2px 0 0 #cc0033, inset -2px 0 0 #cc0033, inset 0 -2px 0 #cc0033;
    }
    
    .menu_invitation_img {
        margin-top: 10px;
        text-align: center;
    }
    
    .menu_invitation_img img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .menu_invitation_img img.hidden_small {
        display: none;
    }
    
    .menu_setting_title {
        margin-top: 16px;
        float: left;
        width: 92%;
        border: 0px solid #cc0033;
        border-bottom: none;
        border-radius: 5px 5px 0px 0px;
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
        background-repeat: no-repeat;
        background-image: url(../image/multi/bar_announcement_smt.png);
        background-size: 100% 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .menu_setting_text {
        font-size: 16px;
        line-height: 24px;
    }
    
    .menu_setting {
        float: left;
        width: 92%;
        border: 0px solid #cc0033;
        border-top: none;
        border-radius: 0px 0px 5px 5px;
        padding: 10px;
        box-shadow: inset 2px 0 0 #cc0033, inset -2px 0 0 #cc0033, inset 0 -2px 0 #cc0033;
    }
    
    .menu_setting_img {
        margin-top: 10px;
        text-align: center;
    }
    
    .menu_setting_img img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .menu_setting_img img.hidden_small {
        display: none;
    }
    
    .menu_ic {
        width: 20%;
    }
    
    .link_text_menu img {
        margin-bottom: 4px;
    }
    
    
    table#announcement_table {
        border-spacing: 0px;
        border-collapse: collapse;
        width: 100%;
    }
    
    table#announcement_table tbody tr {
        display: block;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    
    table#announcement_table tbody tr:first-child {
        padding-top: 0%;
        padding-bottom: 0%;
    }
    
    table#announcement_table tbody td {
        display: block;
    }
    
    table.striped tr:nth-child(odd) {
        background-color: #eceff1;
    }
    
    table.striped tr:nth-child(even) {
        background-color: #ffffff;
    }
    
    #announcement_table .border_bottom {
        border-bottom: 1px solid #e0e0e0;
    }
    
    img.detail {
        margin-bottom: 5px;
    }
    
    .error_footer {
        margin-top: 19.2px;
        padding-top: 19.2px;
        padding-bottom: 19.2px;
        font-size: 14px;
        line-height: 32px;
        background-repeat: repeat;
        background-image: url(../image/multi/bg_footer_smt.png);
        width: 100%;
        height: 100%;
    }
    
    img.ic_announcement {
        margin-left: 9.6px;
        margin-bottom: 4px;
    }
    
    .arrow_smt {
        margin-bottom: 14px;
    }
    
    .invitation_detail_link {
        margin-top: 24px;
    }
}


/**************************************************************************
招待メール送信画面
**************************************************************************/

/* スマートフォンサイズの場合は説明画像を縦に並べる */
@media only screen and (max-width: 767px) {

    h1.invitation {
        margin-top: 9.6px;
        margin-bottom: 16px;
    }
    
    h2.medium_invitation {
        font-size: 21px;
        color: #333333;
        background-repeat: no-repeat;
        background-image: url(../image/multi/bg_h2_smt.png);
        background-size: 100% 100%;
        line-height: 50px;
        margin-top: 16px;
        margin-bottom: 6%;
    }
    
    h2.medium_invitation span {
        margin-left: 7%;
    }
    
    #ic_invitation {
        width: 15%;
    }
    
    a:link.btn_mailto_invitation {
        display: block;
        font-size: 16px;
        font-weight: bold;
        background-repeat: no-repeat;
        background-image: url(../image/multi/btn_invitation_smt.png);
        background-size: 100% 100%;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        line-height: 55px;
        width: 70%;
        margin: 25.6px auto;
    }
    
    a:focus.btn_mailto_invitation, a:active.btn_mailto_invitation, a:visited.btn_mailto_invitation {
        color: #ffffff;
    }
    
    .block_description {
        width: 100%;
    }
    
    .description {
        width: 92%;
    }
    
    .text_description {
        margin-top: 16px;
        font-size: 16px;
        line-height: 24px;
    }
    
    .invitation_normal {
        font-size: 16px;
        line-height: 24px;
    }
    
    .img_description {
        display: block;
        float: left;
        margin-right: 5%;
    }
    
    .img_description_arrow_below {
        display: block;
        margin: 0 auto;
        padding-top: 16px;
        padding-bottom: 9.6px;
        width: 81px;
    }
    
}


/**************************************************************************
お知らせメール設定画面
**************************************************************************/

/* スマートフォンサイズの場合は説明画像を縦に並べる */
@media only screen and (max-width: 767px) {

    h1.setting {
        margin-top: 9.6px;
        margin-bottom: 16px;
    }
    
    h2.medium_setting {
        font-size: 21px;
        color: #333333;
        background-repeat: no-repeat;
        background-image: url(../image/multi/bg_h2_smt.png);
        background-size: 100% 100%;
        line-height: 50px;
        margin-top: 16px;
        margin-bottom: 6%;
    }
    
    h2.medium_setting span {
        margin-left: 7%;
    }
    
    #ic_setting {
        width: 15%;
        max-width: 53px;
        margin-right: 16px;
    }
    
    .lead_setting {
        margin-top: 16px;
        margin-bottom: 41.6px;
    }
    
    a:link.btn_mailto_setting {
        display: block;
        font-size: 16px;
        font-weight: bold;
        background-repeat: no-repeat;
        background-image: url(../image/multi/btn_setting_smt.png);
        background-size: 100% 100%;
        margin: 8% 0;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        line-height: 55px;
        width: 70%;
        margin: 25.6px auto;
    }
    
    .setting_normal {
        font-size: 16px;
        line-height: 24px;
    }
    
    a:focus.btn_mailto_setting, a:active.btn_mailto_setting, a:visited.btn_mailto_setting {
        color: #ffffff;
    }
    
}


/**************************************************************************
サイトご利用にあたって画面
**************************************************************************/
@media only screen and (max-width: 767px) {
    
    h1.terms {
        margin-top: 10px;
        margin-bottom: 16px;
    }
    
    .toggler {
        margin-top: 12%;
    }
    
    .terms_title {
        display: table-cell;
        vertical-align: middle;
        padding-left: 2%;
        width: 88%;
    }
    
    #bg_immunity {
        margin-top: 16px;
    }
    
    #immunity_effect, #brand_effect, #law_effect, #link_effect, #environment_effect, 
    #security_effect, #script_effect, #data_effect, #cookie_effect {
        border: none;
        position: relative;
        width: 100%;
        margin-top: 16px;
        margin-bottom: 25.6px;
        line-height: 22px;
    }
    
    #bg_immunity, #bg_brand, #bg_law, #bg_link, #bg_environment, 
    #bg_security, #bg_script, #bg_data, #bg_cookie {
        background-repeat: no-repeat;
        background-image: url(../image/multi/bg_toggle_close.png);
        background-size: 100% 100%;
        display: table;
        width: 100%;
        height: 100%;
    }
}


/**************************************************************************
お知らせメール設定画面（カスコン）
**************************************************************************/

.cuscon_legend {
    margin-left: 10%;
}

/* スマートフォンサイズの場合はテーブルをblockで表示する */
@media only screen and (max-width: 767px) {
    
    .symbol_legend {
        margin-bottom: 25.6px;
    }
    
    .symbol_legend div {
        margin-top: 9.6px;
    }
    
    .lead_cuscon {
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    
    div.nickname {
        font-size: 17px;
        font-weight: bold;
        color: #333333;
    }
    
    .toggler {
        margin-top: 12.8px;
        margin-bottom: 12.8px;
        margin-right: 9.6px;
        float: right;
        width: 30px;
    }
    
    .bg_user {
        background-repeat: no-repeat;
        background-image: url(../image/multi/bg_toggle_close.png);
        background-size: 100% 100%;
        display: table;
        width: 100%;
        height: 100%;
    }
    
    .nickname_title {
        font-size: 17px;
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
        width: 88%;
        padding-left: 2%;
    }
    
    .nickname_title p {
        position: relative;
        top: -50%;
    }
    
    table.userlist {
        width: 100%;
        color: #333333;
    }
    
    table.userlist thead, table.userlist tbody, table.userlist tr,
    table.userlist th,table.userlist td {
        display: block;
    }
    
    table.userlist td.hidden_small, table.userlist td.invisible {
        display: none;
    }
    
    table.userlist td {
        padding-top: 2%;
        padding-bottom: 2%;
    }
    
    table.userlist td.no_padding {
        padding: 0;
    }
    
    table.userlist td.nickname {
        display: none;
    }
    
    table.userlist td.daily_mail {
        margin-top: 9.6px;
    }
    
    table.userlist th {
        display: none;
    }
    
    table.userlist tbody tr td:nth-of-type(3):before {
        content: "定期メール：";
        padding-left: 3%;
    }
    
    table.userlist tbody tr td:nth-of-type(4) > div:before {
        content: "条件付メール：";
        padding-left: 3%;
        display: table-cell;
        width: 125px;
    }
    
    table.userlist tbody tr td:nth-of-type(4) > div:nth-of-type(2):before {
        visibility: hidden;
    }
    
    table.userlist tbody tr td:nth-of-type(4) > div:nth-of-type(3):before {
        visibility: hidden;
    }
    
    table.userlist tbody tr td:nth-of-type(4) > div:nth-of-type(4):before {
        visibility: hidden;
    }
    
    table.userlist tbody tr td:nth-of-type(5):before {
        content: "配信停止時間：";
        padding-left: 3%;
    }
    
    table.userlist tbody tr td:nth-of-type(6):before {
        content: "配信形式：";
        padding-left: 3%;
    }
    
    table.userlist .border_top {
        border-top: 1px dashed #cccccc;
    }
    
    table.userlist .border_bottom {
        border-bottom: 1px dashed #cccccc;
    }
    
    .striped {
        background-color: #f7f7f7;
    }
    
    div.ic_setting {
        display: table-cell;
        border-right: 8px solid transparent;
    }
    
    div.ic_setting img {
        min-width: 17px;
    }
    
    div.condition_rule {
        display: table-cell;
        line-height: 24px;
    }
    
    a:link.btn {
        display: block;
        background-repeat: no-repeat;
        background-image: url(../image/multi/btn_small_smt.png);
        background-size: 100% 100%;
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        line-height: 45px;
        width: 40%;
        height: 45px;
        margin: 5% auto;
    }
    
    a:focus.btn {
        color: #ffffff;
    }
    
    a:visited.btn {
        color: #ffffff;
    }
    
    tr.toggle_effect {
        border: none;
        position: relative;
        width: 100%;
        padding-bottom: 3%;
    }
}

/**************************************************************************
設定変更画面
**************************************************************************/

/* スマートフォンサイズの場合はテーブルをblockで表示する */
@media only screen and (max-width: 767px) {
    
    .btn_change {
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: url(../image/multi/btn_change_smt.png);
        background-color: transparent;
        background-size: 100% 100%;
        width: 65%;
        height: 56px;
        padding: 0px;
        border: none;
        box-sizing: content-box;
    }
    
    .lead_cuscon_setting {
        font-size: 19px;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    
    /* ニックネーム */
    .summary_nickname {
        margin-top: 16px;
        margin-bottom: 25.6px;
        line-height: 22px;
    }
    
    .nickname_max_length {
        font-weight: bold;
    }
    
    input.nickname {
        font-size: 100%;
        margin-top: 9.6px;
        margin-right: 2%;
        width: 85%;
        height: 32px;
    }
    
    /* 定期メール */
    .summary_daily {
        margin-top: 3%;
        margin-bottom: 5%;
        line-height: 150%;
    }

    .radio_daily {
        margin-bottom: 2%;
    }
    
    .radio_daily label {
        margin-right: 4%;
    }
    
    /* 条件付メール */
    .summary_condition {
        margin-top: 3%;
        margin-bottom: 5%;
        line-height: 150%;
    }

    div.condition_row {
        width: 98%;
        padding-top: 2%;
        padding-bottom: 2%;
        padding-left: 3%;
    }
    
    div.condition_row.border_top {
        border-top: 1px dashed #cccccc;
    }
    
    div.condition_row.border_bottom {
        border-bottom: 1px dashed #cccccc;
    }
    
    div.condition_row.striped {
        background-color: #f7f7f7;
    }
    
    div.condition {
        height: 7%;
        line-height: 22px;
    }
    
    .radio_condition {
        margin-right: 5%;
    }
    
    .radio_condition label {
        margin-right: 6%;
    }
    
    /* 配信停止時間 */
    .radio_denial {
        margin-bottom: 2%;
    }
    
    .radio_denial label {
        margin-right: 4%;
    }
    
    div.summary_denial {
        margin-top: 3%;
        margin-bottom: 5%;
        line-height: 150%;
    }
    
    div.summary_format {
        margin-top: 3%;
        margin-bottom: 5%;
        line-height: 150%;
    }
    
    .radio_format label {
        margin-right: 4%;
    }
    
    div.error_denial {
        margin-bottom: 4%;
        font-size: 13px;
    }
    
    table.setting_change {
        border-collapse: collapse;
        width: 100%;
    }
    
    table.setting_change tr.tr_condition {
        display: block;
    }
    
    table.setting_change td {
        display: block;
    }
    
    #bg_nickname, #bg_daily, #bg_condition, #bg_denial, #bg_format {
        background-repeat: no-repeat;
        background-image: url(../image/multi/bg_toggle_close.png);
        background-size: 100% 100%;
        padding-left: 10px;
        display: table;
        width: 100%;
        height: 100%;
    }
    
    .setting_title {
        font-size: 19px;
        font-weight: bold;
        display: table-cell;
        vertical-align: middle;
        width: 88%;
        padding-left: 2%;
    }
    
    #nickname_effect, #daily_effect, #condition_effect, #denial_effect, #format_effect {
        font-size: 13px;
        border: none;
        position: relative;
        width: 100%;
        margin-bottom: 19.2px;
    }
    
    .divider_setting {
        margin-bottom: 6%;
    }
    
    .setting_buttom {
        margin-bottom: 19.2px;
    }
    
    .error {
        color: #ff0000;
        line-height: 22px;
    }
    
}

/**************************************************************************
お知らせ詳細画面
**************************************************************************/
/* スマートフォンサイズの場合 */
@media only screen and (max-width: 767px) {
    .announcement_detail_h1 {
        margin-top: 9.6px;
    }
    
    .announcement_detail_title {
        font-size: 29px;
        line-height: 33px;
    }
    
    .announcement_detail_date {
        font-size: 16px;
        line-height: 24px;
        margin-top: 28.8px;
        margin-bottom: 28.8px;
    }
    
    .announcement_detail_message {
        font-size: 16px;
        line-height: 24px;
    }
}

/**************************************************************************
お知らせメール設定確認画面
**************************************************************************/
/* スマートフォンサイズの場合 */
@media only screen and (max-width: 767px) {
    #bg_confirm {
        background-repeat: no-repeat;
        background-image: url(../image/multi/bg_toggle_open.png);
        background-size: 100% 100%;
        padding-left: 10px;
        display: table;
        width: 100%;
        height: 55px;
    }
    
    .confirm_summary {
        font-size: 13px;
        margin-top: 16px;
        margin-bottom: 19.2px;
        line-height: 22px;
        margin-left: 3%;
    }
    
    .condition_confirm_setting {
        padding-left: 6%;
    }
}

/*#############################################################################
メディアクエリによる切り替え
#############################################################################*/

/* PC向けのレイアウト指定（768px以上） */
/* PC向けはコンテンツ幅900pxの固定レイアウト */
@media only screen and (min-width: 768px) {
    
    /**************************************************************************
    PC向け共通レイアウト
    **************************************************************************/
    body {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }
    
    h1 {
        font-size: 48px;
        color: #333333;
        line-height: 80px;
        
        -webkit-margin-before: 0px;
        -webkit-margin-after: 0px;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
    }
    
    h2 {
        font-size: 24px;
        color: #333333;
        background-repeat: no-repeat;
        background-image: url(../image/multi/bg_h2.png);
        width: 875px;
        height: 53px;
        line-height: 53px;
        margin-top: 60px;
        margin-bottom: 20px;
        padding-left: 25px;
    }
    
    hr.line {
        width: 100%;
        border: 1px solid #dbdbdb;
    }
    
    #app_image {
        position: relative;
    }
    
    img.app {
        position: absolute;
        bottom: 0px;
    }
    
    .header {
        width: 100%;
        min-width: 900px;
    }
    
    .header_top {
        background-repeat: repeat-x;
        background-image: url(../image/multi/bg_header_top.png);
        width: 100%;
        height: 4px;
        margin-bottom: 5px;
        min-width: 900px;
    }
    
    .header_bottom {
        background-repeat: repeat-x;
        background-image: url(../image/multi/bg_header_bottom.png);
        width: 100%;
        height: 12px;
        margin-top: 5px;
        min-width: 900px;
    }
    
    .logo_service {
        cursor: pointer;
        background-repeat: no-repeat;
        background-image: url(../image/multi/logo_service.png);
        width: 231px;
        height: 61px;
    }
    
    .logo_corporate {
        cursor: pointer;
        background-repeat: no-repeat;
        background-image: url(../image/multi/logo_corporate.png);
        width: 155px;
        height: 61px;
    }
    
    .contents {
    }
    
    .container {
        width: 900px;
        margin: 0 auto;
    }
    
    .container_large {
        width: 100%;
        min-width: 900px;
        max-width: 1280px;
        margin: 0 auto;
    }
    
    .footer {
        font-size: 14px;
        line-height: 50px;
        background-repeat: repeat-x;
        background-image: url(../image/multi/bg_footer.png);
        width: 99%;
        height: 102px;
        min-width: 900px;
        margin: 0 auto;
    }
    
    .footer_policy {
        padding-top: 0px;
        margin-right: 25px;
        float: left;
    }
    
    .footer_use {
        padding-top: 0px;
        margin-right: 25px;
    }
    
    .error_footer {
        font-size: 14px;
        line-height: 50px;
        background-repeat: repeat-x;
        background-image: url(../image/multi/bg_footer_half.png);
        width: 100%;
        height: 50px;
        min-width: 900px;
        margin-top: 20px;
    }
    
    .link_text {
        font-size: 29px;
    }
    
    .link_list {
        font-size: 16px;
        line-height: 36px;
    }
    
    .lead {
        font-size: 24px;
        line-height: 40px;
    }
    
    table.striped tr:nth-child(odd) td {
        background-color: #eceff1;
    }
    
    table.striped tr:nth-child(even) td {
        background-color: #ffffff;
    }
    
    table.border {
        border-collapse: collapse;
        border-color: gray;
        width: 900px;
        margin-top: 30px;
        font-size: 16px;
    }
    
    table.border th {
        border: 1px #e0e0e0 solid;
    }
    
    table.border td {
        border: 1px #e0e0e0 solid;
        padding-left: 10px;
    }
    
    table.border td.center {
        border: 1px #e0e0e0 solid;
        padding-left: 0px;
        text-align: center;
    }
    
    .error {
        color: #ff0000;
        line-height: 24px;
    }
    
    .btn {
        display: block;
        font-size: 22px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: url(../image/multi/btn_small.png);
        background-color: transparent;
        width: 104px;
        height: 40px;
        padding: 0px;
        border: none;
        box-sizing: content-box;
    }
    
    .btn:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
    
    .btn_large {
        display: block;
        font-size: 22px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: url(../image/multi/btn_large.png);
        background-color: transparent;
        width: 280px;
        height: 60px;
        padding: 0px;
        border: none;
        box-sizing: content-box;
    }
    
    .btn_large:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
    
    .btn_change {
        display: block;
        font-size: 22px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: url(../image/multi/btn_change.png);
        background-color: transparent;
        width: 190px;
        height: 42px;
        padding: 0px;
        border: none;
        box-sizing: content-box;
    }
    
    .btn_change:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
    
    .btn_home {
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        text-align: left;
        vertical-align: middle;
        cursor: pointer;
        background-repeat: no-repeat;
        background-image: url(../image/multi/btn_top.png);
        background-color: transparent;
        width: 190px;
        height: 46px;
        padding: 0px;
        border: none;
        box-sizing: content-box;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .btn_home span {
        margin-left: 50px;
    }
    
    .btn_home:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
    
    .btn_back {
        display: block;
        font-size: 22px;
        font-weight: bold;
        color: #333333;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: url(../image/multi/btn_back.png);
        background-color: transparent;
        width: 86px;
        height: 42px;
        padding: 0px;
        border: none;
        box-sizing: content-box;
    }
    
    .btn_back:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
    
    a:link.btn {
        display: block;
        background-repeat: no-repeat;
        background-image: url(../image/multi/btn_small.png);
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        line-height: 40px;
        width: 104px;
        height: 40px;
        margin: 0px auto;
    }
    
    a:focus.btn {
        color: #ffffff;
    }
    
    a:visited.btn {
        color: #ffffff;
    }
    
    a:hover.btn {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
    
    a:link.btn_large {
        display: block;
        background-repeat: no-repeat;
        background-image: url(../image/multi/btn_large.png);
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        line-height: 60px;
        width: 280px;
        height: 60px;
        margin: 0px auto;
    }
    
    a:hover.btn_large {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
    
    a:focus.btn_large {
        color: #ffffff;
    }
    
    a:visited.btn_large {
        color: #ffffff;
    }
    
    input.large {
            width: 300px;
    }
    
    .foot_note {
        font-size: 14px;
        line-height: 22px;
    }
    
    .copy_right {
        font-size: 12px;
        color: #333333;
        margin-bottom: 0px;
    }
    
    div.divider {
        background-repeat: no-repeat;
        background-image: url(../image/multi/img_divider.png);
        width: 900px;
        height: 18px;
    }
    
    .hidden_small {
        display: block;
    }
    
    .hidden_large {
        display: none;
    }
    
    .page_top {
        font-size: 14px;
        margin-top: 50px;
    }
    
    .error_title {
        font-size: 35px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .error_message {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 50px;
    }
    
    .img_center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .font_caption {
        font-size: 14px;
    }
    
    /**************************************************************************
    トップ画面
    **************************************************************************/
    
    .key_visual {
        margin-top: -245px;
    }
    
    .main_visual_most_bg {
        background-color: #f5f5f7;
        width: 99%;
        height: 245px;
        margin: 0 auto;
    }
    
    .main_visual_bg {
        position: relative;
        background-repeat: no-repeat;
        background-image: url(../image/multi/bg_main_visual.png);
        width: 900px;
        height: 245px;
    }
    
    .main_visual_bg {
        background-repeat: no-repeat;
        background-image: url(../image/multi/bg_main_visual.png);
        background-size: cover;
        width: 100%;
        height: 245px;
        min-width: 900px;
        max-width: 1280px;
    }
    
    .main_visual {
        position: absolute;
        left: 374px;
        bottom: 0px;
        background-repeat: no-repeat;
        background-image: url(../image/multi/img_user.png);
        width: 376px;
        height: 245px;
        z-index: 100;
    }
    
    .overview {
        margin-top: 53px;
    }
    
    .lead_top {
        width: 550px;
    }
    
    .lead_top_link {
        margin-top: 30px;
        margin-bottom: 35px;
    }
    
    .menu {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    
    .menu_invitation_tab {
        float: left;
        width: 390px;
        margin-left: 20px;
        margin-right: 10px;
    }
    
    .menu_invitation_title {
        width: 220px;
        border: 0px solid #ffffff;
        border-bottom: none;
        border-radius: 10px 10px 0px 0px;
        font-size: 20px;
        color: #ffffff;
        background-repeat: no-repeat;
        background-image: url(../image/multi/bar_tab.png);
        height: 37px;
        line-height: 37px;
    }
    
    .menu_invitation_title span {
        margin-left: 10px;
    }
    
    .menu_invitation {
        float: left;
        width: 390px;
        border: 2px solid #cc0033;
        border-radius: 0px 10px 10px 10px;
        padding: 10px;
    }
    
    .menu_invitation_text {
        width: 390px;
    }
    
    .menu_invitation_img {
        line-height: 16px;
        text-align: center;
    }
    
    .menu_setting_title {
        position: relative;
        float: right;
        margin-left: 10px;
        margin-right: 284px;
        width: 150px;
        border: 0px solid #ffffff;
        border-bottom: none;
        border-radius: 10px 10px 0px 0px;
        font-size: 20px;
        color: #ffffff;
        background-repeat: no-repeat;
        background-image: url(../image/multi/bar_tab.png);
        height: 37px;
        line-height: 37px;
    }
    
    .menu_setting_title span {
        margin-left: 10px;
    }
    
    .menu_setting {
        position: relative;
        float: right;
        margin-left: 10px;
        margin-right: 20px;
        width: 390px;
        border: 2px solid #cc0033;
        border-radius: 0px 10px 10px 10px;
        padding: 10px;
        /*box-shadow: 2px 2px 2px rgba(231,231,231,2);*/
    }
    
    .menu_setting_text {
        width: 390px;
    }
    
    .menu_setting_img {
        line-height: 16px;
        text-align: center;
    }
    
    .menu_invitation:hover, .menu_setting:hover {
        cursor: pointer;
    }
    
    .link_text_menu {
        font-size: 20px;
    }
    
    /*
    .menu_text {
        width: 390px;
        float: left;
        margin-right: 10px;
    }
    */
    
    .menu_ic {
        margin-right: 10px;
    }
    
    div.announcement_list {
        font-size: 20px;
        color: #ffffff;
        background-repeat: no-repeat;
        background-image: url(../image/multi/bar_announcement.png);
        width: 900px;
        height: 37px;
        line-height: 37px;
        margin-top: 60px;
    }
    
    div.announcement_list span {
        margin-left: 45px;
    }
    
    .announcement {
        margin-top: 60px;
    }
    
    #announcement_table {
        border-spacing: 0px;
        border-collapse: collapse;
        width: 900px;
    }
    
    #announcement_table .border_bottom {
        border-bottom: 1px solid #e0e0e0;
    }
    
    .announcement_date {
        width: 120px;
        padding-left: 20px;
        padding-right: 30px;
    }
    
    .announcement_arrow {
        margin-right: 5px;
    }
    
    .announcement_new {
        margin-left: 10px;
    }
    
    /**************************************************************************
    招待メール送信画面
    **************************************************************************/
    
    h2.medium_invitation {
        margin-top: 30px;
    }
    
    #ic_invitation {
        width: 75px;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    
    .lead_invitation {
        margin-top: 30px;
        margin-bottom: 60px;
    }
    
    a:link.btn_mailto_invitation {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    a:hover.btn_mailto_invitation {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    a:focus.btn_mailto_invitation {
        color: #ffffff;
    }
    
    a:visited.btn_mailto_invitation {
        color: #ffffff;
    }
    
    .description {
        margin-top: 40px;
    }
    
    .block_description {
        width: 200px;
    }
    
    .img_description {
        display: block;
        height: 316px;
        margin-bottom: 20px;
        margin-left: 29px;
        margin-right: 29px;
    }
    
    .img_description_arrow {
        margin-top: 100px;
    }
    
    .invitation_detail_link {
        margin-top: 30px;
    }
    
    /**************************************************************************
    お知らせメール設定画面
    **************************************************************************/
    
    h2.medium_setting {
        margin-top: 30px;
    }
    
    #ic_setting {
        width: 75px;
        margin-top: 30px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    
    .lead_setting {
        margin-top: 30px;
        margin-bottom: 60px;
    }
    
    a:link.btn_mailto_setting {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    a:hover.btn_mailto_setting {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    a:focus.btn_mailto_setting {
        color: #ffffff;
    }
    
    a:visited.btn_mailto_setting {
        color: #ffffff;
    }
    
    /**************************************************************************
    お知らせ情報詳細画面
    **************************************************************************/
    
    .announcement_detail_title {
        font-size: 29px;
        line-height: 48px;
    }
    
    .announcement_detail_date {
        font-size: 16px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .announcement_detail_message {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    
    /**************************************************************************
    お知らせメール設定の確認・変更画面
    **************************************************************************/
    
    .lead_cuscon {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    
    .cuscon_legend {
        margin-left: 50px;
    }
    
    table.userlist {
        color: #333333;
    }
    
    table.userlist td {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    table.userlist th.title {
        background-color: #7a7a7a;
        color: #f6f6f6;
        vertical-align: top;
        font-size: 16px;
        font-weight: bold;
        line-height: 48px;
    }
    
    a:link.btn_change_table {
        display: block;
        background-repeat: no-repeat;
        background-image: url(../image/multi/btn_change_table.png);
        width: 104px;
        height: 40px;
        margin: 0px auto;
    }
    
    a:hover.btn_change_table {
        display: block;
        background-repeat: no-repeat;
        background-image: url(../image/multi/btn_change_table_rb.png);
        width: 104px;
        height: 40px;
        margin: 0px auto;
    }
    
    a:focus.btn_change_table {
        color: #ffffff;
    }
    
    a:visited.btn_change_table {
        color: #ffffff;
    }
    
    /**************************************************************************
    お知らせメール設定一覧画面
    **************************************************************************/
    
    div.ic_setting {
        display: inline;
    }
    
    div.condition_rule {
        display: inline;
    }
    
    /**************************************************************************
    設定変更画面
    **************************************************************************/
    
    .lead_cuscon_setting {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    table.setting_change {
        margin-bottom: 20px;
    }
    
    table.setting_change td {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    td.title {
        background-color: #7a7a7a;
        color: #f6f6f6;
        width: 150px;
        vertical-align: top;
        font-size: 16px;
        font-weight: bold;
    }
    
    td#nickname_effect, td#daily_effect, td#condition_effect, td#denial_effect, td#format_effect {
        font-size: 13px;
        line-height: 22px;
    }
    
    div.condition_text {
        padding-left: 20px;
    }
    
    /* ニックネーム */
    .summary_nickname {
        margin-bottom: 30px;
    }
    
    .nickname_max_length {
        font-weight: bold;
    }
    
    input.nickname {
        margin-top: 10px;
        margin-right: 10px;
        height: 22px;
    }
    
    /* 定期メール */
    .summary_daily {
        margin-bottom: 30px;
    }

    .radio_daily {
        margin-bottom: 10px;
    }
    
    .radio_daily label {
        margin-right: 20px;
    }
    
    /* 条件付メール */
    .summary_condition {
        margin-bottom: 20px;
    }
    
    div.condition_row {
        width: 100%;
    }
    
    div.condition_row.border_top {
        border-top: 1px dashed #cccccc;
    }
    
    div.condition_row.border_bottom {
        border-bottom: 1px dashed #cccccc;
    }
    
    div.condition_row.striped {
        background-color: #f7f7f7;
    }
    
    div.condition {
        height: 40px;
        line-height: 40px;
    }
    
    div.condition_text {
        float: left;
    }
    
    .radio_condition {
        margin-right: 30px;
        float: right;
    }
    
    .radio_condition label {
        margin-right: 35px;
    }
    
    /* 配信停止時間 */
    .radio_denial {
        margin-bottom: 10px;
    }
    
    .radio_denial label {
        margin-right: 20px;
    }
    
    div.summary_denial {
        margin-bottom: 20px;
    }
    
    div.error_denial {
        margin-bottom: 20px;
    }
    
    /* 配信形式 */
    div.summary_format {
        margin-bottom: 20px;
    }
    
    .radio_format label {
        margin-right: 20px;
    }
    
    #setting_back {
        margin-left: 300px; 
        margin-right: 25px;
    }
    
    #bg_nickname {
        background-repeat: no-repeat;
        background-image: none;
    }
    
    /**************************************************************************
    サイトご利用にあたって画面
    **************************************************************************/
    
    #bg_immunity {
        background-image: none;
        padding-left: 0px;
    }
    
    h1.terms {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    /**************************************************************************
    お知らせメール設定確認画面
    **************************************************************************/
    
    td.confirm {
        font-size: 13px;
    }
    
    .condition_confirm {
        width: 400px;
        float: left;
    }
    
}