﻿@charset 'utf-8';
/**** Cusotom CSS  ****/
html {
  overflow-y:scroll;
}

/* 共通スタイル */
body, h1, h2, h3, h4, h5, h6, p, a, ul, li, blockquote, button {
  font-family: 'メイリオ', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
}

body {
  background: url('images/egg_shell.png');
  font-size: 12px;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 1200px;
  margin-right: 20px;
/*  padding: 68px 18px 0 0;*/
}

.fixed-area {
  padding-right: 18px;
}

/*
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, body { padding-right:18px; } /* IE11 */
}
*/
body.sidepanel-open {
  padding-right:25%;
}

body.popupwindow {
  width:780px;
  min-width: 780px;
  background:#FFF;
  padding:10px;
}
/*Blueのページタイトル部分*/
.popup-header-title {
  background: #282783;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  margin: 0;
  position: fixed;
  top: 0px;
  width: 100%;
  min-width: 780px;
  z-index: 5;
}
  *::-ms-backdrop, .header-title { width:98.8%; } /* IE11 */

.popup-header-title h1 {
  color: #FFF;
}

.row {
  margin-right:-10px;  
  margin-left:-10px;  
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 10px;
  padding-left: 10px;
}

h2 {
  font-size:1.3em;
}
h4 {
  font-size:1.2em;
  margin:5px 0;
}
/**** text class  ****/
h3 span
 {
  display:inline-block!important;
}

h2 span
 {
  display:inline-block!important;
}

p span
 {
  display:inline-block!important;
}

.small {
  font-size:90%;
}
.text-bold {
  font-weight:bold!important;
}
.text-large {
  font-size:150%!important;
}
.text-xlarge {
  font-size:200%!important;
}
.text-price {
  font-weight:bold;
  text-align:right;
}
.text-shadow {
  text-shadow: 1px 1px 3px #333;
}
.text-att {
  font-size: 1.4em;
  color: #CC0000;
}
.text-underline {
  border-bottom:2px #CCC solid;
  padding-bottom:5px;
}
.text-dotted {
  border-bottom:1px #CCC dotted;
  padding-bottom:5px;
}

/* background class */
.bg-normal {
  background:#FFF;
}
.bg-normal-trans {
  background:rgba(255,255,255,0.9);
}
.bg-warning {
  background:orange;
}
.bg-danger {
  background:#CC0000;
}

/* button class */
.btn-w80 {
  width:80%;
}

/* margin class */
.mt0 {
  margin-top:0;
}
.mt5 {
  margin-top:5px;
}
.mt10 {
  margin-top:10px;
}
.mt15 {
  margin-top:15px;
}
.mt20 {
  margin-top:20px;
}
.mt30 {
  margin-top:30px;
}

.mb0 {
  margin-bottom:0;
}
.mb5 {
  margin-bottom:5px;
}
.mb10 {
  margin-bottom:10px;
}
.mb15 {
  margin-bottom:15px;
}
.mb20 {
  margin-bottom:20px;
}
.mb30 {
  margin-bottom:30px;
}

.mr0 {
  margin-right:0;
}
.mr5 {
  margin-right:5px;
}
.mr10 {
  margin-right:10px;
}
.mr15 {
  margin-right:15px;
}
.mr20 {
  margin-right:20px;
}
.mr30 {
  margin-right:30px;
}

.ml0 {
  margin-left:0;
}
.ml5 {
  margin-left:5px;
}
.ml10 {
  margin-left:10px;
}
.ml15 {
  margin-left:15px;
}
.ml20 {
  margin-left:20px;
}
.ml30 {
  margin-left:30px;
}

/* padding class */
.pd0 {
  padding:0;
}
.pd5 {
  padding:5px;
}
.pd10 {
  padding:10px;
}
.pd15 {
  padding:15px;
}
.pd20 {
  padding:20px;
}

.pl0 {
  padding-left:0;
}
.pl5 {
  padding-left:5px;
}
.pl10 {
  padding-left:10px;
}
.pl15 {
  padding-left:15px;
}
.pl20 {
  padding-left:20px;
}
.pl250 {
  padding-left:180px;
}

.pr0 {
  padding-right:0;
}
.pr5 {
  padding-right:5px;
}
.pr10 {
  padding-right:10px;
}
.pr15 {
  padding-right:15px;
}
.pr20 {
  padding-right:20px;
}

.pt0 {
  padding-top:0;
}
.pt5 {
  padding-top:5px;
}
.pt10 {
  padding-top:10px;
}
.pt15 {
  padding-top:15px;
}
.pt20 {
  padding-top:20px;
}

.pb0 {
  padding-bottom:0;
}
.pb5 {
  padding-bottom:5px;
}
.pb10 {
  padding-bottom:10px;
}
.pb15 {
  padding-bottom:15px;
}
.pb20 {
  padding-bottom:20px;
}

