@charset "utf-8";

/*////////////////////////////////////////////////////

  ZeroMail SKIN [pureblue]
  @copyright:(c)Tenderfeel(http://webtecnote.com/)
  @license: MIT-style license.

////////////////////////////////////////////////////*/

select,
input,
button,
textarea {
    font: 120% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

.note {
    margin: 10px 0;
}


/* 必須 */

.require {
    color: #feef06;
    font-weight: bold;
    font-size: 80%;
    padding-left: 15px;
}

/* ボタンの親 */

.button {
    text-align: center;
}

.contit {
    font-size: 16px;
    padding-bottom: 8x;
    font-weight: bold;
    width: 600px;
    margin: 0 auto;
}

.contacs {
    font-size: 16px;
    padding-bottom: 30px;
    width: 600px;
    margin: 0 auto;
}

.contacs .info{font-size: 16px;padding-top: 8px;color:#666;}

.lastcontacs {
    padding: 0;
}


/* Tableのかわりにdivを使った場合
--------------------------------------------------*/

.box_left {
    float: left;
    width: 200px;
    height: 60px;
    border: rgba(221, 221, 221, 1.00) solid 1px;
    border-right: none;
    background-color: #F5F5F7;
    font-size: 110%;
    line-height: 140%;
    padding: 10px 20px;
    text-align: left;
    font-weight: bold;
}

.box_right {
    float: left;
    width: 517px;
    height: 60px;
    border: rgba(221, 221, 221, 1.00) solid 1px;
    background-color: #FFFFFF;
    line-height: 150%;
    padding: 10px 20px;
    font-size: 110%;
}

.ipsize {
    size: auto;
    width: 100%;
    box-sizing: border-box;
}

.box_non {
    clear: both;
}

.box_ht {
    height: 260px;
}

.box_ht2 {
    height: 80px;
}

dt {
    float: left;
    width: 200px;
    height: 25px;
    padding: 7px;
    margin: 0 0 0.5em 0;
    border: rgba(221, 221, 221, 1.00) solid 1px;
    background-color: #F5F5F7;
    border-right: none;
}

dd {
    float: left;
    width: 517px;
    height: 25px;
    padding: 7px;
    margin: 0 0 0.5em 0;
    border: rgba(221, 221, 221, 1.00) solid 1px;
    display: block;
}

dt:nth-of-type(8) {
    height: 60px;
}

dd:nth-of-type(8) {
    height: 60px;
}


/* Table
--------------------------------------------------*/

.zeromail table,
.zeromail th,
.zeromail td {
    border-collapse: collapse;
    border-spacing: 0;
}

.zeromail table {
    width: 600px;
    margin-bottom: 10px;
    margin: 0 auto;
}

.zeromail caption {
    margin: 10px 0;
    padding: 0.5em;
    font-weight: bold;
}

.zeromail thead th,
.zeromail tfoot th {
}

.zeromail thead td,
.zeromail tfoot td {
}

.zeromail tbody th {
    width: 25%;
    padding: 0.5em;
    font-weight: normal;
    text-align: left;
    font-size: 16px;
}

.zeromail td {
    padding: 1em;
    text-align: left;
    line-height: 1.8;
    font-size: 16px;
}

.zeromail td.gakunen {
    line-height: 2.5;
}


/* Form
--------------------------------------------------*/

.zeromail legend {
    display: none;
}

.zeromail label {
    margin: 0 3px;
}

.zeromail input[type=radio],
.zeromail input[type=checkbox] {
    margin-right: 0.3em;
}

.zeromail button,
.zeromail input[type=checkbox],
.zeromail input[type=radio],
.zeromail input[type=reset],
.zeromail input[type=submit] {
    padding: 1px;
}

.zeromail [type=check],
.zeromail [type=radio],
.zeromail [type=submit] {
    cursor: pointer;
}

.zeromail [type=check]+label,
.zeromail [type=radio]+label {
    display: inline-block;
    cursor: pointer;
}

.zeromail [type=text],
.zeromail [type=date],
.zeromail [type=password],
.zeromail textarea {
    padding: 5px;
    border: 1px solid #ccc;
}

.zeromail input[type=text]:hover,
.zeromail [type=password]:hover,
.zeromail textarea:hover,
.zeromail input[type=text]:focus,
.zeromail [type=password]:focus,
.zeromail textarea:focus {

}

.zeromail input[type="radio"] {
    font-size: 100%;
    height: 15px;
    width: 15px;
}

.zeromail .seimei label {
    font-size: 100%;
}


/* Button
--------------------------------------------------*/

.zeromail .button {
    clear: both;
    text-align: center;
    margin: 30px 0 25px;
}

.zeromail .button button {
    min-width: 100px;
    _width: 100px;
}

.zeromail button[type],
.zeromail button[id] {
    background: #333;
    border:1px solid #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #FFF;
    padding: 15px 60px;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    margin: 10px;
    width: 250px;
}

.zeromail button[type]:hover,
.zeromail button[id]:hover {
    background: #333;
    border:1px solid #fff;
}

.zeromail button[id=submit] {
    background: #333;
    border:1px solid #fff;
}

.zeromail button[id=submit]:hover {
    background: #333;
    border:1px solid #fff;
}

.zeromail button[id=myreset],
.zeromail button[id=close] {}


/* 確認・エラー画面(check,error)
--------------------------------------------------*/

.zeromail #confirm td {
    padding: 1em;
}


/*入力エラー*/

.zeromail strong.error {
    display: inline;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    color: #FF0000;
    font-size: 16px;
}


/* Message()のメッセージ */

.message {
    text-align: center;
    /*    margin:10px 0;
    padding:1.5em 0;*/
    width: 600px;
    margin: 0 auto 25px;
    box-sizing: border-box;
}


/*エラー*/

.zeromail span.error {
    display: block;
    padding: 1em;
    border: solid 1px #FF0000;
    background-color: #FFEEEE;
    text-align: center;
    color: #FF0000;
    font-size: 16px;
}


/*エラーなし*/

.zeromail span.confirm {
    display: block;
    background-color: #eff4f1;
    color: #444;
    padding: 1em 0;
    font-size: 16px;
}


/* 送信完了(completion.html)
--------------------------------------------------*/

#completion .success {
    background-color: #eff4f1;
    color: #444;
    text-align: center;
    padding: 1.5em;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto;
    width: 600px;
    box-sizing: border-box;
}


