@charset "UTF-8";

*{
	margin:0;
	padding:0;
}


html {
  min-height: 100%;
  position: relative;
}

body {
  font-family:'ヒラギノ角ゴ ProN W3','メイリオ', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'Meiryo' , 'sans-serif';
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0em;
  word-break: normal;
  color:#333333;
  background:#f4f4f4;
  -webkit-text-size-adjust: 100%;
}

/* clearfix =============================== */
.cf { zoom: 1;}
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both;}

.tc{
	text-align:center;
}
.tr{
	text-align:right;
}

.fs20{
	font-size:20px;
}

.rb{
	width:28px;
	border-bottom:1px solid #ea3d26;
	margin-bottom:10px;
	padding-bottom:10px;
}
.mr10{
	margin-right:10px;
}
.mr20{
	margin-right:20px;
}
.mr30{
	margin-right:30px;
}

a:link{
	color:#333;
	text-decoration:none;
}
a:visited{
	color:#333;
}
a:hover{
	color:#999;
}

.none_pc {display:none;}
.brsp { display:none; }

.sp {display:none;}
.pc {display:block;}


/* header =============================== */
header{
	height:90px;
	background:#fff;
	padding-top:14px;
}

header .header{
	width:100%;
	display:table;
}
header .header .logo{
	width:140px;
	display:table-cell;
	vertical-align:middle;
	padding-left:10px;
}
header .header .logo img{
	width:140px;
}
header .header .title{
	font-size:20px;
	color:#2B8FCC;
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	padding-left:10px;
	width: 290px;
}
header .header .shopCount{
	display:table-cell;
	vertical-align:middle;
}
header .header .user{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	padding-right:20px;
}
header .header .user .login{
}
header .header .user .login a:link{
	display:inline-block;
	background:#ddd;
	padding:0px 5px;
	color:#1278cc;
	margin-left:10px;
}
header .header .user .login a:visited{
	color:#1278cc;
}
header .header .user .login a:hover{
	text-decoration:underline;
}



/* content =============================== */
#content{
	overflow: hidden;
	background:#f4f4f4;
}

#content .side{
	width:280px;
	float:left;
	background:#fff;
}

.title-user-updated {
	color: #333333 !important;
	float: right !important;
	font-size: 12px !important;
	margin-top: -2px !important;
	line-height: 16px;
	text-align: right;
}
.title span{
	color:#2B8FCC;
	margin-right:5px;
	font-size:25px;
}
.title h1{
	font-size:20px;
	font-weight:normal;
}
.sub{
	margin-top:30px;
}
.sub h2{
	color:#2B8FCC;
	font-size:20px;
	font-weight:normal;
}

.pushSettingRows dl {
    display: table;
    margin-bottom: 5px;
}
.pushSettingRows dl dt {
    display: table-cell;
    width: 110px;
}
.pushSettingRows dl dd {
    display: table-cell;
}

.pushSettingRows .before_text {
    margin-right: 5px;
}

.notificationMessage {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.notificationMessage p {
    font-weight: bold;
}
.notificationMessage dl {
    display: table;
    margin: 0 0 5px 16px;
}
.notificationMessage dl dt {
    display: table-cell;
    width: 110px;
}
.notificationMessage dl dd {
    display: table-cell;
}

#customer_search_list .box {
    padding: 0 20px;
    margin-bottom: 20px;
}
#customer_search_list .condition {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}

#customer_search_list .customer_list {
    max-height: 300px;
    overflow-y: scroll;
}

/* side_nav =============================== */
#content .side nav{
}
#content .side nav ul{
}
#content .side nav ul li{
}
#content .side nav ul li a:link{
	display:block;
	padding:20px;
}
#content .side nav ul li a:hover{
	background:#f4f4f4;
	color:#333;
}
#content .side nav ul li.active a{
	background:#f4f4f4;
	color:#333;
	font-weight:bold;
}
#content .side nav span{
	width:60px;
	font-size:20px;
	margin-right:10px;
	color:#2B8FCC;
}
.nav_sp{
	display:none;
}


.ml30{
	margin-left:30px;
}

.i-box{
	display:table;
}

#content .side nav .i-operation:before{
	width:20px;
	display:block;
	content: "\e917";
	font-family: icomoon;
	display:table-cell;
	vertical-align: middle;
}
#content .side nav .i-text{
	width:180px;
	color:#333;
	font-size:14px;
	display:table-cell;
	vertical-align: middle;
}

.list_img_size {
    max-width: 150px;
    max-height: 100px;
    width: auto;
    height: auto;
}

.list_word_break_all {
	word-break: break-all;
}

/* login =============================== */
#login_box{
	width:460px;
	padding:50px 70px;
	margin:144px auto;
	background:#fff;
	text-align:center;
}
#login_box .logo{
	width:139px;
	margin:0 auto;
}
#login_box .logo img{
	width:139px;
}
#login_box h1{
	font-size:20px;
	font-weight:normal;
	color:#2B8FCC;
	margin:5px 0px 50px 0px;
}
#login_box table{
	width:100%;
	margin-bottom:30px;
}
#login_box th{
	width:90px;
	text-align:left;
	padding:0px 10px 10px 0px;
}
#login_box td{
	padding-bottom:10px;
}

