@charset "utf-8";
*{
    box-sizing: border-box;

}
input[type="text"],textarea,select,input[type="date"]{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
}

/* CSS Document */
body,h1,h2,h3,p,ul,li,form,div,input,nav{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    line-height: 1;
    font-size: 15px;
    color: #6F757B
}
li{
    list-style: none;
}
body{
    background: #F9F9F9;
}
body#dashboard,
body#list{
    background: url(img/nav_bg.png?1) repeat-y;
}
a{
    color: #2996CC;
    text-decoration: none;
}
body#dushbord{
    background-image: url()
}
#login_box{
    width: 460px;
    height: 340px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #FFF;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
}
#login_box input{
    display: block;
    width: 380px;
    border: 1px solid #ccc;
    margin:0 auto;
    height: 40px;
    padding: 0 15px;
}
#login_mail{
    border-radius: 5px 5px 0px 0px;
}
#login_password{
    border-top: 0 !important;
    border-radius: 0px 0px 5px 5px;
}
#login_box input[type='submit']{
    background: #2A96CA;
    font-weight: bold;
    color: #FFF;
    margin-top: 10px;
    border: none;
}
#login_box h1{
    margin-bottom: 40px;
    color: #333;
}
.container{
    overflow: hidden;
    width: 1280px;
}
.container2{
    width: 100%;

}
.modal_img{
	background: #FFF;
	border-radius:4px;
	text-align: center;
	padding: 30px;
	display: none;
	z-index: 10001;
	position: fixed;
	width: 600px;
	height: 600px;
}
.modal_img img{
	width: 550px;
	height: 550px;
	object-fit: contain;
}
.modal_img p{
	position: absolute;
	top:-18px;
	left: 0px;
	display: inline-block;
	color: #333;

	background: #FFF;
	padding: 8px 15px;
	font-size: 12px;

}
.cnt{
    position: absolute;
    left: 200px;
    top:0;
    padding: 30px;
}


.copy_icon{
	font-size: 12px;
	text-align: center;
	width: 80px;
	border: 1px solid #ccc;
	line-height: 1;
	padding: 4px;
	position: absolute;
	right: 10px;
	color: #666;
	top: 10px;
	font-weight: bold
}
.bg5{ background: #D11717 !important; color:#FFF!important;}
.bg4{ background: #FFA4A4 !important; color:#6F0000!important;}
.bg3{ background: #FFC9C9 !important; color:#6F0000!important }
.bg2{ background: #FFE1E1 !important; color:#6F0000!important }
.bg1{ background: #FFF3F3 !important; color:#6F0000!important }
.bg0{ background: #FFFFFF !important; }
.delete_bunno{
	position:absolute;

	color: #666;
	font-size: 12px;
	width: 12px;
	height: 11px;
	right: -1px;
	font-weight: bold;
	top:-1px;
	line-height: 1;
}
nav{
    width: 200px;
	z-index: 50;
    background: #2A323A;
    color: #84888B;
    padding: 20px;
    float: left;
	height: 3000px;
}
nav a{
    text-decoration: none;
    color: #84888B;
    font-size: 13px;
}
nav li a{
    display: block;
    padding: 8px 0;
}
#page_w{

	position: absolute;
	left: 220px;
	top:0;
}
#login_name{
    font-size: 15px;
    font-weight: normal;
    color:#FFF;
    padding-bottom: 5px;
}
#login_name p{
    padding-top: 10px;
    color: #FFF;
}
#logout{
    display: block;
    margin-bottom: 20px;
}
nav hr{
   border:solid #57585A;
   border-width:1px 0 0 0;
   margin: 10px -20px;
}
article{
    float: left;
   padding: 35px;
    width: 1040px;
}
#add article{
    margin-left: 0;
    
}
#add article{
    width: 1000px;
    margin: 0 auto;
   float: none;
}
h1.ptitle{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}
ul.page_tab{
    overflow: hidden;
    border-bottom: 1px solid #D5D8DB;
    margin-bottom: 25px;
}
ul.page_tab li{ 
    float: left;
    margin-right: 30px;
}
ul.page_tab li.on{ 
    border-bottom: 5px solid #2A96CA;
}
ul.page_tab li.on a{ 
    color: #2A96CA;
}
ul.page_tab a{
    color: #6F757B;
    text-decoration: none;
    display: block;
    padding-bottom: 25px;
    padding-top: 3px
}
.img_ratio{

  width: 80px; height:80px;
  object-fit: contain;
}
.img_ratio_s{

  width: 30px; height:30px;
  object-fit: contain;
}
.btn1{
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    background: #2A96CA;
    padding: 12px 15px;
    border: 0;
    border-radius: 3px;
    font-size: 17px;
    cursor: pointer;
}
.btn3{
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    background: #666;
    padding: 11px 10px;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    line-height: 1;
}
.page_outline{
    margin-bottom: 20px;
    line-height: 140%;
    font-size: 13px;
}
#page_head{
    position:relative;
    height: 50px;
}
#page_head h1{
    width:40%;
    border: 1px solid red
}
#page_head .btn1{
    float: right;
    position: absolute;
    right: 0;
    top:0;
}
#page_head h1{
    font-weight: normal;
    font-size: 21px;

    margin-bottom: 10px;
}

