
.base {
	display: none;
}

.fix-header-helper {
	margin-top: 36px;
}

.fix-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 36px;
	z-index: 20;
	/*background-color: rgb(79, 224, 178);*/
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	display: table-cell;
	padding-top:4px;
}

.header-icon {
	padding-right: 0.5rem;
}

.wavebox {
	overflow: hidden;
	display: inline;
	float:left;
	min-width: 320px;
}
.wave {
	opacity: .2;
	position: absolute;
	top: 0%;
	left: 50%;
	background: #fff;
	width: 200px;
	height: 400px;
	margin-left: -140px;
	margin-top: -40px;
	transform-origin: 50% 48%;
	animation: drift 8000ms infinite linear;
}
.wave.-two {
	top: 50%;
	left: 70%;
	animation: drift-u 7000ms infinite linear;
	opacity: .1;
	background: #51edff;
	background: #fff;
}
.wave.-three {
	top: 0%;
	left: 60%;
	margin-left: 0px;
	margin-top: -320px;
	animation: drift 5000ms infinite linear;
	background: #fff;
}

@keyframes drift {
	from { transform: rotate(360deg); }
}

@keyframes drift-u {
	from { transform: rotate(-360deg); }
}

.row-mail-custtel {
	width: 12rem;
}

.header-memo {
	padding: 4px 230px 4px 4px;
}

.footer-memo {
	padding: 4px;
	border-radius: 4px;
	margin: 20px 10px 10px 10px;
	background-color: #fff5e8;
	/* pattern : www.transparenttextures.com */
	background-image: url("https://my.nocote.com/static/image/patterns/fabric-of-squares.png");
	border: 4px solid #fd8198;
	font-size: 0.8rem;
}

.footer-memo:empty {
	display: none;
}

.footer-memo div {
	font-size: 0.8rem;
}

.qrcode-outer {
	padding: 10px 2px 2px 10px;
	width: 100px;
	background-color: #fff;
}

.qrcode {
	width: 100%;
}

.big-qrcode-outer {
	padding: 10px;
	width: 280px;
	background-color: #fff;
}

#scale_up_qr {
	font-size: 2rem;
}

.telno_disp {
	font-size: 2rem;
}

.item {
	height:105px;
}

.item-area {
	height:80px;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.date-input {
	border: 2px solid #ccc !important;
	font-size: 1.4rem !important;
}

.paging-area {
	width: 120px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	border: 4px solid #fff;
	background-color: #f3ef90;
	display: table-cell;
}

.item-select-area {
	width: 40px;
	height: 65px;
	vertical-align: middle;
	text-align: center;
	border: 4px solid #fff;
	background-color: #eee;
}

.item-stock-lbl {
	font-size: 1rem;
	float: left;
}

.item-name {
	font-size: 10px;
	font-weight: 500;
}

.item-stock-num {
	font-size: 3rem;
	float: left;
}

.item-image {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
}

.item {
	margin-right: 5px;
}

.item-detail-frame {
	background-color: #fff;
	opacity:0.7;
}

.ddhdr {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	min-height: 2rem;
	width: 100%;
}

.ddisp {
	text-align: left;
	height: 25px;
	background-color : rgba(255, 255, 255, 0.4);
	white-space: nowrap;
}

.ddisp-expand {
	padding: 0px 5px 0px 5px;
}

#popdate {
	position: relative;
	z-index: 10;
	background: none;
	display: none;
	height: 0px;
	width: 0px;
}

.item-hd-spacer {
	height:15px;
}

.spacer2 {
	height:5px;
}

.headscroll {
	overflow-x: scroll;
	height: 20px;
}

