.main-box{
	width: 100%;
	position: relative;
	font-size: 0;
	background-color: var(--bcColor2);
} 
.tadmin-show-box{
	width: calc(100% - 260px);
	display: block;
	box-sizing: border-box;
	padding-bottom: 30px;
    padding-top: 20px;
    position: relative;
    margin-left: auto;
}
.tadmin-header-box{
	width: 260px;
	display: block;
	background-color: #f9f9f9;
    position: fixed;
    top: 0;
    left: 0;
}
.tadmin-header-menu{
	width: 100%;
	display: block;
	height: 100vh;
	box-sizing: border-box;
	padding-top: 80px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 20px;
	position: relative;
	overflow-y: auto;
}
.tadmin-header-menu:after{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	background-color: var(--borderColor);
	right: 0;
	top: 0;
}
.tadmin-header-info{
	display: block;
	margin-bottom: 25px;
}
.tadmin-header-info-box{
	display: inline-block;
}
.tadmin-header-info-number{
	font-size: 16px;
	color: var(--textColor);
	letter-spacing: 0.1em;
	font-family: var(--font-family-bungee_hairline);
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	line-height: 26px;
	width: 35px;
}
.tadmin-header-info-text{
	font-size: 16px;
	letter-spacing: 0.1em;
	color: var(--textColor);
	font-family: var(--font-family-noto_serif_tc);
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 35px);
	transition: all .3s linear;
}
.tadmin-header-list-box{
    width: 100%;
    box-sizing: border-box;
    padding-left: 35px;
}
.tadmin-header-list-title{
	font-size: 16px;
	letter-spacing: 0.1em;
	color: var(--textColor2);
	font-weight: 600;
    position: relative;
	transition: all .3s linear;
}
.tadmin-header-list-title::after{
    content: "";
    width: 0%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--textColor);
    transition: all .3s linear;
}
.tadmin-header-list-title:hover,
.tadmin-header-list.active .tadmin-header-list-title{
    color: var(--textColor);
}
.tadmin-header-list-title:hover::after,
.tadmin-header-list.active .tadmin-header-list-title::after{
    width: 100%;
}


.rwd-tadmin-header-menu-btn{
    width: 30px;
    max-width: 100%;
    position: absolute;
    top: 24px;
    left: 40px;
    z-index: 99999;
    display: none;
}
.rwd-tadmin-header-menu-btn span{
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 3px;
    background-color: var(--textColor2);
    position: relative;
}
.rwd-tadmin-header-menu-btn> span:nth-child(even){
    margin: 4px auto;
    transition: all .4s linear;
}
.rwd-tadmin-header-menu-btn> span:nth-child(1){
    transform: scale(1);
    transform-origin: left;
    transition: all .4s linear;
}
.rwd-tadmin-header-menu-btn> span:nth-child(3){
    transform: scale(1);
    transform-origin: right;
    transition: all .4s linear;
}
.rwd-tadmin-header-menu-btn> span:nth-child(4){
    top: -19px;
    transform:  scale(0,1) rotate(-45deg);
}
.rwd-tadmin-header-menu-btn> span:nth-child(4){
    display: none;
}
.rwd-tadmin-header-menu-btn .rwd-menu-bth-line{
    transform: rotate(-45deg);
}
.rwd-tadmin-header-menu-btn .rwd-menu-bth-line2{
    transform: rotate(45deg);
}
.rwd-tadmin-header-menu-btn .rwd-menu-bth-line,
.rwd-tadmin-header-menu-btn .rwd-menu-bth-line2{
    position: absolute;
    top: 6px;
    left:0;
    width: 100%;
}
.rwd-tadmin-header-menu-btn .rwd-menu-bth-line span,
.rwd-tadmin-header-menu-btn .rwd-menu-bth-line2 span{
    transform:  scale(0,1);
    transition: all .5s ease;
    position: relative;
}
.rwd-tadmin-header-menu-btn.active .rwd-menu-bth-line span,
.rwd-tadmin-header-menu-btn.active .rwd-menu-bth-line2 span{
    transform:  scale(1,1) ;
    transition-delay: .1s;
}
.rwd-tadmin-header-menu-btn.active> span:nth-child(1),
.rwd-tadmin-header-menu-btn.active> span:nth-child(2),
.rwd-tadmin-header-menu-btn.active> span:nth-child(3){
    transform: scale(0,1);
}
.rwd-tadmin-header-menu-btn.active> span:nth-child(odd){
    transform: scale(0);
    transition: all .4s linear;
    transition-delay: 0s;
}

