﻿/* style.css*/
/* @copyright MAENOMERI CO., LTD */

/*
 * 初期値
 */
* {
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    color: #333;
}

body {
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
}

p, li {
    font-size: 14px;
}

td {
    margin: 0;
    padding: 0;
    text-align: left;
}

h1 {
    position: relative;
    margin-top: 0;
    padding: 10px 10px 10px 40px;
    border: 1px solid #777;
    border-bottom: 2px solid #555;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 23px;
    color: #444;
    line-height: 35px;
    text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.9);
}

h1::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 7px;
    z-index: 2;
    width: 15px;
    height: 15px;
    border: 5px solid #3498DB;
    border-radius: 100%
}

h2 {
    margin-top: 0.5em;
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #AAA;
    border-left: 15px solid #AAA;
    font-size: 20px;
    color: #444;
}

section {
    margin: 0;
    padding: 40px 20px;
    width: auto;
}

article {
    margin: 0;
    padding: 20px;
    width: auto;
}

section article {
    width: auto;
}

time {
    margin-right: 10px;
    font-style: italic;
}

.reply {
    width: 100%;
}

/*
 * 汎用スタイル
 */
.contents {
    position: relative;
    margin: 10px auto 0 auto;
    width: auto;
    overflow: hidden;
}

.contents-fix {
    position: relative;
    margin: 40px auto 0 auto;
    width: auto;
    overflow: hidden;
}

.harf-contents {
    display: inline-block;
    width: 45%;
    min-width: 300px;
    margin: 10px;
    text-align: left;
}

.harf-contents h2 {
    border: none;
    margin-top: 0em;
}


/* カラー指定スタイル */
.blue {
    color: #00F;
}

.green {
    color: #0C0;
}

.warning {
    color: #F00;
}


/* 位置指定スタイル */
.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.aligntop {
    vertical-align: top;
}


/* フォーム用スタイル */
form.inline-b {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 10px;
}

form#regist-form {
    text-align: center;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="submit"],
input[type="button"],
select,
textarea {
    padding: 5px;
    font-size: 18px;
}

input[type="checkbox"] {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 95%;
    max-width: 18em;
}

input.spinner {
    width: auto;
}

textarea {
    width: 95%;
    height: 15em;
    font-size: 18px;
}

input.accept {
    margin-top: 20px;
    border: 0px;
    width: 400px;
    height: 60px;
    color: #444;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: linear-gradient(
        -45deg,
        #FFF 25%,
        #FDD 25%, #FDD 50%,
        #FFF 50%, #FFF 75%,
        #FDD 75%, #FDD
    );
    /* 幅8px、高さ8pxで背景画像のサイズを指定 */
    background-size: 8px 8px;
}

input.accept:hover {
    cursor: pointer;
    background-image: linear-gradient(
        -45deg,
        #F22 25%,
        #F44 25%, #F44 50%,
        #F22 50%, #F22 75%,
        #F44 75%, #F44
    );
    color: #FFF;
}

/*
 * ヘッダースタイル
 */
header {
    width: auto;
    background-size: auto 40px;
    background-position: 98% 90%;
    background-repeat: no-repeat;
    background-color: #FFF;
    overflow: hidden;
}

header.scroll-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
}

header .title {
    position: relative;
    top: 5px;
    left: 2%;
    height: 58px;
    background-image: url("../image/header_logo.png");
    background-size: auto 50px;
    background-repeat: no-repeat;
}

header p {
    margin: 0;
    padding: 0;
}

header .title a {
    display: block;
    width: 185px;
    height: 50px;
}

header .title span {
    display: none;
}

.global-menu, .global-menu-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0;
    z-index: 99;
    background-color: #FFF;
    border-bottom: 1px solid #AAA;
}

.global-menu {
    border-bottom: 1px solid #666;
    display: none;
}

