*{
	font-family: 'M PLUS 1p', sans-serif;
}
body{
	color: #333;
}
.content-header h1 {
	font-weight: bold;
}
.brand-color {
	color: #FC8A00;
}
.bg-brand-gray{
	color: #333;
	background-color: #eee;
}
.bg-brand-red{
	color: #fff;
	background-color: #FC8A00;
}
.brand-image {
	line-height: 1;
	max-height: 35px;
	width: auto;
	margin: 11px 0 0 18px;
}
.main-sidebar .brand-text{
	font-size: 1.3rem;
	padding-left: 10px;
}
.main-sidebar .sidebar .nav-sidebar hr{
	border: 0;
	border-top: 1px;
	solid: #0b3d91;
}
@media screen and (max-width: 992px){
	.brand-image{
		margin-left:10px;
	}
}
.brand-link {
	padding: 0;
	font-size: 1rem;
	min-height: 57px;
	display: block;
	line-height: 2.9;
	white-space: nowrap;
}
.small-box p,
.card-title{
	letter-spacing: 1px;
}
.pagination-custom{
	margin: 10px 0;
	padding: 0 5px;
	list-style: none;
}
.pagination-custom li{
	display: inline-block;
	border: 1px solid #ccc;
}
.pagination-custom li a{
	display: block;
	padding: 0px 8px;
}
.pagination-custom li a.active{
	background: #007bff;
	color: #fff;
}
.pagination-custom.bottom{
	padding: 13px 20px 10px;
	border-top: 1px solid #ccc;
}
.content-header {
	padding: 15px .5rem 10px;
}
#archive-list label {
	margin-bottom: 0!important;
}
#archive-list table {
	margin-bottom: 0!important;
}
#archive-list .card-body{
	padding: 0;
}
.detail-search{
	margin: 10px 0;
	padding: 0 5px;
}
.row.tools-bottom{
	margin: 3px 0;
	border-top: 1px solid #ccc;
}
.tools-ttl{
	padding: 7px 0 0 20px;
}
.tools-ttl span{
	padding-top: 2px;
}
@media (min-width: 992px){
	.modal-lg {
		max-width: 1200px;
		margin: 1.75rem 100px 1.75rem 350px;
	}
}
#article-detail-mainedit label span{
	font-size: 0.8rem;
	font-weight: normal;
}
#article-detail-mainedit textarea{
	overflow-x: scroll;
	/*word-break: break-all;*/
}

#article-detail-mainedit #entry-text{
	font-size: 0.9rem;
	line-height: 2.0;
}
#article-status .col-md-27p{
	width: 27%;
	text-align: right;
}
#article-setting .col-md-27p{
	width: 27%;
	text-align: right;
}
#article-setting .card-footer{
	border-top: 1px solid #333;
	margin: 0 20px;
	padding: 20px 0;
}
#article-setting .thumbnail{
	display: flex;
	overflow: hidden;
	width: 100%;
}
#article-setting .thumbnail.thumbnail-position-center{
	align-items: center;
}
#article-setting .thumbnail.thumbnail-position-start{
	align-items: flex-start;
}
#article-setting .thumbnail.thumbnail-position-end{
	align-items: flex-end;
}
#article-setting .thumbnail img{
	width: 100%;
}
#article-setting .thumbnail-p-title{
	margin: 10px 0 5px;
	font-weight: bold;
}
#article-setting .article-type-title{
	margin: 10px 0 5px;
	font-weight: bold;
}
.iradio_minimal-red,
.icheckbox_minimal-red{
	background-color: #fff;
}
label.pointer {
	cursor: pointer;
}
#to-image-edit{
	padding: 40px;
	background: #fff;
	position: fixed;
	top: 300px;
	right: 20px;
	display: none;
	text-align: right;
}
#iframe-modal{
	display: none;
	opacity: 0;
	position: fixed;
	width: 100%;
	min-height: 100%;
	background-color: #F5F5F5;
	margin: 0;
	padding: 0;
	color: #666666;
	z-index: 2;
}
#iframe-modal iframe{
	z-index: 1000;
}
#iframe-modal-bg {
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 999;
}
#img-list .card-body{
	border-top: 1px solid #ccc;
	padding: 0;
}
#img-list .img-responsive{
	margin: 0;
	padding: 15px;
	font-size: 0;
}
.img-parent-box{
	float: left;
	margin-bottom: 15px;
}
#img-list .img-box{
	/* float:leftはコメントアウトされてたが画像一覧の作成のために戻し */
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 215px;
	height: 215px;
	outline:1px solid #ccc;
	margin: 0 15px 5px 0;
	vertical-align: middle;
	background: url(/assets/img/bg-img.png);
}
.mdl-src{
	max-width:615px;
	max-height:615px;
}
#img-list .img-box img{
	max-width: 215px;
	max-height: 215px;
}
#img-list .count{
	margin: 10px 0;
	padding: 0 15px;
}
#modalImgEdit .row{
	margin: 0;
}
#modalImgEdit .img-edit-col-7{
	width: 61%;
	overflow:auto;
}
#modalImgEdit .img-edit-col-5{
	width: 39%;
}
#modalImgEdit label span{
	font-weight: normal;
}
#addImageModal #img-drop{
	width: 100%;
	border:3px dashed #ccc;
	border-radius: 5px;
	height: 300px;
	text-align: center;
	display: flex;
	flex-direction: column;
	flex: 1 0 0%;
	align-items: center;
	justify-content: center;
}

#addImageModal .title-file-input{
	line-height: 2rem;
}
#addImageModal .title-file-input span{
	color: #666;
	font-size: 0.9rem;
}

