@charset "utf-8";
/* CSS Document */

/* reset */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
	}
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	a, a:link, a:visited, a:hover, a:active{
		color: #333;
		text-decoration: none;
	}

	input, textarea,select{
		width: auto;
		}
	input[type="checkbox"]{
		width: auto;
	}

/* システム共通 */
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}
 
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url(../img/gif-load.gif) center center no-repeat;
}

/* jqueryエラーメッセージ用 */
.error {
	color:red;
}

/* 基本設定 */
	body {
		font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		font-size: 15px;
		color: #333;
		-webkit-text-size-adjust: 100%;
		line-height:1.3;
	}
	h1 {
		font-size: 18px;
		font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','Kozuka Mincho Pro' ,'Kozuka Mincho Std' ,'小塚明朝 Pro R' ,'小塚明朝 Std R', "メイリオ", Meiryo, serif;
		color:#333;
		padding-top: 4px;
		padding-left: 27px;
		}
	h2{
		font-size: 20px;
		}
	h3 {
		font-size: 16px;
		color: #333;
		margin-bottom: 10px;
	}
	
	h4 {
		font-size: 17px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.pt5{
		padding-top:5px;
	}
	.pt10{
		padding-top:10px;
	}
	.pt20{
		padding-top:20px;
	}
	.pt40{
		padding-top:40px;
	}
	.pb5{
		padding-bottom: 5px;
	}
	.pb10{
		padding-bottom: 10px;
	}
	.pb20{
		padding-bottom: 20px;
	}
	.pb40{
		padding-bottom: 40px;
	}
	.mb-10{
		margin-bottom: 10px;
	}
	.mb-30{
		margin-bottom: 30px;
	}
	.mt-10{
		margin-top:10px;
	}
	.mt-20{
		margin-top:20px;
	}
	.mt-40{
		margin-top:40px;
	}

.blue{
	color:#2c4289;
}
.red{
	color:#af1e23;
}

.row-eq-height {
    display: -webkit-flex; /* Safari */
  display: flex;
  flex-wrap: wrap;
}
.clearfix{
	overflow: hidden;
}
.width8em{
	width: 8em;
}
.width6em{
	width: 6em;
}
.width3em{
	width: 3em;
}
.width2em{
	width: 2em;
}
.width4em{
	width: 4em;
}


.ui-datepicker {
	z-index: 10 !important;
}


/* ----------------------------------------
ログイン画面
----------------------------------------------- */
section#contents01 {
    margin-top: 130px;
    margin-bottom: 40px;
}

.login-inner{
	margin-bottom: 40px;
	background: #af1e23;
	padding:40px;
}

.login-logo{
	text-align:center;
	padding-bottom:20px;
}
.login {
    margin: 0 auto;
    text-align: center;
}
.login-form input{
	font-size: 16px;
	width: 100%;
	padding: 10px;
	margin: 2px 6px 16px 0;
	background-color:rgba(255,255,255,0.8);
	border: 1px solid #fff;
}
p.account input{
	background-image: url(../img/login_id.png);
	background-repeat: no-repeat;
	background-position: left 5px center;
	padding-left: 40px;
}
p.password input{
	background-image: url(../img/login_pass.png);
	background-repeat: no-repeat;
	background-position: left 5px center;
	padding-left: 40px;
}

p.forget a{
	color:#fff;
}
p.forget a:hover{
	text-decoration:underline;
}


.login-form button.transmission{
	width: 50%;
	margin: 0 auto;
	background-color:rgba(0,0,0,0.6);
	color: #fff;
	font-weight: bold;
	border: none;
	margin-top:40px;
	font-size: 15px;
	letter-spacing: 2px;
	padding: 10px;
}

.login-form button.transmission:hover{
	background-color:rgba(0,0,0,1);
}

/* passwaord再設定 */
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: none;
    background: #2c4289;
	border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		-webkit-border-radius: 4px 4px 0 0;
		-o-border-radius: 4px 4px 0 0;
		-ms-border-radius:4px 4px 0 0;
    color: #fff;
}
.login-form .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=70);
    opacity: .7;
    color: #fff;
}
.login-form .btn-blue, .modal-footer .btn-blue{
    color: #fff;
    background-color: #2c4289;
    border-color: #2c4289;
}
.login-form .btn-blue:hover, .modal-footer .btn-blue:hover {
    color: #fff;
    background-color: #5669a6;
    border-color: #2c4289;
}
.modal-body{
	text-align:left;
}