.img-responsive.pull-left
pull-left {
  margin-right:15px;
}

.img-responsive.pull-right {
  margin-left:15px;
}

.inline-block {
  display:inline-block;
}

.box-shadow {
  box-shadow:0 2px 4px rgba(0,0,0,0.2); 
  -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
}

.border-radius {
  border-radius:4px;
}

.attention-color {
  color:#CC0000;
}
/* bootstrap hack */

.container {
  max-width:none;
  min-width:1200px!important;
  padding-left:10px;
  padding-right:10px;
  width:100%;
}

.navbar {
  font-size:13px;
}


.navbar-collapse {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
  padding-bottom: 0;
}

.navbar-toggle {
  display: none;
}
.navbar-collapse {
  border-top: 0;
}

.navbar-brand {
  margin-left: -15px;
}

.label-block {
  width: 100%;
  display: block;
  text-align:center;
  padding: 4px 0;
  font-size: 1.1em;
}


/*Page Top*/
#topcontrol {
  background: #84aac9;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#topcontrol:hover {
  background: #6091ba;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
}


/* form style */


.input-xs {
  border-radius: 3px;
  font-size: 12px;
  height: 26px;
  line-height: 1.5;
  padding: 2px 2px;
}

select.input-xs {
  height: 24px;
  line-height: 24px;
  padding:0;
}

select.input-xs option{
  padding:0;
}

.form-control[readonly] {
  background: none;
  border-bottom: 1px #DDD solid;
  border-left: 1px #DDD solid;
  border-right: 1px #DDD solid;
  border-top: 1px #DDD solid;
  box-shadow: none;
}
.form-inline .form-group, .form-inline .form-group * {
  display: inline-block!important;
  margin-bottom: 0;
  margin-top: 0;
}
.form-inline .form-group {
  margin-bottom: 5px;
}

.form-inline .form-control {
  width: 6em;
}
.form-group > label.control-label:first-child {
  min-width:70px;
  text-align:right;
}

.form-inline .input-group > input.form-control {
  width: 8em;
}

.form-inline .form-control.input-number {
  width:4em;
  text-align:right;
}

.form-inline .form-control.input-price {
  width:6em;
  text-align:right;
}

.form-inline .form-control.input-time {
  width:5em;
}

.form-inline .form-control.input-phone {
  width:12em;
}

.form-inline .form-control.input-postal-code {
  width:7em;
}

.form-inline .form-control.input-address {
  width:18em;
}

.form-inline .form-control.input-name {
  width:18em!important;
}

/* カレンダー日付 */
.form-inline .input-group > input.form-control.input-date {
  border-radius: 3px;
  font-size: 12px;
  width: 9em;
  height: 24px;
  line-height: 1.5;
  padding: 2px 8px;
}

.form-inline .form-control.input-short {
  width:5em;
}

.form-inline .form-control.input-middle {
  width:12em;
}

.form-inline .input-group > input.form-control.input-middle {
  width: 12em;
}

.form-inline .form-control.input-long {
  width:20em;
}
.form-inline .form-control.input-w-long {
  width:30em;
}

.form-inline .form-control.input-block {
  width:100%;
}

.form-control.text-price.text-large {
  border-width:2px;  
}

.form-control.input-bordered {
  border:2px #333 solid;  
}

.form-group {
  margin-bottom: 10px;
  margin-right: 12px;
}

.input-group-btn button.btn-xs {
  box-shadow: none;
  padding-bottom: 2px;
  padding-top: 2px;
}

.functional-header {
  background: url('images/bg.jpg');
}
.functional-header .btn-group {
  margin-top: 7px;
}
.form-inline .form-control.date {
  width: 8em;
}
.w-date-cal {
 width: 9em;
 font-weight:normal;
}

.date-set-counter .w-date-cal {
  margin-bottom:7px;
}
.date-counter {
   width:4em; /*マージ時importantは不要*/
}

.date-navi {
  font-size:1.8em;
  margin:7px;
}

/*search table*/
.button-panel {
  margin: 20px 0 5px;
}
.ope-panel {
  font-size: 1.1em;
  margin-bottom: 10px;
}
.table-search-list {
}
.table-search-list .headings th  {
  background-color: #666;
  padding: 2px!important;
  color: #333;
  vertical-align:middle;
  text-shadow: 0 1px 0 #fff;
    background-repeat: repeat-x;
	border-color: #ccc;
	cursor: pointer;
	background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
}
tr.tb-filter input
 {
  height: 22px;
  line-height: 22px;
  font-size: 0.9em;
  padding: 3px 0;
  margin: 0;
}
.ms-choice {
  font-weight:normal;
}
tr.tb-filter button.ms-choice
 {
  height: 22px;
  line-height: 22px;
  margin: 0;
}
tr.tb-filter button.line-button
 {
  height: 22px;
  line-height: 17px;
  margin: 0;
}