.global-menu ul, .global-menu-fix ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.global-menu li, .global-menu-fix li {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.global-menu li:not(.title) a {
    position: absolute;
    top: 14px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 32px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 32px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    opacity: 0.9;
}

.global-menu li a.regist {
    right: 170px;
    background-color: #F33;
}

.global-menu li a.login {
    right: 20px;
    background-color: #1E1;
}

.global-menu-fix li:not(.title) a {
    position: absolute;
    top: 10px;
    display: block;
    width: 170px;
    height: 32px;
    text-align: center;
    border-bottom: 2px solid #999;
    line-height: 32px;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.global-menu-fix li a.request {
    left: 550px;
}

.global-menu-fix li a.view {
    left: 750px;
}

.global-menu-fix li a.account {
    left: 950px;
}

.global-menu-fix li.dropdown {
    position: absolute;
    top: 10px;
    right: 2%;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    text-decoration: none;
}

.global-menu-fix li #account {
    position: relative;
    cursor: pointer;
}

.global-menu-fix li ul.child {
    display: none;
    position: absolute;
    left: -200px;
}

.global-menu-fix li ul.child li {
    padding: 5px 20px;
    width: 200px;
    min-height: 24px;
    background: #F6F6F6;
    text-align: left;
}

.global-menu-fix li ul.child li a {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    text-align: left;
    border: none;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
}

.global-menu-fix li ul.child li p {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #999;
}

.global-menu li a:hover,
.global-menu-fix li a:hover,
.global-menu-fix li ul.child li a:hover {
    text-decoration: underline;
}


/*
 * 管理ページ用スタイル
 */
ul.middle-menu {
    margin: 0;
    padding: 0;
}

ul.middle-menu li {
    display: inline-block;
    list-style: none;
}

ul.middle-menu li a {
    display: block;
    margin: 5px;
    padding: 10px 15px;
    border: 1px solid #666;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    font-size: 110%;
    text-decoration: none;
}

ul.middle-menu li a:hover {
    background-color: #FFA;
    border: 1px solid #666;
}

/*
 * 見積り依頼用スタイル
 */
table {
    width: 100%;
    border-spacing: 0;
    font-size: 14px;
    border-bottom: 1px solid #AAA;
}

tr.linktr:hover {
    background-color: #FF9;
    cursor: pointer;
}

tr.linktr_doc:hover {
    background-color: #FF9;
    cursor: default;
}

table caption {
    text-align: left;
    font-size: 18px;
    margin-left: 20px;
    width: 20%;
    padding: 8px;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #AAA;
    border-right: 1px solid #AAA;
    border-left: 1px solid #AAA;
    font-weight: bolder;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.9);
}

table.regist-table th {
    padding: 5px;
    background-color: #DDD;
    color: #444;
    border-top: 1px solid #AAA;
    border-left: 1px solid #AAA;
    text-align: left;
}

table.regist-table th:last-child {
    border-right: 1px solid #AAA;
}

table.regist-table tr:last-child th {
    border-bottom: 1px solid #AAA;
}

table.regist-table td {
    padding: 10px;
    border-top: 1px solid #AAA;
    border-left: 1px solid #AAA;
}

table.regist-table td:last-child {
    border-right: 1px solid #AAA;
}

div.member {
    padding: 0.5em 1em 0.5em 0;
    min-width: 12em;
    display: inline-block;
}

table.project tr {
    background-color: #FFF;
}

table.project th {
    color: #FFF;
    padding: 8px 15px;
    background-color: #258;
    background: -moz-linear-gradient(rgba(34, 85, 136, 0.7), rgba(34, 85, 136, 0.9) 50%);
    background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34, 85, 136, 0.7)), to(rgba(34, 85, 136, 0.9)));
    font-weight: bold;
    border-left: 1px solid #258;
    border-top: 1px solid #258;
    border-bottom: 1px solid #258;
    line-height: 120%;
    text-shadow: 0 -1px 0 rgba(34, 85, 136, 0.9);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

table.project td {
    padding: 8px;
    border-top: 1px solid #258;
    border-left: 1px solid #258;
}

table.project td.dashed {
    border-top: 1px dashed #58B;
}