.login-form .modal-body input {
    padding: 5px;
    margin: 2px 6px 10px 0;
    background-color: #fff;
    border: 1px solid #bbb;
}
.modal-footer {
    border-top: none;
}
.forgot-wrapper .width50{
	width:50%;
}


/* ----------------------------------------
メニューページ
----------------------------------------------- */
/* ヘッダー */
.navbar-default {
    background-color: #af1e23;
    border-color: none;
}
.navbar-header{
	width:100%;
}
.navbar-header h1 img{
	height:40px;
	width:auto;
}
.navbar-header .header-right{
	float:right;
	padding-top: 14px;
}

.navbar-header .logname{
	color:#fff;
	padding-right:20px;
}

button.logout {
    border: 1px solid #fff;
    background: rgba(255,255,255,0.8);
    color: #af1e23;
	border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-o-border-radius: 2px;
		-ms-border-radius:2px;
}
button:hover.logout {
    border: 1px solid #fff;
    background: #fff;
    color: #af1e23;
}

/* フッター */
footer{
	background: #af1e23;
	padding:5px 0;
	width: 100%;
}
footer p{
	float: right;
	font-size: 80%;
	color: #fff;
}

footer.footer-fixed{
	position: fixed;
	bottom:0;
}


/* サイドメニュー */
.drawer-hamburger {
    padding: 12px .75rem 15px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    background-color: #fff;
}
.drawer-nav {
    background-color: #f2f2f2;
}
ul.drawer-menu li:hover{
	background: #c9d0e2;
}
.drawer-menu-item:hover {
    text-decoration: none;
    color: #333;
}
.drawer-menu-item {
    font-size: 15px;
    color: #333;
    border-bottom: 1px dotted #ddd;
}
.drawer-menu-item i{
	font-size: 80%;
	padding-right: 7px;
	color: #af1e23;
}
.drawer-nav {
    width: 180px;
    color: #333;
}
.drawer--left.drawer-open .drawer-hamburger {
    left: 180px;
}
.drawer-hamburger {
	width: 1.7rem;
}

/* ページトップへ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 100;
}
#page-top a {
    background: #999;
    text-decoration: none;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    padding-top: 9px;
}
#page-top a:hover {
    text-decoration: none;
    background: #666;
}


/* メニュー部分 */
section#index-contents{
	padding-top:120px;
	padding-bottom: 80px;
}
ul.menu-icon{
	width: 100%;
	overflow: hidden;
}
ul.menu-icon li a{
	display: block;
	width: 14.666%;
	margin: 1%;
	float: left;
	background: #f2f2f2;
	border:1px solid #cccccc;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius:4px;
	padding: 15px 5px;
	text-align: center;
	font-size: 110%;
}
ul.menu-icon li a:hover{
		opacity: 0.7;
		  filter: alpha(opacity=70);
		  -ms-filter: "alpha(opacity=70)";
}
ul.menu-icon li img{
	padding-bottom: 15px;
}


/* ボタン */
button.btn-save {
    background: #f48521;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border: 1px solid #f48521;
    padding: 3px 15px;
    color: #fff;
}
button:hover.btn-save {
    background: #fff;
    color: #f48521;
}
button i{
	padding-right: 7px;
}

button.btn-back {
    background: #2c4289;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border: 1px solid #2c4289;
    padding: 3px 15px;
    color: #fff;
}
button:hover.btn-back {
    background: #fff;
    color: #2c4289;
}

button.btn-done {
    background: #00A99D;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border: 1px solid #00A99D;
    padding: 3px 15px;
    color: #fff;
}
button:hover.btn-done {
    background: #fff;
    color: #00A99D;
}


button.btn-done-cancel {
    background:#a93600;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border: 1px solid #a93600;
    padding: 3px 15px;
    color: #fff;
}
button:hover.btn-done-cancel {
    background: #fff;
    color: #a93600;
}


button.btn-delet {
    background: #f14946;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border: 1px solid #f14946;
    padding: 2px 10px;
    color: #fff;
}
button:hover.btn-delet {
    background: #fff;
    color: #f14946;
}




/* ----------------------------------------
管理者・日報情報 
----------------------------------------------- */
section#contents{
	padding: 80px 0 40px;
}

h2 {
     position: relative;
     border-bottom: 3px solid #DDD;
	margin-bottom: 20px;
	padding-left: 5px;
}
 
h2::after {
     position: absolute;
     content: " ";
     border-bottom: solid 3px #2c4289;
     bottom: -3px;
     width:6em;
     display: block;
	left: -5px;
}

