@charset "utf-8";
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)  改変禁止!!金原
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font: 15px/1.6 "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    /*-webkit-font-smoothing: antialiased;*/
    background: #ecf0f1;
    color: #404040;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin: 0;
}

/* ====================
    基本構成
   ==================== */
#main-content {
    /* タイトルバー固定用 */
    position: absolute;
    top: 44px;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 2;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
    -webkit-transition: 0.5s ease;
       -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
         -o-transition: 0.5s ease;
            transition: 0.5s ease;
}

.wrapper {
    padding: 0 14px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
}

.wrapper > ul {
    background: #fff;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    _zoom: 1;
    overflow: hidden;
}

.wrapper > ul > li {
    padding: 14px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #3498db;
    margin-top: -1px;
}

footer {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    /* color: #000; */
    color: #bcc0c0;
    word-break: break-all;
    line-height: 2.0;
    font-size: 80%;
    /* opacity:0.2; */
    /* filter: alpha(opacity=20); */        /* ie lt 8 */
    /* -ms-filter: "alpha(opacity=20)"; */  /* ie 8 */
    /* -moz-opacity:0.2; */                 /* FF lt 1.5, Netscape */
    /* -khtml-opacity: 0.2; */              /* Safari 1.x */
}
footer.plus {
    background-image: none;
}
footer p {
    
}
footer a,
footer a:visited {
    color: #404040;
}

.corporate {
    color: #404040;
    margin-top: 10px;
}

.footer-privacy:hover {
    background: #dce0e1;
}

.privacy-small {
    color: #b1b0b1;
    font-size: 70%;
    margin-top: -5px;
}

.footer-qr {
    padding: 5px;
    cursor: pointer;
}

.footer-qr:hover {
    background: #dce0e1;
}

h2 {
    margin-bottom: 4px;
    font-weight: normal;
}

