*{
	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-deepgray{
	color: #fff;
	background-color: #808080;
}
/*.bg-brand-red{
	color: #fff;
	background-color: #FC8A00;
}*/
.brand-image {
	line-height: 1;
	width: auto;
	margin: 11px 0 0 15px;
}
@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;
	font-style: normal;
	font-weight: bold;
}
.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 */
#sort-title{
	float: left;
}
#bt-comp,#bt-sort-save, .bt-comp{
	float:right;
}
.category-err{
	color:red;
	font-size:11px;
}
#category-list{
	flex: 1 1 auto;
	padding: 1.25rem 0;
}
.child-category{
	padding:10px;
}
#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 */

/* recommend */
.recommend-err{
	color:red;
	font-size:11px;
}
#recommend-list{
	flex: 1 1 auto;
	padding: 1.25rem 0;
}
.child-recommend{
	padding:10px;
}

#recommend-edit{
	flex: 1 1 auto;
	padding: 1.25rem;
}
#recommend-mode{
	font-size: 1.2rem;
	padding-bottom: 10px;
}
.recommend-invalid{
	background: #ddd;
}
.recommend-not-yet{
	background: #17a2b8;
}
.recommend-disp{
	display: none;
}
.recommend-del-disp{
	display: none;
}
/* end recommend */

/* tags          */
.tag-err{
	color:red;
	font-size:11px;
}
#tag-list{
	flex: 1 1 auto;
	padding: 1.25rem 0;
}
.child-category{
	padding:10px;
}
#tag-edit{
	flex: 1 1 auto;
	padding: 1.25rem;
}
#tag-mode{
	font-size: 1.2rem;
	padding-bottom: 10px;
}
.tag-invalid{
	background: #ddd;
}
.tag-disp{
	display: none;
}
.tag-del-disp{
	display: none;
}
/* end tags      */

#login-contents{
	height: 100%;
	/*background: #000 url(/assets/img/bg-board.png) center -224px;*/
}
#login-contents #site-name{
  padding: 100px 0 0 100px;
}

#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;
}

/*#admin-list #none-data,
#banner-list #none-data{
	text-align:center;
	min-height:600px;
}*/
#admin-list #none-data, #banner-list #none-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:20px;
  width:100%;
  min-height: 600px;
  box-sizing: border-box;
}
#admin-list #none-data p,
#banner-list #none-data p{
	font-size:1.4rem;
	/*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-id,
#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;
}
p.recommend{
	cursor:pointer;
	text-align: center;
}
p.recommend-no-script{
	cursor:pointer;
	text-align: center;
}
/*	news-list start */
.th-news-id{
	width:7%;
}
.th-news-title{
	width:40%;
}
.th-news-title-outsider{
	width:60%;
}
.th-news-recommended{
	width:7%;
}
.th-news-open{
	width:15%;
}
.th-news-created{
	width:15%;
}
.th-news-activated{
	width:10%;
}

/*	news-list enc */

/*	news-list start */
.th-pdf-id{
	width:5%;
}
.th-pdf-file{
	width:10%;
}
.th-pdf-title{
	width:43%;
}
.th-pdf-recommended{
	width:12%;
}
.th-pdf-open{
	width:10%;
}
.th-pdf-close{
	width:10%;
}
.th-pdf-activated{
	width:10%;
}

/*	news-list enc */

/*	rss-list start */
.th-rss-id{
	width:7%;
}
.th-rss-corp{
	width:16%;
}
.th-rss-title{
	width:48%;
}
.th-rss-category{
	width:15%;
}
.th-rss-updated{
	width:14%;
}


/*	rss-list enc */

/* sort start    */
.fleft{
	float:left;
}
.not_select{
	color: #d0d0d0;
}
.table-responsive th div:hover{
	cursor: pointer;
}
/* sort end      */
/* tweet start      */
#tweet-list #none-data{
	text-align:center;
	min-height:600px;
}
#tweet-list #none-data p{
	font-size:20pt;
	margin-top:20%;
}
#tweet-list .th-img,
#tweet-list .td-img{
	width: 200px;
}
#tweet-list .td-img img{
	max-width: 200px;
}
#tweet-list .th-text{
	max-width: 400px;
}
#tweet-list .td-text{
	white-space:pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}
#tweet-list .th-status,
#tweet-list .th-genre,
#tweet-list .th-text,
#tweet-list .td-genre,
#tweet-list .td-opdt,
#tweet-list .td-cldt,
#tweet-list .td-flag{
	white-space: nowrap;
}
#tweet-list .datepicker-default span{
	display: inline-block;
	padding: 5px 10px 0 10px;
}
#tweet-Box{
	margin: 5px 0;
}
.tweet-err{
	color:red;
	font-size:11px;
}
.tweet-preview{
	border:none;
	max-width:560px;
	margin:30px 40px;
	font-size: 27px;
	line-height: 32px;
	letter-spacing: .01em;
	word-break: break-all;
}
.tweet-preview-text a{
	white-space: pre-line;
}
/* tweet end      */