tr.tb-filter label {
  font-size: 0.9em;
}
tr.tb-filter .input-xs {
  font-size: 0.9em;
  height: 22px;
  line-height: 1.5;
  padding: 2px 6px;
}
tr.tb-filter {
    border-bottom:2px solid #333;
}
.cs-pointer {
  cursor: pointer;
}

/*calener style*/
.table-headline {
 background-color: #666!important;
 color: #FFF;
 padding-top: 8px!important;
 padding-bottom: 8px!important;
}

th.holiday,
td.holiday {
	background-color: #E8BBBB!important;
}
.c-holiday {
	color: #D27979;
	font-weight: bold;
}
th.saturday,
td.saturday {
	background-color: #A9C6E2!important;
}
.c-saturday {
	color: #568EC7;
	font-weight: bold;
}
th.sunday,
td.sunday {
	background-color: #E6CCB3!important;
}


.breadcrumb {
  background: none;
  margin-bottom: 0;
}

h1 {
  display: inline-block;
  float:left;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0;
  padding: 6px 0 4px;
}
hr {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #DDD;
  margin: 10px 0;
}
.table {
  vertical-align: middle;
  word-break: break-all
}


/* Header Style */

.navbar {
  height: auto!important;
  margin-bottom: 0;
  max-width: none;
  min-height: 0;
  width: 100%;
}
.navbar, #navber {
  height: auto;
}
.navbar-brand {
  height: auto;
  padding: 5px 10px;
}
.navbar-default {
  background: #CCC;
  background-image: linear-gradient(to bottom,#EEE 0,#FFF 100%);
  background-repeat: repeat-x;
  border: none;
  width:100%;
  height:36px!important; /*menu_height_edit +31px?*/
  min-width: 1220px;
}
*::-ms-backdrop, .navbar-default {width:98.8%; } /* IE11 */

.navbar-default .container {
  background: none;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
  background-image: linear-gradient(to bottom,#FFF 0,#CCC 100%);
  background-repeat: repeat-x;
  border: none;
  border-left: 1px #FFF solid;
  border-right: 1px #CCC solid;
  padding: 8px 10px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  border-left: 1px #FFF solid;
  border-right: 1px #CCC solid;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color:#FFF;
  background:#282783;
}

.navbar-default .navbar-text {
  font-size: 12px;
}
.navbar-default .navbar-text,
.navbar-default .navbar-link {
  color: #333;
  margin-bottom: 10px;
  margin-top: 10px;
}

.navbar-header-raku2 {
 padding: 0;
}

*::-ms-backdrop, .navbar-header-raku2 { padding: 0 5px 0 0; } /* IE11 */

.navi2 {
  margin:5px 25px 0 0;
}

.info-navi {
  font-size:12px;
  margin:5px 0 0 0;
}

.main-content {
  margin-top:10px;
  width:100%;
  min-width:1200px;
  /* 初期表示時の位置を画面下に固定する */
  position:relative;
  height:auto !important;
  height:100%;
  min-height:100%;
}

.main-content-inner {
  margin:0 10px;
}

/*SidePanel*/
.sidepanel {
  font-size:95%;
  position: fixed;
  top: 63px;
  background: none;
  padding: 0;
  right: -620px;
  width:620px;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

.main-content.sidepanel-open .sidepanel {
  right: 0;
  /*z-index: 10;*/
  z-index: 300;
  /* アラートの右ズレ修正 */
  /*margin-right:10px;*/
}
/* アラートの右ズレ修正 */
*::-ms-backdrop, .main-content.sidepanel-open .sidepanel { margin-right:10px; } /* IE11 */

.sidepanel-header {
  width:620px;
}
.sidepanel-body {
  width:620px;
}
.button-sidepanel-close {
  float:right;
  cursor:pointer;
}

.btn span.badge {
  background-color: #CC0000!important;
  font-size: 10px;
  padding: 2px 5px;
  margin-left:3px;
  /*position: absolute;
  top: -2px;
  right: -6px;*/
}
.sidepanel-btn {
  float:right;
  margin:3px 0 0 0;  
}


/*凡例の位置*/
.legend-positon {
  margin-top:2px;
}
 

/*操作履歴ボタンの位置*/
.button-sidepanel {
  position:fixed;
  top:38px;
  right:10px;
}
*::-ms-backdrop, .button-sidepanel { right:25px; } /* IE11 */


/*Blueのページタイトル部分*/
.header-title {
  background: #282783;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  margin: 0;
  position: fixed;
  top: 35px; /*menu_height_edit +31px?*/
  width: 100%;
  min-width: 1220px;
  /* MultipleSelectドロップダウンより前面に表示する。 */
  /*z-index: 5;*/
  z-index: 199;
}
  *::-ms-backdrop, .header-title { width:98.8%; } /* IE11 */

.header-title h1 {
  color: #FFF;
}

.sub_menu {
  color: #FFF;
  float:left;
  font-size:1.2em;
  line-height:1em;
  margin: 7px 35px 0 80px;
  z-index:1;
}
.sub_menu a,
.sub_menu a:active {
  color: #FFF;
}
.sub_menu a:hover {
  color: #CCC;
}
.list-inline {
  margin-bottom: 0;
}

.sub_menu_right {
  color: #FFF;
  float:right;
  font-size:1em;
  line-height:1em;
  margin: 9px 10px 0;
  z-index:1;  
}
.sub_menu_right a,
.sub_menu_right a:active {
  color: #FFF;
}
.sub_menu_right a:hover {
  color: #CCC;
}

/* pager style */
.pager {
  width: 100%;
  max-width: 100%;
  min-width: 1220px;
  margin: 0 auto; /* ページャーをセンタリング */
}
.pager .separator {
  margin: 0 5px;
}

/* footer style */
.footer {
  color: #EEE;
  border-top: 1px #DDD solid;
  margin: 10px 0 0 0;
  background: #282783;
  padding: 5px 0 0;
  width: 100%;
  min-width: 1220px;
  /* 初期表示時の位置を画面下に固定する */
  position: absolute;
  bottom:0;
}
*::-ms-backdrop, .footer { width:99.8%; } /* IE11 */

.footer p {
  margin-bottom: 5px;
}
.footer h4 {
  border-bottom: 2px #999 solid;
  color: #DDD;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
}
.footer .site-name {
  float: left;
  font-weight: bold;
  margin: 2px 20px;
}
.footer .site-info {
  float: left;
  margin:1px 20px 2px 0;
}
.footer .list-inline {
  margin-bottom: 2px;
}
.footer .copyright {
  margin: 2px 5px;
  text-align: right;
  padding-right:10px;
}
.tel-no {
  font-size: 14px;
}


/*料金関係ページのパンくず*/
#flow-navi {
  float: left;
  display:block;
  margin: 2px 50px 0 0;  
  font-size: 1.3em;
}
#flow-navi .well-sm {
  margin: 0;
  padding:3px 10px;
}
#flow-navi .list-inline {
    margin: 0;
}