h2 small {
    color: #999;
    font-size: 80%;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

img.title {
    float: right;
    height: 37px;
    margin-top: 3px;
    margin-right: 10px;
}

.mail_table {
    border-spacing: 50px 20px;
}

.icon-system-add,
.icon-system-delete,
.icon-system-ok,
.icon-system-copy,
.icon-file-edit,
.icon-mail-send,
.icon-arrow-up,
.icon-arrow-up-disable,
.icon-arrow-down,
.icon-arrow-down-disable,
.icon-file-download,
.icon-config,
.icon-calendar {
    padding-left: 20px;
    background-position: left top;
    background-repeat: no-repeat;
}

.icon-calendar {
    padding-left: 23px;
}

.icon-config.small {
    padding-left: 18px;
    background-repeat: no-repeat;
    display: inline-block;
    font-weight: bold;
}

.icon-config.small.en {
    background-position: left;
    margin-left: 12px;
}

.icon-system-add         { background-image: url(../image/system-add20x20.png); }
.icon-system-delete      { background-image: url(../image/system-delete20x20.png); }
.icon-system-ok          { background-image: url(../image/system-ok20x20.png); }
.icon-system-copy        { background-image: url(../image/system-copy20x20.png); }
.icon-file-edit          { background-image: url(../image/file-edit20x20.png); }
.icon-mail-send          { background-image: url(../image/mail-send20x20.png); }
.icon-arrow-up           { background-image: url(../image/arrow-up20x20.png); }
.icon-arrow-up-disable   { background-image: url(../image/arrow-up-disable20x20.png); }
.icon-arrow-down         { background-image: url(../image/arrow-down20x20.png); }
.icon-arrow-down-disable { background-image: url(../image/arrow-down-disable20x20.png); }
.icon-file-download      { background-image: url(../image/file-download20x20.png); }
.icon-config             { background-image: url(../image/config20x20.png); }
.icon-calendar           { background-image: url(../image/calendar20x20.png); }
.icon-config.small       { background-image: url(../image/config16x16.png); }

.account-small {
    color: #b1b0b1;
    font-size: 70%;
    font-weight: normal;
    margin-top: -3px;
    margin-left: -15px;
}

.account:hover {
    background: #dce0e1;
}

.space {
    height: 44px;
    /*padding: 5px 10px;*/
    margin: 0;
    margin-top: -1px;
    border-top: 1px solid #dce0e1;
    border-bottom: 1px solid #dce0e1;
    position: relative;
    z-index: 5;
}

.space_en {
    height: 58px;
    margin: 0;
    margin-top: -1px;
    border-top: 1px solid #dce0e1;
    border-bottom: 1px solid #dce0e1;
    position: relative;
    z-index: 5;
}

.home,
.safety-report,
.survey-answer,
.safety-search,
.bbs,
.logout,
.link {
    height: 38px !important;
    display: inline-block;
}

.home-small,
.safety-report-small,
.survey-answer-small,
.safety-search-small,
.bbs-small,
.logout-small,
.link-small {
    color: #b1b0b1;
    font-size: 70%;
    margin-top: -5px;
}

/* 情報表示 */
table.info {
    border-bottom: 1px solid #dce0e1;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    table-layout: fixed;
}

table.info caption {
    text-align: left;
    padding-bottom: 5px;
}

table.info > tbody > tr > th,
table.info > tbody > tr > td {
    padding: 10px 10px;
    border-top: 1px solid #dce0e1;
    text-align: left;
}

table.info > tbody > tr > th {
    padding-left: 0;
    vertical-align: top;
    width: 30%;
}

table.info > tbody > tr > td {
    padding-right: 0;
    text-align: left;
}

/* スクロールで見せる */
div.scroll {
    max-height: 300px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

div.scroll-x {
    max-width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

div.scroll-y {
    max-height: 300px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.lt-ie9 div.scroll,
.lt-ie9 div.scroll-y {
    height: 300px;
}

div.scroll div {
    padding-left: 5px;
}

div.scroll div.odd {
    background: #f5f5f5;
}

div.scroll div.even {
    background: #ffffff;
}

/* ====================
    リンク
   ==================== */
a,a:visited {
    color: #3498db;
    text-decoration: none;
}

a:hover {
    color: #4aa3de;
}

a:active {
    color: #2980b9;
}

/* ====================
    スクロールバー
   ==================== */

/* IE用スクロールバーカラー */
* {
    scrollbar-face-color: #dce0e1;
    scrollbar-track-color: #ecf0f1;
    scrollbar-arrow-color: #dce0e1;
    scrollbar-3dlight-color: #dce0e1;
    scrollbar-highlight-color: #dce0e1;
    scrollbar-shadow-color: #dce0e1;
    scrollbar-darkshadow-color: #dce0e1;
}

/* スクロールバー幅 */
*::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

@media only screen and (min-width: 767px) {
    *::-webkit-scrollbar {
        width: 15px;
        height: 15px;
    }
}

/* 背景 */
*::-webkit-scrollbar-track {
    background: #ecf0f1;
}

/* 表面 */
*::-webkit-scrollbar-thumb {
    background: #dce0e1;
}

/* ====================
    フォーム系
   ==================== */

input[type=file] {
    width: 100%;
    line-height: auto;
}


/* 文字入力系とボタン系のinputでiPhone(Safari)での装飾を無効化 */
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=datetime-local],
textarea,
input[type=button],
input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0px;
}

input:focus,
button:focus {
/*     outline: thin dotted; */
}

/* ラジオボタンで選択されたラベル */
label {
    line-height: 1.9;
}

input[type=radio],
input[type=checkbox] {
/*
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
*/
    margin-right:0.5em;
}

/* 文字入力系 */
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=datetime-local] {
    width: 100%;
    border: 1px solid #bdc3c7;
/*     background-color: #ecf0f1; */
    padding: 0 8px;
    line-height: 34px;
    height: 34px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s ease;
       -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
         -o-transition: 0.3s ease;
            transition: 0.3s ease;
}
textarea,
select {
    width: 100%;
    border: 1px solid #bdc3c7;
/*     background-color: #ecf0f1; */
    padding: 5px 8px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s ease;
       -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
         -o-transition: 0.3s ease;
            transition: 0.3s ease;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=datetime-local],
textarea {
/*
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
        -ms-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
*/
}


input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=datetime-local]:hover,
textarea:hover,
select:hover {
    border: 1px solid #95a5a6;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=datetime-local]:focus,
textarea:focus,
select:focus {
    border: 1px solid #3498db;
    outline: none;
}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=search]:disabled,
input[type=datetime-local]:disabled,
textarea:disabled,
select:disabled {
    background: #ecf0f1;
    border: 1px solid #95a5a6;
    color: #95a5a6;
}

select {
    height: 36px;
    overflow-wrap: initial;
}

