@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

/* ===== RESET ===== */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*:before,
*:after {
	box-sizing: border-box;
}

li {
	list-style: none;
}

html {
	font-size: 62.5%;
}
body {
	line-height: 1.7;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, arial, helvetica, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* font-size: 16px; */
	font-size: 15px;
	letter-spacing: .025em;
	color: #050505;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

a {
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	transition: opacity .4s ease-out;
}

.link, .link:hover {
	color: #2196f3 !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.colWrap.mdl {
	align-items: center;
	align-content: center;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.hide {
	display: none !important;
}

/* ===== FORM ===== */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="button"],
input[type="submit"],
select,
textarea {
	/* reset */
	background: transparent;
	border: none;
	border-radius: 0;
	font-weight: normal;
	outline: none;
	font: inherit;
	/* end - reset */

	background: #fff;
	padding: .3em .6em;
	border: 1px solid #c3c3c3;
	border-radius: 3px;
	font-size: 100%;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="button"],
input[type="submit"],
textarea {
	/* reset */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* end - reset */
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #aaa;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-input-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
	color: #aaa;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 5px;
}

input[type="checkbox"] {
	width: 1.2em;
	height: 1.2em;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.label_checkbox,
.label_radio {
	position: relative;
	cursor: pointer;
}

.checkbox, .radio {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-right: 6px;
	width: 1.3em;
	height: 1.3em;
	vertical-align: middle;
	border: 1px solid #c3c3c3;
	border-radius: 3px;
	background: #fff;
}

.radio {
	border-radius: 50%;
}

.checkbox:before {
	content: "";
	display: block;
	position: absolute;
	left: 0.098em;
	top: 0.54em;
	width: 0;
	height: 0;
	border-left: 3px solid #009688;
	border-bottom: 3px solid #009688;
	margin: 1px 0 0 1px;
	opacity: 0;
	transform-origin: 0 0;
	transform: rotate(-45deg);
	transition: opacity .2s cubic-bezier(0,0,0,.97) 0s,
			width .2s cubic-bezier(0,0,0,.97) .2s,
			height .2s cubic-bezier(0,0,0,.97) .2s;
}

.radio:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: .5em;
	height: .5em;
	border-radius: 50%;
	background: #009688;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0,0);
	transition: all .25s ease-out;
}

.label_checkbox input[type="checkbox"]:checked + .checkbox:before {
	transition-duration: .35s;
	transition-delay: 0s, .2s, 0s;
	opacity: 1;
	width: 0.75em;
	height: 0.45em;
}

.label_radio input[type="radio"]:checked + .radio:before {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1, 1);
}

.label_checkbox input[type="checkbox"],
.label_radio input[type="radio"]{
	display: none;
}

.label_checkbox.locked,
.label_radio.locked  {
	opacity: .7;
	color: #aaa;
	pointer-events: none;
}

.label_file {
	align-items: center;
	align-content: center;
}

.label_file input[type="file"] {
	display: none;
}

.label_file .btn {
	margin-right: 1em;
}

textarea {
	resize: vertical;
}

select::-ms-expand {
	display: none;
}

:focus {
	background: #eef8f8 !important;
}

.zenkaku {
	ime-mode: active;
}

.num,
.alphanumeric {
	ime-mode: disabled;
}

/* ===== end - FORM ===== */

.container {
	margin: 0 auto;
	padding: 0 40px;
	/* max-width: 1000px; */
	max-width: 1080px; /* MODIFIED [22/05/26] */
}

header {
	/*padding: 1em 0;
	background: #f8f8f8;
	border-bottom: 1px solid #eee;
	background: #2c6690; */
}

.gnavFrame {
    align-items: center;
    align-content: center;
    padding: 10px 30px;;
    background: #2c6690;
    color: #fff;
}

.gnavFrame .gnav li {
    position: relative;
}

.gnavFrame a {
    color: #fff;
    text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.gnavFrame .gnav {
	    display: flex;
	}

	.gnavFrame .gnav li {
	    margin: 0 1em 0 0;
	}

	.gnavFrame .gnav li:nth-of-type(3) {
	    padding-left: .75em;
	}

	.gnavFrame .gnav li:nth-of-type(3):before {
	    content: "";
	    display: block;
	    position: absolute;
	    left: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    width: 1px;
	    height: 1.5em;
	    background:rgb(255 255 255 / 0.5);
	}
}

