@charset "utf-8";

@font-face {
	font-family: 'brush script mt local';
	src: url(../font/brush_script_mt_kursiv.ttf);
}

/* bootstrap 上書き*/
.border {
	border: 1px solid #000 !important;
}
.card {
	border: 1px solid #000;
}
.nav-pills .nav-link.active,
.nav-pills show>.bav-link {
	background-color: #28a745;
}

.nav-tabs {
	border-bottom: 1px solid #000;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-color: #000 #000 #FFF;
}

.table th,
.table td {
	border-top: 1px solid #000;
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #000;
}

.table thead th {
	border-bottom-color: #000;
}

.form-control {
	border-color: #000;
}

/* common.css 上書き*/
nav {
	color: #3E3A39;
	text-align: left;
	vertical-align: bottom;
	z-index: 50;
	font-size:12px;
}

.header_01 {
	padding: 8px 0;
	margin-bottom: 5px;
}
.header_02 {
	background-color: #231815;
}
.header_02l {
	width: auto;
}
.header_01l a{
	color: #FFF;
}
.header_01l.pos-middle {
	vertical-align: middle;
}

.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}

/* オーダーシステムTOP */
.order-top {
	position: static;
}
.order-top .start-btn{
	position: relative;
}
.order-top .start-btn img{
	width: 100%;

}

.restriction {
	height: -webkit-cal(100vh - 194px);
	height: calc(100vh - 194px);
	overflow-x: auto;
}


/* 処理中メッセージ */
#modal-message {
	width: 50% ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none;
	z-index: 101 ;
	top: 40vh;
	left: 25vw
}
#modal-message .progress-message{
	text-align: center;
}
#modal-overlay {
	z-index: 100 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

/* 各画面の選択 */
.card-body.select-item {
	padding: 2px;
	height: 46px;
	/*display: inline-block;*/
	position: relative;
}
.card-body.select-item div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.card-body.select-item h5{
	margin: 2px;
	font-size: 16px;
	font-weight: bold;
}
.card-body.select-item+img {
	max-height: 150px;
	max-width: 150px;
	height: 100%;
	margin: 0 auto;
	object-fit: contain;
}
.card-body .type-comment {
	color: #000;
}
.select-block {
	padding-top: 5px;
	padding-bottm: 5px;
}

.select-block-title {
	font-size: 16px;
	font-weight: bold;
}

.side-menu li div:first-child {
	width: 60%;
	height: 28px;
}
.side-menu li div:last-child {
	width: 40%;
	height: 28px;
	text-align: center;
}

.sample-price th:last-child,
.sample-price td:last-child {
	padding-right:5px;
	text-align:right
}

/* 進捗 */
.progress-info,
.screen-info {
	margin-bottom: 15px;
}
.screen-info{
	padding: 4px 10px;
	background-color: #000;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 13px;
}
.screen-info .comment {
	margin-left: 30px;
	font-size: xx-small;
}

/* 注意書き */
.caution {
	font-size:12px;
	color: #FF0033;
	display: flex;
}

.img-caution {
	font-size:12px;
	color: #FF0033;
	text-align: right;
}

.name-caution {
	margin: 5px;
	padding: 5px;
	/*
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
   */
	color: #F00;
}
.name-caution.waku {
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
}

/* 「前へ」「次へ」ボタン */
.screen-acttion {
	position: fixed;
	bottom: 10px;
}
.screen-acttion div{
	width: 100px;
/*	height: 40px;*/
}
.screen-acttion div > button{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
}
.screen-acttion-sm {
	width: 60%;
}
.screen-acttion-last {
	position: relative;
	width: 60%;
}
.screen-acttion-last div{
	width: 150px;
}
	
/* 基本モデル選択 */
#base-select table {
	text-align: center;
}
#base-select table th {
	vertical-align: middle;
}
#base-select .view-select-base {
	overflow-x: scroll;
	transform: translateZ(0);
}
#base-select .view-select-base::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
#base-select .view-select-base::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
/* 画像表示 */
.imageViewArea {
	height: 300px;
}