#flow-navi .fa-arrow-right {
  margin-left:10px;
}

/* hack for Bootstrap */
ul.nav-tabs {
  border-bottom:4px #282783 solid;
  margin-bottom:10px;
}

.nav-tabs > li > a {
  color: #333;
  background-image: linear-gradient(to bottom,#FFF 0,#DDD 100%);
  background-repeat: repeat-x;
  border: 1px solid #CCC;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  padding:3px 10px;
  margin-right:10px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #FFF;
  background: #5857B3;  
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a {
  background: #282783;
  border: 1px solid #282783;
  color: #FFF;
  font-weight: bold;
}

.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
  background: #282783;
  border: 1px solid #282783;
  color: #FFF;
}
.panel {
  margin-bottom:10px;
}

.panel-heading {
  clear:both;
}

.panel-heading, .panel-title {
  font-weight: bold;
}
.panel-body {
  background: #FFF;
  padding: 10px;
}

#search-detail .panel-heading {
  padding: 7px 15px 0;
}  
  
/* toggle panel */

.panel.panel-toggle .panel-heading {
}

.panel.panel-toggle .panel-heading h3{
  float:left;
}

.panel.panel-toggle.closed .panel-body {
  display:none;
}

.btn-panel-toggle {
  cursor:pointer;
  float:right;
}

.panel.panel-toggle .btn-panel-toggle:before {
	content: '\f139'; /* FontAwesome char code inside the '' */
	font-family: FontAwesome; /* FontAwesome or whatever */
	display: inline-block;
	width: 1.2em; /* same as padding-left set on li */
	margin-left: 0em; /* same as padding-left set on li */
}

.panel.panel-toggle .btn-panel-toggle:after {
	content: '閉じる';
	display: inline-block;
} 

.panel.panel-toggle.closed .btn-panel-toggle:before {
	content: '\f13a'; /* FontAwesome char code inside the '' */
	font-family: FontAwesome; /* FontAwesome or whatever */
	display: inline-block;
	width: 1.2em; /* same as padding-left set on li */
	margin-left: 0em; /* same as padding-left set on li */
} 

.panel.panel-toggle.closed .btn-panel-toggle:after {
	content: '詳細検索';
	display: inline-block;
} 

#top-search-panel.panel.panel-toggle .btn-panel-toggle:after {
	content: '閉じる';
}
#top-search-panel.panel.panel-toggle.closed .btn-panel-toggle:after {
	content: '詳細検索';
}

