/* --------------------------------------
   common */
* {
 font-size: 14px;
 font-family: verdana,arial,"Hiragino Kaku Gothic ProN","Meiryo","MS Gothic",sans-serif;
 box-sizing:border-box;
}

body {
    background-color: #fff;
    color: #000;
}

html, body {
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    text-decoration:none; color: #0d6cae;
}

a:link:hover, a:visited:hover {
    text-decoration:none; color: #ffa011;
}

small {
   font-size: smaller;
}

/* --------------------------------------
   header */

.header{
    margin: 0px;
    padding: 5px 20px ;
    background-color:#f5f5f5;
}
.header .headerLogo {
    display:inline;
}

.header .headerLogo img {
    height:25px;
    width:95px;
    vertical-align:text-bottom;
}

.header .headerText {
}


/* --------------------------------------
   menu */

.menu {
    background-color: #000;
    height:42px;
}
.menu > a {
    color:#FFF;
    display:inline-block;
    height:42px;
    padding:10px 20px;
    margin:0;
    transition-property: all;
    transition: 0.2s ease-out;
}
.menu > a:hover {
    color:#FFF;
    background-color:#f39800;
}
.submenu {
    background-color: #f5f5f5;
    margin: 0;
    border-bottom: #aaa solid 1px;
}

div.menu table {
    border-collapse: separate;
    border-spacing: 0;
    border:1px solid #F00;
}
div.menu table, div.menu table tr, div.menu table td, div.menu table th {
    border: 0;
    margin: 0;
}
div.menu table td  {
    text-align: left;
    vertical-align: top;
}

div.menu table td.dropmenu {
    padding-left: 2em;
    padding-right: 2em;
    height:40px;
}

.menu .dropmenu,
div.menu table td.dropmenu a {
    line-height:40px;
    color:#FFF;
}

div.droplist {
    color: #000000;
    background-color: #FFF;
    border:1px #FFF solid;
    border-top:none;
    margin-top:-1px;
    margin-left:-1px;
    padding: 1em;
    height: auto;
    width: auto;
    top: auto;
    left: auto;
    line-height:2;
    box-shadow: 0 0px 3px 3px rgba(0,0,0,0.05);
}
#list_ad {
    width:16em;
}
#list_set {
    width:13em;
}
#list_misc {
    width:11em;
}

/* --------------------------------------
   mainBody */

.mainBody {
    margin:20px;
}

.user {
    display:inline-block;
    background-color:#feedc9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.user .userId {
    display:inline-block;
    background-color:#666;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    padding: 5px 20px;
    color:#fff;
}

.user .userName {
    display:inline-block;
    padding: 5px 20px 5px 5px ;
}

.top_download {
    float: right;
    text-align: right;
}
.top_download::after {
    content: "";
    display: block;
    clear: both;
}

h1 {
    background-color:#ffcc66;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px 16px ;
}

table.list, table.display {
    border-collapse: collapse;
}

table.list td, table.display td {
    text-align: left;
    font-weight: normal;
    background-color: #ffff;
    border: 1px #aaa solid;
    padding: 5px 10px;
}

table.list th, table.display th {
    font-weight: normal;
    background-color: #dddddd;
    border: 1px #aaa solid;
    padding: 5px 10px;
}

table.display caption {
    text-align: left;
    font-weight: normal;
    color: #ffffff;
    background-color: #aaa;
    padding: 5px 10px;
}

table.list th {
    text-align: center;
}

table.display th {
    text-align: left;
}

table.list th.blank, table.list td.blank,
table.display th.blank, table.display td.blank {
    border: none;
    background-color: transparent;
}

tr.blank td, td.blank td {
    border: none;
}

table.blank {
    border-collapse: collapse;
}
table.blank, table.blank tr, table.blank th, table.blank td {
    border: none;
    background-color: transparent;
}

table.list td.number, table.display td.number {
    text-align: right;
}
table.list td.symbol, table.display td.symbol {
    text-align: center;
}
table.list th.symbol, table.display th.symbol {
    text-align: center;
}
table.display th.sub {
    background-color: #f5f5f5;
}
table.display th.error, table.display td.error {
    background-color: rgba(213, 59, 12, 0.2); /* red */
}
tr.odd td {
    background-color: #ffffff;
}
tr.even td {
    background-color: #f5f5f5;
}

tr.warn td {
    background-color: rgba(213, 59, 12, 0.2); /* red */
}
tr.disabled td {
    background-color: #eee;
}
table.list tbody.mline:nth-child(odd) tr td {
    background-color: #f5f5f5;
}
table.list tbody.mline:nth-child(even) tr td {
    background-color: #ffffff;
}

input[type="text"], input[type="password"], select, textarea {
    border: 1px #aaa solid;
    padding: 4px;
}

input.number {
    text-align: right;
}

input.number, input.ascii {
/*  ime-mode: inactive; */
    ime-mode: disabled;
}

caption.report {
    color: #aaa;
    font-weight: bold;
    text-align: left;
    margin: 1px;
}

caption.report:before {
    content: "\0025a0";
}

div.note {
    width: 80%;
    margin: 1em 10%;
    padding: 10px;
    border: #777777 1px solid;
}

p.note, span.note {
    font-size: small;
    color: #555555;
}

div.error, p.error, span.error {
    color: rgba(213, 59, 12, 1); /* red */
}

span.nowrap {
    display: inline-block;
    white-space: pre;
}

span.status_0 {
    color: #000000;
}
span.status_1 {
    color: rgba(213, 59, 12, 1); /* red */
}
span.status_2 {
    color: #777777;
    font-weight: bold;
}

textarea {
    font-family: monospace;
}

form .required label:after, form label.required:after {
    color: #e32;
    content: '*';
    display:inline;
}

div.flash-message, div.flash-error, div.flash-warning {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
div.flash-message {
    font-weight: bold;
}
div.flash-error {
    font-weight: bold;
    color: rgba(213, 59, 12, 1); /* red */
}
div.flash-warning {
    color: rgba(213, 59, 12, 1); /* red */
}

/* --------------------------------------
   footer */

.footer {
    border-top: #aaa solid 1px;
    margin: 20px 0 0 0;
    padding: 0 20px;

}
.footer p {
    margin:0;
    padding: 10px 0;
    font-size: smaller;
}


/* --------------------------------------
   login
    */

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto ;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 50px;
  padding: 20px 45px 45px 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form h1 {
  background-color:#FFF;
  padding: 0 ;
  margin-bottom:20px;
}
.form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form input[type="submit"] {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #ffcc66;
  width: 100%;
  border: 0;
  padding: 15px;
  font-weight:bold;
  color: #333;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form input[type="submit"]:hover,.form input[type="submit"]:active,.form input[type="submit"]:focus {
  background: #ffcc66;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body.login-page-body {
  background: #f5f5f5;
  text-align:center;
}


body.pass-page-body {
  background: #f5f5f5;
  text-align:center;
}
.pass-page {
  width: 600px;
  padding: 8% 0 0;
  margin: auto ;
}
.pass-page .form {
  max-width: 600px;
}
.pass-page .form input[type="submit"] {
  width:auto;
}
.pass-page .form input {
  width:auto;
}