/*-----------------------------------------------------
  copyright
-----------------------------------------------------*/

.wtn_copyright {
    clear: both;
    margin-top: 30px;
    font-size: 10px;
    text-align: center;
    display: none
}

.wtn_copyright a {
    color: #AABCE8;
    text-decoration: none;
}


/*-----------------------------------------------------
  for Ajax
------------------------------------------------------*/


/*住所検索メッセージ*/

.zeromail .zipcode-message {
    font-size: 85%;
    margin-left: 0.5em;
}


/* Address Search */

.zeromail .zipcode-btn {}

.zeromail .zipcode-message {
    color: #999;
}


/* Over Text Label */

.zeromail .overTxtLabel {
    color: #888888;
}


/* Validator Advice */

.zeromail input[type=text].validation-failed,
.zeromail textarea.validation-failed {
    border-color: #ff0000;
    background-color: #ffdddd;
}

.zeromail .validation-failed:hover,
.zeromail .validation-failed:focus {
    border-color: #FF6A6A;
    background-color: #FEE;
}

.zeromail .validation-advice {
    padding-bottom: 5px;
    font-weight: bold;
    color: #ff0000;
}


/* ローディング */

.spinner {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ffffff;
}


/* [Ajax] Result
--------------------------------------------------*/


/* 結果 */

#result {
    margin: 10px 0;
    background-color: #DFE6FD;
    text-align: center;
}

#result div {
    border: 1px solid;
    border-color: #5082EB;
    padding: 10px;
}

#result:empty {
    margin: 0;
    padding: 0;
    border-width: 0;
}

/* 完了メッセージ */

#result .success {}


/*-----------------------------------------------------
  ZeroMail ADMIN CSS
------------------------------------------------------*/

#admin #container {
    width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /zoom: 1;
}

#admin h1 {
    margin-bottom: 30px;
}

#admin h2 {
    margin-top: 0;
    padding: 0.3em 0;
    background: #efefef;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    zoom: 1
}

#content {
    margin-bottom: 50px;
}


/* Contents Area */

.logon #content {
    position: relative;
    width: 630px;
    float: right;
}

#admin .button button#submit {
    width: auto;
}


/* [ADMIN] Login Form
--------------------------------------------------*/

#admin form.login {
    text-align: center;
    margin: 50px 0;
}

form.login button#submit {
    width: auto;
}

form.login dl {
    width: 18em;
    margin: 0 auto;
    text-align: left;
}

form.login dt {
    float: left;
    clear: left;
    width: 6em;
    text-align: right;
}

form.login dd {
    margin-bottom: 5px;
}

form.login #formid {
    ime-mode: disabled;
}

#admin #content .login .button {
    position: static;
    margin: 1em;
}


/* [ADMIN] Logout Button
--------------------------------------------------*/

.logout {
    position: absolute;
    top: 1.2em;
    right: 0.2em;
}

button#logout {
    border: solid 2px;
    border-color: #aaa #777 #555 #999;
    background-color: #888;
    line-height: 1.4;
    margin: 0;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}

button#logout:hover {
    background-color: #a00;
    border-color: #d00 #900 #700 #c00;
}


/* [ADMIN] $table content
--------------------------------------------------*/

#admin #content td {
    white-space: nowrap;
}

#admin #content .button {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 3em;
    right: 0;
}

#admin form.loglist,
#admin form.directory {
    overflow: auto;
    min-width: 520px;
    padding: 50px 0;
}

td.nodata {
    text-align: center;
    padding: 1em 0;
}

.download table dt {
    float: left;
    clear: left;
    margin: 0 0 0.5em 0;
    padding: 0.2em 0;
    width: 30%;
    background-color: #efefef;
    text-align: center;
}

.download table dd {
    margin: 0.5em 0 0.5em 35%;
    padding: 0.2em 0;
    text-align: left;
}

.download td.action {
    text-align: center;
}

.download .option {
    margin: 5px 0;
}

.red {
    color: red;
}


/* [ADMIN] Navigation
--------------------------------------------------*/

.logon #navi {
    width: 170px;
    float: left;
}

form.idSelect {
    margin-bottom: 1em;
}

#admin .navi li {
    list-style: inside disc;
    margin: 0 0 0.5em 0;
}

#admin .navi a {
    text-decoration: none;
}


/* [ADMIN] Copyright
--------------------------------------------------*/

#admin .wtn_copyright {
    clear: both;
    margin: 0 auto;
    padding-top: 10px;
    border-top: solid 1px;
    font-size: 85%;
}
