@charset "UTF-8";
/* 
    Created on : 2016/06/28, 14:50:11
    Author     : ooki
*/
/*

このファイルは変数の宣言をまとめておくためのファイルです。
共有で使用する変数は、本ファイルにまとめて記述します。

通常の設定ではコンパイル外になります。（先頭アンダーバー）
各scssでimportして使用して下さい。
        
*/
/* 
    Created on : 2016/06/28, 14:50:11
    Author     : ooki
*/
/*

このファイルは変数の宣言をまとめておくためのファイルです。
共有で使用する変数は、本ファイルにまとめて記述します。

通常の設定ではコンパイル外になります。（先頭アンダーバー）
各scssでimportして使用して下さい。
        
*/
body {
  font-size: 15px;
  line-height: 1.5;
  word-wrap: break-word;
}

body.safezone-cover {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}
body.safezone-cover .navbar-sma {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}

button {
  border-style: none;
  box-shadow: none;
  -webkit-appearance: none;
  color: #ffffff;
}

.header {
  height: 36px;
  padding: 5px 5px;
  font-size: 18px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzBjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhODA3MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffc0cb), color-stop(100%, #fa8072));
  background-image: -moz-linear-gradient(top, #ffc0cb, #fa8072);
  background-image: -webkit-linear-gradient(top, #ffc0cb, #fa8072);
  background-image: linear-gradient(to bottom, #ffc0cb, #fa8072);
  color: white;
}
.header .pagetitle {
  font-weight: bold;
}

.navbar-sma {
  background-color: #005bac;
}
.navbar-sma .navbar-nav > li > a {
  color: #fff;
}

.navbar-brand {
  padding: 0px 15px 0px 15px;
}

.navbar-notification {
  float: left;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  background-color: pink;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  text-align: center;
}
.navbar-notification .navbar-notification-label {
  width: 100%;
  font-size: 0.7em;
  font-weight: bold;
  color: red;
}

.headericonsarea {
  float: right;
  font-size: 11px;
  color: white;
  padding-top: 8px;
  margin-right: 5px;
}
.headericonsarea .menu_icon_small {
  margin-left: 15px;
}

#notification-window-back {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(211, 211, 211, 0.5);
  z-index: 998;
}
#notification-window-back #notification-window {
  position: fixed;
  opacity: 1;
  width: 80%;
  left: 10%;
  margin: 0 auto;
  background-color: white;
  padding: 10px 20px;
  border: solid 2px bisque;
  top: 20%;
  z-index: 999;
}
@media screen and (min-width: 991px) {
  #notification-window-back #notification-window {
    width: 60%;
    left: 20%;
  }
}
#notification-window-back #notification-window #notification-window-title {
  font-weight: bold;
  font-size: 1.1em;
}
#notification-window-back #notification-window #notification-window-title, #notification-window-back #notification-window #notification-window-title {
  margin: 5px;
  padding: 10px;
}
#notification-window-back #notification-window #notification-window-footer {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.contentbody {
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.notification-shown .contentbody {
  margin-top: 85px;
}

.menu_div {
  margin-bottom: 10px;
}

.menu_icon {
  width: 32px;
  height: 32px;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .menu_icon {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
  }
}

.badge {
  line-height: 1;
  color: #000000;
  background-color: #ffffff;
}