#member-list #none-data p {
    font-size: 20pt;
    margin-top: 20%;
}

#cretor_photo{
	text-align: center;
	border: 3px solid #ccc;
	padding: 10px;
	background-color: #fff;
}
#cretor_photo img{
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 300px;
	margin-bottom: 10px;
}
#archive-detail #artists,
#archive-detail #awards,
#archive-detail #works,
#archive-detail #options{
	width: 100%;
	border-collapse: collapse;
	margin:0;
	padding: 0;
}
#archive-detail #artists th,
#archive-detail #artists td,
#archive-detail #awards th,
#archive-detail #awards td,
#archive-detail #works th,
#archive-detail #works td,
#archive-detail #options th,
#archive-detail #options td{
	border: 1px solid #ccc;
	padding: 5px 10px;
}
#archive-detail #artists th,
#archive-detail #artists td.space,
#archive-detail #awards th,
#archive-detail #awards td.space,
#archive-detail #works th,
#archive-detail #works td.space,
#archive-detail #options th,
#archive-detail #options td.space{
	background-color: #eee;
}
#archive-detail #artists .head,
#archive-detail #awards .head,
#archive-detail #works .head{
	width: 160px;
}
#archive-detail #options .op_detail{
	width: 70%;
}
#archive-detail #artists input,
#archive-detail #awards input,
#archive-detail #works input,
#archive-detail #options input{
	width: 100%;
}
#archive-detail .save-err{
	margin-bottom: 30px;
	color: #c00;
	font-size: 24px;
}
#archive-detail .btn-photo-del{
	border: 1px solid #ccc;
}

#creator-form-photo{
  max-width: 100%;
}

img{
	object-fit: scale-down;
}

#modalDetail #mdl-detail{
	white-space: pre-wrap;
}

.txt-small{
	font-size: 0.75rem; /* 16px × 0.75 = 12px */
}

/* width start */
.w06{
	width: 6%;
}
.w08{
	width: 8%;
}
.w10{
	width: 10%;
}
.w12{
	width: 12%;
}
.w13{
	width: 13%;
}
.w15{
	width: 15%;
}
.w16{
	width: 16%;
}
.w18{
	width: 18%;
}
.w26{
	width: 26%;
}
.w30{
	width: 30%;
}
.w33{
	width: 33%;
}
.w35{
	width: 35%;
}
.w36{
	width: 36%;
}
.w37{
	width: 37%;
}
.w42{
	width: 42%;
}
.w46{
	width: 46%;
}
.w50{
	width: 50%;
}
.w64{
	width: 64%;
}
.w78{
	width: 78%;
}
.w67{
	width: 67%;
}
.w85{
	width: 85%;
}
.w87{
	width: 87%;
}
/* width end */

/* Modal-Image start */
/* 一覧 */
#Modal-Image-Result-Data .table-bordered th,
#Modal-Image-Result-Data .table-bordered td{
	font-size: 0.875rem; /* 16px × 0.875   = 14px */
}
#Modal-Image-Result-Data .table-bordered th{
	vertical-align: middle;
}
#Modal-Image-Result-Data .table-bordered td{
	border-left: none;
	border-right: none;
	vertical-align: middle;
}
#Modal-Image-Result-Data tbody tr{
	background-color: #ffffff;
}
#Modal-Image-Result-Data tbody tr:hover,
#Modal-Image-Result-Data tbody tr:has(input.form-check-input[type="checkbox"]:checked),
#Modal-Image-Result-Data tbody tr:has(input.form-check-input[type="checkbox"]:checked):hover,
#Modal-Image-Result-Data tbody tr:has(input.custom-control-input[type="radio"]:checked),
#Modal-Image-Result-Data tbody tr:has(input.custom-control-input[type="radio"]:checked):hover{
	background-color: rgba(255, 255, 0, 0.1);
}
#Modal-Image-Result-Data .search-bottom-box{
	margin-top: 20px;
	padding: 1em 0;
	width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
	border-radius: 0 0 0.3rem 0.3rem;
	position: sticky;
	bottom: 0;
	z-index: 100;
}

