#m-wrap {
    background-image: url("images/papyrus.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 500px;
    background-color: #000;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
    font-style: italic;
}
#m-wrap > h2 {
    color: #000;
    font-size: 30px;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 1);
}

.m-box {
    color: #000;
    font-size: 24px;
    font-style: italic;
    font-family: serif;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.m-box > div {
    padding: 80px 15px 0 15px;
}
.m-box a {
    color: #4c4a10;
}

#m-select {
    display: none;
}
#m-select .m-variants {
    text-align: center;
    margin-top: 30px;
}
#m-select .m-variants > a {
    display: inline-block;
    padding: 5px 0;
    margin: 5px auto;
    color: #000;
    text-decoration: none;
    text-align: center;
    width: 500px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
#m-select .m-variants > a:hover {
    text-shadow: 2px 2px 10px rgba(255, 255, 255, 1);
    color: #fff;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}

#m-mist {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0.01;
}

#m-running {
    display: none;
}
#m-running .m-messsage {
    margin-top: 60px;
    text-align: center;
}

#m-runnerDone {
    display: none;
    font-style: italic;
}
#m-runnerDone .digit {
    margin-top: 90px;
    text-align: center;
}
#m-runnerDone .digit > .text {
    font-size: 30px;
    line-height: normal;
}
#m-runnerDone .digit > .divine {
    font-size: 60px;
    line-height: normal;
    font-weight: bold;
}


#m-user {
    display: none;
}
#m-user .title {}
#m-user .content {}
#m-user-form {
    margin: 40px auto 0 auto;
    width: 350px;
}
#m-user-form > label {
    display: block;
    margin-bottom: 20px;
}
#m-user-form > label > span {
    display: block;
    margin-bottom: 0;
}
#m-user-form > label > input {
    margin-top: 0;
    display: block;
    font-size: 17px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px 3px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}
#m-user-form > label.birth {
    margin-bottom: 0;
}
#m-user-form > div.birth {
    overflow: hidden;
}

#m-user-form select {
    margin-top: 0;
    font-size: 17px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px 5px;
    border-radius: 5px;
    text-align: center;
}
#m-user-form > div.birth > select.day {
    width: 33%;
    float: left;
}
#m-user-form > div.birth > select.month {
    width: 63%;
    float: right;
}
#m-user-form input.error,
#m-user-form select.error {
    border: 1px solid red;
}
#m-user-form > div.submit {
    margin-top: 25px;
    text-align: center;
}
#m-user-form > div.submit > button {
    width: 100px;
    height: 24px;
    line-height: normal;
}
#m-user-form > div.submit > img.loading {
    margin-right: -16px;
    position: relative;
    top: 3px;
    visibility: hidden;
}
#m-user .return {
    width: 350px;
    margin: 40px auto 0 auto;
}
#m-user .return a {
    color: #000;
    font: normal normal normal 13px/normal Verdana, sans-serif;
}



#m-select-2 {
    display: none;
}
#m-select-form {
    margin: 40px auto 0 auto;
    width: 450px;
}
#m-select-form > .center {
    text-align: center;
}
#m-select-form > .label {
    margin-top: 30px;
}
#m-select-form > .label:first-child {
    margin-top: 0;
}
#m-select-form > .interval {
    margin-top: 5px;
}
#m-select-form > .interval > span {
    margin-right: 5px;
    margin-left: 30px;
}
#m-select-form > .interval > span:first-child {
    margin-left: 0px;
}
#m-select-form > .interval > input {
    font-size: 17px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px 3px;
    border-radius: 5px;
    width: 80px;
    text-align: center;
}
#m-select-form select {
    margin-top: 5px;
    margin-left: 0px;
    font-size: 17px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px 5px;
    border-radius: 5px;
    text-align: center;
    width: 150px;
}


#m-select-form > label.birth {
    margin-bottom: 0;
}
#m-select-form > div.birth {
    overflow: hidden;
}

