@charset "utf-8";

* {
    font: 12px
}

html,
body {
    height: 100%;
    width: 100%;
    MIN-WIDTH: 1000px;
    MIN-height: 510px;
    padding: 0;
    margin: 0;
    background-color: #f3f5f0
}

html,
body,
input,
select,
td,
th,
button,
form,
textarea {
    /* font-family: Arial, 微软雅黑; */
    font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","DroidSerif",sans-serif;
    font-size: 12px
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
select {
    margin: 0;
    padding: 0
}

table {
    border-spacing: 0
}

input,
label,
img {
    vertical-align: middle
}

a:link,
a:visited,
a:active {
    color: #474b4f;
    text-decoration: underline;
    cursor: pointer
}

a:hover {
    color: #7ac142;
    text-decoration: none;
    cursor: pointer
}

textarea {
    resize: none;
    border: 1px solid #c3c2c2;
    background-color: #fff
}

input[type="text"],
input[type="password"],
input[type=null],
select {
    height: 22px;
    line-height: 22px;
    padding: 0 3px;
    border: 1px solid #c3c2c2;
    background-color: #fff
}

input::-ms-clear {
    display: none
}

select {
    height: 24px;
    line-height: 24px;
    padding: 0;
    border: 1px solid #c3c2c2;
    background-color: #fff;
    white-space: nowrap
}

select[multiple=""] {
    height: auto;
    line-height: normal
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type=null],
select[multiple=null]:hover,
textarea:hover {
    border: 1px solid #a9a7a7
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type=null]:focus,
select[multiple=null]:focus,
textarea:focus {
    border: 1px solid #6ab331
}

input[disabled="disabled"],
input[disabled="disabled"]:hover,
input[disabled="disabled"]:focus,
textarea[disabled="disabled"],
textarea[disabled="disabled"]:hover,
textarea[disabled="disabled"]:focus,
input[readonly="readonly"],
input[readonly="readonly"]:hover,
input[readonly="readonly"]:focus,
textarea[readonly="readonly"],
textarea[readonly="readonly"]:hover,
textarea[readonly="readonly"]:focus {
    background-color: #ebebeb;
    border: 1px solid #d2d2d2
}

input[type="password"] {
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

table {
    border-collapse: collapse\9;
    border-spacing: 0
}

img {
    border: 0
}

button {
    cursor: pointer
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal
}

ol,
ul {
    list-style: none
}

caption {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%
}

q:before,
q:after {
    content: ”
}

abbr,
acronym {
    border: 0
}

fieldset {
    border: 1px solid #e3e3e3;
    padding: 5px;
    background-position: 0 -340px;
    background-position: 0 -325px\9;
    _background-position: 0 -325px
}

fieldset legend {
    padding: 2px 3px;
    border: 1px solid #c6c8ca;
    background-position: 0 -824px;
    color: #333
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}