#content .main .contbox .btn.sbg_gray{
    background:#d8d8d8;
}
#content .main .contbox .btn.sbg_green{
    background:#07ac4d;
    color:#fff;
}
#content .main .contbox .btn.sbg_status_red{
    background:#ff2500;
    color:#fff;
}
#content .main .contbox .btn.sbg_purple{
    background:#9f64b5;
    color:#fff;
}
#content .main .contbox .btn.sbg_blue{
    background:#54a9ff;
    color:#fff;
}
#content .main .contbox .btn.sbg_brown{
    background:#b39800;
    color:#fff;
}

#content .main .contbox .background_gray{
    background:#d8d8d8;
}
#content .main .contbox .background_green{
    background:#07ac4d;
    color:#fff;
}
#content .main .contbox .background_status_red{
    background:#ff2500;
    color:#fff;
}
#content .main .contbox .background_purple{
    background:#9f64b5;
    color:#fff;
}
#content .main .contbox .background_blue{
    background:#54a9ff;
    color:#fff;
}
#content .main .contbox .background_brown{
    background:#b39800;
    color:#fff;
}

/* menu =============================== */
#menu_sp{
	width:96%;
	margin:0 2%;
	position:absolute;
	z-index:999;
	padding-top:10px;
	display:none;
	background:#fff;
}
.sp_nav{
	background:#fff;
}
.sp_nav .close_btn{
	text-align:right;
	cursor:pointer;
	font-size:20px;
	color:#2B8FCC;
}
.nav_sp{
	display:block;
}
.nav_sp ul li a:link{
	display:block;
	width:100%;
	padding:10px 0px;
}
.nav_sp ul li a:hover{
	background:#f4f4f4;
	color:#333;
}
.nav_sp ul li.active a{
	background:#f4f4f4;
	color:#333;
	font-weight:bold;
}
.nav_sp ul li span{
	width:60px;
	font-size:20px;
	margin:0px 10px;
	color:#2B8FCC;
}

header .header .menu_button{
	text-align:center;
	display:block;
	width:20px;
	height:20px;
	cursor:pointer;
	color:#ff6a29;
	font-size:16px;
	margin-top:10px;
}
header .header .menu_button span{
	color:#2B8FCC;
}
header .header .menu_button a:link{
	display:block;
	width:40px;
	height:40px;
	color:#ff6a29;
}
header .header .menu_button a:hover{
	text-decoration:none;
}

.form-washfree-paid input::-webkit-outer-spin-button,
.form-washfree-paid input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-washfree-paid input[type=number] {
	-moz-appearance: textfield;
}

.input-val-status-1 {
	float: left;
	width: 87px;
}

.w-calender {
	width: 100px;
}


.input-val-status-2 {
	float: left;
	width: 326px;
}

.input-val-status-3 {
	float: left;
	width: 356px;
}

.title-payment-total {
	margin-left: 10px;
	white-space: normal !important;
}

.content-status-washpass-order {
	padding-top: 5px;
	width: 100%;
	float: left;
	text-align: left;
}

@media only screen and (max-width: 1339px) {
	.input-val-status-1 {
		float: none;
	}
	.input-val-status-2 {
		float: none;
		width: 100%;
	}
	.w-calender {
		width: 20%;
	}
	.input-val-status-3 {
		float: none;
		width: 100%;
	}
	.content-status-washpass-order {
		float: none;
	}
}

@media only screen and (max-width: 1313px) {
	.title-payment-total {
		margin-left: 3px;
	}
}

@media only screen and (max-width: 1296px) {
	.title-payment-total {
		margin-left: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1203px) {
	.col-ipad-pro {
		width: 80%;
	}

	.col-ipad-pro-total-record {
		width: 35%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
	.col-ipad-pro {
		width: 82%;
	}

	.col-ipad-pro-total-record {
		width: 35%;
	}
}

.csv_error_msg {
	background: transparent;
	text-align: left;
	font-family: inherit;
	display: block;
	margin-left: 36px;
	font-size: 100%;
	color: #ff100a;
}
#scan_qr_code1_image,#scan_qr_code2_image,#scan_qr_code_image {
	display: -webkit-box;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#scan_qr_code1_image,#scan_qr_code2_image,#scan_qr_code_image {
		display: block;
	}
}

.value-code-block {
	display: -webkit-box;
}
.value-code-block div {
	margin: auto 20px;
	width: 30%;
}
.value-code-block-2 {
	display: -webkit-box;
}
.value-code-block-2 div {
	margin: auto 20px;
	width: 30%;
}

@media only screen and (max-width: 1025px) {
	#scan_qr_code1_image,#scan_qr_code2_image,#scan_qr_code_image {
		display: block;
	}
	.value-code-block {
		display: block;
	}
	.value-code-block-2 {
		display: block;
	}
}