.sma_btn {
  display: inline-block;
  color: white;
  font-weight: bold;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100%;
  font-size: 15px;
  box-shadow: none;
  text-decoration: none;
  border-radius: 8px;
  height: 44px;
  background-color: #005bac;
}
.sma_btn:link {
  color: white;
  text-decoration: none;
}
.sma_btn:visited {
  color: white;
  text-decoration: none;
}
.sma_btn:hover {
  color: white;
  text-decoration: none;
}
.sma_btn:active {
  color: white;
  text-decoration: none;
}
.sma_btn:hover {
  background-color: #0088ff;
  cursor: pointer;
}
.sma_btn.start_mail {
  background-color: royalblue;
}
.sma_btn.start_mail:hover {
  background-color: #5a7be0;
}
.sma_btn.start_line {
  background-color: #00B900;
}
.sma_btn.start_line:hover {
  background-color: #4aba4a;
}
.sma_btn.start_conf {
  background-color: #ff8c00;
}
.sma_btn.start_conf:hover {
  background-color: #ffa333;
}
.sma_btn.menu {
  background-color: #005bac;
  width: 100%;
  font-size: 13px;
  box-shadow: none;
  text-decoration: none;
  border-radius: 5px;
  height: 70px;
}
.sma_btn.menu:hover {
  background-color: #0088ff;
}
@media screen and (min-width: 768px) {
  .sma_btn.menu {
    font-size: 15px;
    height: 140px;
    padding-top: 25px;
  }
}
.sma_btn.return {
  width: 100px;
  background-color: #005bac;
}
.sma_btn.return:hover {
  background-color: #0088ff;
}
.sma_btn.delete {
  width: 80px;
  background-color: gray;
}
.sma_btn.delete:hover {
  background-color: lightgray;
}
.sma_btn.regist {
  width: 80px;
  background-color: crimson;
}
.sma_btn.regist:hover {
  background-color: darksalmon;
}
.sma_btn.small {
  width: 120px;
  padding-top: 1px;
  padding-bottom: 1px;
  height: 22px;
  background-color: #005bac;
}
.sma_btn.small:hover {
  background-color: #0088ff;
}
.sma_btn.small.off {
  background-color: #696969;
}
.sma_btn.small.off:hover {
  background-color: #cccccc;
}
.sma_btn.small.wide {
  width: 150px;
  height: 44px;
}
.sma_btn.off {
  background-color: #696969;
}
.sma_btn.off:hover {
  background-color: #cccccc;
}
.sma_btn.btn_modal {
  width: 80px;
  background-color: #005bac;
}
.sma_btn.btn_modal:hover {
  background-color: #0088ff;
}

.modalBody {
  display: none;
  width: 40%;
  text-align: center;
  padding: 3rem 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50px;
  z-index: 100;
  border-radius: 10px;
  height: 80%;
}
@media screen and (max-width: 991px) {
  .modalBody {
    width: 80%;
  }
}

.modalBack {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(230, 230, 230, 0.7);
}