.search-area{
	background:#f2f2f2;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius:4px;
	padding:10px 20px;
	margin-bottom: 20px;
}

h3 i{
	color:#2c4289;
	font-size: 80% !important;
	padding-right: 7px;
}
button.search{
	background: #2c4289;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius:4px;
	border:1px solid #2c4289;
	padding:0 10px;
	color: #fff;
}
button:hover.search{
	background: #fff;
	color: #2c4289;
}

button.clear{
	background: #999;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius:4px;
	border:1px solid #999;
	padding:0 10px;
	color: #fff;
}
button:hover.clear{
	background: #fff;
	color: #999;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #677bbb;
    background: #bbc7f0;
    color: #2c4289;
}


table.basic-table{
	width:100%;
	table-layout: fixed;
	word-wrap: break-word;
}
table.basic-table th{
	border:1px solid #ddd;
	padding:5px;
	background: #f2f2f2;
	text-align: center;
}
table.basic-table td{
	border:1px solid #ddd;
	padding:5px;
	vertical-align: middle;
}
table.basic-table td a i{
	color:#af1e23;
	padding-right: 5px;
}
table.basic-table td a:hover{
	text-decoration: underline;
}
.pager {
    padding-left: 0;
    margin: 5px 0;
    text-align: center;
    list-style: none;
	font-size: 90%;
}
.pager a:hover{
	color:#999;
}
.complete{
	background: #d5dbf2;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius:4px;
	padding: 5px 10px;
	text-align: right;
	color: #0f2672;
	margin: 5px 0;
}

.errmsg{
	margin: 5px 0px;
}


/* ----------------------------------------
管理者・営業日報 
----------------------------------------------- */

table.bordernone-table {
	width: 100%;
}
table.bordernone-table td{
	padding:5px 0;
}
table input, table textarea{
	width: 100%;
}
table input.width10em{
	max-width: 10em;
	width: 83%;
}
table.bordernone-table td span{
	font-size: 90%;
}

table.bordernone-table td span.nippou-bold{
	font-weight: bold;
	font-size: 120%;
}


table input.width3em{
	width:3em;
}
table input.width80{
	width:80%;
}
.syou-midashi {
	padding:10px 0 0;
}
.syou-midashi i{
	color:#2c4289;
	font-size: 80% !important;
	padding-right: 7px;
}

h3.basic-h3{
	border-bottom: 2px solid #2c4289;
	font-weight: bold;
	padding-top:40px;
}
table.bdpdnone-table {
	width: 100%;
}
ul.btn-ul{
	width: 100%;
	overflow: hidden;
}
ul.btn-ul li a{
	display: block;
	width: 24%;
	margin:3px 0.5%;
	float: left;
	background: #f2f2f2;
	border:1px solid #2c4289;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius:4px;
	padding:2px 5px;
	text-align: center;
	color: #2c4289;
}
ul.btn-ul li a:hover{
	background: #2c4289;
	color: #fff;
}
.scroll{
	overflow-x: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
.scroll table {
    width: auto;
    table-layout: fixed;
}
table.jinku-table{
	width: 1300px;
}


table.reji-table td{
	text-align: right;
}
table.reji-table td input{
	text-align: right;
}




/* ----------------------------------------
管理者・棚卸し表情報
----------------------------------------------- */
.ui-datepicker .ui-datepicker-buttonpane button {
    font-weight: normal;
}
input.width10em{
	width:10em;
}


/* ----------------------------------------
管理者・棚卸し表詳細
----------------------------------------------- */
.big-midashi{
	font-size: 120%;
	font-weight: bold;
}
.big-midashi i{
	color:#2c4289;
	padding-right: 7px;
	font-size: 80%;
}
.big-name{
	font-size: 120%;
}

table.tanaoroshi-tb input.width5em {
    max-width: 5em;
	width: auto;
	text-align: right;
}

table.tanaoroshi-tb th.wd5em, table.tanaoroshi-tb td.wd5em {
	width: 7.5em;
}

/* ----------------------------------------
管理者・小口現金詳細
----------------------------------------------- */
table#koguchi-table{
	width: 100%;
}
table#shire-table{
	width: 100%;
}
table.kanri-koguchi-table{
	width: 100%;
}


/* ----------------------------------------
管理者・売上分析
----------------------------------------------- */
.soneki-area{
	padding-top: 10px;
}