.gnavFrame .gnav li a {
    display: block;
    padding: .35em 1em;
    line-height: 1.3;
/*    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 3px;*/
    transition: all .4s ease-out;
}

.gnavFrame .gnav li.current a {
    background: rgba(255, 255, 255, .25);
/*    border-color: rgba(0, 52, 90, .7);*/
}

.gnavFrame .gnav li:not(.current) a:hover {
    background: rgba(255, 255, 255, .15);
}

.gnavFrame .gnav li a:focus {
    background: rgba(255, 255, 255, .15) !important;
}

.gnavFrame .gnav li a i {
	font-weight: bold;
	margin: 0 .75em 0 0;

}

.gnavFrame .gnav li a i.fa-custom {
	position: relative;
	top: -1.5px;
	display: inline-block;
	width: 16px;
	vertical-align: middle;
}

.gnavFrame .gnav li a i img {
	display: block;
	max-width: 100%;
}

.gnavFrame .info dl {
    display: flex;
}
.gnavFrame .info dl dt {
    color: rgba(255 ,255 ,255, .8);
    margin: 0 1em 0 0;
}

header .btn_logout {
    display: block;
    margin: 0 0 0 1.5em;
    padding: .2em .75em;
    line-height: 1.3;
    /*background: rgba(255, 255, 255, .85);*/
    border: 1px solid rgba(255, 255, 255, .75);;
    border-radius: 3px;
    transition: all .4s ease-out;
}

header .btn_logout:hover {
	background: rgba(255, 255, 255, 1);
	color: #2c6690;
}

@media print, screen and (max-width: 767px) {
	.gnavFrame {
		padding: 10px;
	}

	.gnavFrame .gnav li {
		    margin: 0 0 .5em;
	}

	.gnavFrame .gnav li:nth-of-type(3) {
	    padding-top: .5em;
	    border-top: 1px solid rgba(255, 255, 255, .25);
	}

	.gnavFrame .info {
		padding: .75em 10px 0;
	    border-top: 1px solid rgba(255, 255, 255, .25);
	}
}


footer {
	padding: 1.5em 0;
	font-size: 13px;
	font-size: 1.3rem;
	color: #999;
	text-align: center;
}

.section {
	overflow: hidden;
	padding: 45px 0;
}

.pgTitle {
	margin: 2em 0 0;
	padding: 0 0 .4em;
	font-size: 1.4em;
	letter-spacing: .05em;
	/* color: #fff; */
	color: #2c6690;
	border-bottom: 1px solid #2c6690;
}

.breadcrumbs {
	margin: 10px auto 0;
	font-size: 12px;
	font-size: 1.2rem;
}


.btn {
	display: block;
	position: relative;
	padding: 14px 10px;
	max-width: 237px;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
}

.tblWrap {
	overflow: auto;
}

.formTbl {
	margin: 0 auto;
}

.formTbl .tr {
	border-bottom: 1px solid #e2e2e2;
	padding: 1.5em 0;
}

.formTbl .tr .th,
.formTbl .tr .td {
	padding: 0 1em;
}

.formTbl .tr .th {
	padding-left: 0;
	font-size: .9em;
	font-weight: bold;
	color: #537383;
}

.formTbl .hd {
	display: inline-block;
	/* width: 6em; */
	width: 9em; /* MODIFIED [22/05/26] */
	font-size: .9em;
}

.formTbl .hd + .text {
	max-width: calc(100% - 9em);
}

@media print, screen and (max-width: 767px) {
	.formTbl .hd + .text.sp-full {
	    max-width: initial;
	    width: 100%;
	    margin-top: .25em;
	}
}

.formTbl .hd.auto {
	width: auto;
	margin-right: .5em;
}

.formTbl .hd.auto:not(:first-of-type) {
	margin-left: 2em;
}

.formTbl .sel_y + .hd.auto:not(:first-of-type) {
	margin-left: .5em;
}

.formTbl .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: -.5em 0;
}

.formTbl .box.mdl {
	align-items: center;
	align-content: center;
}

.formTbl .box + .box {
	margin-top: 1em;
}

.formTbl .box .note {/* ADDED [22/05/26] */
	display: block;
	padding-left: 2em;
	font-size: .8em;
}