table.project td:last-child {
    border-right: 1px solid #258;
    box-shadow: 2px 0px 1px rgba(0, 0, 0, 0.1);
}

table.project tr:first-child td {
    border-top: 1px solid #258;
}

table.project tr:first-child td:last-child {
    border-right: 1px solid #258;
    box-shadow: 2px 0px 1px rgba(0, 0, 0, 0.1);
}

table.project th:last-child {
    border-right: 1px solid #258;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
}

table.project tr:last-child th {
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}

table.project tr:last-child+th:first-child {
    border-radius: 0 0 0 5px;
}

table.project tr:last-child td {
    border-bottom: 1px solid #258;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}

table.project tr:last-child td:last-child {
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

table.inline {
    border: 1px solid #000;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 12px;
}

table.inline td {
    border: 1px solid #000;
}

table.inline th {
    border: 1px solid #000;
    font-size: 16px;
    vertical-align: middle;
    background-color: #FB8;
    color: #000;
}

.fixed {
    position: relative;
    top: 60px;
}

/*グリコ券ページのcss*/
.glico {
    display: block;
    text-align: center;
    padding: 10px 10px;
}

.glico_count {
    display: block;
    padding: 10px 10px;
    margin: 2em auto;
}

p.no_glico {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    font-family: Quicksand, sans-serif;
    padding: 6em 6em;
    background-image: url("../image/no_glico_fukidashi.png");
    background-repeat: no-repeat;
    background-size: 512px 256px;
    background-position: center;
    width: auto;
    white-space: nowrap;
}

.use_botton {
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.give_botton {
    display: block;
    text-align: center;
}

select.select_user {
    display: block;
    text-align: center;
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
}

div.glico_ticket {
    width: 375px;
    position: relative;
    margin-top: 30px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

div.glico_time_index {
    position: absolute;
    text-align: center;
    margin: auto;
    font-size: 1.5em;
    top: 4em;
    left: 8em;
}

div.glico_myname {
    position: relative;
    text-align: center;
    margin: auto;
    font-size: 2em;
    top: -2.5em;
    left: -1.5em;
}

div.glico_ticket p.glico_time {
    position: relative;
    font-size: 1.5em;
    margin: 0 auto;
    top: -3em;
    left: -2em;
}

.glico_use {
    text-align: center;
    margin: 30px auto;
}

div.glico_ticket {
    width: 750px;
    position: relative;
    margin-top: 30px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

div.glico_use_print_time {
    position: absolute;
    text-align: center;
    margin: auto;
    font-size: 3em;
    top: 4em;
    left: 0.5em;
}

div.glico_use_print_myname {
    position: relative;
    text-align: center;
    margin: auto;
    font-size: 5em;
    top: -2em;
    left: -1.5em;
}

div.glico_use_print_view_ticket {
    text-align: center;
    margin: auto;
}

div.glico_ticket_printout {
    width: 750px;
    position: relative;
    margin-top: 30px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

div.glico_time_printout {
    position: absolute;
    text-align: center;
    margin: auto;
    font-size: 3em;
    top: 4em;
    left: 0.5em;
}

div.glico_myname_printout {
    position: relative;
    text-align: center;
    margin: auto;
    font-size: 5em;
    top: -2em;
    left: -1.5em;
}

@media only screen
and (max-width: 414px) {
    p.no_glico {
        text-align: center;
        font-size: 95%;
        font-family: Quicksand, sans-serif;
        background-size: 321px 270px;
        padding: 6em 1em;
    }

    div.glico_ticket {
        width: 300px;
        height: 100px;
    }

    img.glico_ticket {
        width: 300px;
        height: 100px;
    }

    div.glico_time_index {
        text-align: center;
        font-size: 1.25em;
        left: 0.5em;
    }

    div.glico_myname {
        text-align: center;
        top: -2em;
        left: -1em;
    }

    div.glico_use_print_time {
        top: -2.5em;
        width: 280px;
        font-size: 1.25em;
        top: 4em;
        left: -4em;
    }

    div.glico_use_print_myname {
        position: relative;
        text-align: center;
        margin: auto;
        font-size: 2em;
        top: -2em;
        left: -1.5em;
    }

    div.glico_ticket_printout {
        width: 300px;
        height: 100px;
    }

    img.glico_ticket_printout {
        width: 300px;
        height: 100px;
    }

    div.glico_time_printout {
        top: -2.5em;
        width: 280px;
        font-size: 1.25em;
        top: 4em;
        left: -4em;
    }

    div.glico_myname_printout {
        position: relative;
        text-align: center;
        margin: auto;
        font-size: 2em;
        top: -2em;
        left: -1.5em;
    }
}

/*グリコ券css終わり*/

#select_user {
    text-align: center;
}

/*
 * #spec:明細スタイル
 */
section#spec {
    max-width: 800px;
    margin: 40px auto;
    border: 1px solid #AAA;
}

section#spec h1 {
    text-align: center;
    border: none;
    text-shadow: none;
    margin: 0;
    padding: 0;
}

section#spec h1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border: none;
}

section#spec h2 {
    max-width: 300px;
    border-left: none;
}

section#spec p.monthview {
    text-align: right;
    font-size: 16px;
}