.tadmin-index_info-box .tadmin-header-box{
	width: 1300px;
	max-width: 100%;
	margin-top: 20px;
	position: static;
	background-color: var(--bcColor2);
}
.tadmin-index_info-box .tadmin-header-menu{
	height: initial;
	padding: 0;
	overflow: initial;
}
.tadmin-index_info-box .tadmin-header-menu:after{
	display: none;	
}
.tadmin-index_info-box .tadmin-header-info-box{
	width: 200px;
	height: 200px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 0;
	background-color: var(--bcColor2);
	box-sizing: border-box;
	padding: 5px 15px;
	cursor: pointer;
	transition: all .3s linear;
}
.tadmin-index_info-box .tadmin-header-info-box:nth-child(6n){
	margin-right: 0;
}
.tadmin-index_info-box .tadmin-header-info-box:nth-child(n + 7){
	margin-top: 20px;
}
.tadmin-index_info-box .tadmin-header-info-number{
	font-size: 30px;
	letter-spacing: 0.06em;
	font-family: var(--font-family-roboto);
	font-weight: normal;
	width: 100%;
	line-height: 1.6;
	display: block;
}
.tadmin-index_info-box .tadmin-header-info-text{
	font-size: 16px;
	opacity: 0.5;
	line-height: 26px;
	margin-top: 5px;
	width: 100%;
	display: block;
}



