﻿@charset "utf-8";

/*--- Base ---*/
body, input, textarea, select {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
    font-size: 16px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body {
    background-color: #f1f1ef;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1030px;
    padding-top: 126px;
    overflow: hidden;
}

a {
    cursor: pointer;
}

#contents {
    min-height: 95%;
    padding: 15px;
    background-color: #f1f1ef;
    overflow: hidden;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.modal_layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 900;
    background-color: #808080;
    display: none;
}

/*--- Header ---*/
#header {
    width: 100%;
    height: 60px;
    background-color: #363636;
    color: #c5c5c5;
    border-bottom: 5px solid #A3C787;
    position: fixed;
    top: 0;
    z-index: 850;
}

#header a {
    text-decoration: none;
}

.navicon{
    float:left;
    padding:13px 38px 13px 13px;
}

.navicon a{
    color:#E4E2D3;
    font-size:13px;
}

.ex-nav {
    position:absolute;
	top:0px;
	right:0px;
}

.ex-nav ul {
    margin:0 20px;
}

.ex-nav ul li {
    display:inline-block;
    font-size:12px;  
    line-height:1em;
    padding:10px;
    text-align:center;
    width:auto;
}

.ex-nav li i{
    font-size:18px;
}

.ex-nav ul li a{
    color:#B3B59D;
    padding:10px 15px 10px 10px;
    display:inline-block;  
}
.ex-nav ul li a:hover{
    color:#c5c5c5;
    background:#212121;
    border-radius:18px; 
}

/*--- Footer ---*/
#footer {
    height: 35px;
    min-height: 35px;
    border-top: 1px solid #CDCBBF;
    color: #000;
}

#copyright{
    text-align: right;
    font-size: small;
}

/*--- Menubar ---*/
#menubar {
    background-color: #f1f1ef;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #CDCBBF;
    padding: 10px;
    position: fixed;
    top: 65px;
    min-width: 1030px;
    z-index: 850;
}

.button {
    float: left;
    background: #f1f1ef;
    border: 1px solid #CDCBBF;
    border-radius: 18px;
    color: #737371;
    display: block;
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
    outline: none;
    padding: 6px 15px 2px 10px;
    margin-right: 10px;
    width: 150px;
    height: 28px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    box-shadow: 0px 2px 1px white inset, 0px -2px 20px white, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 5px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.button:hover {
    box-shadow: none;
    padding: 6px 15px 3px 10px;
    font-size: 15px;
    background-color: #E4E4E4;
}

.button>span {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

#menubar .create {
    background-image: url(../img/create.png);
}

#menubar .sort {
    background-image: url(../img/sort.png);
}

#menubar .next {
    background-image: url(../img/next.png);
}

#menubar .save {
    background-image: url(../img/save.png);
}

#menubar .setting {
    background-image: url(../img/setting.png);
}

#menubar .deleted {
    background-image: url(../img/stop.png);
}

#menubar .active {
    background-image: url(../img/refresh.png);
}

#menubar .print {
    background-image: url(../img/print.png);
}

#menubar>label {
    line-height: 38px;
}

#menubar select {
    position: relative;
    left: 20px;
    top: 5px;
    width: 120px;
    font-size: 18px;
}

/*--- SubTitle ---*/
#subtitle {
    margin-left: 20px;
    margin-top: 15px;
    font-size: 16pt;
    color: #EEE;
}

#subtitle ul {
    list-style: none;
    padding: 0;
}

#subtitle ul li {
    display: inline-block;
    margin-right: 20px;
}

#subtitle ul li a {
    color: #EEE;
    text-decoration: underline;
    font-size: 12pt;
}

/*--- Login ---*/
#login_box {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    color: #737371;
}

#login_box dl>dd {
    margin: 0 0 15px 0;
}

#login_box #buttons {
    margin-top: 25px;
    padding-bottom: 5px;
    overflow: hidden;
}

#login_box #buttons a {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

#login_box input {
    font-size: 18px;
    border: 1px #CDCBBF solid;
    padding: 8px;
    color: #737371;
    width: 100%;
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
}

#login_box label#message {
    color: red;
    font-weight: bold;
}

/*--- Forms ---*/
#forms {
    position: static;
}

div.form dl {
    margin: 0;
}

div.form dd {
    margin-bottom: 15px;
    margin-left: 0;
}

div.form {
    width: 400px;
    height: auto;
    border: 1px solid #000;
    border-radius: 10px;
    position: absolute;
    background-color: #ededed;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
    padding: 15px;
    display: none;
    z-index: 1000;
}

div.form input[type='number'] {
    width: 30px;
}

div.form .name, div.form .searchkey {
    width: 350px;
}

label.suffix {
    margin-right: 20px;
}

div.form button {
    width: 150px;
    height: 40px;
    margin-right: 10px;
}

#progress_form {
    width: 300px;
    height: auto;
    border: 1px solid #000;
    border-radius: 10px;
    position: absolute;
    background-color: #FFFFFF;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
    padding: 15px;
    display: none;
    z-index: 1000;
}

#progress_form>iframe {
    border: none;
}

#panels img.blank, #panels img.blank_bar {
    border: 1px solid #808080;
    background-color: #FFFFFF;
}

/* Table */
table.list {
    border: 1px solid #737371;
    border-collapse: collapse;
}

table.list td {
    padding: 5px;
    border-top: 1px solid #c5c5c5;
}

table.list th {
    border-bottom: 1px solid #737371;
    background-color: lightgray;
    color: #000;
    font-weight: normal;
}

table.list td:not(:first-child) {
    border-left: 1px solid #c5c5c5;
}

table.list th:not(:first-child) {
    border-left: 1px solid #737371;
}

table.list.editable td {
    background-color: #FFF;
}

table.list td.flag {
    text-align: center;
    cursor: pointer;
}

table.list td.flag>img {
    width: 24px;
    height: auto;
    user-select: none; /* CSS3 */
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Safari、Chromeなど */
    -ms-user-select: none; /* IE10かららしい */
}

table.list td.flag.off>img {
    display: none;
}

table.list td.date {
     width: 85px;
     min-width: 85px;
}

table.list td {
    width: 160px;
}

table.list td.text input, table.list td.date input {
    border: none;
    width: 100%;
}

table.list td.current {
    background-color: #e3eeb3;
}

#new_row {
    display: none;
}

input.error {
    border: 2px solid red!important;
}