.modalClose {
  position: absolute;
  color: #353535;
  right: 10px;
  top: 5px;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.mailList {
  background-color: white;
}
.mailList.unchecked {
  background-color: #ffe6ea;
}
.mailList:hover {
  background-color: pink;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 995;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
  background: rgba(0, 0, 0, 0.5);
}

.modal-wrap {
  height: 100%;
  padding: 0 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-content2 {
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: initial;
  border: initial;
}

.modal-table-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.modal-table-cell {
  display: table-cell;
  padding: 60px 0 60px;
  vertical-align: middle;
}

.modal-content-box {
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
}

.modal-content-box-short {
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .modal-content-box-short {
    width: 50%;
  }
}

.modal-content-inner {
  padding: 50px 30px 50px;
}

.modal-btn-close {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 9;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.modal-btn-close span {
  display: block;
  background: #000;
  height: 2px;
  width: 15px;
}
.modal-btn-close .bar01 {
  -moz-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.modal-btn-close .bar02 {
  -moz-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -webkit-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .modal-wrap {
    padding: 0 3.125%;
  }

  .modal-content-inner {
    padding: 40px 3.33333% 40px;
  }
}
.blinkAnpi {
  animation: blinkAnpi ease .5s infinite alternate;
}

@keyframes blinkAnpi {
  0% {
    background-color: #005bac;
  }
  100% {
    background-color: #0088ff;
  }
}
.mailheadertable {
  width: 100%;
}
.mailheadertable td {
  padding: 3px 5px;
  border: none;
  text-align: left;
  vertical-align: central;
}
.mailheadertable td.title {
  font-weight: bold;
  padding: 3px 0px;
  width: 60px;
}

.attentionbox {
  background-color: snow;
  border: 1px solid red;
  padding: 5px;
  margin: 20px 10px;
  font-weight: bold;
  font-size: 0.9em;
}

.menu_icon_small {
  width: 32px;
  height: 32px;
}
.menu_icon_small:hover {
  cursor: pointer;
  opacity: 0.7;
}

.backscreen {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(211, 211, 211, 0.5);
  z-index: 998;
  overflow: auto;
}
.backscreen .forescreen {
  opacity: 1;
  margin: 55px auto;
  background-color: white;
  padding: 20px;
  width: 300px;
  z-index: 999;
  border-radius: 20px;
}
.backscreen .forescreen .submenu-title, .backscreen .forescreen .submenu-button, .backscreen .forescreen .return-button, .backscreen .forescreen .execute-button {
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
.backscreen .forescreen .submenu-title.half-left, .backscreen .forescreen .submenu-button.half-left, .backscreen .forescreen .return-button.half-left, .backscreen .forescreen .execute-button.half-left {
  width: 40%;
  float: left;
}
.backscreen .forescreen .submenu-title.half-right, .backscreen .forescreen .submenu-button.half-right, .backscreen .forescreen .return-button.half-right, .backscreen .forescreen .execute-button.half-right {
  width: 40%;
  float: right;
}
.backscreen .forescreen .submenu-button, .backscreen .forescreen .return-button, .backscreen .forescreen .execute-button {
  padding: 8px;
  border-radius: 10px;
}
.backscreen .forescreen .submenu-explain {
  font-size: 0.7em;
  margin: 2px 3px 13px 3px;
  text-align: center;
}
.backscreen .forescreen .submenu-button {
  font-weight: bold;
  color: white;
  border: white 1px solid;
}
.backscreen .forescreen .submenu-button:hover {
  cursor: pointer;
}
.backscreen .forescreen .submenu-button:active {
  border: 1px solid lightgray;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
}
.backscreen .forescreen .return-button {
  color: orange;
  background-color: white;
  border: 0.5px solid orange;
  margin-top: 15px;
}
.backscreen .forescreen .return-button:hover {
  cursor: pointer;
}
.backscreen .forescreen .return-button:active {
  border: 1px solid lightgray;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
}
.backscreen .forescreen .execute-button {
  color: white;
  background-color: darkred;
  margin-top: 15px;
}
.backscreen .forescreen .execute-button:hover {
  cursor: pointer;
}
.backscreen .forescreen .execute-button:active {
  border: 1px solid lightgray;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
}
.backscreen .forescreen.searchcond {
  margin-top: 70px;
  border: 1px solid darkorange;
  background-color: oldlace;
}
.backscreen .forescreen.searchcond .cond-title {
  font-size: 0.7em;
  padding: 1px 3px;
  margin: 5px 2px;
  background-color: darkorange;
  color: white;
}
.backscreen .forescreen.searchcond .condition {
  padding: 1px 3px;
}
.backscreen .forescreen.searchcond .input_date {
  width: 100px;
}
.backscreen .forescreen.submenu {
  margin-top: 65px;
}
.backscreen .forescreen.submenu .submenu-title {
  font-size: 0.7em;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0px;
}
.backscreen .forescreen.submenu.setting-menu {
  border: 1px solid lightblue;
  background-color: azure;
  z-index: 1000;
}
.backscreen .forescreen.submenu.setting-menu .submenu-button {
  background-color: steelblue;
}
.backscreen .forescreen.submenu.help-menu {
  border: 1px solid lightgreen;
  background-color: honeydew;
}
.backscreen .forescreen.submenu.help-menu .submenu-button {
  background-color: green;
}
.backscreen .forescreen.answer-dialog {
  border: 1px solid darkcyan;
}
@media screen and (max-width: 767px) {
  .backscreen .forescreen.answer-dialog {
    font-size: 0.8em;
  }
}
.backscreen .forescreen.showmessage {
  margin-top: 100px;
  border: solid 3px yellow;
}
.backscreen .forescreen.showmessage .message {
  padding: 10px;
}
.backscreen .forescreen.imagescreen {
  margin-top: 100px;
  border: solid 2px orange;
  padding: 10px 2px;
  width: 98%;
}
.backscreen .forescreen.imagescreen #imgScreenImage {
  width: 100%;
  margin-top: 20px;
  display: block;
}

.fileDispLabel::before {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-size: contain;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.fileDispLabel.temp::before {
  background-image: url(images/menuicon/temp.png);
}
.fileDispLabel.doc::before {
  background-image: url(images/menuicon/doc.png);
}

/*# sourceMappingURL=ui_parent.css.map */