/* tadmin-user */
.tadmin-user_menu-box{
	display: inline-block;
	vertical-align: middle;
	position: fixed;
	top: 20px;
	right: 40px;
	z-index: 999;
}
.tadmin-user-img-box{
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.tadmin-user-img-logo{
	width: 100%;
	height: 100%;
}
.tadmin-user-img-box span{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	background-position: center;
	/* transform: rotateY(180deg); */
	background-color: var(--bcColor2);
	pointer-events: none;
}
.tadmin-user-menu-box{
	background-color: var(--bcColor2);
	width: 160px;
	/* height: 140px; */
	/* display: block; */
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 5px;
	box-sizing: border-box;
	padding: 15px 0;
	/* opacity: 0;
	pointer-events: none; */
	transition: all .3s linear;
	display: none;
}
.tadmin-user-menu-box.open{
	display: block;
	box-shadow: 0 0 10px var(--bhColor);
}

.tadmin-user-menu{
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.06em;
	color: var(--textColor);
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	padding: 0 25px;
	transition: all .3s linear;
}
.tadmin-user-menu:hover{
	background-color: var(--secColor);
	color: var(--bcColor2);
}

.tadmin-header-info-box.active .tadmin-header-info-text,
.tadmin-header-info-box:hover .tadmin-header-info-text{
	color: var(--secColor);
}
.tadmin-index_info-box .tadmin-header-info-box.active,
.tadmin-index_info-box .tadmin-header-info-box:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.tadmin-uploadPicture{
	position: absolute;
	pointer-events: none;
	opacity: 0;
	width: 100%;
	height: 100%;
}
.tadmin-upload-picture{
	display: block;
	cursor: pointer;
	
}
/* �𢰧�𢠃�詨鱓 Start */
.tadmin-NewsIndex-menu-box {
    width: 260px;
    display: block;
    position: fixed;
    background-color: #f9f9f9;
    top: 0;
    right: -260px;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 40px;
    border-left: 1px solid var(--borderColor);
    transition: all .3s linear;
    display: none;
    z-index: 9;
}
.tadmin-NewsIndex-menu-box.tadmin-active{
    display: block;
}
.tadmin-NewsIndex-menu-box.open {
    right: 0;
}
.tadmin-NewsIndex-menu-all-box {
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    display: block;
    box-sizing: border-box;
    padding: 0 40px;
}
.tadmin-NewsIndex-menu-close {
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    background-color: #f9f9f9;
    border: 1px solid var(--borderColor);
    border-right: none;
    cursor: pointer;
}
.tadmin-NewsIndex-menu-close p {
    width: 0;
    height: 0;
    border-right: 8px solid #888;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transform: rotateY(0deg);
    transition: all .3s linear;
    pointer-events: none;
}
.tadmin-NewsIndex-menu-box.open .tadmin-NewsIndex-menu-close p {
    transform: rotateY(180deg);
}
.tadmin-NewsIndex-menu-copy {
    font-size: 24px;
    color: var(--secColor);
    font-family: var(--font-family-noto_serif_tc);
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 40px;
    display: inline-block;
    transition: all .3s linear;
}
.tadmin-NewsIndex-menu-remind-box{
    position: absolute;
    right: calc(100% + 40px) ;
    width: 150px;
    background-color: #f9f9f9;
    border: 1px solid var(--borderColor);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px;
    z-index: 999;
    opacity: 1;
    pointer-events: all;
    transition: all .3s linear;
}
.tadmin-NewsIndex-menu-box.open .tadmin-NewsIndex-menu-remind-box{
    opacity: 0;
    pointer-events: none;
}
.tadmin-NewsIndex-menu-remind-box::before{
    content: "";
    border-left: 8px solid var(--borderColor);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    top: 6px;
    left: calc(100% + 1px);
}
.tadmin-NewsIndex-menu-remind-box::after{
    content: "";
    border-left: 8px solid #f9f9f9;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 7px;
    left: 100%;
}
.tadmin-NewsIndex-menu-remind-box p{
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.06em;
}
.tadmin-home-activity-how-much {
    display: block;
    position: relative;
    font-size: 16px;
    color: var(--textColor);
    line-height: 30px;
    margin-top: 10px;
}
.tadmin-home-activity-how-much input {
    width: 44px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border: none;
    border: 2px solid #888;
    padding-right: 3px;
    border-radius: 5px;
    font-size: 16px;
    font-family: '敺株��迤暺煾��';
    text-align: center;
}
/* �𢰧�𢠃�詨鱓 End */
/* ���𢒰 Start */
.tadmin-show-search-box {
    width: 600px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid var(--borderColor);
    padding: 0 15px;
    margin-left: 40px;
    margin-bottom: 10px;
    position: relative;
    transition: all .3s linear;
}

.tadmin-show-search {
    font-size: 14px;
    color: var(--textColor3);
    display: inline-block;
    vertical-align: middle;
}

.tadmin-show-search-input {
    width: calc(100% - 34px);
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    font-size: 14px;
    border: none;
    box-sizing: border-box;
    outline: none;
    margin: 0 10px;
    padding: 0 10px;
    transition: all .3s linear;
    font-family: '敺株��迤暺煾��';
}

.tadmin-news-title-box {
    box-sizing: border-box;
    padding: 0 40px;
}

.tadmin-news-title {
    font-size: 24px;
    color: var(--textColor);
    font-family: var(--font-family-noto_serif_tc);
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 40px;
}

.tadmin-news-class-box {
    margin-top: 15px;
    position: relative;
}

.tadmin-news-class-all-box {
    display: inline-block;
    vertical-align: bottom;
}

.tadmin-news-class {
    font-size: 16px;
    letter-spacing: 0.06em;
    font-family: var(--font-family-main);
    display: inline-block;
    vertical-align: bottom;
    margin-right: 30px;
    line-height: 26px;
    position: relative;
    color: var(--textColor2);
    cursor: pointer;
    transition: all .3s linear;
}

.tadmin-news-class:last-child {
    margin-right: 0;
}


.tadmin-news-class.active, .tadmin-news-class:hover {
    color: var(--secColor);
}

.tadmin-news-class:after {
    content: '';
    width: 0%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    background-color: var(--secColor);
    transition: all .3s linear;
}

.tadmin-news-class.active:after, .tadmin-news-class:hover:after {
    width: 100%;
}

.tadmin-news-line {
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: var(--borderColor);
    left: 0;
    display: none;
}

.tadmin-NewsIndex-add {
    font-size: 24px;
    color: var(--textColor2);
    font-family: var(--font-family-noto_serif_tc);
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 40px;
    margin: 15px 0;
    box-sizing: border-box;
    padding: 0 40px;
    display: inline-block;
    transition: all .3s linear;
}
.tadmin-NewsIndex-edit-box {
    margin-top: 40px;
}
.tadmin-NewsIndex-add-box + .tadmin-NewsIndex-edit-box{
    margin-top: 0;
}
.tadmin-NewsIndex-edit-select-box {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 40px;
    cursor: pointer;
    transition: all .3s linear;
}

.tadmin-NewsIndex-edit-select-box input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tadmin-NewsIndex-edit-select-box span {
    width: 10px;
    height: 10px;
    border: 2px solid var(--textColor3);
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    margin-right: 10px;
    position: relative;
    transition: all .3s linear;
}
.tadmin-NewsIndex-edit-select-box span::before {
    content: "";
    width: 6px;
    height: 2px;
    background-color: var(--textColor3);
    border-radius: 2px;
    position: absolute;
    top: calc(60% - 1px);
    left: 0;
    transform: rotateZ(45deg);
    display: none;
}
.tadmin-NewsIndex-edit-select-box span::after {
    content: "";
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background-color: var(--textColor3);
    position: absolute;
    top: calc(50% - 1px);
    right: -2px;
    transform: rotateZ(-50deg);
    display: none;
}
.tadmin-NewsIndex-edit-select-box input:checked + span::before, 
.tadmin-NewsIndex-edit-select-box input:checked + span::after{
    display: block;
}

.tadmin-NewsIndex-edit-select-box p {
    font-size: 16px;
    letter-spacing: 0.06em;
    font-family: var(--font-family-main);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: var(--textColor3);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s linear;
}

.tadmin-NewsIndex-edit-menu-box {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

.tadmin-NewsIndex-edit-menu-now {
    font-size: 16px;
    letter-spacing: 0.06em;
    font-family: var(--font-family-main);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: var(--textColor3);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    box-sizing: border-box;
    padding: 0 5px;
    padding-right: 20px;
}

.tadmin-NewsIndex-edit-menu-now::before {
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--textColor3);
    transition: all .3s linear;
}

.tadmin-NewsIndex-edit-menu-now::after {
    content: '';
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--textColor3);
    border-left: 5px solid transparent;
    display: block;
    position: absolute;
    bottom: calc(50% - 3px);
    right: 4px;
    border-radius: 2px;
    box-sizing: border-box;
}

