* {
    margin: 0;
    padding: 0;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
    border: 0;
}

a:link {
    color: #FF6600;
    text-decoration: none;
}

a:visited {
    color: #FF6600;
    text-decoration: none;
}

a:hover {
    color: #0066FF;
    text-decoration: underline;
}

body {
    text-align: center;
    background-color: #DDD;
    color: #000;
    font-size: 12px;
}

table {
    /*border: 1px solid #DDD;*/
    empty-cells: show;
    border-collapse: collapse;
    margin: 0px auto;
}

td, th {
    padding: 0px;
    font-size: 12px;
}

th {
    border-top: 1px solid #BBB;
    background-color: #CCC;
    color: #000;
    padding: 1px 3px;
    text-align: center;
}

th a:link, th a:visited {
    color: #000066;
}

th a:hover {
    color: #0066FF;
}

td {
    border-bottom: 1px solid #AAA;
    border-right: 1px solid #E5E5E5;
    background-color: #FFFFFF;
    padding: 0px 3px;
    text-align: left;
}

input, select, textarea {
    font-size: 12px;
    padding: 2px;
    border: 1px solid #BBB;
}

label {
    text-decoration: underline;
}

input.submit, input.button {
    background-color: #DDD;
    color: #111;
    border: 0;
    border-bottom: 1px solid #BBB;
    border-right: 1px solid #BBB;
}

h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

ul {
    margin-top: 1px;
    margin-bottom: 1px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 1em;
}

.transparent {
    background-color: transparent;
}

.monospace {
    font-family: monospace;
    font-size: 12px;
}

table.rayout th, table.rayout td {
    border: 0;
}

#succeed_argument {
    background-color: #EEEEFF;
    border: 1px solid #44F;
    color: #0000FF;
    padding: 10px;
    margin: 10px auto;
    width: 400px;
    text-align: center;
}

#error_argument {
    background-color: #FFEEEE;
    border: 1px solid #F44;
    color: #FF0000;
    padding: 10px;
    margin: 10px auto;
    width: 380px;
    text-align: center;
}


#menu_data_access {
    margin: 4px 10px;
    text-align: center;
    padding: 3px 4px;
}

#menu_data_access a {
    display: block;
    text-align: left;
    margin: 0px auto;
}

#menu_data_access a.main {
    border-left: 7px solid #F60;
    border-bottom: 1px solid #DDD;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding-left: 4px;
    margin-bottom: 5px;
}

#menu_data_access a.main:link, #menu_data_access a.main:visited {
    color: #222;
    font-weight: bold;
    text-decoration: none;
}

#menu_data_access a.main:hover {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #F60;
    background-color: #FEB;
}


.member_edit_table {
    width: 100%;
    margin: 5px 0;
    border-top: 1px solid #aaa;
}

.member_edit_table th {
    width: 40%;
}

.member_edit_table td {
    line-height: 130%;
}

.member_edit_table th.header {
    width: 100%;
}

a.ratelink:hover {
    color: #f00;
}

table.exercise_form_dl {
    margin-top: 5px;
    width: 100%;
}

table.exercise_form_dl th {
    width: 25%;
    height: 17px;
    padding: 3px 0 0 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

table.exercise_form_dl td {
    margin: 0;
    padding: 1px;
    width: 75%;
    height: 21px;
}


/* for Lesson */
div#treasure_window {
    display: none;
    padding: 5px;
    border: 1px solid #999;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 780px;
    height: auto;
    margin: -80px 0 0 -355px;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9
}

div#treasure_window div.close_button {
    width: 100%;
    text-align: right
}

div#treasure_window div.title {
    color: #333;
    font-size: 12pt;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
}

div#treasure_window table.treasure_table {
    width: 98%
}

div#treasure_window td {
    vertical-align: top;
}


/* for Promotion */
div#bonus_window {
    display: none;
    padding: 5px;
    border: 1px solid #999;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 530px;
    height: auto;
    margin: -80px 0 0 -185px;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9
}