.soneki-area h3.basic-h3 {
    padding-top: 0;
}

ul.uriage-btn{
	width: 50%;
	overflow: hidden;
}
ul.uriage-btn li i{
	padding-right: 7px;
}
ul.uriage-btn li a {
    display: block;
    width: 49%;
    margin: 3px 0.5%;
    float: left;
    background: #f48521;
    border: 1px solid #f48521;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 2px 5px;
    text-align: center;
    color: #fff;
	font-size: 120%;
}
ul.uriage-btn li a:hover {
	background: #fff;
	color: #f48521;
}
.sakusei-area{
	padding-bottom: 20px;
}



.soneki-area .soneki{
	font-size: 150%;
	font-weight: bold;
	text-align: right;
}

table.uriage-table, table.ruikei-table, table.koguti-table, table.tana-table, table.soneki-table, table.tana-table, table.keihi-table, table.sonehead-table{
	font-size: 13px;
}
table.uriage-table th, table.ruikei-table th, table.koguti-table th, table.tana-table th, table.soneki-table th, table.tana-table th, table.keihi-table th, table.sonehead-table th{
	padding:2px;;
}
table.uriage-table td, table.ruikei-table td, table.koguti-table td, table.tana-table td, table.soneki-table td, table.tana-table td, table.keihi-table td{
	padding:2px;;
}

table.uriage-table{
	  display: block;
	  position: relative;
/*	  overflow: scroll; */
	  overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	  width: 1140px;
	  height: 500px;
	  font-size: 0;
}
table.uriage-table thead,
table.uriage-table tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
table.uriage-table th{
	padding-top: 7px;
}
table.uriage-table th,
table.uriage-table td {
  display: inline-block;
  width: 10em;
	height: 30px;
	font-size: 13px;
}
table.uriage-table td.col2 {
  width: 18.4em;
}

table.uriage-table tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
table.uriage-table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
table.uriage-table thead th.blank {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
	width: 3em;
}
table.uriage-table th.day{
	width: 3em;
}

table.uriage-table th.width3em, table.uriage-table td.width3em{
	width: 3em;
}
table.uriage-table th.width5em, table.uriage-table td.width5em{
	width: 5em;
}


table.tana-table{
	  display: block;
	  position: relative;
	  /* overflow: scroll; */
	  overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	  width: 1140px;
	  /* height: 500px; */
	  max-height: 500px;
	  font-size: 0;
}
table.tana-table thead,
table.tana-table tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
table.tana-table th{
	padding-top: 7px;
}
table.tana-table th,
table.tana-table td {
  display: inline-block;
  width: 9.2em;
	height: 30px;
	font-size: 13px;
}
table.tana-table th.width40em, table.tana-table td.width40em {
    width: 40em;
}



table.tana-table tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}
table.tana-table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}





table.soneki-table{
	  display: block;
	  position: relative;
	  overflow: scroll;
			-webkit-overflow-scrolling: touch;
	  width: 1140px;
	  height: 500px;
	  font-size: 0;
}
table.soneki-table thead,
table.soneki-table tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

table.soneki-table th,
table.soneki-table td {
  display: inline-block;
  width: 8em;
	height: 29px;
	font-size: 13px;
}
table.soneki-table th{
	padding-top: 6px;
}
table.soneki-table thead th{
	height: 29px;
}


table.soneki-table tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  width: 11em;
 font-size: 12px;
}
table.soneki-table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
table.soneki-table thead th.blank {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
	width: 11em;
	height: 29px;
	font-size: 12px;
}
table.soneki-table thead th.getu{
	width: 16em;
}


table.uriage-table td, table.uriage-table td input{
	text-align: right;
}
table.ruikei-table td, table.ruikei-table td input{
	text-align: right;
}
table.keihi-table td, table.keihi-table td input{
	text-align: right;
}
table.soneki-table td, table.soneki-table td input{
	text-align: right;
	display: table-cell;
    vertical-align: middle;
}

table.ruikei-table{
	width: 1140px;
}

/* 損益計算書プリント */
table.print-sonekitable th{
    border: 1px solid #999;
    padding: 5px 2px;
    background: #eee;
    font-size: 11px;
}
table.print-sonekitable td{
    border: 1px solid #999;
    padding: 5px 2px;
    font-size: 11px;
}



.back-blue{
	background: #eaf2f9;
}
table th.back-blue{
	background: #eaf2f9;
}

.big-bold{
	font-weight: bold;
	font-size: 120%;
}
table.koguti-table{
	width: 1140px;
}