.search-panel.panel.panel-toggle .btn-panel-toggle:after {
	content: '閉じる';
}
.search-panel.panel.panel-toggle.closed .btn-panel-toggle:after {
	content: '詳細検索';
}

.date-navi {
  margin:0 7px; 
  font-size:1.8em;
}
.day-action {
  float:left;
  width:300px;
  min-width:300px;
  display:inline-block;  
}

/* 2017年度ユーザ要望対応Ph2 試作 2017-11-17 ITC松本 */
.day-action-plus20 {
  float:left;
  width:320px;
  min-width:320px;
  display:inline-block;  
}

/*table style */

/*table-accordion*/
.table-accordion {
  background: #F5F5F5;
}

.table-accordion th {
  background: #EEE;
  border:1px #CCC solid!important;
}

.table-accordion .summary-row th {
  background: #E0E0E0;
}

.table-accordion .detail-row > th:nth-child(1){
  background: #E0E0E0;
  border-top: 1px transparent!important;
  border-bottom: 1px transparent!important;
}

.table-accordion .detail-row
 {
	display: none;
}

.table-accordion .summary-row .btn-row-close {
	/*background: #E0E0E0 url(images/icon-table-close.png) no-repeat center 4px;*/
  background-color:#E0E0E0;
  width: 29px;
  text-align:center;
  border-bottom: 1px transparent!important;
	cursor: pointer;
  vertical-align: top!important;
}
.table-accordion .summary-row .btn-row-close:before {
	content: '\f146'; /* FontAwesome char code inside the '' */
	font-family: FontAwesome; /* FontAwesome or whatever */
	display: inline-block;
	margin-left: 0em; /* same as padding-left set on li */
}

.table-accordion .summary-row .btn-row-close.active {
  background-color:#E0E0E0;
  width: 29px;
  text-align:center;
	/*background: #E0E0E0 url(images/icon-table-open.png) no-repeat center 4px;*/
}
.table-accordion .summary-row .btn-row-close.active:before {
	content: '\f0fe'; /* FontAwesome char code inside the '' */
	font-family: FontAwesome; /* FontAwesome or whatever */
	display: inline-block;
	margin-left: 0em; /* same as padding-left set on li */
}



.tr-plangroups {}
.table-accordion .tr-plangroups {
	background-color: #EBF3F5!important;
  border: 1px solid #ddd!important;
}


/*table-bordered hack*/
.table-bordered {
  background: #FFF;
}
.table-bordered th {
  background-color: #EEE;
  font-weight: normal;
}
.table-bordered.va-middle th {
  vertical-align:middle;
}


/*Button width*/
.btn-w-large {
  width: 120px;
}

/*fotter action button area*/
.footer-action {
  height: 30px;
  text-align: center;
}
.footer-action-inner {
  bottom: 0px;
  position: fixed;
  margin-bottom: 60px;
}  

/*icon style*/
.q-icon {
  font-size: 1.2em; 
}

/*calnder style*/
.status-legend {
  margin-left:20px;
}

.cal-send {
  padding:5px;
}

/*曜日の表示を小さく表示*/
.week-s {
  font-size:0.8em;
  letter-spacing:-2px
}

/*top srarch box*/
.top-search-box {
  background-color:#F5F5F5;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  padding: 5px 10px;
  position: fixed;
  top: 63px; /*menu_height_edit +31px*/
  width: 100%;
  min-width: 1200px;
  z-index: 3;
}
*::-ms-backdrop, .top-search-box{ width:98.8%; } /* IE11 */
#top-search-panel .panel-heading {
  padding: 5px 5px 2px;
}
#top-search-panel .btn-panel-toggle {
  cursor: pointer;
  float: right;
  font-size: 1.2em;
  margin-top: 8px;
}


button.btn-submit{
  width: 140px;
}


/*table cell style*/
.group-head {
  background-color: #BBB;
  color: #000;
  font-weight: bold;
  vertical-align: middle;
}
.group-head th {
  vertical-align: middle;
}

.group-head td{
  padding-top: 1px!important;
  padding-bottom: 1px!important;
}

.table-bordered  th.navi-bg-color {
  background-color: #888;
}
.navi-bg-color a {
  color: #FFF;
}

.action-panel {
  margin-bottom:10px;  
}


/*button種類*/
/*送信*/
.btn-send {
  width: 140px;
}
a.btn-send:before,
button.btn-send:before {
  content: '\f093'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
  margin-right: 0.3em;
}
/*サイト反映*/
.btn-refle {
  width: 140px;
}
a.btn-refle:before,
button.btn-refle:before {
  content: '\f0ee'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
  margin-right: 0.3em;
}

/*照会*/
.btn-inquiry {
  width: 140px;
}
a.btn-inquiry:before,
button.btn-inquiry:before {
  content: '\f0ed'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
  margin-right: 0.3em;
}