.formTbl .label {
	display: inline-block;
	margin: .5em 2.5em .5em 0;
}

.formTbl .label:last-child {
	margin-right: 0;
}

.formTbl .input_date {
	width: 9em;
}

.formTbl .label .input_date {
	margin-left: 1em;
}

.formTbl .label .input_date.disabled {
	cursor: default;
	opacity: .5;
}

.formTbl .input_date + select {
	margin-left: 1em;
}

.formTbl .input_date + select + select {
	margin-left: .3em;
}


.formTbl .row + .row {
	margin-top: 1em;
}

.formTbl .guide {
	margin: 0 0 .25em;
	font-size: .86em;
	color: #808080;
}

.formTbl select {
	max-width: 25em;
}

.formTbl textarea {
	width: 100%;
}

.formTbl .tr.hide {
	display: none;
}

.formTbl #item_isbn_code .label {
	white-space: nowrap;
	margin-right: 1em
}

.formTbl #item_isbn_code .label + .box .label {
	margin-left: 1.5em;
}

.formTbl #isbn_get:not(.active),
.formTbl #isbn_input:not(.active) {
	display: none;
}

.formTbl #isbn_input input[type="text"] {
	max-width: 10em
}

.formTbl .library-only:not(.active),
.formTbl .kankobutsu-only:not(.active) {
	display: none;
}

.pg_display .formTbl .library-only:not(.active),
.pg_display .formTbl .kankobutsu-only:not(.active) {
	display: block;
}

@media print, screen and (min-width: 500px) {
	.formTbl #has_isbn + .box {
		position: relative;
		margin-left: 1.5em;
		padding-left: 1.5em;
	}

	.formTbl #has_isbn + .box:before  {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		width: 1px;
		height: calc(100% - 15px);
		background: #e3e3e3;
		transform: translateY(-50%);
	}
}

@media print, screen and (min-width: 768px) {
	.pg_display .formTbl .library-only:not(.active),
	.pg_display .formTbl .kankobutsu-only:not(.active) {
		display: flex;
	}
}

.formTbl + .btnFrame {
	margin: 4em auto 0;
	text-align: center;
}

.formTbl .btn,
input.btn_input {
	display: inline-block;
	width: 100%;
	/* max-width: 10em; */
	max-width: 11em; /* MODIFIED [22/05/26] */
	padding: .8em .5em !important;
	line-height: 1.3;
	font-size: 1em;
	font-weight: bold;
	border-radius: 4px;
	border: 0;
	text-align: center;
	transition: opacity .3s ease-out;
	cursor: pointer;
}

.formTbl .btn:hover,
input.btn_input:hover {
	opacity: .7;
}

.btnFrame .btn_input {
	padding: .8em;
	max-width: 12em;
}

.btn_file {
	background: #f8f8f8 !important;
	border: 1px solid #ccc !important;;
	color: #666;
}

.btn_code {
	background: #589dd0 !important;
	color: #fff !important;
}


.formTbl .btn_load {
	max-width: 14em;
	background: #589dd0;
	color: #fff;
	font-size: 1em;
}

/*
.btn_load i {
    font-family: 'Font Awesome 6 Free';
    margin: 0 .75em 0 -.75em;
    font-size: 1.15em;
}*/

.btn_clear {
	background: #888 !important;
	color: #fff !important;
}

.btn_store {
	background: #008896 !important;
	color: #fff !important;
}

.btn_apply {
	background: #589dd0 !important;
	color: #fff !important;
}

.btnFrame .btn_input + .btn_input {
	margin-left: 2em;
}

.formTbl .colWrap .row  {
	display: flex;
	align-items: center;
	align-content: center;
}

.formTbl .colWrap .row .colWrap input[type="text"] {
	width: 100%;
	max-width: calc(50% - .5em);
}

.formTbl .colWrap .row.tanto1 .colWrap input[type="text"] {
	max-width: calc(40% - .5em);
}

.formTbl .colWrap .row.tanto2 .colWrap input[type="text"] {
	max-width: calc(60% - .5em);
}

.formTbl .colWrap .tanto1 input[type="text"] {
	flex: 1;
	/* width: calc(100% - 4.75em); */
	width: calc(100% - 6.75em);
}

.formTbl .colWrap .tanto1 .hd {
	/* width: 4.75em; */
	width: 6.75em;
}