/* ボタン系 */
input[type=button],
input[type=submit],
button {
    border: 1px solid #95a5a6;
    background: #95a5a6;
    color: #fff;
    padding: 0 12px;
    line-height: 33px;
    height: 34px;
    width :100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
/*
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
        -ms-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
*/
}
input[type=button]:hover,
input[type=submit]:hover,
button:hover {
    border: 1px solid #a3b1b2;
    background: #a3b1b2;
    color: #f8f8f8;
}
input[type=button]:active,
input[type=submit]:active,
button:active {
    border: 1px solid #7f8c8d;
    background: #7f8c8d;
    color: #f8f8f8;
}

input[type=button]:focus,
input[type=submit]:focus,
button:focus {
    outline: 1px dotted #222;
}

input[type=button].zeroclipboard-is-hover {
    border: 1px solid #a3b1b2;
    background: #a3b1b2;
    color: #f8f8f8;
}

/* メインカラーのボタン */
input[type=button].mainColor,
input[type=submit].mainColor,
button.mainColor {
    border: 1px solid #3498db;
    background: #3498db;
}

input[type=button].mainColor:hover,
input[type=submit].mainColor:hover,
button.mainColor:hover {
    border: 1px solid #4aa3df;
    background: #4aa3df;
    
}

input[type=button].mainColor:active,
input[type=submit].mainColor:active,
button.mainColor:active {
    border: 1px solid #2980b9;
    background: #2980b9;
}

/* サブカラーのボタン */
input[type=button].subColor,
input[type=submit].subColor,
button.subColor {
    border: 1px solid #39cc71;
    background: #39cc71;
}

input[type=button].subColor:hover,
input[type=submit].subColor:hover,
button.subColor:hover {
    border: 1px solid #39dc81;
    background: #39dc81;
    
}

input[type=button].subColor:active,
input[type=submit].subColor:active,
button.subColor:active {
    border: 1px solid #29bc61;
    background: #29bc61;
}

/* 削除系のボタン */
input[type=button].delColor,
input[type=submit].delColor,
button.delColor {
    border: 1px solid #e74c3c;
    background: #e74c3c;
}

input[type=button].delColor:hover,
input[type=submit].delColor:hover,
button.delColor:hover {
    border: 1px solid #ea6153;
    background: #ea6153;
}

input[type=button].delColor:active,
input[type=submit].delColor:active,
button.delColor:active {
    border: 1px solid #c0392b;
    background: #c0392b;
}

input[type=button]:disabled,
input[type=submit]:disabled,
button:disabled,
input[type=button]:disabled:hover,
input[type=submit]:disabled:hover,
button:disabled:hover {
    border: 1px solid #bdc3c7 !important;
    background: #bdc3c7 !important;
    color: #f8f8f8 !important;
}

/* ====================
    メニュー/ロール切り替え
   ==================== */
#change-menu-tab {
    width: 100%;
    font-size: 80%;
    table-layout: fixed;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}
#change-menu-tab td {
    border: 1px solid #ccd0d1;
    font-weight: bold;
    line-height: 34px;
}
#change-menu-tab td.active {
    background: #dce0e1;
}
#change-menu-tab td a {
    display: block;
    color: #404040;
}
#menu-wrapper .accordion {
    border-top: none;
}
#role-wrapper {
    display: none;
    text-align: center;
}
#role-wrapper .loading {
    margin-top: 25px;
}
#role-wrapper form {
    margin: 0;
}
#role-wrapper .processOrg span {
    color: #aaaaaa !important;
}

#change-menu-tab_en {
    width: 100%;
    font-size: 80%;
    table-layout: fixed;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}
#change-menu-tab_en td {
    border: 1px solid #ccd0d1;
    font-weight: bold;
    line-height: 17px;
    padding-top: 3px;
}
#change-menu-tab_en td.active {
    background: #dce0e1;
}
#change-menu-tab_en td a {
    display: block;
    color: #404040;
}

.menu_small,
.switching_small {
    color: #b1b0b1;
    font-size: 70%;
    font-weight: normal;
}

/* ====================
    フォームレイアウト
   ==================== */

form {
    margin-top: 20px;
    text-align: left;
}

fieldset {
    margin-bottom: 10px;
}

legend {
    font-weight: bold;
    margin-bottom: 5px;
}

table.form {
    margin: 20px 0;
    border-bottom: 1px solid #dce0e1;
    width: 100%;
}

table.form caption {
    text-align: left;
    padding: 10px 0;
}

table.form > tbody {
    border-top: 1px solid #dce0e1;
}