section#spec table {
    max-width: 600px;
    margin: auto;
    font-size: 20px;
    text-align: left;
}

section#spec table caption {
    text-align: center;
    font-size: 20px;
    margin: 0;
    width: 100%;
    max-width: 600px;
    padding: 10px 0;
    border: none;
    font-weight: bolder;
    text-shadow: none
}

section#spec table th,
section#spec table td {
    padding: 10px;
    border-top: 1px solid #AAA;
    border-left: 1px solid #AAA;
}

section#spec table td {
    border-right: 1px solid #AAA;
}

section#spec table tr:last-child th,
section#spec table tr:last-child td {
    border-bottom: 1px solid #AAA;
}

/*
 * #specbutton:明細操作用ボタンスタイル
 */
section#specbutton {
    margin: 0;
    padding: 0;
    text-align: center;
}

section#specbutton input {
    margin: 5px;
}

section#specbutton ul {
    margin: 0 0 20px 0;
    padding: 0;
}

section#specbutton ul li {
    display: inline-block;
    list-style: none;
    margin: 5px;
}

section#specbutton ul li a {
    display: block;
    padding: 10px 20px;
    border: 1px solid #666;
    background-color: #DDD;
    text-decoration: none;
}

section#specbutton ul li a:hover {
    background-color: #FFA;
}


/*
 * アイコンスタイル
 */
ul.icons {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

ul.icons li {
    display: inline-block;
    text-decoration: none;
    margin: 10px 20px;
}

ul.icons li a {
    display: block;
    text-align: center;
}

ul.icons li a img {
    transition: 0.3s;
    width: 80px;
    height: 80px;
    background-color: #EEE;
    border: 1px solid #EEE;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: block;
}

ul.icons li a span {
    display: block;
    margin-top: 5px;
}

ul.icons li a:hover img {
    transition: 0.3s;
    opacity: 0.8;
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}


/*
 * トップページニュース用スタイル
 */
section#top_news {
    text-align: center;
}

section#top_news h2 {
    border: none;
    font-size: 28px;
}

section#top_news h2 span {
    padding: 0.25em 0.5em;
    border: 2px solid #666;
}

section#top_news ul {
    max-width: 800px;
    margin: 2em auto;
}

section#top_news ul li {
    position: relative;
    list-style: none;
    font-size: 18px;
    text-align: left;
    padding-bottom: 0.5em;
    border-bottom: 1px dashed #666;
}

section#top_news ul li::after,
section#top_news ul li::before {
    display: block;
    content: '';
    position: absolute;
}

section#top_news ul li::after {
    top: .35em;
    left: -1.2em;
    width: 14px;
    height: 14px;
    background-color: #3498db;
    border-radius: 100%;
}

section#top_news ul li::before {
    z-index: 2;
    top: .625em;
    left: -.975em;
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*
 * フッタースタイル
 */