#m-select-form input.error,
#m-select-form select.error {
    border: 1px solid red;
}
#m-select-form > div.submit {
    margin-top: 25px;
    text-align: center;
}
#m-select-form > div.submit > button {
    width: 100px;
    height: 24px;
    line-height: normal;
}
#m-select-form > div.submit > img.loading {
    margin-right: -16px;
    position: relative;
    top: 3px;
    visibility: hidden;
}
#m-select-2 .return {
    width: 450px;
    margin: 40px auto 0 auto;
}
#m-select-2 .return a {
    color: #000;
    font: normal normal normal 13px/normal Verdana, sans-serif;
}

#m-select-form input.error,
#m-select-form select.error {
    border: 1px solid red;
}


#result {
    font-family: serif;
    font-style: italic;
}
#result > .return {
    font-family: sans-serif;
    font-style: normal;
    margin-top: 85px;
    text-align: center;
    font-size: 13px;
    color: #000;
    line-height: normal;
}
#result > .return > a {
    color: #000;
}
div.footer {
    font-family: sans-serif;
    font-style: normal;
    text-align: center;
    font-size: 13px;
    color: #000;
    line-height: normal;
    width: 80%;
    margin: 10px auto 0 auto;
    border-top: 1px dashed #fff;
    padding-top: 10px;
}
div.footer span {
    margin: 0 20px;
}



#m-runnerDone .array {
    margin-top: 90px;
    text-align: center;
}
#m-runnerDone .array > .text {
    font-size: 30px;
    line-height: normal;
}
#m-runnerDone .array > .divine {
    margin-top: 10px;
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
}

#m-runnerDone .week {
    margin-top: 90px;
    text-align: center;
}
#m-runnerDone .week > .text {
    font-size: 30px;
    line-height: normal;
}
#m-runnerDone .week > .divine {
    margin-top: 10px;
    font-size: 40px;
    line-height: normal;
    font-weight: bold;
}

#m-runnerDone .date {
    margin-top: 90px;
    text-align: center;
}
#m-runnerDone .date > .text {
    font-size: 30px;
    line-height: normal;
}
#m-runnerDone .date > .divine {
    margin-top: 10px;
    font-size: 40px;
    line-height: normal;
    font-weight: bold;
}

#m-runnerDone .time {
    margin-top: 90px;
    text-align: center;
}
#m-runnerDone .time > .text {
    font-size: 30px;
    line-height: normal;
}
#m-runnerDone .time > .divine {
    margin-top: 10px;
    font-size: 40px;
    line-height: normal;
    font-weight: bold;
}

.m-text {
    margin-top: 10px;
    border-top: 1px dashed #d5aa65;
    display: none;
}
.m-text > h3 {
    font-style: italic;
    font-size: 24px;
}


#m-yesno {
    display: none;
}
#m-yesno div.center {
    text-align: center;
}


textarea#m-yesno-tx {
    font-size: 17px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;
    border-radius: 5px;
    width: 600px;
    height: 150px;
    text-align: left;
    resize: none;
    margin-top: 20px;
}

#m-yesno-form > div.submit {
    margin-top: 25px;
    text-align: center;
}
#m-yesno-form > div.submit > button {
    width: 100px;
    height: 24px;
    line-height: normal;
}
#m-yesno-form > div.submit > img.loading {
    margin-right: -16px;
    position: relative;
    top: 3px;
    visibility: hidden;
}
#m-yesno .return {
    width: 600px;
    margin: 40px auto 0 auto;
}
#m-yesno .return a {
    color: #000;
    font: normal normal normal 13px/normal Verdana, sans-serif;
}


#m-yesno-2 {
    display: none;
}
#m-yesno-2 > div > div.content > .box {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 50px auto 50px auto;
}
#m-yesno-2 > div > div.content > .box > div {
    position: absolute;
    width: 86px;
    height: 86px;
    opacity: 0.7;
    cursor: pointer;
}
#m-yesno-2 > div > div.content > .box > div > img {
    display: block;
}
#m-yesno-2 .return {
    width: 600px;
    margin: 40px auto 0 auto;
}
#m-yesno-2 .return a {
    color: #000;
    font: normal normal normal 13px/normal Verdana, sans-serif;
}