table.koguti-table select{
	width: 100%;
}

.uriage-box01 table.uriage-table th, .uriage-box01 table.uriage-table td {
	height: auto;
	min-height: 22px; /* 空の場合テーブルが崩れるので追加 */
}
.uriage-box01 table.uriage-table th {
    padding-top: 2px;
}

.uriage-box01 table.uriage-table th.text-right {
    text-align: right;
}


.uriage-box01 table.soneki-table th {
    width: 8em;
    height: 36px;
}
.uriage-box01 table.soneki-table td {
    width: 6em;
    height: 36px;
}

.uriage-box01 table.soneki-table th {
    padding-top: 2px;
}
.uriage-box01 table.soneki-table thead th {
    height: 30px;
	width: 6em;
}
.uriage-box01 table.soneki-table thead th.getu {
    width: 12em;
}
.uriage-box01 table.soneki-table thead th.blank {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
    width: 8em;
    height: 30px;
}




/* ----------------------------------------
管理者・給与計算
----------------------------------------------- */
.staff-name{
	font-size: 150%;
	font-weight: bold;
	color: #444;
}
.staff-name span{
	padding-right: 1em;
}
.kaikyu{
	padding-left: 40px;
	float: left;
}
.kaikyu span{
	padding-left: 1em;
}

.kyuuyo-top{
	padding-bottom: 60px;
}
.kyuuyo-top button.btn-save{
	margin-left: 20px;
}
table.kintai-table th{
	padding: 3px;
}
table.kintai-table td{
	text-align: right;
}

.syuttai-midashi{
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}
.hyou-name{
	font-size: 110%;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	display: inline-block;
	padding: 0 10px;
}
.hyou-name span{
	padding-left: 20px;
	font-size: 90%;
}

.hyou-day{
	text-align: right;
	font-size: 110%;
}
.hyou-bikou textarea{
	width: 100%;
}