#page_head p{
    margin-bottom: 15px
}
table.tbl1{
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 40px;
}
table.tbl1 th,
table.tbl1 td{
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 5px;
}
table.tbl1 th{
    background-color: #EAECEE;
    width: 200px;
    font-weight: normal;
    font-size: 15px;
    padding: 10px;
    text-align: left;
    padding-left: 20px;
}
table.tbl1 td{
    background: #FFF;
}
.frm_txt{
    padding: 10px;
    width: 100%;
    outline: none;
    line-height: 1;
    border: 1px solid #ccc;    border-top: 1px solid #ccc;
    border-right:1px solid #ccc;
    border-radius: 3px;
}
.frm_txt_inline{
    padding: 10px;
    border: none;
    outline: none;
    line-height: 1;
    width: 80px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.frm_select{
    padding: 10px;
    outline: none;
	background:#FFF;

    border: 1px solid #ccc;
    border-radius: 3px;
}
.frm_select2{
    padding: 10px;

    border: 1px solid #ccc;
    outline: none;
	background:#FFF;

}
.frm_select,
.frm_textarea,
.frm_txt{

}
.search-resuls{
    background: #FFF;
    border: 1px solid #ccc;
}
.frm_radio{
    padding: 10px;
    line-height: 140%
}
.frm_textarea{
    padding: 10px;
    width: 100%;
    border: none;
    outline: none;
}
.frm_radio label{
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}
.frm_radio input{
    margin-right: 5px;
}
#add header{
    width: 100%;
    height: 80px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #FFF;
    box-shadow:2px 2px 2px rgba(0,0,0,0.15);
}
#add header h1{
    width: 50%;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    padding-top: 27px;
}

#header2{
    width: 100%;
    height: 80px;
    background: #FFF;
    box-shadow:2px 2px 2px rgba(0,0,0,0.15);
}

#header2 p.p1{
    float: left;
    width: 30%;
}
#header2 p.p2{
    float: right;
    width: 30%;
    text-align: right;
    padding-right: 10px;
    padding-top: 20px;
}
#header2 p.p2 input{
    font-size: 13px;;
}
#header2 h1{
    width: 40%;
    float: left;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    padding-top: 27px;

}
#page_bottom{
    text-align: center;
    z-index: 10000;
    position: fixed;
    width: 100%;
    padding: 15px;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);

}
a.close_btn{
    display: block;
    text-decoration: none;
    font-size: 40px;
    color: #ccc;
    height: 80px;
    width: 80px;
    text-align: center;
    padding-top: 18px;
}
#add header .btn1{
    margin: 18px;
    padding-left: 15px;
    padding-right: 15px;
}
.t1{
    font-size: 17px;
    margin: 0 0 8px 0;
    font-weight: normal;
    color: #333;
}
.grid1{
    overflow: hidden;
}
.grid1 .grid_item1{
    float: left;
    width: 720px;
}
.grid1 .grid_item2{
    float: right;
    width: 205px;
    text-align: center;
}

input::-webkit-input-placeholder {
	color: #ccc;
}
input::-moz-placeholder {
	color: #ccc;
}
input:-ms-input-placeholder {
	color: #ccc;
}
ul.material_list{
    padding: 10px;
}
ul.material_list li{
    padding: 10px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}
ul.material_list li:last-child{
    border: none
}
ul.material_list li:hover{
    background-color: #eee;
}
ul.material_list li a{
    display: inline-block;
    float: right;
}

table.tbl2{
    width: 100%;
}
table.tbl2 th{
    background-color: #DEDEDE;
}
table.tbl2 th,
table.tbl2 td{
    padding: 8px;
    border-top: 1px solid #ccc;
    font-size: 13px
}
table.tbl2 td{
	background: #FFF;
}