table.form > tbody > tr > th,
table.form > tbody > tr > td {
    padding: 10px 10px;
    border-top: 1px solid #dce0e1;
    text-align: left;
}

table.form > tbody > tr > th {
/*     font-weight: normal; */
    padding-left: 0;
    vertical-align: top;
    width: 30%;
}

table.form > tbody > tr > td {
    padding-right: 0;
    text-align: left;
}

/* ====================
    通知
   ==================== */

.note {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: #aaa;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
}

.note.failure {
    background: #e74c3c;
}

.note.success {
    background: #2ecc71;
}

#ajax-notification {
    position: relative;
    top: 14px;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 0px 10px;
    min-height: 30px;
    background: #34495e;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    -webkit-transition: 0.5s ease;
       -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
         -o-transition: 0.5s ease;
            transition: 0.5s ease;
    text-align: center;
}

#ajax-notification.failure {
    background: #e74c3c;
}

#ajax-notification.success {
    background: #2ecc71;
}

#ajax-notification span {
    display: inline-block;
    *display: inline;*zoom: 1; /* ie7以下でもinline-blockをつかえるようにする */
    width: auto;
    line-height: 30px;
    padding-left: 23px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../image/loading-ajax.gif);
}

#ajax-notification.failure span,
#ajax-notification.success span {
    padding-left: 0;
    background-image: none;
}

/* ====================
    その他
   ==================== */

.tools {
    padding: 10px 14px;
}

.small {
    font-size: 80%;
}

.bold {
    font-weight: bold;
}

.nobold {
    font-weight: normal;
}

.red {
    color: #e74c3c;
}

.blue {
    color: #3498db;
}

.gray {
    color: #bdc3c7;
}

.grayscale {
    /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
    */
    -webkit-filter: grayscale(100%) !important;
    /* Firefix 3.5+ */
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
    /* IE 6 - 9 */
    filter: gray !important;
}

/* 必須(*) */
.required {
    color: #e74c3c;
    font-weight: normal;
    font-size: 80%;
}

/* 注釈(入力制限等) */
.restriction {
    color: #7f8c8d;
    font-size: 80%;
}

/* 注意 */
.caution {
    color: #e74c3c;
    font-size: 80%;
}

.sp-hidden {
    display: block;
}
.sp-hidden.inline {
    display: inline;
}
.sp-hidden.inline-block {
    display: inline-block;
    *display: inline;*zoom: 1; /* ie7以下でもinline-blockをつかえるようにする */
}
.sp-hidden.table-cell {
    display: table-cell;
}


/* IE対応-一度表示にした後IE以外のみ非表示する */
:root .sp-hidden,
:root .sp-hidden.inline,
:root .sp-hidden.inline-block,
:root .sp-hidden.table-cell {
    display: none;
}

.pc-hidden {
    display: none;
}
/* IE対応-一度非表示にした後IE以外のみ表示する */
:root .pc-hidden {
    display: block;
}
:root .pc-hidden.inline {
    display: inline;
}
:root .pc-hidden.inline-block {
    display: inline-block;
    *display: inline;*zoom: 1; /* ie7以下でもinline-blockをつかえるようにする */
}


.nobr {
    white-space: nowrap;
}

