@charset "utf-8";

/*
:root{
    --font-family-sans-serif: arial, Helvetica,'Hiragino Kaku Gothic ProN','游ゴシック体',YuGothic,'メイリオ',Meiryo, sans-serif;
    --font-family-serif: 'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','游明朝','Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}
*/

* {
	font-family: 'Hiragino Kaku Gothic ProN','メイリオ',Meiryo,arial, Helvetica,'游ゴシック体',YuGothic, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;		
}

*:focus {
  outline: none !important;
  box-shadow:none !important;
}

.wrapper{
	min-height: 100vh;
	position: relative;
	padding-bottom: 120px;
}

footer{
	width: 100%;
	position: absolute;
  bottom: 0;
}

.share-box{
	display: inline-block;
	margin-top: 10px;
}

.share-box div{
	display: inline-block;
	margin-right: 6px;
}

#create-tab > li.active{
	color: white;
	background-color: lightgray;
	border-radius: 4px 4px 0 0 / 4px 4px 0 0;
}

.nav-tabs > li:hover{
	cursor: pointer;
}

#paper-area,#paper-input-area{
	overflow: scroll;
}

#paper *, .btn > img, #tool-area{
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tool-box{
	display: inline-block;
	margin: 0px 8px 2px 0px;
}

.editbtn,.input-color{
	border: 1px solid black;
	border-radius: 2px;	
	display: inline-block;
	height: 33px;
	vertical-align: top;
	background-color: #343a40;
	margin-right: 2px;
}

/*
.input-color{
	margin-right: 2px;
}
*/

.imgform{
	display: inline-block;
	width: 20%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.textform,.inputform{
	display: inline-block;
	width: 40%;
	margin: 0;
	padding: 0;	
	vertical-align: top;
}

#tool-area{
	padding: 10px;
	background-color: rgba(105, 105, 105, 0.50);
}

#tool-area .dropdown{
	padding: 0 !important;
	display: inline-block;	
	height: 33px;
	vertical-align: top;
	margin-right: 2px;
}

.dropdown > .editbtn{
	width: 100%;
} 

input[type=text],input[type=password],textarea{
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;	
}

#paper, #paper-input{
	background-color: white;
}
#paper:active{
  cursor: default;
}

#cdnt{
	font-size: 0.8em;
}

.of-s{
	overflow: scroll;
}

.of-h{
	overflow: hidden;
}

.m-b-5{
	margin-bottom: 5px !important;
}

.h-36px{
	height: 36px !important;
}

.border-lightgray{
	border-color: lightgray;
}

.tab-area.hide{
	position: absolute;
	visibility: hidden;
	top: -100000px;
	width: 0px;
	height: 0px;
}

.dropdown > .custom-dropdown{
	width: 100%;
	height: 100%;
}

.custom-dropdown + .dropdown-menu{
	background-color: #676767 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.custom-dropdown + .dropdown-menu > .dropdown-item:focus,.custom-dropdown + .dropdown-menu > .dropdown-item:hover{
	cursor:pointer;
	background-color:#909090;
}
.custom-dropdown + .dropdown-menu > .dropdown-item.active,.custom-dropdown + .dropdown-menu > .dropdown-item:active{
	background-color:#909090;
}


.input-color > input[type=color]{
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  width: 100%;
  height: 100%;
  cursor:pointer;
}

#input2-back{
	height: 38px;
	text-align: center;
	background: #d3d3d3;
	line-height: 38px;
	border-radius: 4px;
}

#text-addon,#input-addon{
	cursor: pointer;
}

svg,.svg-shape{
	cursor: default;
}

.input-data{
/* 	background: none; */
	outline: none;
	box-shadow:none;
	padding: 0px 6px !important;
	margin: 0 !important;
	
}

.custom-file {
  overflow: hidden;
}
.custom-file-label {
  white-space: nowrap;
}

.mpc{
	display: none;
}

.mpc.active{
	display: block;
}

.loading-img{
	width: 100%;
	padding: 20px;
	text-align: center;
}

.card2{
	padding: 4px;
}

.card2-box{
	padding: 8px;
	width: 100%;
	height: 100%;
	border: 1px solid #bfbfbf;
	border-radius: 2px;	
}

.card2-box-i{
	padding-right: 8px;
	vertical-align: top;
	display: inline-block;
	width: 40%;
	height: 100%;
	text-align: center;
	position: relative;
}

.card2 img{
	box-shadow: 2px 2px 4px #bfbfbf;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);		
}

.card2-box-c{
	padding: 4px;
	vertical-align: top;
	display: inline-block;
	width: 60%;
	height: 100%;
}