table.tbl2 tr:nth-child(2n+1) td {
   background-color: #F0F1F2;
}
table.tbl3{
    width: 100%;
	margin-bottom: 30px
}
table.tbl3 th{
    background-color: #EAECEE;
	font-weight: normal;

}
table.tbl3 th,
table.tbl3 td{
    padding: 10px;
    border-bottom: 1px solid #ccc;
	font-size: 12px;
	text-align: center;
}
table.tbl3 td{
	background: #FFF;
}
table.order_tbl{
    border-bottom: 1px solid #ccc;
    border-left:1px solid #ccc;
}
table.order_tbl td{
    padding: 5px;
    font-size:12px;
    border-top: 1px solid #E6E6E6;
    border-right:1px solid #E6E6E6;
}
table.order_tbl th{
    background:#E7F1FD;
    font-size:12px;
	color: #333;
    border-right:1px solid #ccc;
	height: 30px;
    border-top: 1px solid #ccc;
}
table.order_tbl tr:nth-child(2n+1) {
    background: #F7F7F7;
}

.edit_btn,.edit_btn2{
	border: 1px solid #CCCCCC;
	color:#4772B3;
	border-radius: 3px;
	display: inline-block;
	padding:4px 10px ;
	line-height: 1;
	font-size: 11px;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
margin-bottom: 3px;

}

.brand_name{
	color: #DC8155;
	font-weight: bold
}

.no-bdr td{
    border: none !important
}
.tbl-bdr td{
    border-top:none !important;
    border-bottom: 1px solid #ccc;
}
.item_code{
    font-size: 12px;
    padding-top: 5px;
}
.searchbox select{
    width: 140px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;

}
.search_txt{
    padding: 9px;
    border: none;
    outline: none;
    line-height: 1;
    width: 180px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
}
input[type=checkbox] {
    border: 1px solid #ccc;
}
.select_item{
    width: 180px;
    display: inline-block;
}
.select_item input{
    border: 1px solid #ccc;
}
.bt2{
    border-top:1px solid #ccc;


}
.edt input,
.edt select{
    font-size: 12px;
}
.pd10{
    padding: 10px;
}
table.tbl4{
    width: 100%;
    margin-bottom: 30px;
}
table.tbl4 td,
table.tbl4 th{
    padding: 10px;

}
table.tbl4 th{
    border-bottom: 1px solid #ccc
}
table.tbl4 tr:nth-child(odd) td{
    -webkit-print-color-adjust: exact;
    background-color: #DCDCDC !important;
}


table.tbl5{
    width: 270px;
    float:right;
    margin-bottom: 30px;
}

table.tbl6{
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
table.tbl6 th{
    background-color: #EAECEE;
}
table.tbl6 th,
table.tbl6 td{
    padding: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
table.tbl6 td{
	background: #FFF;
}

table.tbl7{
    width: 100%;
    border: none;
}
table.tbl7 td{
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
}
table.tbl7 tr:last-child td{
    border: none
}
#order_print p{
    color: #222;
}
#order_print{
    width: 690px;
    margin: 0 auto 30px auto;
    overflow: hidden;
    background: #FFF;
    padding: 50px 30px;
    border: 1px solid #ccc;
    color: #222;
    position: relative;
    box-shadow: 2px 2px 2px #ccc;
}
#ratebox{
    color: #FFF;
    line-height: 1;
    background: #666;
    border-radius: 3px;
    padding: 12px 10px 10px 10px;
    font-size: 12px;
}
#ratebox strong{
    font-size: 18px !important;
    line-height: 1;
}
.fnt_s{
    font-size: 12px;
    padding-top: 5px;
}
.print_show{
    display: none
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background:rgba(0,0,0,0.3);
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
@media print{
    body,article{
        margin: 0;
        padding: 0;
        background: #FFF;
    }
    #order_print{
        width: 690px;
        margin: 0;
        border: 0;
        box-shadow:none;
    }
    header,.sendurl{
        display: none !important;
    }
    .print_hidden{
        display: none
    }
    .print_show{
        display: block
    }
}
#bikobox{
    clear: both;
}
#bikobox h4{
    margin: 0 0 5px 0;
    padding: 0
}
#bikobox p{
    border: 1px solid #ccc;
    padding: 15px;
}
#order_print h1{
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 30px;
    color: #222;
}
#order_print h2{
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    font-size: 16px;
    font-weight: normal;
    clear: both;
    color: #222;
}
#order_print h3{
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    color: #222;
}
#atesaki{
    font-size: 13px;
    line-height: 150%;
    float: left;
    width: 300px;
    margin-bottom: 30px;
    color: #222;
}
#address{
    font-size: 13px;
    line-height: 150%;
    float:right;
    width: 280px;
    margin-bottom: 30px;
    color: #222;
    margin-top: 50px;
}
#no{
    padding-top: 20px;
    line-height: 150%;
    color: #222;
}
#logo_order{
    width: 260px;
    position: absolute;
    top:120px;
    right: 50px;
}