.loading {
    background-image: url(../image/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 66px;
    width: 100%;
}

.loading.deep {
    background-image: url(../image/loading_deep.gif);
}

.nobr {
    white-space: nowrap;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
       -moz-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
         -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
}

img.preload {
    display: none;
}

/* ==========================================================================
    iOS 表データスクロールバグの対応 ※平田追記
   ========================================================================== */

/* dhtmlxGridによって作られるclassのCSSを変更 */
.objbox {
    -webkit-overflow-scrolling: auto !important;  /* 慣性スクロールの停止 */
}

/* リサイズ時に追加するclassのCSS */
.objbox.smooth {
    -webkit-overflow-scrolling: touch !important; /* 慣性スクロールの設定 */
}

/* ====================
    二次元コード
   ==================== */
 a.qr-openModal,
 a.qr-openModal:visited {
     color: #404040;
 }
 
 .qr-modalArea {
     display: none;
     position: fixed;
     z-index: 10;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }
 
 .qr-modalBg {
     width: 100%;
     height: 100%;
     background-color: rgba(30,30,30,0.9);
 }
 
 .qr-modalWrapper {
     position: absolute;
     top: 50%;
     left: 50%;
     transform:translate(-50%,-50%);
     background-color: #fff;
 }
 
 .qr-closeModal {
     position: absolute;
     top: 0.5rem;
     right: 1rem;
     cursor: pointer;
 }

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 767px) {
    .wrapper {
        padding: 0 20px;
    }
    .wrapper > ul > li {
        padding: 14px 0;
    }

/* ====================
    フォーム系
   ==================== */
    
    input[type=file] {
        width: auto;
    }
    
    input[type=button],
    input[type=submit],
    button {
       width : auto;
       margin-bottom: 0;
    }
    
    input[type=datetime-local] {
        width: auto;
    }
    
    input[type=text],
    input[type=password],
    input[type=email],
    input[type=search],
    select,
    textarea {
        max-width: 320px;
    }
    
    input.name {
        max-width: 160px;
    }
    
    input.kana {
        max-width: 180px;
    }

    input.login_id {
        max-width: 260px;
        ime-mode: disabled;
    }

    input.email {
        max-width: 260px;
        ime-mode: disabled;
    }

    input.password {
        max-width: 260px;
        ime-mode: disabled;
    }
    
    input.w100 {
        max-width: none;
    }

/* ====================
    その他
   ==================== */
    .tools {
        padding: 10px 20px;
    }
    :root .sp-hidden {
        display: block;
    }
    :root .sp-hidden.inline {
        display: inline;
    }
    :root .sp-hidden.inline-block {
        display: inline-block;
        *display: inline;*zoom: 1; /* ie7以下でもinline-blockをつかえるようにする */
    }
    :root .sp-hidden.table-cell {
        display: table-cell;
    }
    :root .pc-hidden,
    :root .pc-hidden.inline,
    :root .pc-hidden.inline-block {
        display: none;
    }

}

@media only screen and (max-width: 766px) {

    /* ====================
        フォームレイアウト
        ==================== */
    :root table.form {
        border-bottom: none;
    }
    
    :root table.form > tbody {
        border-top: none;
    }
    
    :root table.form > tbody > tr {
        display: block;
    }
    
    :root table.form > tbody > tr > th,
    :root table.form > tbody > tr > td {
        display: block;
        border: none;
        padding: 0;
        width: 100%;
        text-align: left;
    }
    :root table.form > tbody > tr > td {
        margin-top: 10px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) {
}

/* ==========================================================================
   Retinaディスプレイ対応
   ========================================================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .icon-system-add         { background-image: url(../image/system-add20x20@2x.png); background-size: 20px 20px; }
    .icon-system-delete      { background-image: url(../image/system-delete20x20@2x.png); background-size: 20px 20px; }
    .icon-system-ok          { background-image: url(../image/system-ok20x20@2x.png); background-size: 20px 20px; }
    .icon-system-copy        { background-image: url(../image/system-copy20x20@2x.png); background-size: 20px 20px; }
    .icon-file-edit          { background-image: url(../image/file-edit20x20@2x.png); background-size: 20px 20px; }
    .icon-mail-send          { background-image: url(../image/mail-send20x20@2x.png); background-size: 20px 20px; }
    .icon-arrow-up           { background-image: url(../image/arrow-up20x20@2x.png); background-size: 20px 20px; }
    .icon-arrow-up-disable   { background-image: url(../image/arrow-up-disable20x20@2x.png); background-size: 20px 20px; }
    .icon-arrow-down         { background-image: url(../image/arrow-down20x20@2x.png); background-size: 20px 20px; }
    .icon-arrow-down-disable { background-image: url(../image/arrow-down-disable20x20@2x.png); background-size: 20px 20px; }
    .icon-file-download      { background-image: url(../image/file-download20x20@2x.png); background-size: 20px 20px; }
    .icon-config             { background-image: url(../image/config20x20@2x.png); background-size: 20px 20px; }
    .icon-calendar           { background-image: url(../image/calendar20x20@2x.png); background-size: 20px 20px; }
    .icon-config.small       { background-image: url(../image/config16x16@2x.png); background-size: 16px 16px; }
    .loading      { background-image: url(../image/loading@2x.gif); background-size: 66px 66px; }
    .loading.deep { background-image: url(../image/loading_deep@2x.gif); background-size: 66px 66px; }
    #ajax-notification span { background-image: url(../image/loading-ajax@2x.gif); background-size: 20px 20px; }
}

/* ==========================================================================
   Helper classes 改変禁止!!金原
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles 改変禁止!!金原
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}