.finish-drop {
    font-size: 16px;
    display: none;
    vertical-align: middle;
    margin-left: 10px;
    color: var(--bcColor2);
    background-color: var(--secColor);
    width: 70px;
    text-align: center;
    cursor: pointer;
    transition: all .3s linear;
}

.tadmin-NewsIndex-edit-menu-all-box {
    position: absolute;
    z-index: 100;
    width: 300px;
    display: block;
    box-sizing: border-box;
    box-shadow: 0 0 10px var(--bhColor);
    background-color: #eeeeee;
    display: none;
}

.tadmin-NewsIndex-edit-menu-all-box.open{
    display: block;
}

.tadmin-NewsIndex-edit-menu {
    box-sizing: border-box;
    padding: 0 20px;
    border-bottom: 1px solid var(--borderColor);
    background-color: var(--bcColor2);
    cursor: pointer;
}

.tadmin-NewsIndex-edit-menu svg {
    font-size: 16px;
    color: var(--textColor3);
    line-height: 40px;
    width: 25px !important;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: middle;
}

.tadmin-NewsIndex-edit-menu p {
    font-family: var(--font-family-main);
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: var(--textColor2);
    line-height: 40px;
}

.tadmin-NewsIndex-page-box {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: var(--textColor);
    margin-left: 20px;
}

.tadmin-NewsIndex-page-box p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: var(--textColor);
    line-height: 30px;
}

.tadmin-NewsIndex-page-select {
    width: 50px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #888;
    border-radius: 5px;
    margin: 0 5px;
}

.tadmin-NewsIndex-page-box p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: var(--textColor);
    line-height: 30px;
}

.tadmin-NewsIndex-info-box {
    font-size: 0;
    width: 1200px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 0 40px;
    padding-right: 65px;
}