#logo_order img{
    width: 100%;
    height: auto;
}
#inkan{
width: 75px;
position: absolute;
top: 160px;
right: 26px;
}

#inkan img{
    width: 100%;
    height: auto;
}
.sendurl{
    padding: 10px;
    border: 1px solid #ccc;
    margin:0 auto 15px auto;
    text-align: center;
    color: #FFF;
    background: #333;
    width: 690px;
}
/* 各リスト項目のパディング設定 */
.ui-menu .ui-menu-item-wrapper {
  position: relative; padding: 3px 1em 3px .4em;
}
/* リスト全体の背景 */
.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #ffffff;
  color: #333333;
}
/* リスト hover 時のカラー */
.ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.btn2{
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #666;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 2px;
}
.pb5{ padding-bottom: 5px;}
.order-shop-list{
    display: none;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    line-height: 150%;
}
.yosan{
    color: #eee;
    background: #333;
    line-height: 1;
    padding: 8px 10px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;

}
.yosan span{
    font-size: 13px;
}
.report{
    overflow: hidden;
    overflow: hidden;
}
.report_item{
    float: left;
    width: 300px;
    height: 400px;
    border: 1px solid #ccc;
    background: #FFF;
    margin-right: 10px;
    margin-bottom: 10px;
}
.report_item h2{
    padding: 15px;
    font-size: 18px;
    border-bottom:1px solid #ccc;
    margin-bottom: 15px;
}
#date{
    font-size: 24px;
    margin-bottom: 30px;
}
.sum{
    text-align: center;
    font-size:26px;
    padding-top: 10px;
    margin-bottom: 10px
}
.pb20{
    margin-bottom: 20px;
}
.ptitle2{
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: normal;
    width: 50%;
    float: left;

}
.bold{
    font-weight: bold;
    color: #666;
}
.pager{
    text-align: center;
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px dashed #ccc;
    overflow: hidden
}
.count{
    display: block;
    float: left;
    width:120px;
    text-align: left
}
.pageTop{
    float: right;
    display: inline-block;
    line-height: 1;
    padding: 6px;
    border-radius: 3px;
}
tr.state1 td{
    background:#eee !important;
    color: #999
}
tr.state2 td{
    background: #ccc;
}
ul.error{
    margin-bottom: 20px;
    background: #FFECE6;
    padding: 15px;
}

ul.error li{
    color: #9B1417;
    line-height: 150%;
}
.has_error{
    background: #FFECE6 !important;
}
div.error_msg{
    color: #9B1417 !important;
    line-height: 150%;
}
.center{
    text-align: center;
}
.ex{
    padding-top: 8px;
    font-size: 12px;
}
input.price{
    width: 100px !important;
}
.upload_img{
    width: 200px;
    margin: 0;
}
.upload_img img{
    width: 100%;
    height: auto;
}