div#bonus_window div.close_button {
    width: 100%;
    text-align: right
}

div#bonus_window div.title {
    color: #333;
    font-size: 12pt;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
}

div#bonus_window table.bonus_table {
    width: 98%
}

div#bonus_window td {
    vertical-align: top;
}


/* for Ltv Analysis */
.blank {
    background-color: transparent;
    border: none;
}

.regist_month_caption, .active_month_caption {
    background-color: #f2f2f2;
    color: #333;
    text-align: center;
    padding: 3px;
}

.active_month_caption {
    color: #994433 !important;
}

td.detail, td.sum_detail, td.regist_sum_detail, td.zanzon_detail, td.kakin_sum_detail {
    text-align: right;
}

td.detail .number, span.number {
    font-weight: 600;
}

td.detail .percent, span.percent {
    color: #008040;
}

td.detail .percent_rest, span.percent_rest {
    color: #555;
}

td.sum_caption {
    background-color: transparent;
    font-weight: 600;
    text-align: center;
    border-left: none;
    border-bottom: none;
    padding: 3px;
}

td.sum_caption {
    background-color: transparent;
    font-weight: 600;
    text-align: center;
    border-left: none;
    border-bottom: none;
    padding: 3px;
}

tr.hr, tr.hr td {
    background-color: transparent;
    height: 4px;
    border: none;
}


/* ---- inquiry ----------------*/
tr.unread td {
    background-color: #FFFF99;
}

.change_status_td {
    text-align: center;
    padding: 2px;
}

textarea.inquiry_body_textarea {
    width: 70%;
    height: 270px;
}

#view_respond_button {
    margin: 10px auto;
    display: block;
    padding: 5px;
    background-color: #fff;
    border: 2px solid #900;
    font-weight: bold;
    text-align: center;
}

table.inquiry_detail_table {
    width: 80%;
    margin: 10px auto;
    border-collapse: separate !important;
    border-spacing: 2px;
}

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

tr.inquiry_body_th_admin th {
    background-color: #F2DCDB;
    padding: 5px;
}

tr.inquiry_body_th_user th {
    background-color: #f2f2f2;
    padding: 5px;
}

tr.inquiry_body_th_user th.bound, tr.inquiry_body_th_admin th.bound {
    color: #f00;
    font-weight: bold;
}

table.inquiry_config_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}

table.inquiry_config_table th {
    width: 220px;
}

table.inquiry_config_table input[type=text] {
    width: 80%;
}

table.inquiry_config_table textarea {
    width: 80%;
    height: 270px;
    font-family: 'ＭＳ ゴシック';
}

.delete_force_button {
    float: right;
    margin: -45px 0 5px 0;
    width: 60px;
    height: 40px;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#C43234), to(#900));
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.releasebutton {
    display: block;
    border: 2px solid #036;
    background: #369;
    color: #fff !important;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin: 5px auto;
    text-shadow: 0 2px 2px #006;
}

.deletebutton {
    display: block;
    border: 2px solid #900;
    background: #c30;
    color: #fff !important;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin: 5px auto;
    text-shadow: 0 2px 2px #600;
}

.drop_button {
    float: right;
    margin: -45px 0 5px 0;
    width: 60px;
    height: 40px;
    padding: 0px;
    border: 2px solid #000;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#C43234), to(#900));
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

/* ---- movie_contents link_movies ----------------*/

.square_btn {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none !important;
    background: #fc0; /*ボタン色*/
    color: #03d !important;
    box-sizing: border-box;
    border: 2px solid #fc0;
}

.square_btn:hover {
    border: 2px solid #f00;
}

.test_divs1:hover {
    background-color: #ffb !important;
}

.test_divs1_outerline, .test_divs1 {
    float: left;
    margin: 5px 3px 10px 3px;
    padding: 2px;
}

.test_divs2 {
    width: 150px;
    height: 85px;
    border: 1px solid #000;
    margin: 1px;
    background-color: #fff !important;
}

.linked_movie_index_td {
    width: 160px;
}

.border_tr {
    border: 2px #808080 solid;
}

#test_div2 {
    width: 1060px;
    overflow-x: scroll;
}

#select_movies {
    border-style: solid;
    border-width: 1px;
}