.tadmin-news-class-complete {
    background-color: #ddd;
    color: var(--bcColor2);
    width: 120px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0;
    bottom: -65px;
    margin-right: 0;
    transition: all .3s linear;
    outline: none;
    border: none;
    /* pointer-events: none; */
}
.tadmin-news-class-complete::after{
    display: none;
}
.tadmin-news-class-complete.finish-sumbit {
    background-color: var(--secColor);
    pointer-events: all;
}

.tadmin-news-class-complete:hover {
    background-color: #005aaf;
    color: var(--bcColor2);
}

.tadmin-news-class-del {
    border: 1px solid var(--secColor);
    background-color: var(--bcColor2);
    box-sizing: border-box;
    color: var(--secColor);
    width: 120px;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
    position: absolute;
    right: 0;
    bottom: -115px;
    margin-right: 0;
    transition: all .3s linear;
}

.tadmin-news-class:last-child {
    margin-right: 0;
}

.tadmin-news-info {
    width: calc( 100% - 150px );
    max-width: 100%;
    display: block;
    box-sizing: border-box;

    position: relative;
    padding: 25px 40px;
}

.tadmin-show-search-box {
    width: 600px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid var(--borderColor);
    padding: 0 15px;
    margin-left: 40px;
    margin-bottom: 10px;
    position: relative;
    transition: all .3s linear;
    font-size: 0;
}
.tadmin-show-search {
    font-size: 14px;
    color: var(--textColor3);
    display: inline-block;
    vertical-align: middle;
}
.tadmin-show-search-input {
    width: calc(100% - 110px);
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    font-size: 14px;
    box-sizing: border-box;
    font-family: "敺株��迤暺煾��";
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    margin: 0px 10px;
    padding: 0px 10px;
    transition: all 0.3s linear 0s;
}
.tadmin-show-advanced-text{
    width: 76px;
    font-family: "敺株��迤暺煾��";
    font-size: 14px;
    color: var(--textColor3);
    line-height: 38px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.tadmin-show-advanced-text>svg,
.tadmin-show-advanced-text>i{
    margin-left: 10px;
}
.tadmin-show-advanced-box{
    width: calc(100% + 2px);
    display: block;
    position: absolute;
    top: calc(100% + 1px);
    left: -1px;
    box-sizing: border-box;
    padding: 20px 15px;
    border: 1px solid var(--borderColor);
    border-top: none;
    background-color: var(--bcColor2);
    z-index: 99;
    display: none;
}
.tadmin-show-advanced-box.open{
    display: block;
}
.tadmin-show-advanced-list-title{
    font-family: "敺株��迤暺煾��";
    font-weight: 300;
    font-size: 16px;
    color: var(--textColor2);
    line-height: 1;
    letter-spacing: 0.06em;
    margin-bottom: 15px;
}
.tadmin-show-advanced-list-option{
    width: 100%;
    box-sizing: border-box;
    padding: 0 55px;
    margin-bottom: 30px;
}
.tadmin-show-advanced-list-option-title{
    width: 110px;
    font-family: "敺株��迤暺煾��";
    font-size: 14px;
    color: var(--textColor);
    line-height: 32px;
    letter-spacing: 0.06em;
    display: inline-block;
    vertical-align: middle;
}
.tadmin-show-advanced-list-option-select-box{
	width: 200px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.tadmin-show-advanced-list-option-select-box::after{
    content: '';
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--textColor3);
    border-left: 6px solid transparent;
    display: block;
    position: absolute;
    bottom: calc(50% - 5px);
    right: 5%;
    box-sizing: border-box;
}
.tadmin-show-advanced-list-option-select{
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--borderColor);
    -webkit-appearance: none; /*Chrome*/
    -moz-appearance: none; /*FF*/
    appearance: none;/*CSS3*/
    font-size: 12px;
    font-family: "敺株��迤暺煾��";
    color: #888;
}
.tadmin-show-advanced-button button{
    width: 100px;
    display: block;
    margin-left: auto;
    text-align: center;
    background-color: var(--secColor);
    color: var(--bcColor2);
    border: none;
    line-height: 36px;
    font-size: 14px;
    font-family: "敺株��迤暺煾��";
}

