
@charset 'utf-8';

body {
    font-size: 16px;
}

.wrap {
    width: 100%;
}
.error {
    color: #cc0000;
}
#wrapper,
#wrap-inner {
    height: 100%;
}
#contents {
    height: 100%;
}

section.creditform {
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    margin: 4em auto;
    /* background:#e4d5b4; */
    padding: 2em;
    border-radius: 10px;
}

a.btn.gray {
    font-family: sans-serif;
    box-sizing: border-box;
    display: block;
    font-size: 1.4rem;
    padding: 0.2em;
    background: #e0e0e0;
    text-align: center;
    border: 1px solid #aaa;
}
a.btn.fb {
    font-family: sans-serif;
    box-sizing: border-box;
    display: block;
    font-size: 1.4rem;
    padding: 0.4em 0.2em;
    background: #1877F2;
    color: #fff;
    text-align: center;
    border: 1px solid #aaa;
}
a.fb img {
    height: 1em;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 0.4em;
}

select,
input[type=password],
input[type=text] {
    font-size: 1rem;
    padding: 0.2em;
}
button {
    /* font-size: 1.4rem; */
    font-size: 1.2rem;
    padding: 0.5em;
}
button.fb {
    background: #1877F2;
    color: #fff;
}
textarea {
    width: 100%;
}
.cancel-reason {
    width: 100%;
    height: 7em;
}

/* credit {{{ */
.contents.credit h4 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1em;
}
.contents.credit .desc {
    margin: 1em 0;
}
.contents.credit dl {
    margin-bottom: 1em;
}
.contents.credit dt {
    margin-bottom: 0.2em;
    font-weight: bold;
}
.contents.credit .note {
    color: #cc0000;
    font-size: 0.8rem;
    font-weight: normal;
}
.contents.credit .note.message {
    font-size: 1.2rem;
    font-weight: bold;
}
.contents.credit .btn-wrap {
    width: 100%;
}
.contents.credit .btn-wrap button {
    width: 100%;
    text-align: center;
    width: 0 auto;
}


/* }}} */

.history_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #999;
}
.history_table th,
.history_table td {
    padding: 0.4em;
    border: 1px solid #999;
    text-align: center;
    background: #fff;
}
.history_table th {
    background: #efefef;
}

.status-box {
    box-sizing: border-box;
    font-size: 1.4rem;
    color: #000;
    background: #fff;
    text-align: center;
    padding: 0.2em;
    font-family: sans-serif;
    border-radius: 5px;
}
.admin-table {
    font-family: sans-serif;
    border-collapse: collapse;
    width: 1200px;
    margin: 0 auto;
    border-spacing: 0;
    border: 1px solid #aaa;
    font-size: 0.75rem;
}
.admin-table th,
.admin-table td {
    padding: 0.4em;
    border: 1px solid #aaa;
}
.admin-table th {
    background: #efefef;
}
.admin-table td {
    text-align: center;
    white-space: nowrap;
}

.inquiry-body {
    width: 100%;
    height: 10em;
}
header nav li img.avatar {
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-right: 5px;
}
.payjs-outer {
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 0.2em;
}
a.underline {
    text-decoration: underline;
}
ul.dot {
}
ul.dot li {
    text-indent: -1em;
    padding-left: 1em;
}
ul.dot li:before {
    content: "・";
}
.result-box {
    padding: 2em;
    background: #E4D5B4;
}

/* migcoupon admin {{{ */

.container.admin {
    height: 100%;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    display:-webkit-flex;
    display:-ms-flexbox;
    display: flex;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.admin .side-bar {
    background: #125126;
    min-height: 100%;
    /* height: 100%; */
}
.admin .sidebar {
    box-sizing: border-box;
    color: #fff;
    width: 300px;
    background: #125126;
    padding: 25px;
}
.admin .sidebar a {
    color: #fff;
}
.admin .sidebar .menu {
    margin-top: 2em;
    font-size: 1.4em;
}
.admin .sidebar .menu li {
    margin-bottom: 1em;
}
.admin .content {
    box-sizing: border-box;
    width: calc(100% - 300px);
    padding: 20px;
}

.admin h2.ttl {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 1em;
}
.admin .content .inner {
    margin: 2em 0;
}

table.list-table,
table.form-table {
    border-collapse: separate;
    border-spacing: 1px;
}
table.list-table th,
table.form-table th {
    background: #ccc;
    padding: 0.6em;
    vertical-align: middle;
}
table.list-table th.ttl {
    min-width: 20em;
}

table.list-table td, 
table.form-table td {
    background: #efefef;
    padding: 0.5em;
    vertical-align: middle;
}

.submitarea {
    margin: 1em 0;
}

.thumbnail-area {
}
.coupon-thumbnail {
    width: 200px;
    max-width: 200px;
}
button.submit {
    cursor: pointer;
}


/* }}} */

.btng {
    box-sizing: border-box;
    display: block;
    width: 80vw;
    color: #fff;
    font-size: 4.6vw;
    padding: 2.6vw;
    border-radius: 8.5vw;
    margin: 0 auto;
    background: linear-gradient(180deg, #23a04c, #125126);
    border: 1px solid #125126;
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.2));
}
.btng.w100 {
    width: 100%;
}
.btng.disable {
    color: #fff;
    background: #e8e8e8;
    border: none;
    filter: none;
}


/* vim: set ts=4 sw=4 sts=0 foldmethod=marker : */
