/* pic-up.css v1.0.4 (UTF-8)
 * 標準
 * Copyright (c) Pleasure Sky Corp., All Rights Reserved.
 *
 * Bootstrap4対応、picup-std.css, picup-doc.css 統合
 */
@charset "utf-8";

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
body {
	color: #666;
}
.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;
}
.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;
}
.unit {
	padding-left: 1px;
	padding-right: 1px;
}
.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;
}
/*** 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;
}
.inline-img {
    border: 0;
    vertical-align: middle;
    padding: 0 0.25rem;
}
.cmd-ref th {
    white-space: nowrap;
    padding-right: 1rem;
    vertical-align: top;
}
.cmd-ref td {
    font-size: 0.9rem;
    vertical-align: top;
}
/*** DEBUG ***/
.where {
	border: 1px solid red;
}