/* ���𢒰 End */

.disPlayNone{
	display: none !important;
}
.tadmin-listinfo_noimg-sort-box.tadmin-NewsIndex-special span{
    color: red;
}
.tadmin-rwd-option-box {
    display: none;
}


@media only screen and (max-width: 1000px){
    .tadmin-header-box{
		width: 260px;
		background-color: transparent;
		z-index: 999;
		pointer-events: none;
	}
    .tadmin-header-box::before{
        content: '';
        width: 100vw;
        height: 60px;
        background-color: var(--bcColor2);
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
    }
	.tadmin-header-box.active{
		pointer-events: all;
	}
    .rwd-tadmin-header-menu-btn{
        display: block;
		pointer-events: all;
    }
	.tadmin-show-box{
		width: 100%;
		margin-left: 0;
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.gdback-statement{
		font-size: 12px;
		right: 10px;
		bottom: 60px;
		transform: scale(0.9);
	}
	.tadmin-header-all-box{
		width: 100%;
		left: -100%;
		background-color: #f9f9f9;
		opacity: 0;
		position: relative;
		box-sizing: border-box;
		padding-top: 60px;
		transition: all .3s linear;
	}
	.tadmin-header-all-box:after {
		content: '';
		width: 1px;
		height: 100%;
		position: absolute;
		background-color: var(--borderColor);
		right: 0;
		top: 0;
	}
	.tadmin-header-menu:after {
		display: none;
	}
	.tadmin-header-menu{
		padding-top: 20px;
	}
	.tadmin-header-info-box{
		left: -10px;
		position: relative;
		opacity: 0;
		transition: all .3s linear;
	}
	.tadmin-header-box.active .tadmin-header-all-box{
		opacity: 1;
		left: 0;
	}
	.tadmin-header-box.active .tadmin-header-info-box{
		opacity: 1;
		left: 0;
		transition-delay: 0.3s;
	}
	.tadmin-header-box:after{
		opacity: 0;
	}
	.tadmin-header-box.active:after{
		opacity: 1;
	}
	.tadmin-user_menu-box{
		top: 10px;
	}
	
	.tadmin-rwd-option-box{
		position: fixed;
		bottom: 5px;
		right: 40px;
		z-index: 6;
        display: none;
	}
	.tadmin-rwd-option{
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: var(--bcColor2);
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
		line-height: 50px;
		text-align: center;
	}
	.tadmin-rwd-option svg{
		color: var(--textColor2);
		font-size: 32px;
		vertical-align: middle;
		transition: all .3s linear;
	}

    .tadmin-news-class-complete{
        width: 50vw;
        position: fixed;
        bottom: 0;
        left: 0;
        line-height: 38px;
        z-index: 11;
        box-shadow: 0 0 5px var(--bhColor);
    }
    .tadmin-news-class-del{
        width: 50vw;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 11;
        background-color: var(--bcColor2);
        box-shadow: 0 0 5px var(--bhColor);
    }
    .tadmin-news-info{
        width: 100%;
    }

    .tadmin-show-search-box{
        width: calc(100% - 80px);
        margin-left: 40px;
    }
}
@media only screen and (max-width: 550px){
    .tadmin-news-title-box,
    .tadmin-NewsIndex-info-box{
        padding: 0 20px;
    }
	.gdback-statement {
		right: 0px;
		letter-spacing: 0.03em;
		bottom: 55px;
	}
	.tadmin-user_menu-box{
		right: 15px;
	}
	.rwd-tadmin-header-menu-btn{
		left: 20px;
	}
	.tadmin-show-box {
		padding-bottom: 40px;
	}
	.tadmin-rwd-option-box{
		right: 20px;
	}
	.tadmin-rwd-option{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.tadmin-rwd-option svg{
		font-size: 20px;
	}
    .tadmin-news-info{
        padding: 15px 20px;
    }

    .tadmin-NewsIndex-add,
    .tadmin-NewsIndex-edit-select-box{
        padding: 0 20px;
    }
    .tadmin-show-search-box{
        width: calc(100% - 40px);
        margin-left: 20px;
    }
}