.ddarea {
	max-width: calc(100% - 300px);
	float: left;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.ddcontainer {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.ddcol {
	float: left;
}

.dtcontainer {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	white-space: nowrap;
	flex-direction: row;
	flex-wrap: nowrap;
}

.dtcol {
	float: left;
}

.vtcell {
	width: 10px;
	min-width: 1rem;
	padding: 5px 0px 5px 0px;
	height: 95px;
}

.vtcell:hover {
	background-color: rgba(0, 255, 106, 0.9);
}

/*.parea {
	min-height: 40px;
	padding: 5px 0px 5px 0px;
}*/

.dtdisp {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	white-space: nowrap;
	flex-direction: row;
	flex-wrap: nowrap;
}

.dtdisp-in div {
	transform: rotate(-45deg);
	height: 40px;
	font-size: 12px;
	vertical-align: bottom;
	position: relative;
	bottom: 10px;
	left: 0;
}

.holiday1-color {
	background-color: #ffcccc;
	background-image: linear-gradient(
		-45deg,
		#ff96a9 25%,
		#ffbcbc 25%,
		#ffbcbc 50%,
		#ff96a9 50%,
		#ff96a9 75%,
		#ffbcbc 75%,
		#ffbcbc
	);
	background-size: 40px 40px;
	/*background-attachment: fixed;*/
}

.outdays1-color {
	background-color: #cccccc;
}

.vt-label {
	opacity: 0.5;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	/* マウスイベントの無効化 */
	pointer-events: none;
}

.vt-label-none {
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	/* マウスイベントの無効化 */
	pointer-events: none;
}

.labelingArea {
	position: relative;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	/* マウスイベントの無効化 */
	pointer-events: none;
}

.datepicker {
	width: 8rem;
}

.select-item-area {
	position: fixed;
	top: 0;
	right: 0;
	width: 220px;
	height: 180px;
	background-color: #b1dcfb;
	opacity: 0.9;
	right: 0;
	top: 0;
	z-index: 80;
	border: 4px solid #fff;
	box-sizing: border-box;
	text-align: center;
}

.select-item-box {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	float: left;
}

.selected-item {
	padding: 4px;
}

.select-item-act {
	font-size: 2rem;
}

.datedisp {
	padding-left: 6px;
	font-weight: 600;
}

.weekdisp {
	font-size: 0.8rem;
	padding-left: 4px;
}

.bgcolor-legends {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-bottom: 10px;
	padding-top: 10px;
}

.bg-legends-p {
	width: 6rem;
	height: 1.6rem;
	display: table-cell;
	font-size: 0.8rem;
	vertical-align: middle;
}

.main-button {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.fromto-text {
	width: 4rem;
	max-width: 4rem;
	text-align: center;
	padding-top: 0.4rem
}

.searchbtn-box {
	float: left;
	margin-left: 10px;
}

.narrowsearch-box {
	position: absolute;
	bottom: 6px;
	width: 100%;
	text-align: center;
}

.search-switch {
	font-size: 2.4rem;
}

.popview {
	position: absolute;
	width: 240px;
	height: 210px;
	/*background-color : rgba(102, 255, 173, 0.9);*/
	display: none;
	padding: 4px;
	border: 6px solid #FA8258;
	border-radius: 10px;
	box-sizing: border-box;
	z-index: 90;
}

.popview div {
	font-size: 0.8rem;
}

.row-privacy-link div {
	font-size: 0.8rem;
}

.flow_image {
	position: absolute;
	background-color: #eee;
	display: none;
	padding: 4px;
	opacity: 0.5;
}

.ex-badge {
	background-color: #ff0000;
	color: #fff;
	border: 4px solid #fff;
	box-sizing: border-box;
	position: fixed;
	right: 0px;
	top: 15px;
	z-index: 90;
	padding: 2px 8px 2px 8px;
	opacity: 0.8;
}

#color_template {
	display: none;
}

.enable-area-color {
	background-color: rgba(79, 224, 178, 0.8);
}

.enable-area-txtcolor {
	background-color: rgb(60, 60, 60);
}

#main-search-area {
	padding: 0.5rem 0 0.5rem 0.5rem;
	margin-bottom: 0.5rem;
	border-radius: 0px 0px 14px 14px;
	border-bottom: 4px solid #a5a25a;
	
	/* www.transparenttextures.com */
	background-color: #eaed9c;
	background-image: url("https://my.nocote.com/static/image/patterns/diamond-upholstery.png");
}

#switch_off_search_area {
	display: none;
}

#switch_off_selects_area {
	display: none;
}

#footer {
	font-size: 0.8rem;
	padding: 0.1rem 0.5rem 0.1rem 0.5rem;
	margin-top: 20px;
	
	/* www.transparenttextures.com */
	background-color: #eaed9c;
	background-image: url("https://my.nocote.com/static/image/patterns/diamond-upholstery.png");
}

#footer div {
	font-size: 0.8rem;
}

#footer:empty {
	background: none;
}

.required {
	color: #f00;
}

.privacy_link {
	font-weight: 600;
}

.disp-hard {
	color: #f00 !important;
}

body{
	min-width:320px;
	padding: 0;
	margin: 0;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size: 1rem;
	
	background-color: #ffcccc;
/*	background-image: linear-gradient(
		-90deg,
		#e2f9f8 50%,
		#EFFBF8 50%,
		#EFFBF8 75%,
		#e2f9f8
	);*/
	background-size: 40px 40px;
	background-attachment: fixed;
}

@media screen and (max-width:666px){

	.header-memo {
		padding: 4px 4px 4px 4px;
	}

	.select-item-area {
		right: 0px;
		bottom: 0px;
		top: auto;
		width: 100%;
		height: 120px;
	}
	
	.fromto-text {
		width: 2.2rem;
	}

	.popview {
		width: 100%;
		position: fixed;
	}

	.searchbtn-box {
		width: 100%;
		text-align: center;
		margin-top: 10px;
		margin-left: 0px;
	}

	.narrowsearch-box {
		bottom: 20px;
		right: 5px;
		width: auto;
	}

	/* 検索エリアのオフ機能はスマホレイアウト時のみ */
	#switch_off_search_area {
		display: inline;
	}
	#switch_off_selects_area {
		display: inline;
	}
	
	.headscroll {
		display: none;
	}
	
	#footer {
		margin-bottom: 180px;
	}
	
	body{
		min-width:initial;
		max-width:640px;
	}
	
}