.imageViewArea .list-img{
	max-height: 50px;
	max-width: 100px;
	object-fit: contain;
}
.imageViewArea .main-img{
	max-height: 300px;
	object-fit: contain;
}

/* 画像とコンテンツの隙間 */
.messageArea {
	height: 20px;
}

/* 選択エリア */
.settingArea {
}

/* 角度選択 */
.img-list li {
	width: 50%;
	height: 95px;
	text-align: center;
	display: table;
	/*border: 1px solid #C0C0C0;*/
	border: 1px solid #000;
	padding: 3px;
	background-color: #FFF;
}
.img-list li.active {
	border: 1px solid #28a745;
	background-color: #28a745;
}
.img-list li .nav-link {
	display: table-cell;
	vertical-align: middle;
	background-color: #FFF;
}

/* 基本モデル選択画面 */
.base-select-table {
	text-align: center;
	table-layout: fixed;
}
.select-model {
	width: 100%;
}
.select-model-img {
	max-height: 200px;
	max-width: 200px;
	width: auto;
	height: 200px;
	object-fit: contain;
	margin: 5px auto;
}

/* ラベル選択画面 */
.label-block {
}
.label-list {
	width: 120px;
}

/* 色選択画面 */

.scroll-area {
	height: -webkit-cal(100vh - 500px);
	height: calc(100vh - 500px);
	min-height: 250px;
	overflow-y: auto;
}
.scroll-area::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}
.scroll-area::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.scroll-area::-webkit-scrollbar-track-piece{
    background-color: rgba(0,0,0,.2);
}
.scroll-area::-webkit-scrollbar-button{
	width:10px;
	height:10px;
    background-color: rgba(0,0,0,.2);
}
.scroll-area::-webkit-scrollbar-button:end:increment {
//    background-image: url(../imgs/scroll_down.png);
	background-repeat: no-repeat;
}
 
.scroll-area::-webkit-scrollbar-button:start:decrement {
//    background-image: url(../imgs/scroll_up.png);
	background-repeat: no-repeat;
}
.color-title {
	width: 100px;
}

.color-select-area {
	width: -webkit-cal(100% - 100px);
	width: calc(100% - 100px);
}

.color-pallet {
	width: 120px;
}
.color-pallet h5{
	height: 38px;
	color:#000;
	white-space: pre-wrap;
}
.color-pallet.stitch img{
	height: 100px;
	object-fit: contain;
}

.color-pallet-small {
	width: 80px;
}
.color-pallet-small h5{
	height: 24px;
	color:#000;
	white-space: pre-wrap;
	font-size: 10px !important;
}
.color-pallet-small .nav-link {
	padding: 5px;
}

/* 刺繍画面  */
.input-error {
	color: #F00;
}

.name-right {
	width: calc(100% - 100px);
}

.no-border-top,
.no-border-top td {
	border-top: none;
}

/* グラブイメージCanvas表示 */
.viewArea {
	position: relative;
}
.viewArea canvas {
	position: absolute;
	background-color: transparent;
}

/* 刺繍スタイルのサンプル */
.name-style-open{
	text-align: center;
	margin: 20px 10px;
	border: 1px solid #28a745;
}

#name-style-sample {
	margin:20px auto;
	text-align:center
}
#name-style-sample h2{
	font-weight: bold;
}
#name-style-sample table {
	margin: 0 auto;
	font-size: 16px;
}
#name-style-sample table th,
#name-style-sample table td {
	padding: 5px;
}
#name-style-sample table img{
	width: 200px;
	object-fit: contain;
}
#name-style-sample .name-kanji td {
	font: 24px bold "YuKyokasho","游教科書体","HGS教科書体";
}
#name-style-sample .name-eiji-hikki td {
	font: 24px "Brush Script MT", "brush script mt local";
}
#name-style-sample .name-eiji-katsuji td {
	font: 24px bold "YuGothic","Yu Gothic","游ゴシック体","HGSｺﾞｼｯｸE";
}

/* pdf */
#order-pdf>div {
	margin: 20px 0;
}