/*保存*/
.btn-save {
  width: 120px;
}
a.btn-save:before,
button.btn-save:before {
  content: '\f0c7'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
  margin-right: 0.3em;
}
/*保存して次へ*/
.btn-save-next {
  width: 140px;
  margin-left:10px;
}
a.btn-save-next:before,
button.btn-save-next:before {
  content: '\f0c7'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
  margin-right: 0.3em;
}


/*実行*/
.btn-run {
  width: 80px;
}
a.btn-run:before,
button.btn-run:before {
  content: '\f138'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
  margin-right: 0.3em;
}

/*新規追加*/
.btn-entry {
  width: 100px;
}
a.btn-entry:before,
button.btn-entry:before {
  content: '\f0f6'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
  margin-right: 0.3em;
}

/*変更*/
.btn-edit {
  width: 100px;
}
a.btn-edit:before,
button.btn-edit:before {
  content: '\f044'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
  margin-right: 0.3em;
}

.btn-edit2 {
  width: 100%;
}
a.btn-edit2:before,
button.btn-edit2:before {
  content: '\f044'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
  margin-right: 0.3em;
}



/*設定*/
.btn-setting {
  width: 100px;
}
a.btn-setting:before,
button.btn-setting:before {
  content: '\f00c'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
  margin-right: 0.3em;
}

/*並び替え変更*/
.btn-sort {
  width: 100px;
}
a.btn-sort:before,
button.btn-sort:before {
  content: '\f0dc'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
  margin-right: 0.3em;
}

/*列一括設定*/
.btn-bulk-col-set {
  display: block;
  width: 100%;
}

a.btn-bulk-col-set:before,
button.btn-bulk-col-set:before {
  content: '\f0a7'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  width: 1.0em;
  margin-left: 0em;
  margin-right: 0.3em;
}

/*横一括設定*/
.btn-bulk-width-set {
  display: block;
  width: 100%;
}
.btn-bulk-width-set-s {
  margin-right:5px;
}
.btn-bulk-width-i-set {
}

a.btn-bulk-width-set:before,
button.btn-bulk-width-set:before,
a.btn-bulk-width-set-s:before,
button.btn-bulk-width-set-s:before,
a.btn-bulk-width-i-set:before,
button.btn-bulk-width-i-set:before  {
  content: '\f0a4'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  width: 1.0em;
  margin-left: 0em;
  margin-right: 0.3em;
}
/*検索*/ 
.btn-search {
  width: 120px;
}
a.btn-search:before,
button.btn-search:before {
  content: '\f002'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
  margin-right: 0.3em;
}

/*クリア*/ 
.btn-clear {
  width: 80px;
}
a.btn-clear:before,
button.btn-clear:before {
  content: '\f0e2'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
  margin-right: 0.3em;
}
/*リセット*/ 
.btn-reset {
  width: 90px;
}
a.btn-reset:before,
button.btn-reset:before {
  content: '\f0e2'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
  margin-right: 0.3em;
}

/*閉じる*/ 
.btn-close {
  width: 90px;
}
a.btn-close:before,
button.btn-close:before {
  content: '\f00d'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
  margin-right: 0.3em;
}
/*プラン追加・削除*/ 
.btn-plus-minus {
  font-size:1.1em;
}
a.btn-plus-minus:before,
button.btn-plus-minus:before {
  content: '\f044'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
  margin-right: 0.3em;
}

/*解除*/ 
.btn-release {
}
a.btn-release:before,
button.btn-release:before {
  content: '\f00d'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1em;
  margin-left: 0em;
}

/*コピー*/ 
.btn-copy {
  font-size:1.1em;
}
a.btn-copy:before,
button.btn-copy:before {
  content: '\f0c5'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1em;
  margin-left: 0em;
  margin-right: 0.3em;
}

/*削除*/ 
.btn-delete {
  font-size:1.1em;
}
a.btn-delete:before,
button.btn-delete:before {
  content: '\f014'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
  margin-right: 0.3em;
}  

/*印刷*/ 
.btn-print {
}
a.btn-print:before,
button.btn-print:before {
  content: '\f02f'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1em;
  margin-left: 0em;
  margin-right: 0.3em;
} 

/* 2021/01/28 Frontec 顧客要望対応(第三期) Excel出力ボタン用に追加 */
button.btn-download:before {
  content: '\f019'; /* FontAwesome char code inside the '' */
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
  margin-right: 0.3em;
} 
  