/* ---- category ----------------*/
#category_div {
    float: right;
    width: 170px;
    height: 100%;
    overflow: auto;
    background-color: #fff !important;
    border-left: 1px solid #000;
    padding: 10px 5px 10px 10px;
}

#category_div .regist_category_button {
    border: 2px solid #000;
    background-color: #990;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}

#category_div ul.existing_category {
    list-style-type: none;
    position: relative;
}

#category_div .select_category {
    background-color: #eee;
    margin: 5px auto;
    position: relative;
    height: 40px;
    padding: 10px 0 0 10px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: left;
}

#category_div .delete_category {
    position: absolute;
    top: 5px;
    right: 3px;
    padding: 5px;
}

#category_div .edit_category {
    position: absolute;
    top: 5px;
    right: 20px;
    padding: 5px;
}

#category_div .selected {
    background-color: #ff0;
}

/* ---- adtrack -----------------*/
fieldset.courses {
    margin: 15px 0;
    background-color: #eee;
}

fieldset.courses legend {
    font-size: 16pt;
    margin: 20px 0 5px 0;
    border-bottom: 2px solid #999;
}

fieldset.courses label {
    display: inline-block;
    padding: 5px 20px;
}

.delete_force_button {
    float: right;
    margin: -45px 0 5px 0;
    width: 60px;
    height: 40px;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#C43234), to(#900));
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.drop_button {
    float: right;
    margin: -45px 0 5px 0;
    width: 60px;
    height: 40px;
    padding: 0px;
    border: 2px solid #000;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#C43234), to(#900));
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

a.add_button {
    display:block;
    margin:3px 3px 5px auto;
    min-width:80px;
    max-width:80px;
    padding:3px 5px;
    border-radius: 5px;
    border:1px solid #fff;
    background-color: #2e6da4;
    color:#fff;
    text-decoration: none;
    text-align:center;
    box-shadow:0px 3px 3px #aaa;
}
a.add_button.inline {
    display:inline-block;
    float:right;
}
a.add_button.nowrap {
    white-space: nowrap;
    max-width: inherit;
}
a.add_button:hover {
    background-color: #0066B3;
}

div.import_confirm {
    display:none;
    position:fixed;
    top:100px;
    left:0;
    right:0;
    margin:0 auto;
    width:340px;
    min-height:60px;
    max-height:480px;
    height:inherit;
    box-shadow:0 5px 5px #999;
    background-color: #f2f5f7;
    border-radius: 8px;
    font-size:1.6rem;
    padding:10px;
}
div.import_confirm ul {
    overflow:auto;
    width:280px;
    max-height:400px;
}
div.import_confirm li {
    list-style-type: none;
    text-align:left;
}
div.import_confirm button {
    width:80px;
    height:30px;
    border:2px solid #0D1240;
    background-color: #f1f1ea;
    color:#0066B3;
    border-radius: 5px;
    margin:5px 10px;
    padding:3px 5px;
}
div.regist_button {

}

ins.ureward {
    width:768px;
    border:1px solid #888;
    border-radius: 10px;
    margin:10px auto;
    background-color:#5a5a5a;
}
div.goto_site a {
    pointer-events: none;
}

tr.sunday td {
    background-color:#dd9696;
}
tr.saturday td {
    background-color:#5bc0de;
}

div.giftcode_canceled {
    width:80%;
    text-align:center;
    background-color:#444444;
    color:#fff;
    text-shadow:0 2px 2px #000;
    font-size:1.8rem;
    padding:10px 0;
    margin:10px 0;
    box-sizing: border-box;
}
div#cancel_result {
    display:none;
}