.card2-box-c p, .card2-title{
	margin: 0;
	padding: 0;
}

.card2-title{
	height: 12%;
	overflow: hidden;
	text-decoration: underline;
}

.card2-dr{
	height: 44%;
	overflow: hidden;
}

.card2-s, .card2-nk{
	height: 12%;
}

.card2-a{
	height: 20%;
	text-align: center;
}



.card-box{
	display: inline-block;
/* 	height: 338px; */
	height: 290px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #bebebe;
	border-radius: 2px;
	position: relative;
}

.card-img-box{
	height: 200px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}

.card-img-box > img{
	box-shadow: 2px 2px 4px #bfbfbf;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);	
}

.card-body-box > p{
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

.card-body-box button, .hr-l button{
	border: 1px solid #0069d9;
	border-radius: 2px;
	background: #007bff;
	color: white;
	font-size: 85%;
	padding: 0;
}
.card-body-box button.btn-outline{
	background: none;
	border: 1px solid #007bff;
	color: #007bff;
	font-size: 85%;
	padding: 0;
}

.card-body-box button:hover{
	background: #0069d9;
	color: white;
}

.card-body-box .badge-success{
	border-radius: 10px;
	text-align: center;
	font-size: 75%;
	padding: 0;
}

.card-date{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 60%;	
}

.hr-l{
	padding-top: 20px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.25);
	display: none;
}

.hr-l button{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 50%;
	height: 36px;
	line-height: 36px;	
	border: 1px solid #0069d9;
	border-radius: 2px;
	background: #007bff;
	color: white;
	font-size: 85%;
	padding: 0;
}
.hr-l button.btn-outline{
	background: white;
	border: 1px solid #007bff;
	color: #007bff;
}

.hr-l.active{
	display: block;
}

.hr-l .badge-info,.hr-l .badge-success{
	text-align: center;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 50%;
	height: 36px;
	line-height: 36px;	
	border: 2px solid white;
	border-radius: 10px;
	background: #00a51f;
	color: white;
	font-size: 85%;
	padding: 0;	
}

.pn-box {
	padding-left: 6px;
	padding-right: 6px;
	height: 24px;
	float: left;
	margin-left: 5px;
	font-weight: bold;
	border: 1px solid #333A40;
	color: #333A40;
	text-align: center;
	font-size: 80%;
	line-height: 24px;
}

.pn-ten {
	padding-left: 6px;
	padding-right: 6px;
	height: 24px;
	float: left;
	margin-left: 5px;
	font-weight: bold;
	color: #333A40;
	text-align: center;
	font-size: 80%;
	line-height: 24px;
}

.pn-box:not(.current) {
	display: block;
	color: #333A40;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.pn-box:not(.current):hover {
	text-decoration: underline;
	cursor: pointer;
}

.pn-box:not(.current) a {
	color: #333A40;
}

.pn-box.current {
	background: #333A40;
}

.pn-box.current a {
	color: white;
}

.box{
	display: inline-block;
}

.scroll {
	overflow: scroll;
	-ms-overflow-style: none; /* IE対策 */
	overflow: -moz-scrollbars-none; /* Firefox対策 */
}
.scroll::-webkit-scrollbar { /* Google Chrome対策 */
	display: none;
}

#scroll-bt-area,#iscroll-bt-area{
	position: fixed;
/*
	bottom: 0;
	padding-bottom: 60px;
*/
	z-index: 10;
}

.s-tool-sl{
	background: #17A2B8;
}
.s-tool-sl:hover{
	background: #138496;
}

#dpi {
  height: 1in;
  left: -100%;
  position: absolute;
  top: -100%;
  width: 1in;
}

@media screen and (max-width: 840px) {
	.tool-box{
		margin: 0px 0px 2px 0px;
		width: 33%;
	}	
	.editbtn,.input-color,#tool-area .dropdown{
		margin: 0;
	}	
	.bt3{
		margin: 0;
		width: 32%;
	}
	.bt4{
		margin: 0;
		width: 24%;
	}
	.bt2{
		margin: 0;
		width: 32%;
	}
	.imgform,.textform,.inputform{
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.tool-box{
		margin: 0px 0px 2px 0px;
		width: 100%;
	}	
/*
	.editbtn,.input-color,#tool-area .dropdown{
		margin: 0;
	}	
	.bt3{
		margin: 0;
		width: 32%;
	}
	.bt4{
		margin: 0;
		width: 24%;
	}
	.bt2{
		margin: 0;
		width: 32%;
	}
	.imgform,.textform,.inputform{
		width: 100%;
	}
*/
}