#addImageModal .btn-file-input{
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	transition-timing-function: ease-in-out;
	transition-duration: .15s;
	transition-property: background-color,border,fill,color,opacity;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 4px;
	outline: none;
	font-size: 1.0rem;
	line-height: 2.0rem;
	min-height: 2.0rem;
	padding: 0 12px;
	border:1px solid #ccc;
	color: #FC8A00;
	margin-bottom: 5px;
	background: #fff;
}
#addImageModal .btn-file-input:hover{
	color: #fff;
	background: #FC8A00;
}
#addImageModal #InputFile{
	width: 1px;
	height: 1px;
	display: none;
}
#addImageModal .info-file-input{
	font-size: 0.8rem;
	color: #666;
}
#addImageModal #img-drop:hover{
	background: #FAE1E3;
}
/* kamiya変更 */
.news-err{
	color:red;
	font-size:11px;
}
.tree-hide{
	height:1.8em;
	overflow:hidden;
}
.news-list-none{
	font-size:20px;
}
.uploadButton {
	height:40px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
    display:inline-block;
    position:relative;
    overflow:hidden;
    border-radius:3px;
    background:#444;
    color:#fff;
    text-align:center;
    padding:10px;
    line-height:20px;
    width:100%;
    cursor:pointer;
}
.uploadButton:hover {
    background:#FC8A00;
}
.uploadButton input[type=file] {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    cursor:pointer;
    opacity:0;
}
.uploadValue {
    display:none;
    background:rgba(255,255,255,0.2);
    border-radius:3px;
    padding:3px;
    color:#ffffff;
}
/* cocomade */
/* category */
.category-err{
	color:red;
	font-size:11px;
}
#category-list{
	flex: 1 1 auto;
	padding: 1.25rem 0;
}
.child-category{
	padding:10px;
}
#sort-title{
	float: left;
}
#bt-comp,#bt-sort-save{
	float:right;
}
#category-edit{
	flex: 1 1 auto;
	padding: 1.25rem;
}
#category-mode{
	font-size: 1.2rem;
	padding-bottom: 10px;
}
.category-invalid{
	background: #ddd;
}
.category-disp{
	display: none;
}
.category-del-disp{
	display: none;
}
/* end category */

#login-contents{
	height: 100%;
	/*background: #000 url(/assets/img/bg-board.png) center -224px;*/
}
#login-contents #site-name{
	font-family:tanuki;
	font-size: calc(100vw / 8);
	line-height: 110%;
}

#login-contents .form-box{
	position: relative;
	height: 100vh;
	/*background: url(/assets/img/threadripper.png) no-repeat 100px center;*/
}
#login-contents .form-box-inner{
	width: 300px;
	position: absolute;
	bottom: 50px;
	right: 50px;
}
#login-contents .form-box-inner .form-control{
	margin-bottom: 10px;
	color: #007bff;

}
#login-contents .form-box-inner p{
	color: #3c8dbc;
}

@media (max-width: 992px){
	#login-contents .form-box{
		position: relative;
		height: 100%;
		background: none;
	}
	#login-contents .form-box-inner{
		width: 100%;
		position: relative;
		bottom: 0;
		right: 0;
		padding: 50px 10px;
	}
}

#keyword-search-box{
	padding-right: 20px;
}

#keyword-search{
	color: #fff;
}
#keyword-search:focus{
	color: #333;
}

#banner-list #none-data{
	text-align:center;
	min-height:600px;
}
#banner-list #none-data p{
	font-size:20pt;
	margin-top:20%;
}
#banner-list .th-img,
#banner-list .td-img{
}
#banner-list .td-img img{
	max-width: 400px;
}
#banner-list .th-cap{
	max-width: 300px;
}
#banner-list .td-cap{
 	word-break: break-all;
 	word-wrap: break-word;
}
#banner-list .td-opdt,
#banner-list .td-cldt,
#banner-list .td-flag{
	white-space: nowrap;
}
#banner-list .datepicker-default span{
	display: inline-block;
	padding: 5px 10px 0 10px;
}
#banner-Box{
	margin: 5px 0;
}
.banner-err{
	color:red;
	font-size:11px;
}
#vw-datalayer{
	width:100%;
	height:6em;
}
#product-list .kana{
	max-width:400px !important;
}
#product-list .p_id,
#product-list .code,
#product-list .year,
#product-list .c_name,
#product-list .item{
	white-space: nowrap;
}
#product-list th.item{
	width: 100px;
	text-align: center;
}
#product-list td.item{
	text-align: center;
	color: #ffd700;
	text-shadow: 1px 1px 0 #ccc
}
#product-list td.kana{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.company-list label{
	display: inline-block;
	width: 270px;
}
.result-count{
	font-size: 1.1rem;
	padding: 10px 0 0 10px;
	margin-bottom: 0;
}
/* product edit */
#pro-edit-window{
	padding: 20px;
}
#pro-edit-window .card{
	padding: 20px 30px;
}
#pro-edit-window .edit-title{
	margin-bottom: 10px;
}
#pro-edit-window .person-table{
	border: #0b3d91;
	width: 100%;
}
#pro-edit-window .person-table th{
	border-style: solid;
	border-color: #9ea9bf;
	padding: 5px 10px;
}
#pro-edit-window .person-table td{
	border-style: dashed;
	border-color: #9ea9bf;
	padding: 5px 10px;
}
#pro-edit-window .rad-srl {
	padding: 10px 0px;
}
#errors ul li {
	font-size: large;
	font-weight: bold;
	color: #9A0000;
}



.img-box {

    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    outline: 1px solid #ccc;
    margin: 0 15px 5px 0;
    vertical-align: middle;
    background: url(/assets/img/bg-img.png);
}
.img-thumbnail{
    max-width: 150px;
    max-height: 150px;
}
#flash-msg{
	text-align: center;
	font-weight: bold;
	color: #9A0000;
}