.formTbl .colWrap .tanto2 label {
	width: calc(50% - .5em);
}

.formTbl .colWrap .tanto2 .hd {
	width: 6.75em;
}

.formTbl .colWrap .tanto2 input[type="text"] {
	width: calc(100% - 6.5em);
}

/*
.historyTbl tr:not(:last-child) {
	border-bottom: 1px solid #eee;
}*/

.historyTbl {
	/* width: 100%; */
	border-collapse: collapse;
}

.historyTbl .status .ico,
.pg_admin .resultSection .status {
	display: inline-block;
	margin: 0 auto;
	min-width: 4em;
	border-radius: 3px;
	line-height: 1.5;
	font-size: .82em;
	height: 22px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}

.pg_admin .resultSection .status {
	font-size: .875em;
	min-width: 0;
}

.historyTbl .status .ico {
	border:2px solid;
}

.formTbl .historyTbl .status .ico.store,
.pg_admin .resultSection .store {
	border-color: #00964e;
	color: #00964e;
}

.formTbl .historyTbl .status .ico.temp,
.pg_admin .resultSection .temp{
	border-color: #5880b2;
	color: #5880b2;
}

.formTbl .historyTbl .status .ico.update,
.pg_admin .resultSection .update {
	border-color: #f24681;
	color: #f24681;
}

.formTbl .historyTbl .status .ico.reg,
.pg_admin .resultSection .reg {
	border-color: #f24681;
	color: #f24681;
}

.formTbl .historyTbl .status .ico.public,
.pg_admin .resultSection .public {
	border-color: #ac6247;
	color: #ac6247;
}

.formTbl .historyTbl td {
	text-align: center;
	padding: 0.3em 1em;
}

.formTbl .historyTbl .date {
	padding-left: 0;
	max-width: 8em;
}

.modaal-content-container {
	background: #fff;
}