/*multiple.css hack*/
.select-checkbox.select-group label {
  font-weight: normal;
  margin-left: 15px;
}
.select-checkbox.select-group label.optgroup {
  margin-left: 0;
  font-weight: bold;
}
.select-checkbox.select-group label.all-group {
  margin-left: 0;
  font-weight: bold;
}
.ms-drop ul > li.multiple {
    display: block;
    float: left;
    margin-left: 15px;
}
.w-xsmall.ms-parent {
 width:100%!important;
 min-width: 3.5em!important;
}
.w-small.ms-parent {
 width:100%!important;
 min-width: 7em;
}
.w-middle.ms-parent {
 width: 8em!important;
}
.w-large.ms-parent {
 width: 12em!important;
}
.w-wide.ms-parent {
 width: 16em!important;
}
.w-wide2.ms-parent {
 width:100%!important;
 width: 32em!important;
}
.w-price.ms-parent {
 width:100%!important;
 min-width: 5.5em!important;
}
.w-date.ms-parent {
 width: 100%!important;
 min-width: 8em;
}
.w-date-time.ms-parent {
 width: 100%!important;
 min-width: 6em;
}
.w-tel.ms-parent {
 width: 100%!important;
 min-width: 7.5em;
}
.w-agent.ms-parent {
 width: 100%!important;
 min-width: 8em;
}
.w-name.ms-parent {
 width: 100%!important;
 min-width: 6em;
}
.w-state.ms-parent {
 width:100%!important;
 min-width: 6em;
}
.w-plan.ms-parent {
 width: 25em!important;
}
.w-100.ms-parent {
 width: 100%!important;
 min-width:90px;
}
.w-rese-no.ms-parent {
 width: 100%!important;
 min-width:7em;
}

// 2015.05.26 ITC ADD
.w-11.ms-parent {
 width: 11em!important;
}
.w-6.ms-parent {
 width: 6em!important;
}

/*panel hack*/
.panel-heading h3 {
  font-size:1.2em;
}
.add-right .panel-heading {
  padding: 3px 10px;
}
.add-right h3 {
  margin-top: 7px;
  float:left;
}

a.btn-row-fullopen {
  font-size:0.9em;
}
a.btn-row-fullclose {
  font-size:0.9em;
}

.refresh-time {
  margin-left:10px;
  font-weight:normal;
}

.switch {
 -webkit-animation: switchtext 0.7s infinite alternate;
 -moz-animation: switchtext 0.7s infinite alternate;
 animation: switchtext 0.7s infinite alternate;
}
@-webkit-keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0; }
}
@-moz-keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0; }
}
@keyframes switchtext {
 from { opacity: 1.0; }
 to { opacity: 0; }
}

/*テーブル行選択色*/
.table-selectable-row tr {
    /*2016/01/18 グリッド上のカーソルが指になってしまう問題の対応 FRN玉木*/
  /*cursor:pointer;*/
}

.table-selectable-row tr.selected,
.table-selectable-row-multi tr.selected {
  background: #F3F3E4!important;
}

/*サイトログインモーダル横幅*/
#sitelogin .modal-dialog {
  width:1100px;
}
#sitelogin .btn-sm {
  font-size:1.3em;
}

.bg-white {
  background-color:#FFF;
}

/* ...で文字列を省略 */
p.lineclamp {

  /* config */
  line-height: 3;
  height: 3em;
  /* config end */

  position: relative;
  padding-right: 1em;
  overflow: hidden;
}

.lineclamp:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}

.lineclamp:after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}

input[type=checkbox], input[type=radio], select{
    cursor:pointer;
}

@media print {
    /*** ヘッダーのpositionをfixedからabsoluteに変更。 ***/
    /*** （IEで２ページ以降にも出力されてしまうため） ***/
    .navbar {
        position: absolute !important;
        top: 0px !important;
    }

    .header-title {
        position: absolute !important;
        top: 35px !important;
    }
}

/*BootStarpのモーダル表示の余白を無視する*/
body.modal-open {
 padding-right: 0px !important;
 }
/* ポップアップ画面では以下のスタイルで余白を無視する */
body.popupwindow.modal-open {
    padding-right: 10px !important;
}

/* モーダルの横スクロール */
body.modal-open .modal {
    max-width: 100%;
}

/* 2016/07/25 FRN木村 ブラウザ料金機能 ユーザ要望対応【３】料金一括期間延長再反映選択 */
#modal-confirmation-additionainfo {
    margin-left: 10px;
}

/* 2017/02/24 FRN玉木 下期対応Phase2.1 */
.calendarList_row {
    cursor:pointer;
}

tr.calendarList_row:hover {
    background-color:#DFF3F9 !important;
}

/* 2017/10/19 FRN玉木 印刷連動ツールブラウザ化対応 ここから */
/* spinnerスタイル */
.ui-spinner a.ui-spinner-button{
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
    border-right: none;
    background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
    color: #1c94c4;
}
.ui-spinner a.ui-spinner-button:hover{
    background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    color: #212121;
}
.ui-widget-content.ui-spinner{
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    border: 1px solid #aaaaaa;
}

/* 2017/10/19 FRN玉木 印刷連動ツールブラウザ化対応 ここまで */