footer ul {
    margin: 0px;
    padding: 0px;
}

footer ul li {
    list-style: none;
}

footer {
    text-align: center;
    background-color: #666;
    color: #FFF;
    padding: 10px 0px;
}

footer a {
    color: #FFF;
}

footer a:hover {
    text-decoration: none;
}

footer p {
    color: #FFF;
}

footer p strong {
    color: #FFF;
}

footer ul li {
    display: inline-block;
    border-right: 1px solid #FFF;
    padding: 2px 10px;
}

footer ul li:last-child {
    border-right: none;
}

div.sinfo {
    color: #FFF;
    border: 1px solid #666;
    width: 250px;
    float: left;
    text-align: center;
    padding: 15px;
    margin: 10px;
}

div.sinfo p {
    text-align: left;
}

/*表示/非表示に使用*/
div.PlusMinus {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #808080;
    background: #FFF; /*色*/
    border: solid 1px #808080; /*線色*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    width: 0.8em;
    text-align: center;
    margin-left: 0.5em;
}

div.PlusMinus:hover {
    cursor: pointer;
}

input.de_ar {
    width: 7em;
    display: inline-block;
}

table#trans {
    width: 100%;
    margin: 2.5em 0 0 0;
}

table#trans tr:first-child {
    position: fixed;
    top: 0;
}

table#trans tr th,
table#trans tr td {
    width: 40vw;
}

table#trans tr th:last-child,
table#trans tr td:last-child {
    width: 20vw;
}

table#trans tr td:last-child {
    text-align: right;
}

table#trans th, table#trans td {
    font-size: 14px;
    border-spacing: 1px;
    border: 1px solid #808080;
    padding: 0.5em;
}

table#trans th {
    text-align: center;
    background-color: #808080;
    color: #FFF;
}

table#trans td {
    text-align: center;
}

table#trans td br {
    display: none;
}

table#trans tbody {
    margin: 0;
}

.transview {
    width: 95%;
    max-width: 50em;
    height: 30em;
    margin: auto;
    display: block;
}

@media screen and (max-width: 480px) {
    * {
        -webkit-text-size-adjust: 100%;
    }

    table#trans td br {
        display: inline;
    }

    section {
        padding: 3%;
    }

    h1 {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .svd {
        display: none;
    }

    form.inline-b {
        margin-right: 5px;
        margin-bottom: 5px;
    }

    input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="date"], input[type="number"], input[type="submit"], select {
        padding: 3px;
        font-size: 12px;
    }

    table.regist-table tr td span {
        word-break: break-all;
        word-wrap: break-word;
    }

    table.project td.svlast,
    table.project th.svlast {
        border-right: 1px solid #258;
        box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    }

    /*
     * アイコンスタイル
     */
    ul.icons {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ul.icons::after {
        content: "";
        display: block;
        width: 76px;
        margin: 10px;
    }

    ul.icons li {
        margin: 10px;
    }

    ul.icons li a img {
        width: 76px;
        height: 76px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
    }

    ul.icons li a span {
        font-size: 80%;
    }
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 1024px) {
}


/* タスクボタン用スタイル */
.gtradio {
    display: inline-block;
    width: 120px;
    text-align: center;
    border: 1px solid #CCC;
    color: #666;
    margin: 0 5px 5px 0;
}

.gtradio:hover {
    cursor: pointer;
    border-color: #AAC;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

#change {
    color: #00F;
}

#change:hover {
    cursor: pointer;
}


/* カンタン勤怠モード用スタイル */
.easy {
    text-align: center;
}

.easy ul {
    margin: 0;
    padding: 0;
}

.easy ul li {
    display: inline-block;
    list-style-type: none;
    margin: 10px;
}

.easy ul li a {
    display: block;
    width: 300px;
    line-height: 80px;
    font-size: 200%;
    color: #FFF;
    background-color: #F66;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-decoration: none;
}

.easy p:hover {
    cursor: pointer;
    text-decoration: underline;
}

/* 作業時間入力ボタン */
#wt_input {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

