@charset "utf-8";

body {
    font-family: osaka, "ＭＳ Ｐゴシック";
    font: 14px;
    margin: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeef2),
        to(#d9dee2));
    background-image: -webkit-linear-gradient(top, #ebeef2, #d9dee2);
    background-image: -moz-linear-gradient(top, #ebeef2, #d9dee2);
    background-image: -ms-linear-gradient(top, #ebeef2, #d9dee2);
    background-image: -o-linear-gradient(top, #ebeef2, #d9dee2);
    background-image: linear-gradient(top, #ebeef2, #d9dee2);
}

body, html {
    height: 100%;
    background-color: #d9dee2;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
    font: normal 26px/1 Verdana, Helvetica;
    position: relative;
}

h1:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#777),
        to(#fff));
    background-image: -webkit-linear-gradient(left, #777, #fff);
    background-image: -moz-linear-gradient(left, #777, #fff);
    background-image: -ms-linear-gradient(left, #777, #fff);
    background-image: -o-linear-gradient(left, #777, #fff);
    background-image: linear-gradient(left, #777, #fff);
    right: 0;
}

h1:before {
    background-image: -webkit-gradient(linear, right top, left top, from(#777),
        to(#fff));
    background-image: -webkit-linear-gradient(right, #777, #fff);
    background-image: -moz-linear-gradient(right, #777, #fff);
    background-image: -ms-linear-gradient(right, #777, #fff);
    background-image: -o-linear-gradient(right, #777, #fff);
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
}

table td {
    padding: 0;
}

/*--------------------*/
#login {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff),
        to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px
        rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, .2);
}

.dashed {
    padding: 30px;
    border: 1px dashed #ccc;
}

.logincenter {
    position: absolute;
    margin: -175px 0 0 -170px;
    top: 30%;
    left: 40%;
    z-index: 0;
}

/*--------------------*/

/*--------------------*/
#inputs input {
    /* background: #f1f1f1 url(item/login-sprite.png) no-repeat; */
    background: #f1f1f1;
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    width: 253px; /* 353 + 2 + 45 = 400 */
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#username {
    background-position: 5px -2px !important;
    font-size: 18px !important;
}

#password {
    background-position: 5px -52px !important;
    font-size: 18px !important;
}
#username, #password {
    font-family: "Meiryo UI";
}
#inputs input:focus {
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/
#actions {
    margin: 25px 0 0 0;
}

#submit {
    background-color: #fddb6f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f),to(#ffb94b));
    background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: linear-gradient(top, #fddb6f, #ffb94b);
    color: #8f5a0a;
    border-radius: 25px;
    width: 146px;
    font-size: 18px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border: 1px solid #b07f34;
    height: 46px;
    padding: 0;
    cursor: pointer;
}

#submit:hover, #submit:focus {
    background-color: #fddb6f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b),
        to(#fddb6f));
    background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: linear-gradient(top, #ffb94b, #fddb6f);
    border: 1px solid #b07f34;
}

#submit:active {
    outline: none;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

#submit::-moz-focus-inner {
    border: none;
}

#actions a {
    color: #3151A2;
    float: center;
    line-height: 35px;
    margin-left: 10px;
}

.error {
    color: red;
}

.inquiries {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #9E9E9E;
    text-align: left;
}


#uri_goods {
    background-color: #f9a1a1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#faa5a5),
        to(#f9a1a1));
    /* background-image: -webkit-linear-gradient(top, #faa5a5, #f9a1a1); */
    background-image: -moz-linear-gradient(top, #faa5a5, #f9a1a1);
    background-image: -ms-linear-gradient(top, #faa5a5, #f9a1a1);
    background-image: -o-linear-gradient(top, #faa5a5, #f9a1a1);
    background-image: linear-gradient(top, #faa5a5, #f9a1a1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0
        rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0
        rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3)
        inset;
    border-width: 1px;
    border-style: solid;
    border-color: #f96969;
    height: 45px;
    padding: 0;
    width: 220px;
    cursor: pointer;
    font: bold 18px Arial, Helvetica;
    color: #ef4343;
    margin-bottom: 10px;
}

#uri_goods:hover, #uri_goods:focus {
    background-color: #faa5a5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9a1a1),
        to(#faa5a5));
    background-image: -webkit-linear-gradient(top, #f9a1a1, #faa5a5);
    background-image: -moz-linear-gradient(top, #f9a1a1, #faa5a5);
    background-image: -ms-linear-gradient(top, #f9a1a1, #faa5a5);
    background-image: -o-linear-gradient(top, #f9a1a1, #faa5a5);
    background-image: linear-gradient(top, #f9a1a1, #faa5a5);
}

#uri_goods:active {
    outline: none;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}



#uri_site {
    background-color: #a1a1a1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5),
        to(#a1a1a1));
    /* background-image: -webkit-linear-gradient(top, #d5d5d5, #a1a1a1); */
    background-image: -moz-linear-gradient(top, #d5d5d5, #a1a1a1);
    background-image: -ms-linear-gradient(top, #d5d5d5, #a1a1a1);
    background-image: -o-linear-gradient(top, #d5d5d5, #a1a1a1);
    background-image: linear-gradient(top, #d5d5d5, #a1a1a1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0
        rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0
        rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3)
        inset;
    border-width: 1px;
    border-style: solid;
    border-color: #808080;
    height: 45px;
    padding: 0;
    width: 220px;
    cursor: pointer;
    font: bold 18px Arial, Helvetica;
    color: #6c6c6c;
    margin-bottom: 10px;
}

#uri_site:hover, #uri_site:focus {
    background-color: #d5d5d5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1),
        to(#d5d5d5));
    background-image: -webkit-linear-gradient(top, #a1a1a1, #d5d5d5);
    background-image: -moz-linear-gradient(top, #a1a1a1, #d5d5d5);
    background-image: -ms-linear-gradient(top, #a1a1a1, #d5d5d5);
    background-image: -o-linear-gradient(top, #a1a1a1, #d5d5d5);
    background-image: linear-gradient(top, #a1a1a1, #d5d5d5);
}

#uri_site:active {
    outline: none;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}



#uri_quality {
    background-color: #b5fabf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9bd2aa),
        to(#b5fabf));
    /* background-image: -webkit-linear-gradient(top, #9bd2aa, #b5fabf); */
    background-image: -moz-linear-gradient(top, #9bd2aa, #b5fabf);
    background-image: -ms-linear-gradient(top, #9bd2aa, #b5fabf);
    background-image: -o-linear-gradient(top, #9bd2aa, #b5fabf);
    background-image: linear-gradient(top, #9bd2aa, #b5fabf);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0
        rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0
        rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3)
        inset;
    border-width: 1px;
    border-style: solid;
    border-color: #0caf99;
    height: 45px;
    padding: 0;
    width: 220px;
    cursor: pointer;
    font: bold 18px Arial, Helvetica;
    color: #029c8d;
    margin-bottom: 10px;
}

#uri_quality:hover, #uri_quality:focus {
    background-color: #9bd2aa;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b5fabf),
        to(#9bd2aa));
    background-image: -webkit-linear-gradient(top, #b5fabf, #9bd2aa);
    background-image: -moz-linear-gradient(top, #b5fabf, #9bd2aa);
    background-image: -ms-linear-gradient(top, #b5fabf, #9bd2aa);
    background-image: -o-linear-gradient(top, #b5fabf, #9bd2aa);
    background-image: linear-gradient(top, #b5fabf, #9bd2aa);
}

#uri_quality:active {
    outline: none;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}