/* 2019/06/20 Frontec 直販管理機能対応 */
li.opt-hidden{
    visibility: hidden!important;
    position: absolute!important;
}

/* 2019/12/18 Frontec 2019年度ユーザー要望対応Phase1 */
.w2ui-grid .w2ui-grid-body table td.w2ui-head .w2ui-col-sortable:hover{
  cursor: pointer;
  text-decoration: underline;
}

.w2ui-grid div.w2ui-grid-body div.w2ui-col-header > div.w2ui-sort-up{
  border-bottom-color: #333;
}
.w2ui-grid div.w2ui-grid-body div.w2ui-col-header > div.w2ui-sort-down{
  border-top-color: #333;
}

/* 2019/12/10 Frontec 2019年度ユーザー要望対応Phase2 一覧表示領域（高さ）変更 */
.ui-resizable-s {
     height: 10px;
}


/* 2020/01/07 Frontec 2019年度ユーザー要望対応Phase2 印刷画面の共通スタイル */
.printpage-header{
    background-color: #F5F5F5;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    position: fixed;
    top: 0px;
    z-index: 4;
    left: 0px;
    width: 100%;
    height: 50px;
}

.printpage-header > h1{
    float:none;
    font-size:1.6em;
    font-weight:normal;
    margin-left:10px;
    margin-top:10px;
    margin-bottom:0px;
    border-bottom:2px solid #333;
}

.printpage-header > .btn-print{
    position: absolute;
    right: 0px;
    bottom: 5px;
}

.printpage-body{
    margin-top: 30px;
}

/* 2019/12/13 Frontec 2019年度ユーザー要望対応Phase2 印刷用スタイル */
@media print{
    .no-print{
        /* 印刷ボタンは印刷時は非表示にする */
        display: none;
    }
    .printpage-header{
        /* 印刷時は背景色無し */
        background-color: inherit;
        /* 印刷時は固定を解除する ※Fixed要素は前頁に印刷されてしまうため */
        position: static;
        /* 印刷時は影も消す */
        box-shadow: none;
    }
    .printpage-body{
        margin-top: 0px;
    }
    #topcontrol{
        /* 印刷時、Back to topは非表示にする */
        display: none;
    }
}

/* 左右余白はIE、Chrome共通 */
@page{
        margin-top: 30px;
        margin-bottom: 15px;
        margin-left: 20px;
        margin-right: 20px;
        /* 横を規定にする */
        size: landscape;
    }       


/* クロームのみCSSでヘッダフッタを非表示にする */
@media print and (-webkit-min-device-pixel-ratio:0) {
    @page{
        margin-top: 20px;
    }       
}

/* 2020/02/18 Frontec 団体管理 aタグpopoverのフォーカス時のアウトラインを非表示 */
a[data-toggle="popover"]:focus {
    outline: none;
}

/* 2021/04/09 Frontec 共通販売対応 preタグのbootstrapスタイル打ち消し */
pre.pre-img-desc{
    padding: 0.6px;
    margin: 0;
    font-size: 12px;
    border: none;
    background: inherit;
    font-family: "メイリオ", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    white-space: break-spaces;
}

/* 2021/05/06 Frontec 共通販売対応 テーブル内セルの縦スクロール */
.cell-scroll{
    /* 
        プロパティ値:scrollを指定すると、はみ出ない要素にも非活性なスクロールバーが表示されてしまうためautoにした。
        (IE,Cromeでは期待通りスクロールバーがでることを確認済み)
    */
    overflow-y: auto; 
}

/* 2022/08/26 Frontec 機能増強(他社追随) Multiple-Selectの代用として利用するプルダウンのカスタムスタイル */
select.customSelect {
    cursor: pointer;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    height: 26px;
    line-height: 25px;
    color: #444;
    padding-left: 8px;
    /* 三角形にMultipleSelectの画像を使う */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('multiple-select/multiple-select.png') right top no-repeat;
    background-color: white;
    background-clip: border-box;
    background-position: calc(100% + 20px) 0;
}
select.customSelect:disabled {
    background-color: #eee;
    border: 1px solid #ccc;
    cursor: not-allowed;
}
select.customSelect:focus {
    outline: none;
}
/* 2023/01/31 FRN渡邉 顧客要望対応第9期 在庫未反映ダイアログ 以降非表示チェックボックス */
#lbl-btem-notbeshow{
    margin-top: -40px;
}

/* 2023/04/19 Frontec #4545(【ブラウザ】画面表示修正) 太字から通常に変更 */
.font-weight-normal {
    font-weight: normal;
}

/* 2025/09/19 Frontec #6171(フッターへのリンク追加)対応 */
/*.footer a,a:visited {  2025/10/27 ITC長柄 リンクが黒字になる*/
.footer a,.footer a:visited {
    color: inherit;
}