/* ----------------------------------------
管理者・給与明細プリント
----------------------------------------------- */
.print-midashi{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
.print-midashi span{
	padding-left: 20px;
}
.print-top ul{
	overflow: hidden;
	padding-bottom: 20px;
}
.print-top ul li{
	float: left;
	font-size: 16px;
	border-bottom: 1px solid #000;
	padding: 0 20px;
}
.print-top ul li.mg20{
	margin-left: 40px;
}
.print-comname{
	padding-right: 20px;
	font-size: 110%;
}

.print-inner{
	padding-bottom: 20px;
}

table.kinmu-table td{
	text-align: center;
}
table.shikyu-table td{
	text-align: right;
}
table.shikyu-table th.txt-right{
	text-align: right;
}
table.kinmu-table th, table.shikyu-table th {
    border: 1px solid #999;
    padding: 3px;
	background: #eee;
}
table.kinmu-table td, table.shikyu-table td {
    border: 1px solid #999;
    padding: 5px;
}
table.kinmu-table th span{
	padding-left: 140px;
}

.print-bikou{
	border:1px solid #999;
	width: 100%;
	height: 5em;
	padding: 5px;
}




/* ----------------------------------------
管理者・基本情報
----------------------------------------------- */

.kihon-box01 table.basic-table select{
	width: 100%;
}
.kihon-box01 .big-midashi{
	padding-top:30px;
}

.width5{
	width:5em;
}

table.syokukai-table th span{
	font-size: 80%;
}
table.syokukai-table td {
	text-align: right;
}
table.syokukai-table td input{
	text-align: right;
	width: 6em;
}
table.zeiritu-table td {
	text-align: center;
}
table.zeiritu-table td input{
	text-align: right;
	width: 6em;
}

table.mail-table th{
	padding:5px 0;
}
table.mail-table td{
	padding:5px 0;
}

table.syouhin-table{
	width: auto;
}
.kihon-box01 .search-area{
	margin-bottom: 10px;
	display: inline-block;
}
table.tanasettei-table td.check{
	width: 2em;
	background: #f2f2f2;
}
table.tanasettei-table .width5em{
	width: 5em;
}
table.tanasettei-table td select{
	width: auto !important;
}
.width3em{
	width:3em;
}
.width2em{
	width:2em;
}

select.multiselect{
	width: 100%;
}
table.tabletd-right td{
	text-align: right;
}



/* ----------------------------------------
リーダー・日報
----------------------------------------------- */
button.sakusei{
	margin: 3px 0.5%;
	background: #f48521;
	border: 1px solid #f48521;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	padding: 2px 20px;
	text-align: center;
	color: #fff;
	font-size: 120%;
}
button:hover.sakusei{
	background: #fff;
	color: #f48521;
}
button i{
	padding-right: 7px;
}

.stuffsearch-area{
	text-align: right;
}
.stuffsearch-inner{
    background: #f2f2f2;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 10px 20px;
    margin-bottom: 20px;
	display: inline-block;
}
.stuffsearch-inner i{
	color: #2c4289;
	font-size: 80% !important;
	padding-right: 7px;
}



/* ----------------------------------------
リーダー・仕入及び経費
----------------------------------------------- */
.shop-name{
	float: left;
	font-size: 120%;
	font-weight: bold;
}


/* ----------------------------------------
ボタンdisabled時
----------------------------------------------- */
button:disabled {
    background-image: none;
    background-color: #ccc;
	border-color: #ccc;
	pointer-events: none;
}

/* ----------------------------------------
レスポンシブ：小さいPC時
----------------------------------------------- */


	@media screen and (max-width: 1199px) {
		
		ul.menu-icon li a {
			font-size: 100%;
		}
		
		/* 小口及び経費 */
		table.kanri-koguchi-table{
			width: 1140px !important;
		}

		
		/* 管理者・売上分析 */
		table.uriage-table{
			  width: 940px;
		}

		table.ruikei-table{
			width: 940px;
		}

		table.koguti-table{
			width: 940px;
		}
		table.soneki-table{
			width: 100%;
		}
		table.uriage-table th, table.uriage-table td {
			width: 7.8em;
		}
		table.uriage-table td.col2 {
		  width: 15em;
		}
		table.tana-table {
			width: 940px;
		}
		table.tana-table th.width40em, table.tana-table td.width40em {
			width: 25em;
		}
		
		
		/* 給与計算 */
		.kaikyu{
			padding-left: 0;
		}
		table.kinmu-table th span {
			padding-left: 100px;
		}
		
	}


/* ----------------------------------------
レスポンシブ：タブレット時
----------------------------------------------- */
	@media screen and (max-width: 991px) {
		ul.menu-icon li a {
			width: 31%;
		}
		table.koguti-table {
			width: 720px;
		}
		table.uriage-table{
			  width: 720px;
		}
		ul.uriage-btn {
			width: 100%;
		}
		
		table.tana-table {
			width: 720px;
		}
		table.tana-table th.width40em, table.tana-table td.width40em {
			width: 14em;
		}
		table.tana-table th, table.tana-table td {
			width: 8em;
		}

		table.uriage-table th, table.uriage-table td {
			width: 7em;
		}
		
		table.kinmu-table th span {
			padding-left: 50px;
		}
		table.ruikei-table{
			width: 720px;
		}

	}


/* ----------------------------------------
レスポンシブ：スマホ時
----------------------------------------------- */
	@media screen and (max-width: 767px) {
		body {
			font-size: 14px;
		}
		input, select {
		  font-size: 16px;
		}
		
		
		/* ログイン画面 */
		.login-inner {
			padding: 20px;
		}
		.login-form button.transmission {
			margin-top: 20px;
		}
		.forgot-wrapper .width50{
			width:100%;
		}
		
		/* メニューページ */
		section#index-contents {
			padding-top: 80px;
			padding-bottom: 50px;
		}
		
		ul.menu-icon li a {
			width: 48%;
		}
		ul.menu-icon li a {
			padding: 5px 5px;
		}
		.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
			margin-right: 0;
			margin-left: 0;
		}
		
		/* 業務日報 */
		ul.btn-ul li a {
			display: block;
			width: 49%;
		}
		.search-area input, .search-area select{
			margin-bottom: 5px;
		}
		
		/* 棚卸し表 */
		table.tanaoroshi-tb{
			font-size: 13px;
		}

		table.tanaoroshi-tb th.wd5em{
			width: auto;
		}
		
		
		/* 小口現金精算表 */
		table#koguchi-table{
			width: 840px;
		}
		table#shire-table{
			width: 600px;
		}
		
		
		/* 売上管理 */
		table.koguti-table {
			width: 100%;
		}
		table.koguti-table {
			width: 840px;
		}
		table.uriage-table{
			  width: 100%;
		}
		ul.uriage-btn li a {
			width: 99%;
			margin: 3px 0.5%;
		}
		
		table.tana-table {
			width: 100%;
		}

		table.kinmu-table th span {
			padding-left: 10px;
		}

	}
