
@charset 'utf-8';

/* override app.css {{{ */

p {
    margin-bottom: auto;
    padding-bottom: auto;
}
hr {
    border-top: 1px solid #aaa;
}

/* }}} */

/* common {{{ */

@media screen and (min-width: 769px) {
.pc-none {
    display: none !important;
}
}

a {
    color: #0000cc;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
label.blk {
    display: block;
}
.help-block {
    color: #cc0000;
}
.red {
    color: #cc0000;
}
.black {
    color: #000000 !important;
}
.underline {
    text-decoration: underline;
}

.debug-bg {
    background: #efefef;
    padding: 1em;
}

/* }}}

/* layout {{{ */


html,body {
    height: 100%;
}
body {
    height: 100%;
}

#wrapper {
}
#wrapper #app {
}
#wrapper .flex-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    /* height: 100%; */
}
#wrap-inner {
    margin: 0 auto;
}
#contents {
    width: 100%;
}

div.page .container {
    padding: 20px;
}
#wrapper #app {
    padding-top: 5.3125em;
}
section.content {
    box-sizing: border-box;
    padding: 0 0.2em;
    /* width: 100%; */
    /* min-width: 100%; */
}

/* }}} */

/* header {{{ */

header {
    min-width: 100%;
    /* min-width: 1200px; */
    /*
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-between;
    */
    position: fixed;
    z-index: 9999;
}
header .menu1,
header .menu2 {
    width: 100%;
}
header .menu1 {
    box-sizing: border-box;
    padding: 0.5em;
    background: linear-gradient(90deg, #033592, #3085e7);
    box-shadow: 4px 4px 8px 0 rgba(128,128,128,0.6);
}
header .menu2 {
    background: #f2f2f2;
    padding: 0.5em;
}
header .menu1 .ttl {
    margin-left: 0.8em;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
}

header .icon:before {
    font-size: 1.8em;
}
header .icon-block a,
header .icon-block a:hover {
}
header i:before {
    color: #000;
}
header .menu1 i:before {
    color: #fff;
}
header .menu2 i:before {
    color: #0677d4;
    font-size: 1.2em;
}

header h3 {
    background: #007bc7;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.2em 0.4em;
    color: #fff;
    flex: 0 0 auto;
    font-weight: bold;
}

header .login_status {
    text-align: right;
    font-size: 0.8em;
    padding-right: 0.2em;
    color: #fff;
    flex: 0 0 auto;
    position: relative;
}
header a,
header a:hover {
    color: #fff;
}
header h2 {
    color: #fff;
    font-size: 1.2em;
    margin: 0.2em 0 0.2em 0.4em;
    font-weight: bold;
}
.login-status .slide-button {
    text-align: center;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 12.2em;
    background: #e7e7e7;
    color: #000;
    font-size: 1em;
    padding: 0.2em 0 0.2em 0.2em;
    border-radius: 1.1em;
}
.login-status .slide-button:after {
    content: '▼';
    color: #000;
    position: absolute;
    right: 0.5em;
}

.login-status .slide-inner {
    box-sizing: border-box;
    position: absolute;
    display: none;
    z-index: 3;
    font-size: 1.2em;
    background: #fff;
    right: 2em;
    width: 10em;
}
.login-status .slide-inner.on {
    display: block;
}
.login-status .slide-inner li {
    box-sizing: border-box;
    background: #efefef;
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 0.2em;
}
.login-status .slide-inner li a {
    color: #000;
}
.login-status .slide-inner li ul.sub li {
    border-right: none;
    border-left: none;
    padding-left: 0.4em;
}
.login-status .slide-inner li ul.sub li:first-child {
    border-top: 1px solid #aaa;
}
header .menu2 a,
header .menu2 a:hover,
header .menu2 i {
    color: #000;
}

/* }}} */

/* nav {{{ */

.megamenu {
    display: none;
    width: 100%;
    box-sizing: border-box;
    background: #f2f2f2;
    /* background: #e2efda; */
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
}
.megamenu .menu-block {
    padding: 1em;
    border-top: 1px solid #ccc;
}
.megamenu .menu-block .menu {
    width: 20em;
}
.megamenu .menu-block .menu li {
    margin-right: 1em;
    margin-bottom: 0.5em;
    font-size: 1.2em;
}
.megamenu .menu-block .menu li a {
    display: block;
    padding-left: 0.25em;
}
.megamenu .menu-block .menu li a:before {
    content: '＞ ';
}


/* }}} */

/* footer {{{ */

footer {
    box-sizing: border-box;
    width: 100%;
    margin-top: 4em;
    height: 4em;
    background: #125126;
    color: #fff;
    /* background: linear-gradient(90deg, #033592, #3085e7); */
}

footer p.copyright {
    text-align: center;
    font-size: 0.75em;
}

/* }}} */

/* login {{{ */

section.content.login {
    min-width: auto;
    width: 600px;
    margin: 5em auto 0;
    background: #efefef;
}
section.content.login .loginbox {
    width: 375px;
    margin: 0 auto;
}
section.content.login .ttl {
    width: 200px;
    background: #aaa;
    color: #000;
    text-align: center;
    margin: 0 auto;
    padding: 0.4em 0;
}
section.content.login .inner {
    box-sizing: border-box;
    padding: 2em 0;
    width: 375px;
    text-align: center;
}
section.content.login .inner input {
    margin-bottom: 1em;
}

/* }}} */

/* user {{{ */

section.content.user.main {
    min-width: 1100px;
    /* margin: 0 auto */
    /*
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    */
}
section.content.user.main .leftarea {
    /*
    flex: 0 0 224px;
    width: 224px;
    */
}
section.content.user.main .rightarea {
    /*
    flex: 0 0 auto;
    margin-left: 2em;
    */

}
.client-select,
.user_name_ttl {
    display: inline-block;
    vertical-align: middle;
}
.client-select p,
.client-select select,
.client-select input,
.user_name_ttl p,
.user_name_ttl select,
.user_name_ttl input {
    display: inline-block;
    vertical-align: middle;
}
section.content.user.main .ttl {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
section.content.user.main .banners {
    max-height: 1000px;
    overflow: auto;
}
img.banner {
    width: 300px;
    margin-bottom: 5px;
    /* width: 180px; */
    /* opacity: 0.6; */
}
label.target img.banner {
    border: 4px solid #0000ff;
    opacity: 1;
}
div.client-select {
    margin: 1em 0;
}
div.client-select select {
    width: 220px;
}

table.logtable {
    table-collapse: collapse;
    border-spacing: 1px;
    /* font-size: 0.75em; */
    font-size: 0.59em;
}
table.logtable thead {
}
table.logtable tbody {
}
table.logtable th {
    border: 1px solid #005c93;
    text-align: center;
    vertical-align: middle;
    padding: 0.2em;
    background: #007bc7;
    color: #fff;
}
table.logtable td {
    border: 1px solid #005c93;
    padding: 0.2em;
    vertical-align: middle;
    text-align: right;
    background: #ffffe8;
    width: 4em;
}
table.logtable tr.nobg,
table.logtable th.nobg,
table.logtable td.nobg {
    background: transparent;
}
table.logtable tr.noborder,
table.logtable th.noborder,
table.logtable td.noborder {
    border: none;
}
table tr.nobg,
table th.nobg,
table td.nobg {
    background: transparent !important;
}

section.oneday {
    margin-bottom: 2em;
}

.graph-container {
    margin-top: 2em;
    min-width: 310px;
    height: 400px;
}
.graph-container .highcharts-exporting-group,
.graph-container .highcharts-credits {
    display: none !important;
}

section.adid {
    margin-bottom: 4em;
}


/* }}} */

/* input {{{ */

input[type=text],
input[type=password],
input[type=email] {
    font-size: 1em;
    padding: 0.2em;
}

/* }}} */

/* content-common {{{ */

:placeholder-shown {
    color: #dedede;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #dedede;
}
/* Firefox 19+ */
::-moz-placeholder {
    color: #dedede;
    opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
    color: #dedede;
}

a:hover {
    opacity: 0.8;
}

a.btn {
    padding: 0.4em 2em;
    -webkit-border-radius: 0.4em;
}
a.btn.blue {
    background: #0068b3;
    color: #fff;
}
a.btn.green {
    color: #fff;
    background: #125126;
}
a.btn.disable {
    color: #fff;
    background: #e8e8e8;
    cursor: default;
}
a.btn.orange {
    color: #fff;
    background: #fdbd10;
}
a.btn.new {
    position: relative;
}
a.btn.new:after {
    content: '＋';
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
}
a.btn.white {
    background: #fff;
    color: #333;
}
a.btn.gray {
    color: #333;
    border:1px solid #aaa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ccc));
    background: -ms-linear-gradient(top, #fefefe 0%, #ccc 100%);
    background: linear-gradient(top, #fefefe 0%, #ccc 100%);
}
a.btn.save {
    color: #333;
    border:1px solid #aaa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#fff2cc));
    background: -ms-linear-gradient(top, #fefefe 0%, #fff2cc 100%);
    background: linear-gradient(top, #fefefe 0%, #fff2cc 100%);
}
a.btn.delete {
    color: #333;
    border:1px solid #aaa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ffcceb));
    background: -ms-linear-gradient(top, #fefefe 0%, #ffcceb 100%);
    background: linear-gradient(top, #fefefe 0%, #ffcceb 100%);
}
a.btn.gray.disable {
    color: #bbb;
}
a.btn.box {
    box-shadow: 2px 0  05px rgba(50,50,50,0.8);
}
a.btn.short {
    padding: 0.4em 0.6em;
}
a.btn.small {
    font-size: 0.65em;
    padding: 0.2em 0.6em;
}
input.btn,
button.btn {
    border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    border:1px solid #aaa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ccc));
    background: -ms-linear-gradient(top, #fefefe 0%, #ccc 100%);
    background: linear-gradient(top, #fefefe 0%, #ccc 100%);
}
input.btn.blue,
button.btn.blue {
    background: #0068b3;
    color: #fff;
}
input.btn.green,
button.btn.green {
    background: #125126;
    color: #fff;
}
input.btn.disable,
button.btn.disable {
    background: #e8e8e8;
    color: #fff;
    cursor: default;
}


input.btn.save,
button.btn.save {
    background: #fdbd10;
    color: #fff;
    border: none;
}
input.btn.small,
button.btn.small {
    font-size: 0.85em;
}


/* flex-content内幅確保の為のダミーボタン */
button.dummy {
    visibility: hidden;
    width: 5em;
}


/* 入力中 */
.shori1 {
    background: #ffcc00 !important;
    color: #000;
}
/* 承認待ち */
.shori2 {
    background: #ff8600 !important;
    color: #000;
}
/* 承認済 */
.shori3 {
    background: #009700 !important;
    color: #fff;
}
/* 未承認 */
.shori4 {
    background: #2ab4e8 !important;
    color: #000;
}
/* 差戻 */
.shori5 {
    background: #f9c7f3 !important;
    color: #000;
}
/* 却下 */
.shori6 {
    background: #ff0000 !important;
    color: #000;
}

/* 入力中 */
.txt-shori1 {
    color: #ffcc00 !important;
}
/* 承認待ち */
.txt-shori2 {
    color: #ff8600 !important;
}
/* 承認済 */
.txt-shori3 {
    color: #009700 !important;
}
/* 未承認 */
.txt-shori4 {
    color: #2ab4e8 !important;
}
/* 差戻 */
.txt-shori5 {
    color: #f9c7f3 !important;
}
/* 却下 */
.txt-shori6 {
    color: #ff0000 !important;
}

/* 原価表の申請(承認待ち、未承認) */
.genka_shori2,
.genka_shori4 {
    background: #eafcea !important;
    color: #000;
}


.slide-inner {
    /* display: none; */
}
.slide-inner.on {
    display: block;
}

dl.status-block {
    border: 1px solid #333;
    width: 5em;
    box-sizing: border-box;
    text-align: center;
    font-size: 1em;
}
dl.status-block dt {
    /* background: #548235; */
    background: #0677d4;
    color: #fff;
    padding: 0.2em;
    font-weight: normal;
}
dl.status-block dd {
}


div.form-row {
    margin: 0 0 0.2em;
}
dl.form-block {
    margin-right: 0.4em;
    border: 1.4px solid #333;
}
dl.form-block.column {
    -webkit-flex-direction: column;
    flex-direction: column;
}
dl.form-block.mr0 + dl  {
	border-left: none;
}
.form-block dt {
    font-weight: normal;
    background: #0677d4;
    color: #fff;
    box-sizing: border-box;
    /*
    border: 1px solid #333;
    border-right: none;
    */
    text-align: center;
    padding: 0.1em 0.4em;

}
.form-block dd {
    box-sizing: border-box;
    color: #333;
    /* border: 1px solid #333; */
    border-left: 1px solid #333;
    padding: 0.1em 0;

}
dl.form-block.column dd {
    border-left: none;
    border-top: 1px solid #333;
}
.form-block label {
    width: 100%;
}
.form-block label.wauto {
    width: auto;
}
.form-block input[type=tel],
.form-block input[type=text] {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}
.form-block textarea {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
input[readonly=readonly],
.form-block input[readonly=readonly] {
    background: #ccc;
}
input[readonly=readonly].bg-orange,
.form-block input[readonly=readonly].bg-orange {
    background: #fff2d7;
}

.form-block div.flx {
}
.form-block select {
	max-width: 100%;
	width: 100%;
	border: none;
}
/* menuはデフォルトで使用 */
section.content .tabmenu {
    box-sizing: border-box;
    margin-top: 4em;
    padding-left: 4em;
    display: block;
    width: 100%;
    border-bottom: 1px solid #333;
}
section.content .tabmenu li {
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #333;
    width: 10em;
    text-align: center;
    height: 3em;
    line-height: 3em;
    margin-bottom: -1px;
    background: #ccc;
}
section.content .tabmenu li.current {
    font-weight: bold;
    border-bottom: 1px solid #fff;
    background: #fff;
}
section.content .tabmenu li a {
    display: block;
    color: #333;
}
section.content .tab-content {
    margin-top: 4em;
}

section.update-info {
    margin-top: 5em;
}
section.lower-btn {
    margin: 1em auto;
}

/* 現場担当者 */
dd .tkojit-wrap {
    height: 4em;
    width: 100%;
    overflow: auto;
}

.frame-table-wrapper {
    /* height: 10em; */
    /* overflow: auto; */
}
.frame-table-wrapper .frame-inner {
    height: 10em;
    overflow: auto;
}
.fixed-table-wrap {
    height: 30em;
    overflow: auto;
    /* width: 1200px; */
    width: 95%;
    box-sizing: border-box;
}
.master .fixed-table-wrap {
    background: #f8fafc;
}
.frame-table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.frame-table-wrapper table {
}
.frame-table-wrapper table th {
    background: #0677d4 !important;
    /* background: #e2efda !important; */
    color: #fff;
    border: 1px solid #333;
}
.frame-table-wrapper table td {
    background: #fff;
    color: #333;
    border: 1px solid #333;
    text-align: center;
}
.frame-table-wrapper table td input[type=tel],
.frame-table-wrapper table td input[type=text] {
    border: none;
    width: 99%;
}

table .noborder-lr {
	border-left: none !important;
	border-right: none !important;
}
table .noborder-tr {
    border-top: none !important;
    border-right: none !important;
}
table .noborder-t {
    border-top: none !important;
}
table .noborder-b {
    border-bottom: none !important;
}
.paging {
    margin: 1em auto;
}
.paging .pagination {
    width: 30em;
    margin: 0 auto;
}
.border-right-none {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

table.alternate tbody tr.odd td {
    background: #fff;
}
table.alternate tbody tr.even td {
    background: #efefef;
}
table.rowmouse tbody tr:hover td,
table.alternate tbody tr.odd:hover td,
table.alternate tbody tr.even:hover td {
    background: #fdfde9;
}

/* }}} */

/* lot {{{ */

.campaign.lot .template {
    display: none;
}


/* }}} */

/* menu {{{ */

section.content.menu {
    width: 900px;
    margin: 0 auto;
}
section.content.menu ul.menu {
    width: 900px;
    margin: 0 auto;
}
section.content.menu ul.menu li {
    margin-right: 1em;
    margin-bottom: 1em;
}
.content.menu ul.menu .btn {
    width: 14em;
    font-size: 1.4em;
}

/* }}} */

/* king {{{ */

.thumbnail-wrapper {
}
img.thumbnail {
    max-width: 200px;
    max-height: 200px;
}

.content.master table.list-table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
}
.content.master table.list-table th,
.content.master table.list-table td {
    border: 1px solid #e1e1e1;
    padding: 0.4em 0.6em;
    vertical-align: middle;
    text-align: center;
}
.content.master table.list-table th {
    background: #ddd;
}

.content.master table.list-table tr.ended th,
.content.master table.list-table tr.ended td {
    background: #ffeaea;
}

table.list-table {
}
table.list-table th {
}
table.list-table td {
    background: #fff;
    padding: 0.4em;
}

div.center-wrap {
    text-align: center;
}
div.center-wrap div.table-wrap {
    display: inline-block;
    text-align: left;
}
div.table-wrap {
    margin: 0 auto;
}

.ttl-menu {
}
.ttl-menu ul {
}
.ttl-menu ul li {
    display: inline-block;
    margin: 0 0.5em;
}
.ttl-menu ul li a {
    box-sizing: border-box;
    color: #fff;
    padding: 0.5em 2em;
}
.ttl-menu ul li a.selected {
    background: #fdbd10;
    border-radius: 1em;
}
.ttl-menu ul li a:hover {
    text-decoration: none;
    background: #fdbd10;
    border-radius: 1em;
}
.icon-user-circle {
    font-size: 2em;
}
.memo {
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
    border-radius: 5px;
    padding: 0.6em;
    margin-bottom: 0.5em;
}
/* }}} */

/* round-timer-bar {{{ */

.round-time-bar {
  /* margin: 1rem; */
  overflow: hidden;
}
.round-time-bar div {
  height: 5px;
  animation: roundtime calc(var(--duration) * 1s) steps(var(--duration)) forwards;
  transform-origin: left center;
  background: linear-gradient(to bottom, red, #900);
}
.round-time-bar[data-style="smooth"] div {
  animation: roundtime calc(var(--duration) * 1s) linear forwards;
}
.round-time-bar[data-style="fixed"] div {
  width: calc(var(--duration) * 5%);
}
.round-time-bar[data-color="blue"] div {
  background: linear-gradient(to bottom, #64b5f6, #1565c0);
}

@keyframes roundtime {
  to {
    /* More performant than `width` */
    transform: scaleX(0);
  }
}

/* }}} */

/* stamp {{{ */

.campaign.stamp .template {
    display: none;
}

/* }}} */

/* win {{{ */

.campaign.win.cp .template {
    display: none;
}

.linkarea {
    margin-bottom: 2em;
}
.linkarea .link-list {
}
.linkarea .link-list .item {
    display: inline-block;
}


/* }}} */

/* karat {{{ */

.quiz_explain {
    height: 7em;
}


/* }}} */


/* vim: set ts=4 sw=4 sts=0 foldmethod=marker : */
