body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    margin: 0;
    background: #fcfcf1;
}
h1.page-title {
    width: 80%;
    font-size: 120%;
    margin: 0 auto;
    padding-bottom: 0.3em;
    text-align: center;
    background: #4b4238;
    color: #fff;
}
div.main {
    background: #fff;
    width: 80%;
    margin: 0 auto;
}
form#ec-stub-input {
    margin: 0 auto;
    padding: 0;
}
form#ec-stub-input ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
form#ec-stub-input ul li {
    list-style: none;
    margin: 0px;
    padding: 10px;
    border-bottom: 2px solid #ddd;
}
form#ec-stub-input ul li span {
    width: 14em;
    margin: 0px;
    display: block;
    float: left;
}
form#ec-stub-input ul li:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
form#ec-stub-input ul li p label {
    margin-right: 2em;
    display: block;
    float: left;
}
form#ec-stub-input ul li p.check label {
    width: 9em;
}
input[type="text"]:focus {
    box-shadow: 0 0 10px 0 #999;
    outline: 0;
}
input::focus::placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input[type="text"].text1 {
    width: 12em;
}
input[type="text"].text2 {
    width: 40em;
}
.button1 {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    border: none;
    background-color: #333;
    color: #fff;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.button1::before,
.button1::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button1,
.button1::before,
.button1::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button1:hover {
    background-color: #888;
}

div#created-token {
    font-size: 0.8em;
    font-family: "Meiryo UI";
    display: none;
}
#footer {
    height : 2.5em;
    line-height: 2.5em;
    font-size: 0.7em;
    text-align: center;
}