.state_provisional{
    background-color: #FFF9E3 !important;
}
.csv_list td,
.csv_list th{
    font-size: 11px;
    padding: 3px;
}
#modal{
    padding: 20px;
}
#modal h1{
    margin-bottom: 15px;
    font-size: 18px;
}
#modal table{
    margin-bottom: 15px;
}
#modal table th,
#modal table td{
    padding: 8px;
    border-bottom: 1px solid #ccc;
}
td.td_color1{
    background-color:antiquewhite;
    border-right: 1px solid #ccc;
}
#year_month{
    overflow: hidden;
    width: 410px;

}
#year_month h2{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    float: left;
    width:120px;

}
#year_month h2 span{
   font-size: 26px;
}
#pager2{
    float: left;
    width: 210px;
    padding-top: 10px;

}
td.active{
    font-weight: bold;
    background: #FEF3D2 !important;
}
.budget{
    border-bottom: 1px dashed #ccc;
    padding: 0px 0 5px 0;
    margin: 0px 0 5px 0;
}
.ysn td{
    font-family: Arial, Helvetica, "sans-serif"
}
.ysn strong{
    font-weight: bold;
    font-size: 17px;
}
.ysn p{
    font-size: 12px;
    padding: 2px 0;
}
.color1{background:#FECFD1 !important;}
.color2{background:#FEEBCC !important;}

#spmenu{
    display: none;
}
table.calendar{
    border-top: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;

}
table.calendar td,
table.calendar th{
    padding: 10px;
    border: 1px solid #ccc;

}
table.calendar td{

    vertical-align: top;
    background: #eee;
    width: 14%
}
table.calendar td.d{
    background: #FFF ;
}
#side_aggregate{
    float: right;
    width: 150px;

    position: relative;
    margin-top: 50px;
}
#side_aggregate ul{
    width: 100%;
}
#side_aggregate li{
    border-bottom: 2px dashed #ccc;
    height: 120px;
    padding: 10px;
}
#side_aggregate strong{
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}
#side_aggregate span{
    font-size: 11px;
    font-weight: normal
}
.wkn{
     font-size: 18px !important;
     font-weight: bold !important;
}
.wkd{
    font-size: 10px !important;;
}

#side_aggregate p{
    font-size: 12px;
    line-height: 140%;
}
.calendar p{
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
}
.stock_num{
    text-align: center;
    font-weight: bold;
    background: #B5D8C6;
    line-height: 120%;
    margin-top: 10px;
    padding: 5px;
    border-radius: 3px;
    display: block;
    color: #000;
}
.stock_num span,.stock_num2 span{
    font-size: 10px;
}
.stock_num2{
    text-align: center;
    font-weight: bold;
    background:rgba(130,170,189,1.00);
    line-height: 120%;
    margin-top: 10px;
    padding: 5px;
    border-radius: 3px;
    display: block;
    color: #000;
}

#ym{
    font-size: 20px
}
.chart_container{
    widows:400px;
    float: left;
    font-size: 13px;
}
#total_price{
    font-size: 16px;

}
.list_img{
    float: left;
    width: 30%;
}
.list_img img{

    width: 116px; height: 116px;
    object-fit: contain;
}
.list_info{
    float: right;
    width:70%;
    font-size: 12px;
}
ul.item_list li{
    border:1px solid #ccc;
    border-radius: 5px;
    padding: 20px 10px;
    overflow: hidden;
    width: 49%;
    margin-right: 1%;
    float: left;
    margin-bottom: 10px;
	position: relative;
    background: rgba(235,235,235,0.2)
}
ul.item_list li:nth-child(2n+1){
    clear: both
}
.list_info h3{
    font-size: 16px;
    margin-bottom: 8px;
}
.modify{
    padding-top: 10px;
}
.modify a{
    display: block;
    width: 36%;
    margin-right: 1%;
    margin-bottom: 5px;
    color: #FFF;
    background: #666;
    float: left;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1;
}

.i_txt{
    margin-bottom:5px;
    font-size: 13px;
}