/* 編集 */
#Modal-Image-Detail-Data .ModalImageDetailFileBox{
	width: 450px;
}
#Modal-Image-Detail-Data .ModalImageDetailFileBox figure{
	padding: 10px;
	width: 450px;
	height: 400px;
	border: 1px solid #dddddd;
}
#Modal-Image-Detail-Data .ModalImageDetailFileBox figure img{
	object-fit: contain;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#Modal-Image-Detail-Data .ModalImageDetailInfoBox{
	width: calc(100% - 470px);
}
#Modal-Image-Detail-Data .ModalImageDetailInfoBox table th,
#Modal-Image-Detail-Data .ModalImageDetailInfoBox table td{
	border-top: 1px solid #ffffff;
}
#Modal-Image-Detail-Data .ModalImageDetailInfoBox table th{
	background-color: #e6e9ed;
}
#modal-image .detailPage .detail-bottom-box{
	margin-top: 20px;
	padding: 1em 0;
	width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
	border-radius: 0 0 0.3rem 0.3rem;
	position: sticky;
	bottom: 0;
	z-index: 100;
}
/* Modal-Image end */

/* Modal Common start */
.modal-dialog .overlay{
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: -1px;
	z-index: 1052;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.7);
	color: #666f76;
	border-radius: 0.3rem;
}
/* Modal Common end */

/* Image start */
.ImageBox figure{
	padding: 1em;
	background-color: rgba(0, 0, 0, 0.03);
	max-width: 200px;
}
.ImageBox figure img{
  width: auto;
  max-width: 100%;
}
.ImageBox .ImageDelete a{
	color: #dc3545;
}
/* Image end */

/* SpecialBanner start */
.BannerBox{
	min-width: 250px;
	max-width: 250px;
	margin: auto;
	text-align: center;
}
.BannerBox .ImageBox figure{
	padding: 1em;
	height: 150px;
	max-width: 200px;
	background-color: rgba(0, 0, 0, 0.03);
}
/* SpecialBanner end */

.DateTimePlaceholder::placeholder{
	color: #ACACAC;
}







#login-contents #site-name {
  position: absolute;
  top:calc(50% - 160px);
  left:50%;
  width: 300px !important;
  padding:0 !important;
  transform: translate(-50%, -50%);
}
#login-contents .form-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 300px;
  position: absolute;
  top:55%;
  left:50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
}
#login-contents .form-box-inner p {
  margin-bottom:0;
}
#login-contents .form-box-inner p:first-of-type {
  margin-right:20px;
}
#login-contents .form-box-inner p:before {
  pointer-events: none;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  display: inline;
  margin-right: 3px;
  color:#0b57d0;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 0;
}
#login-contents .form-box-inner p:first-of-type:before {
  content: "\f2c2";
}
#login-contents .form-box-inner p:nth-of-type(2):before {
  content: "\f023";
}
#login-contents .form-box-inner form {
  margin-top:20px;
  padding-top:20px;
  width: 100%;
  border-top:1px dotted #ccc;
  box-sizing: border-box;
}
.btn-outline-primary {
  color: #0b57d0;
  border-color: #0b57d0;
}
.btn-outline-primary:hover {
  background-color: #0b57d0;
  border-color: #0b57d0;
}
@media (max-width: 992px) {
  #login-contents .form-box {
    height: 100vh;
  }
}
a {
  color:#0b57d0;
}
.sidebar-light-primary {
  background-color: #3ebdcf;
  box-shadow: none;
}
.sidebar-light-primary .brand-link {
  display: none;
}
.sidebar-light-primary .user-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-top:10px;
  padding-bottom:10px !important;
  border-bottom:none;
  background:#fff;
}
.sidebar-light-primary .user-panel .image {
  margin-right:5px;
  padding-left:10px;
}
.sidebar-light-primary .user-panel img {
  box-shadow: none;
}
.user-panel .info {
  padding: 5px 5px 5px 0;
}
.sidebar-light-primary .sidebar a {
  color: #fff;
}
.nav-pills .nav-link {
  border-radius: 0;
}
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding:10px;
  box-sizing: border-box;
}
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  background: rgba(0,0,0,0.3);
  box-shadow: none;
}
.sidebar-light-primary .nav-sidebar>.nav-item:hover>.nav-link {
  color: #fff;
  background: rgba(0,0,0,0.3);
}
.nav-sidebar>.nav-item .nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  width: 34px;
}
.nav-sidebar>.nav-item .nav-icon.fa-sign-out {
  font-size: 1.5rem;
}
.card-primary.card-outline {
  border-top: none;
}
.nav-icon {
  margin-right:5px;
}
h1 .nav-icon {
  margin-right:10px;
  border:none;
}
.row.tools-bottom {
  margin-top: 3px;
  margin-bottom: 3px;
}
.pagination-custom li {
  border:none;
}
.pagination-custom li a.active:hover {
  color:#fff;
  background:#222;
}
.pagination-custom li:first-child, .pagination-custom li:last-child{
  padding:0 5px;
}
.pagination-custom li a.active {
  background: #3ebdcf;
}
#right-contents .bg-brand-red {
  color: #666;
  background-color: #eee;
}
#right-contents .bg-brand-red .form-group:last-of-type {
  margin-bottom: 0;
}
#right-contents .bg-brand-red .form-group label {
  margin-bottom: 0;
}
.ImageBox .ImageDelete {
  margin-top:5px;
}
.ImageBox .ImageDelete a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #0b57d0;
  font-size: 0.8rem;
}
.ImageBox .ImageDelete a:before {
  pointer-events: none;
  font-family: "FontAwesome";
  content: "\f1f8";
  -webkit-font-smoothing: antialiased;
  display: inline;
  margin-right:5px;
  font-size: 0.8rem;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 0;
}
#article-detail-mainedit .form-group {
  margin-bottom:40px;
}
#article-detail-mainedit .form-group:not(.StoreCodeInputArea) > label:first-of-type {
  padding-left:6px;
  border-left:3px solid #ccc;
  box-sizing: border-box;
}
.input-group span {
  display: inline-flex;
  align-items: center;
}
.page-item.active .page-link {
  background-color: #0b57d0;
  border-color: #0b57d0;
}
#archive-list .card-body {
  padding: 0 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #0b57d0;
  border-color: #0b57d0;
}
#archive-list .table {
  border-bottom: 1px solid #dee2e6;
}
#archive-list .table thead th {
  line-height:1.2;
  vertical-align: middle;
  border-bottom: none;
}
#archive-list .table td {
  vertical-align: middle;
}
#archive-list .table .BannerBoxList td {
  vertical-align:top;
}
.BannerBox {
  cursor: pointer;
}
.BannerBox .ImageBox {
  width:100%;
}
.BannerBox .ImageBox figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width:100%;
  max-width: none;
  height:auto;
  background-color: #eee;
  box-sizing: border-box;
  aspect-ratio:1/1;
}
.BannerBox:hover .ImageBox figure {
  background-color: #3ebdcf;
}
.ImageBox figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.text-success {
  color: #0b57d0!important;
}
.content-wrapper>.content {
  box-sizing: border-box;
}
.form-control + .text-muted {
  margin-top:5px;
  margin-left:10px;
}
.StoreCodeInputArea .storeName.text-muted {
  color:#0b57d0 !important;
  font-size:1.125rem;
}
.text-notice {
  margin-bottom: 5px;
  font-size: 12px;
}
#TmpRegist-Form #article-detail-mainedit .form-group:first-of-type .form-control {
  color:#0b57d0 !important;
  font-size:1.125rem;
}
#archive-list .table td .rounded-line{
	width: 50px;
	display: block;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	border-style: solid;
}