#wt_input a {
    display: block;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #de433a;
    background-image: url("../image/icon_plus.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 1px 1px 3px 1px #666;
    -moz-box-shadow: 1px 1px 3px 1px #666;
    -webkit-box-shadow: 1px 1px 3px 1px #666;
}

#wt_input span {
    display: none;
}

/* 社員一覧用スタイル */
#user_list div {
    position: relative;
    display: inline-block;
    width: 290px;
    height: 180px;
    margin: 10px 10px 10px 0;
    padding: 5px;
    border: 1px solid #CCC;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    vertical-align: bottom;
}

#user_list div:hover {
    cursor: pointer;
    background-color: #FFE;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.0);
}

#user_list div a.fill_link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 50;
}

#user_list div p {
    position: relative;
}

#user_list div a.email {
    position: absolute;
    top: 0;
    left: 3.5em;
    z-index: 98;
}

#user_list div ul.status_label {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

#user_list div ul.status_label li {
    display: inline-block;
    padding: 0;
    margin: 0.25em;
    line-height: 2em;
    height: 2em;
    width: 2em;
    text-align: center;
    background-color: #999;
    color: #000;
    border-radius: 100%;
}

#user_list div ul.status_label li.leader {
    background-color: #F90;
    color: #FFF;
}

#user_list div ul.status_label li.office {
    background-color: #09F;
    color: #FFF;
}

#user_list div ul.status_label li.department_label {
    background-color: #ff0000;
    color: #FFF;
}

.flex {
    display: flex;
}

.flex.flex-wrap {
    flex-wrap: wrap;
}

.inline-block {
    display: inline-block;
    width: 30%;
}

.sales-amount span {
    font-size: 28px;
    color: aqua;
}

table > thead th {
    background-color: blue;
    color: white;
}

.header-fixed {
    height: 200px;
    overflow-y: scroll;
}

.flex.flex-wrap.experience {
    justify-content: space-between;
    align-items: center;
}

.flex.flex-wrap.experience .row {
    border: black 1px solid;
    box-sizing: border-box;
    display: flex;
    width: 100%;
}

.flex.flex-wrap div {
    margin-bottom: 5px;
}

.flex.flex-wrap .label {
    width: 20%;
    padding: 5px;
    box-sizing: border-box;
}

.flex.flex-wrap .input-area {
    width: 80%;
    padding: 5px;
    box-sizing: border-box;
}

.flex.flex-wrap .input-area label {
    margin-right: 10px;
}

.clickAble {
    cursor: pointer;
}

.clickStop {
    cursor: default;
}

#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
}

#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("/img/gif-load.gif") center center no-repeat;
}

.ui-widget-overlay {
    background: #AAA url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
}

.modal-body input[type="text"],
.modal-body input[type="email"],
.modal-body input[type="password"] {
    width: auto;
    max-width: 80%;
}

table.print {
    border-collapse: collapse;
}

.print th,
.print td {
    border: 1px solid #AAA;
}

/* Q&A */
#search {
    padding: 5px;
    font-size: 18px;
}

.page {
    margin: 0 1em 0 0;
}

.page.now {
    cursor: default;
}

.regist-table.qa input[type="submit"] {
    font-size: 12px;
    float: right;
}

.regist-table.qa input[type="submit"] + * {
    clear: both;
}

.regist-table.qa input[type="text"] {
    max-width: none;
    width: 100%;
}

.reply-body {
    border-bottom: solid 1px;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.reply-body:last-child {
    border-bottom: none;
}

.title-flex {
    display: flex;
    padding-top: 3%;
    padding-bottom: 3%;
    flex-direction: row;
    align-items: center;
}

.new-icon {
    height: 35px;
    margin-right: 10px;
}

.th-question {
    width: 70%;
}

#search-word {
    margin-right: 5px;
}

.margin20 {
    margin: 20px;
}

.half {
    width: 50%;
}

.readOnly {
    background-color: #999;
}

