/* pic-up.css v1.0.5 (UTF-8)
 * 標準
 * Copyright (c) Pleasure Sky Corp., All Rights Reserved.
 *
 * Bootstrap4対応、picup-std.css, picup-doc.css 統合
 */
@charset "utf-8";

:root{
	--font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
body {
    font-family: var(--font-family);
	color: #666;
}
html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.guard {
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;

	user-drag: none;
	-ms-user-drag: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;

	-webkit-touch-callout: none;
	-moz-touch-callout: none;
	touch-callout: none;
}
.selectable {
	user-select: text;
	-ms-user-select: text;
	-moz-user-select: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
}
.copyright {
	text-align: center;
	margin-top: 0.5rem;
}
body.hide-copyright .copyright {
	visibility: hidden;
}
.browser-nav {
	position: absolute;
	top:10px;
	right: 10px;
	z-index: 9999;
}
.browser-nav a.noborder {
	opacity: 0.6;
}
.browser-nav a.noborder:hover {
	opacity: 1.0;
}
.form-control::placeholder {
	color: #d6c6af !important;
}
.form-control:-ms-input-placeholder {
	color: #d6c6af !important;
}
.bold {
	font-weight: bold !important;
}
.strike {
	text-decoration: line-through;
}
.nodisplay {
	display: none;
}
.unit {
	padding-left: 1px;
	padding-right: 1px;
	font-size: 0.9em;
}
.petit {
	font-size: 1.2em;
}
.petit-small {
	font-size: 0.9rem;
}
a.disabled, button.disabled, div.disabled {
	pointer-events: none;
}
input.readonly, label.readonly, select.readonly, textarea.readonly {
	pointer-events: none;
}
.text-alert {
	color: #fd7e00;		/* orange */
}
.text-error {
	color: #dc3545;		/* red */
}
/*** cursor ***/
.wait {
	cursor: wait !important;
}
.pointer {
	cursor : pointer !important;
}
.yen::before {
	content: "\0a5";
	font-size: 0.85em;
	padding-right: 0.15em;
}
.btn-wide {
	min-width: 8rem;
}
@media (max-width: 768px) {
	.btn-wide {
		width: 100%;
	}
	.modal .btn-wide {
		max-width: 8rem !important;
	}
}
/*******/
.num {
	width: 4rem;
	text-align: right;
}
.num.num-long {
	width: 6rem !important;
}
/*******/
.page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0.6;
	display: none;
}
.page-top:hover  {
	opacity: 1;
}
/*** PageNav ***/
.pagination {
	margin: 0;
}
.pagination .omit > a {
	padding-left: 4px;
	padding-right: 4px;
}
/*** DEBUG ***/
.where {
	outline: 1px solid red;
}
