@charset 'UTF-8';

/* Cascading Style Sheet For popinshop.net base style */
body {
    margin: auto;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
body > header {
    background-color: #ffffff;
    opacity: 0.9;
    border-bottom: solid 1px #aaaaaa;
    position: fixed;
    z-index: 99;
    top: 0;
}
body > header > img {
    height: 2em;
    vertical-align: middle;
    margin: 1px 3px;
}
body > header > #headerNav {
    position: absolute;
    right: 3px;
    top: 0;
}
body > header > #headerNav > div.languageButtonContainer {
    display: inline-block;
}
body > header > #headerNav > div.languageButtonContainer > select.language-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 0.8em !important;
    padding: 5px 18px 5px 26px !important;
    display: inline-block;
    vertical-align: middle;
    background-image: url("/images/SHARE/earth.png"), url("/images/SHARE/btn_down.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top 4px left 4px, top 11px right 4px;
    background-size: 16%, 8%;
}
body > div.contentBox:first-of-type {
    margin-top: 3em;
}
body > footer {
    margin-top: 10px !important;
    border-top: solid 1px #aaaaaa;
    padding: 6px;
    text-align: center;
}
body > footer > .copyright {
    font-size: 86%;
}
h2 {
    font-size: 130%;
}
ul.large-buttons {
    list-style-type: none;
    padding: 0;
}
ul.large-buttons > li {
    display: block;
    margin: 3%;
}
ul.large-buttons > li > a {
    display: block;
    width: 100%;
    padding: 2em 1.5em;
    box-sizing: border-box;
    border: solid 1px #666666;
    border-radius: 10px;
    text-decoration: none;
}
ul.large-buttons > li > a > b {
    font-size: 114%;
}
ul.large-buttons > li > a > span,
ul.large-buttons > li > span {
    display: block;
}
ul.large-buttons > li > a > span:before {
    content: '> ';
}
div.apply {
    width: 90%;
    margin: 1em auto;
    border-radius: 8px;
    padding: 0.6em;
    background-color: #3399ff;
    color: white;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
}
div.canNotApply {
    width: 90%;
    margin: 1em auto;
    border-radius: 8px;
    padding: 0.6em;
    background-color: #dddddd;
    color: black;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
}
input[type=text],input[type=url],input[type=number] {
    border: solid 1px #c3c3c3;
    padding: 0.5em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    height: 2.2em;
    width: 80%;
}
input[type=number] {
    width: 12em;
    text-align: right;
}
textarea {
    font-size: 15px;
    border: solid 1px #c3c3c3;
    padding: 0.5em;
    border-radius: 6px;
    height: 7em;
    margin-bottom: -0.4em;
}
select {
    font-size: 1em;
    border: solid 1px #c3c3c3;
    padding: 0.5em;
    border-radius: 6px;
}
a.button,
button {
    font-size: 1em;
    background-color: #ebebeb;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
button {
    padding: 0.6em 1em;
}
a.button.submit,
button[type=submit],
button[type=button].submit {
    background-color: #3399ff;
    color: white;
}
a.button.cancel,
button[type=button].cancel {
    background-color: #ff0000;
    color: white;
}
a.button.next,
button[type=button].next {
    background-color: #00cc00;
    color: white;
}
.attentionLow {
    border: solid 1px #aeffbd;
    background-color: #e6ffe9;
    border-radius: 6px;
    padding: 1em;
}
.attentionHigh {
    border: solid 1px #ff99cc;
    background-color: #ffbeda;
    border-radius: 6px;
    padding: 1em;
}
span.symbol {
    display: inline-block;
    margin-right: 4px;
}
table.list {
    width: 100%;
}
table.list > thead > tr > th {
    background-color: #dddddd;
    padding: 0.5em;
    border-radius: 3px;
}
table.list > tbody > tr > td {
    padding: 0.3em 0.6em;
}
table.list > tbody > tr:nth-child(even) > td {
    background-color: #efefef;
    border-radius: 3px;
}
div.popupWrapper {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9003;
}
div.popupWrapper > div.wrapperBackground {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    z-index: 9004;
}
div.popupWrapper > div.contentContainer {
    position: relative;
    top: 10vh;
    height: 80vh;
    width: 50%;
    margin: auto;
    padding: 1em 1.5em;
    border-radius: 20px;
    z-index:9005;
    background-color: white;
}
div.popupWrapper > div.contentContainer > div.content {
    overflow-y: scroll;
    height: 66vh;
}
div.popupWrapper > div.contentContainer > .contentHeader > .closeButton {
    background-color: transparent;
    border-width: 0;
    font-size: 1.6em;
    cursor: pointer;
}
table.input {
    border-collapse: separate;
    border-spacing: 0.5em;
    margin: 0 -0.5em;
}
table.input th, table.input td {
    padding: 0.1em 2em 0.1em 0.4em;
    font-weight: normal;
}
table.input th {
    text-align: left;
    background-color: #dddddd;
    white-space: nowrap;
    padding: 0.4em;
    border-radius: 6px;
}
table.input td > img {
    display: block;
    width: 40%;
}
em {
    color: red;
}
div.note {
    margin: 0.4em 0;
    border: solid 1px #999999;
    border-radius: 8px;
    background-color: #eeeeee;
    padding: 0.5em;
    color: #666666;
    font-size: 92%;
}
.explanation {
    color: #999999;
    font-size: 92%;
}
footer > div.poweredBy {
    font-size: 92%;
}


@media screen and (min-width:481px){

body {
    width: 1000px;
    padding: 0 10px;
}
body > header {
    width: 1020px;
    margin: auto;
    margin-left: -10px;
}
body > footer {
    width: 1020px;
    margin: auto;
    margin-left: -10px;
}
ul.large-buttons {
    display: flex;
}
ul.large-buttons > li {
    width: 44%;
    padding: 0;
}
}


@media screen and (max-width:480px){

body {
    width: 100% !important;
    padding: 0;
}
body > header {
    width: 100%;
    left: 0;
}
body > header > img {
    height: 1.6em;
}
body > div.contentBox:first-of-type {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box !important;
}
body > footer {
    width: 100%;
    left: 0;
    box-sizing: border-box !important;
}
input[type=text] {
    font-size: 16px;
}
a.button,
button {
    display: inline-block;
    margin-bottom: 5px;
}
table.input *:not(input[type=checkbox], input[type=radio], input[type=number]) {
    width: 100%;
    box-sizing: border-box !important;
}
table.input td {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}