#readOnly {
    background-color: #ccc;
    border: 1px #c7c7c7 solid;
}
#readOnly::-ms-expand {
    display: none;/* 標準のスタイルを無効にする(IE用) */
}

#selectDicC {
    display: none;
}

@media screen and (max-width: 480px) {
    .flex.flex-wrap .label {
        width: 50%;
    }

    /*スマホ表示の場合、入力エリアは、項目を縦表示*/
    .flex.flex-wrap .input-area {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
}

/**
アサイン一覧用
 */
.inline-b {
    margin-right: 5px;
    margin-bottom: 5px;
}
table.assign-table tr {
    background-color: #FFF;
}

table.assign-table th {
    color: #FFF;
    padding: 8px 15px;
    background-color: #258;
    background: -moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
    background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
    font-weight: bold;
    border-left: 1px solid #258;
    border-top: 1px solid #258;
    border-bottom: 1px solid #258;
    line-height: 120%;
    text-shadow: 0 -1px 0 rgba(34,85,136,0.9);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}

table.assign-table td {
    padding: 8px;
    border-top: 1px solid #258;
    border-left: 1px solid #258;
}

table.assign-table td.dashed {
    border-top: 1px dashed #58B;
}

table.assign-table td:last-child {
    border-right: 1px solid #258;
    box-shadow: 2px 0px 1px rgba(0,0,0,0.1);
}

table.assign-table tr:first-child td {
    border-top: 1px solid #258;
}

table.assign-table tr:first-child td:last-child {
    border-right: 1px solid #258;
    box-shadow: 2px 0px 1px rgba(0,0,0,0.1);
}

table.assign-table th:last-child {
    border-right: 1px solid #258;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(255,255,255,0.3) inset;
}

table.assign-table tr:last-child th {
    box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
}

table.assign tr:last-child th:first-child {
    border-radius: 0 0 0 5px;
}

table.assign-table tr:last-child td {
    border-bottom: 1px solid #258;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
}

table.assign-table tr:last-child td:last-child {
    box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table.assign-table td.assign-period {
    padding: 8px;
    border-top: 1px solid #258;
    border-left: 1px solid #258;
    background: #9acd32;
}

.none-message {
    margin: 0;
    padding: 40px 20px;
}

.assign-hidden {
    display:none;
}

.assign-dist input[type="text"] {
    width: 60%;
}

.example { color: red; }

.record-button {
    width: 150px;
    height: 60px;
    font-size: 32px;
    padding: 1em;
    color: #fff;
}

.record-button.commuting {
    background-color: #56b9cc;
}

.record-button.leave {
    background-color: #e3598d;
}

.record-button.disabled {
    background-color: #aaa;
}

.record-button.reset {
    background-color: #3ec641;
    height: 40px;
}

/* ラジオボタン */
.select-button input[type="radio"] {
    display: none;
}
.select-button label {
    display: block;
    float: left;
    cursor: pointer;
    width: 100px;
    margin: 0;
    padding: 20px;
    background: #ddd;
    color: #869198;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    transition: .2s;
}
.select-button label[for^="shifttime"] {
    width: 150px;
}
.select-button label:first-of-type {
    border-radius: 3px 0 0 3px;
}
.select-button label:last-of-type {
    border-radius: 0 3px 3px 0;
}
.select-button input[type="radio"]:checked+label{
    background-color: #34a74d;
    color: #fff;
}
.select-button .custom {
    margin-top: 70px;
    clear: both;
}

input.commit-button {
    background-color: #3498DB;
    border: none;
    color: #fff;
    padding: 1em 4em;
    text-decoration: none;
}

input.commit-button:disabled {
    background-color: #aaa;
}

input.commit-button:hover {
    cursor: pointer;
}

input.commit-button:disabled:hover {
    cursor: inherit;
}

.ui-datepicker-calendar span {
    color: #fff;
}

.not-display {
    display: none;
}

.scaleUp {
    transform: scale(1.5);
}
input.disabled {
    background-color: #aaa;
}

.fixed-width-list {
    width: 150px;
}

input.error-button {
    background-color: #e3598d;
}