@media print, screen and (min-width: 992px) {
	.formTbl .colWrap .row  {
		width: calc(50% - .5em)
	}

	.formTbl .colWrap .row.tanto1  {
		width: calc(40% - .5em)
	}
	
	.formTbl .colWrap .row.tanto2  {
		width: calc(60% - .5em)
	}
	
	.formTbl .colWrap .row > input[type="text"],
	.formTbl .colWrap .row > .colWrap {
		width: 100%;
		max-width: calc(100% - 5.25em);
	}

	.formTbl .colWrap .row .hd {
		width: 4.75em;
		padding-right: .5em
	}

	.formTbl .colWrap .row.tanto2 .hd {
		width: 6.75em;
		padding-right: .5em
	}
	
	.formTbl .colWrap .row + .row {
		margin-top: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.formTbl .tr {
		display: flex;
	}

	.formTbl .tr .th {
		display: flex;
		align-items: center;
		align-content: center;
		flex: 0 0 16em;
	}

	.formTbl .tr .td {
		flex-grow: 1;
	}
}

@media print, screen and (max-width: 991px) {
	.colWrap.tab-block {
		display: block;
	}
}

@media print, screen and (max-width: 767px) {
	body {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.container {
		padding: 0 20px;
	}

	.sp-colWrap.sp-mdl {
		align-items: center;
		align-content: center;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="password"],
	input[type="button"],
	input[type="submit"],
	select,
	textarea {
		max-width: 100%;
	}

	.label_file .file_txt {
		margin-top: .5em;
	}

	.formTbl .tr .th {
		margin: 0 0 1em;
		padding: 0;
	}

	.formTbl .tr .td {
		/* padding: 0 1.25em; */
		padding: 0 .75em;
	}

	.formTbl .guide {
		margin: -2.75em 0 1.25em;
	}

	.formTbl select {
		max-width: 100%;
	}

	.formTbl .btn,
	input.btn_input {
		padding: .7em;
		/* max-width: 10em; DELETED [22/05/26] */
	}

	.btnFrame .btn_input {
		display: inline-block;
		margin: 0;
		max-width: 10em;
	}

	.btnFrame .btn_input + .btn_input {
		margin-left: 1.5em;
	}
}

@media print, screen and (max-width: 767px) and (min-width: 425px) {
	.formTbl .tr.sp-flex {
		display: flex;
		align-items: center;
		align-content: center;
	}

	.formTbl .tr.sp-flex .th {
		margin: 0;
		/* flex: 0 0 9.5em; */
	}

	.formTbl .tr.sp-flex .td {
		flex-grow: 1;
	}
}

@media print, screen and (max-width: 575px) {
	.formTbl .price .hd {
		width: 5.5em;
	}
	
	.formTbl .colWrap .row.tanto2 {
		display: block;
		width: 100%;
	}
	
	.formTbl .colWrap .row.tanto2 label {
		display: block;
		width: 100%;
	}
	
	.formTbl .colWrap .row.tanto2 label + label {
		margin-top: 10px;
	}
	
	.formTbl .colWrap .row.tanto1 .hd,
	.formTbl .colWrap .row.tanto2 .hd {
		width: 6.75em;
	}
	
	.formTbl .colWrap .tanto1 input[type="text"],
	.formTbl .colWrap .tanto2 input[type="text"] {
		width: 100%;
		max-width: calc(100% - 6.75em);
	}
}

@media print, screen and (max-width: 424px) {
	.container {
		padding: 0 15px;
	}

	.formTbl .box  {
		margin: 0;
		display: block;
	}

	.formTbl .box + .box {
		margin-top: 1.5em;
		padding-top: 1.5em;
		border-top: 1px dotted #e3e3e3;
	}

	.formTbl .box .label {
		margin: 0 0 1em;
		display: block;
	}

	.formTbl .box .label:last-child {
		margin-bottom: 0;
	}

	.formTbl .btn,
	input.btn_input {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.formTbl + .btnFrame {
		margin-top: 3em;
	}

	.btnFrame .btn_input {
		max-width: 9.25em;
	}

	.btnFrame .btn_input + .btn_input {
		margin-left: 15px;
	}
}


/* --------------------------
  admin page styles
 ----------------------------*/
.pg_admin .container {
	max-width: 1420px;
}

.pg_admin .searchSection .searchFrame {
	margin: 0 auto;
	max-width: 1080px;
}


.pg_admin .searchFrame .head {
	font-size: .9em;
	margin: 1.5em 0 .25em;
	color: #333;
}

.pg_admin .searchFrame .head .link {
	display: inline-block;
	margin-left: 1.5em;
	font-weight: normal;
}

.pg_admin .searchFrame .box {
	padding: 10px 20px;
	border: 1px solid #d6e3ee;
	border-radius: 8px;
}

.pg_admin .searchSection .linkFrame {
	position: relative;
	margin: 0 0 -2.75em;
	z-index: 1;
}

.pg_admin .searchSection input[type="text"],
.pg_admin .searchSection input[type="tel"],
.pg_admin .searchSection input[type="email"],
.pg_admin .searchSection input[type="password"],
.pg_admin .searchSection input[type="button"],
.pg_admin .searchSection input[type="submit"],
.pg_admin .searchSection textarea,
.pg_admin .searchSection select {
	display: block;
	padding: 4px 10px;
	border: 1px solid #c3c3c3;
	border-radius: 3px;
	font-family: inheirt;
	font-size: 100%;   
}

.pg_admin .searchSection .item {
	display: flex;
	align-items: center;
	align-content: center;
	padding: 7px 0;
}

.pg_admin .searchSection .item input[type="text"] {
	width: calc(100% - 5em);
}

.pg_admin .searchSection .box .item select {
	/* max-width: 25em; */
	max-width: 100%;
}

.pg_admin .searchSection .search_cat .item select {
	max-width: calc(100% - 8em);
}

.pg_admin .searchSection label {
	display: flex;
	align-items: center;
	align-content: center;
	padding-right: 0.75em;
	width: 7.5em;
	font-size: .92em;
	color: #0055a2;
	text-align: right;
	justify-content: flex-end;
}

.pg_admin .box .item {
	width: 50%;
}

@media print, screen and (max-width: 1040px) {
	.pg_admin .search_cat .item {
		width: auto;
		min-width: 45%;
		flex: 1 1 auto;
	}
}

.pg_admin .searchSection .btnFrame {
	overflow: hidden;
	margin: 30px 0 0;
	text-align: center;
}

.pg_admin .btnFrame .btnWrap {
	flex-grow: 1;
	text-align: right;
}

.pg_admin .btnFrame .note {
	display: flex;
	align-items: center;
	align-content: center;
	flex: 0 0 auto;
}

.pg_admin .searchSection .btnFrame .btn {
	display: inline-block;
}

.pg_admin .searchSection .btnFrame .btn + .btn {
	margin-left: 1.675em;
}

.pg_admin .searchSection .btn_reset,
.pg_admin .searchSection .btn_search {
	margin: 0;
	padding: 10px;
	width: 100% !important;
	max-width: 11em;
	border-radius: 3px;
}

.pg_admin .searchSection .btn_reset {
	background: #999;
	color: #fff;
}

.pg_admin .searchSection .btn_search {
	background: #064c7f;
	color: #fff;
}

.pg_admin .searchSection .btn i {
	opacity: .9;
	margin: 0 10px 0 -10px;
}

.pg_admin .searchSection .btn:hover {
	opacity: .7;
}

.pg_admin .searchSection .sel_year {
	margin-right: .35em;
}

.pg_admin .searchSection .spc {
	display: inline-block;
	padding: 0 10px;
}

.pg_admin .searchSection .search_topics .item {
	display: none;
	width: calc(33.33% - 20px);
	margin: 0 10px;
}

.pg_admin .searchSection .search_topics .item.active {
	display: block;
}

.pg_admin .searchSection .search_topics .item select {
	width: 100%;
}

.pg_admin .resultSection .btnFrame {
	overflow: hidden;
	margin: 0 0 1.2em;
}

.pg_admin .resultSection .btn_add {
	margin: 0;
	padding: 5px 10px;
	width: 100%;
	max-width: 8.5em;
	border-radius: 3px;
	background: #058e70;
	font-size: 1.15em;
	color: #fff;
	float: right;
}

.pg_admin .resultSection .btn_add:hover {
	opacity: .7;
}

.pg_admin .resultSection .btn i  {
	opacity: .9;
	margin: 0 10px 0 -10px;
}

.pg_admin .resultSection .btn_shop {
	display: block;
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: .5em 1em .5em .7em;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #e2f5ce;
	background: #009688;
	border: 1px solid #009688;
	color: #fff;
	text-decoration: none;
	transition: all .3s ease-out;
}

.pg_admin .resultSection .btn_shop i {
	font-weight: bold;
	margin: 0 7px 0 0;
	opacity: .9;
	font-size: .9em;
	color: #fff;
}

.pg_admin .resultSection .btn_shop:hover {
	color:  #009688;
	background: #fff;
}

.pg_admin .resultSection .btn_shop:hover i {
	color: #009688;
}


.pg_admin .resultSection table {
	border-collapse: collapse;
	width: 100%;
	min-width: 1340px;
	margin: 0 auto;
}

.pg_admin .resultSection th,
.pg_admin .resultSection td {
	/* padding: 10px 7px; */
	padding: 7px 5px;
	font-size: .94em;
	border: 1px solid #a3bdc9;
	line-height: 1.4;
	letter-spacing: 0;
}

.pg_admin .resultSection thead th {
	font-size: .9em;
	background: #3686ac;
	color: #fff;
	white-space: nowrap;
}

.pg_admin .resultSection thead th .cell,
.pg_admin .resultSection thead td .cell {
	display: block;
}

.pg_admin .resultSection tr:nth-child(even){
	background: #fafafa;
}

.pg_admin .resultSection table .link {
	text-decoration: underline;
}

.pg_admin .resultSection table .link:hover {
	text-decoration: none;
}

.pg_admin .resultSection table .col_title,
.pg_admin .resultSection table .col_subTitle {
	width: 14em;
}

.pg_admin .resultSection table.overview .col_title {
	width: auto;
}

.pg_admin .resultSection table.overview th.col_title {
	text-align: left;
}

.pg_admin .resultSection table .col_price {
	width: 4em;
}

.pg_admin .resultSection .col_publish {
    width: 5.5em;
}

.pg_admin .resultSection .col_tanto,
.pg_admin .resultSection .col_status {
	width: 3.3em;
}

.pg_admin .resultSection table .col_release {
    width: 3.6em;
}

.pg_admin .resultSection table .col_edit,
.pg_admin .resultSection table .col_delete,
.pg_admin .resultSection table .col_mail {
	width: 3.3em;
}

.pg_admin .resultSection .btn_edit,
.pg_admin .resultSection .btn_delete,
.pg_admin .resultSection .btn_mail {
	display: block;
	position: relative;
	font-size: 12px;
	border-radius: 4px;
	color: #333;
	font-weight: bold;
	color: #3686ac;
	letter-spacing: .1em;
	line-height: 1;
	padding: .5em;
	font-weight: normal;
	transition: background .4s ease-out;
	text-align: center;
}

.pg_admin .resultSection .btn_edit:before,
.pg_admin .resultSection .btn_delete:before,
.pg_admin .resultSection .btn_mail:before {
	content: "";
	display: block;
	font-family: "Font Awesome 5 Free";
	margin: 0 auto .225em;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 0;
}

.pg_admin .resultSection .btn_edit:before {
	content: "\f044";
}

.pg_admin .resultSection .btn_delete:before {
	content: "\f2ed";
}

.pg_admin .resultSection .btn_mail:before {
	content: "\f0e0";
}

.pg_admin .resultSection .btn_edit:hover {
	background: rgba(54, 134, 172, 0.15);
}

.pg_admin .resultSection .btn_delete:hover {
	background: rgba(253, 197, 204, .6);
    color: #e04a4a;
}

.pg_admin .resultSection .btn_mail:hover {
	background: rgba(224, 253, 197, .6);
    color: #4caf50;
}

.pg_admin .resultSection .tblGuide  {
	margin: 0 0 15px;
}

.pg_admin .resultSection .tblGuide li  {
	font-size: .9em;
	margin: 0 2.5em 0 0;
	line-height: 1;
	color: #444;
	letter-spacing: 0;
}

.pg_admin .resultSection .tblGuide li a {
	text-decoration: none;
	color: inherit;
}

.pg_admin .resultSection .tblGuide li a:hover {
	text-decoration: underline;
}

.pg_admin .resultSection .ico {
	display: inline-block;
	margin: 0 auto;
	padding: 3px 5px 4px;
	min-width: 6.85em;
	font-size: .93em;
	font-size: 13px;
	line-height: 1;
	border-radius: 3px;
	text-align: center;
}

.pg_admin .resultSection td .ico {
	font-size: .825em;
}

.pg_admin .resultSection .tblGuide li .ico {
	margin: 0 0 0 5px;
}

.pg_admin .standardSection  .attention {
  border: 1px solid #c5dada;
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 35px;
}

.pg_admin .standardSection  .attention__title {
  margin-bottom: 20px;
  color: #0c83b0;
  font-size: 1.025em;
}

.pg_admin .standardSection  p.attention__list__title {
  background: #3aafdb;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 30px 0 10px;
  padding: 0 10px;
}

.pg_admin .standardSection  .attention__list {
  overflow: hidden;
}

.pg_admin .standardSection  .attention__list dt {
  clear: left;
  float: left;
}

.pg_admin .standardSection  .attention__list dd {
  margin-left: 5em;
}

.pg_admin .ico_urp {
	background: #ebffca;
	color: #1c6f22;
	border: 1px solid #4caf50;
}

.pg_admin .ico_upr {
	background: #ffff93;
	border: 1px solid #f56600;
	color: #ee3700;
}

.pg_admin .ico_upp {
	background: #ffeeed;
	border: 1px solid #f04c4c;
	color: #dd0000;
}

.pg_admin .resultSection .btn_reg {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 4px 2px;
	max-width: 4em;
	background: #ff0000;
	background: #ff8c00;
	background: -moz-linear-gradient(top,  #ff8c00 0%, #f76b00 100%);
	background: -webkit-linear-gradient(top,  #ff8c00 0%,#f76b00 100%);
	background: linear-gradient(to bottom,  #ff8c00 0%,#f76b00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c00', endColorstr='#f76b00',GradientType=0 );
	color: #fff;
	/* font-size: .84em; */
	font-size: .9em;
	font-weight: 500;
	border-radius: 3px;
	box-shadow: inset 1px 1px 2px rgba(255, 255, 255, , .3), inset -1px -1px 2px rgb(0, 0, 0, .1);
	overflow: hidden;
	z-index: 1;
	text-align: center;
}

.pg_admin .resultSection .btn_reg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ffc300;
	background: -moz-linear-gradient(top,  #ffc300 0%, #ff9900 100%);
	background: -webkit-linear-gradient(top,  #ffc300 0%,#ff9900 100%);
	background: linear-gradient(to bottom,  #ffc300 0%,#ff9900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc300', endColorstr='#ff9900',GradientType=0 );
	opacity: 0;
	transition: opacity .3s ease-out;
	z-index: -1;
}

.pg_admin .resultSection .btn_reg:hover:before {
	opacity: 1;
}

.pg_admin .resultSection .tblGuide .guide {
	font-size: .9em;
}

.pg_admin .resultSection .ico_publish {
	display: inline-block;
	margin: 4px auto 0;
	padding: 3px 2px 4px;
	min-width: 4em;
	font-size: .825em;
	line-height: 1;
	border-radius: 3px;
	background: #eee;
	text-align: center;
}

.pg_admin .resultSection .ico_publish.guideBook {
    background: #d9edf6;
    border: 1px solid #a4c4d3;
    color: #072c54;
}

.pg_admin .resultSection .ico_publish.eBook {
	background: #eee2ea;
	border: 1px solid #be8998;
	color: #761547;
}

.pg_admin .resultSection .pagination {
	margin: 30px auto 0;
}

.pg_admin .resultSection .pagination li {
	margin: 0 .35em;
}

.pg_admin .resultSection .pagination a {
	display: block;
	padding: .35em;
	line-height: 1;
	min-width: 1.85em;
	border: 1px solid #a3bdc9;
	border-radius: 2px;
	color: #444;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease-out;
}

.pg_admin .resultSection .pagination .current a,
.pg_admin .resultSection .pagination .current a:hover {
	background: #3686ac;
	color: #fff;
}

.pg_admin .resultSection .pagination a:hover {
	background: rgba(146, 191, 212, .3);
}

.pg_admin .resultSection .pagination .nav_first a,
.pg_admin .resultSection .pagination .nav_last a,
.pg_admin .resultSection .pagination .nav_prev a,
.pg_admin .resultSection .pagination .nav_next a {
	position: relative;
	border: 0;
}

.pg_admin .resultSection .pagination .nav_first a:hover,
.pg_admin .resultSection .pagination .nav_last a:hover,
.pg_admin .resultSection .pagination .nav_prev a:hover,
.pg_admin .resultSection .pagination .nav_next a:hover {
	background: none;
	color: #3686ac;
}

.pg_admin .resultSection .pagination .nav_first a i,
.pg_admin .resultSection .pagination .nav_last a i,
.pg_admin .resultSection .pagination .nav_prev a i,
.pg_admin .resultSection .pagination .nav_next a i {
	color: #3686ac;
	margin: 0 .25em;
}

/* modal */
.pg_admin .modaal-container {
	max-width: 576px;
}

.pg_admin .modal_mail {
	padding: 0;
}

.pg_admin .modal_mail textarea {
	width: 100%;
	min-height: 15em;
}

.pg_admin .modal_mail .btnFrame {
	margin: 1.5em auto 0;
}

.pg_admin .modal_mail .btn_mail {
	margin: 0 auto;
	padding: .4em;
	width: 100% !important;
	max-width: 8em;
	font-size: 1em;
	border-radius: 3px;
	background: #064c7f;
	color: #fff;
}


@media print, screen and (max-width: 767px) {
	.btn {
		font-size: 1.125em;
	}
	
	.pg_admin .searchSection .btnFrame {
		padding: 0 1em;
	}

	.pg_admin .box .item {
		width: auto;
	}

	.pg_admin .searchSection .search_topics .item {
		width: auto;
		margin: 0;
	}

	.pg_admin .resultSection .pagination {
		max-width: 360px;
	}

	.pg_admin .resultSection .pagination .nav_first a,
	.pg_admin .resultSection .pagination .nav_last a,
	.pg_admin .resultSection .pagination .nav_prev a,
	.pg_admin .resultSection .pagination .nav_next a {
		position: relative;
		height: 0;
		overflow: hidden;
		padding: 100% 0 0;
	}

	.pg_admin .resultSection .pagination .nav_first a i,
	.pg_admin .resultSection .pagination .nav_last a i,
	.pg_admin .resultSection .pagination .nav_prev a i,
	.pg_admin .resultSection .pagination .nav_next a i {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media print, screen and (max-width: 424px) {
	.pg_admin .box .item {
		display: block;
	}

	.pg_admin .searchSection label {
		display: block;
		text-align: left;
	}

	.pg_admin .searchSection .item input[type="text"] {
		width: 100%;
	}
}