.i_price{
    text-align: right;
    font-size: 20px;
}
.pc{
    display:inline-block
}
.sp{
    display: none
}
.msg{
    margin-bottom: 15px;
    padding: 10px 20px;
    background-color: #D4F9EE;
    border-color:1px solid #465244;
}
.msg li{
    font-size: 14px;
    line-height: 140%;
}
table.tbl_csv{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
table.tbl_csv th,table.tbl_csv td{
    padding: 3px;
    font-size: 10px;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
}
table.tbl_csv td{

}
.g1{ background: #EEEEEE}
.g2{ background: #C4E8E1}
.g3{ background: #A0D6BA}

.g4{ background: #FFE29E}
.g5{ background: #EBD1D1}

#total{
    text-align: right;
    font-size: 22px;
    font-weight: bold;
    margin-top: -15px;
}
#total span{
    text-align: right;
    font-size: 13px;
}
.select_form{
    padding: 5px 10px;
    margin-right: 15px;
    margin-left: 10px;
}
table.tbl8{
    border-top: 1px solid #000;
    border-right: 0px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;

}
table.tbl8 th,
table.tbl8 td{
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    padding: 10px 5px;
    font-size: 12px;
    line-height: 1;
    color: #323232;
}
table.tbl8 .tbl_head2 th{
    background: #F6F6F6;
    border-right: none !important;
    position: relative;
}
.tbl_head2 th.fm{
    border-left: 1px solid #000;
}
table.tbl8 td{
    text-align: right
}
.tb_ttl{
    border-bottom: 3px double #000 !important;
    border-top: 1px solid #000;
    background: #ECECEC
}
.bname{
    text-align: left !important;
    background: #F7F7F7;
}
.bname2{
    text-align: left !important;
    background: #ECECEC;
}
    
.sfnt{
    font-size: 11px !important;
}
.tbl_head1 th{
    background: #B9D5F7!important;
    border-right: none!important;
}
.tbl_head2 th{
    background: #E6F0FC !important;
    border-bottom: 2px solid #000 !important;
}
.gokiei td{
    border-bottom: 1px solid #000 !important;
    border-right: 2px solid #555 !important;
    font-weight: bold;
    padding-bottom: 15px!important;
    padding-top: 15px!important;
    background: #555;
    color: #FFF !important

}
.gokiei td:first-child{
	border-left:2px solid #000 !important;
}
.gokiei td:last-child{
	border-right:2px solid #000 !important;
}
.box1{
    overflow: hidden;
    margin-bottom: 30px;
}
.box_item1{
    float: left;
    width: 68%;
}
.box_item2{
    float: right;
    width:28%;
}
tr td.bdr_right,
tr th.bdr_right{
    border-right: 1px solid #000 !important;
}


.none{ visibility: hidden}
.tbl8 tr:nth-child(2n+1) {
    background:#F6F6F6;

}
td.c1{
    color: #B20000 !important;
    font-weight: bold
}
ul.month_select{
    overflow: hidden;
    border-left: 1px solid #2C96C8;
    border-top: 1px solid #2C96C8;
    width: 409px;
    margin:0 !important;

}
ul.month_select li{
    float: left;
    padding:0 !important;

}
ul.month_select li a{
    display: block;
    padding: 8px 0 !important;
    line-height: 1;
    text-align: center;
    width: 34px;
    height: 34px;
    border-right: 1px solid #2C96C8;
    border-bottom: 1px solid #2C96C8;
}
.mnt_on{
    background: #4FA8D1;
    color: #FFF;
    font-weight: bold
}
.mnt_on2{
    background: #80C0DE;
    color: #FFF;
}
select.select1{
    width: 110px;
    padding: 9px 10px!important;
    margin: 0px 0 0 0 !important;
    border: 1px solid #CBCBCB;
}
.bgcolor_red{
    background-color:red!important;
}

td.bdr_right2,
body table tr th.bdr_right2{
    border-right: 1px dashed #666;
    width: 215px;
}
td.bdr_bottom,
th.bdr_bottom{
    border-bottom: 3px double #666 !important;

}
table.tbl9{
    border-left: 1px solid #666;
    border-top: 1px solid #666;
}
table.tbl9 th,
table.tbl9 td{
    padding: 8px 10px;
    font-size: 12px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}
table.tbl9 th{
    background: #eee;
    
}
table.tbl9 td{
    border-bottom: 1px solid #ccc;
}
.tbl_head3 th{
    background: #B9D4F6 !important;
    color: #000;
}
.tbl_head4 th{
    border-bottom: 1px solid #000;
    background: #E5EFFB !important;
}
.pct{
    padding-top: 3px;
    font-size: 12px;
}
ul.list1{
    overflow: hidden;
    padding: 10px 0 0 010px;
}
ul.list1 li{
    float: left;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px
}
ul.list1 li a{
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: #666;
    background: #eee;
}
.lightgray{
    background: #eee
}
td.kotei,th.kotei{
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
th.kotei:first-child,
td.kotei:first-child{
  /* ヘッダー行内の他のセルより手前に表示する */
  z-index: 2;
}
.left{
    text-align: left !important
}
.ff{
    padding: 5px;
    width: 60px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center
}
.num{
    font-size: 17px;
    line-height: 1;
    font-weight:bold
}
.btn11{
    font-size: 12px;
    padding: 5px 10px;
    background: #2A96CA;
    color: #FFF;
    display: inline-block;
    border-radius: 4px
}
ul.store_list li{
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
}
ul.store_list li:last-child{
    border: none
}
.maker{
    display:inline-block;
    color: #FFF;
    background: #333;
    line-height: 1;
    border-radius: 2px;
    font-size: 11px;
    padding: 5px 8px;
    margin-right: 5px;
}
#carrent_month{
    padding: 9px 10px;
    border: 1px solid #DADCE0;
    border-radius: 3px;
    color: #3C4043;
    line-height: 1;
}

#prev_month,
#next_month{
    border-radius: 100%;
    height: 28px;
    width: 28px;
    display: block;
    text-align: center;
    padding-top: 7px;
    float: left;
}
#prev_month:hover,
#next_month:hover{
    background: #F6F6F6
}
.scbox{
    overflow: hidden;
    padding: 3px 0 5px 0;
    height: 40px;
}
.sc1{
    float:left;
    width: 70px;
    padding: 8px 0 0 0;
}
.sc2{
    float:left;
    width: 30px;
    padding: 2px 0 0 0;
}
.sc3{
    float:left;
    width: 40px;
    padding: 2px 0 0 0;
}
.sc4{
    float:left;
    font-size: 25px;
    padding: 2px 0 0 0;
}
.sc5{
    float:right;
    text-align: right
}
.scbox select{
    padding: 10px;
    border: 1px solid #DADCE0;
}
p.today{
    color: #FFF;
    background: #1A73E8;
    border-radius: 100%;
    height: 22px;
    width: 22px;
    text-align: center;
    padding-top: 5px;
    margin: 0 0 0 4px;
}
p.day{
    color: #FFF;
    background: #888;
    border-radius: 100%;
    height: 22px;
    width: 22px;
    text-align: center;
    padding-top: 5px;
    margin: 0 0 0 4px;
}
.store{
    padding: 6px 0;
}.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
    text-align: center;

}

.loading img {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}
.totalbox{
    margin-bottom: 30px;
}
.total{
    font-size: 13px;
    text-align:center;
    color: #2A96CA;
    width: 55%;
    float: right;
    border: 1px solid #2A96CA;
    border-radius: 4px;
    margin-bottom: 4px;
    padding:7px 5px;
}
.total2{
    font-size: 13px;

    text-align:right;
       
    border-radius: 4px;
    margin-bottom: 4px;
    padding:7px 5px;
}
.total a{
    font-size: 18px;
}
.month_tit{
width: 40%; float: left;
    padding-top: 8px;
}
/* 振分テーブル */
table.tbl_furiwake{
    background: #FFF;
    width: 800px;
}
table.tbl_furiwake th{
    background: #eee

}
table.tbl_furiwake td,
table.tbl_furiwake th{
    padding: 8px;
    border-bottom: 1px solid #ccc;
}
table.tbl_furiwake input[type="number"]{
    padding: 3px;
    height: 24px;
}
table.tbl_furiwake select{
    padding: 3px;
    height: 24px;
}
table.tbl_furiwake td td{
    border-left: 1px solid #ccc;
    text-align: center;
    width: 90px;

}
table.tbl_furiwake td th{
    border-left: 1px solid #ccc;
    text-align: center;
    font-size: 11px;
    padding: 5px;
}
table.tbl_furiwake th:first-child {
  /* 横スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  left: 0;

}
table.tbl_furiwake thead th:first-child {
  /* ヘッダー行内の他のセルより手前に表示する */
  z-index: 2;
}
.state_c{
    display: inline-block;

    color: #333;
    border-radius: 3px;
    padding: 3px 6px;
    font-size: 12px;
    background: #eee;
    margin-bottom: 5px;
}
.state_c.state_acitive{
    background: #1A73E8;
    color: #FFF;
}

@media (max-width: 767px) {
ul.item_list li{
    width: 100%;
}
.list_img{

    width: 30%;
}
.list_info{

    width: 65%;
}
.list_img img{
    width: 100%;
    height: auto;
}
.frm_select{
    width: 100% !important;
}




    #login_box{
    width:90%;
    height: 340px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #FFF;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
}
#login_box input{
    display: block;
    width: 90%;
    border: 1px solid #ccc;
    margin:0 auto;
    height: 40px;
    padding: 0 15px;
}