#archive-detail > .overlay {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: -1px;
	z-index: 10000;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.7);
	color: #666f76;
	border-radius: 0.3rem;
}
.store_text {
  position: relative;
}
.fukidashi {
  position: absolute;
  display: inline-block;
  font-weight: bold;
  font-size: 11px;
  line-height: 100%;
  margin: 0.5rem 0.5rem;
  padding: 7px 10px;
  white-space: normal;
  color: #000000;
  background: #FFFDD0;
  box-sizing: border-box;
  border-radius: 5px;
}
.fukidashi:before  {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -40px;
  border: 6px solid transparent;
  border-bottom: 12px solid #FFFDD0;
  z-index: 2;
}
.fukidashi .Icon-new {
  display: inline-block;
  font-weight: normal;
  bottom: 0px;
  margin: 0.1rem 0.1rem;
  padding: 3px 4px;
  white-space: normal;
  color: #fff;
  background: #ff0095;
  box-sizing: border-box;
  border-radius: 5px;
}
.fukidashi .Headline-new {
  color: #ff0095;
}
.fukidashi .Text-new {
  font-size: 8px;
}
.update_news_text {
  position: relative;
}
.update_news {
  position: absolute;
  display: inline-block;
  font-size: 8.5px;
  font-weight: bold;
  bottom: 0px;
  margin: 0.5rem 0.5rem;
  padding: 7px 10px;
  white-space: normal;
  color: #FF0000;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 1px;
}

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@media print {
	body {
		margin: 0 !important;
	}
}

.main-container {
	font-family: 'Lato';
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

.ck-content {
	font-family: 'Lato';
	line-height: 1.6;
	word-break: break-word;
}

.editor-container_classic-editor .editor-container__editor {
	min-width: 795px;
	max-width: 795px;
}

.open_triangle {
	padding-bottom: 15px;
	display: flex;
	justify-content: center;
	&:before {
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #666;
	}
}

.close_triangle {
	&:before {
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #666;
		border-top: 0;
	}
}
.GetStoreSnsBtn {
    margin-left:20px;
    padding-inline:10px;
    border:1px solid #ccc;
    border-radius: 3px;
    background:#fff;
}
.ZipCodeInputArea {
    display: flex;
    flex-direction: column;
    gap:10px 0;
}
.ZipCodeInputArea > .row.form-inline {
    gap:0 10px;
}
#article-detail-mainedit .google-map {
    margin-bottom: 40px;
}