.container{
    overflow: hidden;
    width: 100%;
}
nav{
    width: 200px;
    background: #2A323A;
    color: #84888B;
    padding: 20px;
    float: none;
    display: none
}
body#dashboard,
body#list{
    background:none
}
table{
width:100%;
}
.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
background: #BCBCBC;
}
article{
    float:none;
   padding: 10px;
    width: 100%;
}
#add article{
    width: 100%;
    margin: 0 auto;
   float: none;
}
#page_head{
    position:relative;
    height: auto;
    padding: 0 0 10px 0;
}
#page_head h1{
    width:100%;
    border: 1px solid red
}
#page_head .btn1{
    float: none;
    position: static;

}
.tbl2 td,
.tbl2 th{
    font-size: 12px !important;
    padding: 3px;
}
#spmenu{
    display:block;
    border: 1px solid #ccc;
    width: 80px;
    padding: 10px 0;
    position: absolute;
    top:0px;
    right:0px;
    text-align: center;
    background:#2A323A;
    color: #FFF;
}
nav{
    width: 100%;
    background: #2A323A;
    color: #84888B;
    padding: 20px;
    float: none;
    z-index: 100;


}
.searchbox select{
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
    padding: 9px;
}
.search_txt{
    color: #333;
    padding: 9px;
    border: none;
    outline: none;
    line-height: 1;
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
    margin-bottom: 10px;
}
h1.ptitle{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

table.tbl1 th{
    background-color: #EAECEE;
    width: 20%;
    font-weight: normal;
    font-size: 13px;
    padding: 8px;
    text-align: left;
}
table.tbl1 td{
    background: #FFF;
    font-size: 13px !important;
    padding: 8px;
}
.upload_img{
    width: 40%;
    margin: 0;
}
.upload_img img{
    width: 100%;
    height: auto;
}

.pc{
    display: none;
}
.sp{
    display:inline-block
}
}
#overlay{
    background: rgba(0,0,0,0.6);
    position: fixed;
    width: 100%;
    height: 2000px;
    top:0;
    left: 0;
    z-index: 10000;
    display: none;
}
#overlay2{
    background: rgba(0,0,0,0.6);
    position: fixed;
    width: 100%;
    height: 2000px;
    top:0;
    left: 0;
    z-index: 10000;
    display: none;
}
.modal{
    width: 350px;
    height: 300px;
    z-index: 10001;
    padding: 20px 25px;
    background: #FFF;
    top:100px;
    left: 100px;
    position:fixed;
    display: none;
    border-radius: 5px;
    box-shadow: 0 0 5px #333;
}
.modal h2{
    text-align: center;
    color: #2B96CA;
    font-weight: bold;
    font-size: 17px;
}
table.ta78{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc; 
}
table.ta78 td,table.ta78 th{
    padding: 5px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    white-space: nowrap
}
table.ta78 thead .mtd th{
    background: #666666;
    color: #FFF;
}
table.ta78 thead th{
    background: #EEEEEE;
}
table.ta78 td{
    text-align:right
}
table.ta78 tbody th{
    background:#8A8A8A;
    color: #FFF;
    text-align: left
}
table.ta78 tbody th.th2{
    background: #eee;
    color: #333;
    text-align: center
}
table.ta78 .bdr_right{
    border-right: 3px double #666!important
}
table.ta78 .bdr_top td,table.ta78 .bdr_top th{
    border-top: 3px double #666!important
}
.unit_line td{
    background: #EDF5E6
}
.group_line td{
    background:#E0EDD4
}
tr.bdr_bottom2 td, tr.bdr_bottom2 th{
    border-bottom: 1px solid #666
}
.scrollbox{
    overflow-x: auto
}
.btn_meisai{
    color:#FFF;
    display: inline-block;
    line-height: 1;
    border:1px solid #FFF;
    border-radius: 3px;
    padding:4px 8px;
    font-size: 11px;
}
.brand_line{
    display: none
}
.modal_period{
    font-size: 12px;
    display: none;
    width: 200px;

    background: #FFF;
    line-height: 150%;
    text-align: left;
    z-index: 2;
    position: absolute;
    padding: 10px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.6);;
    text-align: right;
    border-radius: 4px;
}
.modal_period table{
    border: none!important;
    border-bottom: 1px solid #ccc!important;
    border-left: 1px solid #ccc!important;
}
.modal_period table td{
    border: none!important;
    border-right: 1px solid #ccc!important;
    border-top: 1px solid #ccc!important;
    background: #FFF!important
}
.modal_period table th{
    border: none!important;
    background: #eee!important;
    border-right: 1px solid #ccc!important;
    border-top: 1px solid #ccc!important;
    background: #FFF!important
}

.close_period{
    display: block;
    text-align:right;
    cursor: pointer
}
.pgr a{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #2A96CA;
    line-height: 1;
    padding-top: 8px;
    font-size: 12px;
}
.pgr a.pgr_current{
    background: #2A96CA;
    color: #FFF
}