

@font-face {
	font-family: "BentonSans";
	src: url("../plugins/BentonSans/BentonSansRegular.otf") format("opentype"),
		url("../plugins/BentonSans/BentonSansRegular.woff") format("woff");
}

body {
	    font-family: var(--fontf_sans-s) !important;
	 letter-spacing: 0.05em;
}

@media (min-width: 768px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	    margin-left: 0px;
	}
}
@media only screen and (max-width: 767px) {
	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	    margin-left: 0px;
	}
}
#pageTop {
    border-radius: 0px;
}
.justify-icon {
    height: 30px;
    width: 30px;
}
.page-header {
    margin: 0px 0 0px;
    background: none;
    height: 70px;
/*     margin-bottom: 10px; */
}
.page-header-title {
	line-height: 70px;
    float: left;
    font-size: 20px;
    font-weight: bold;
}
.page-header-backbtn {
	padding-top: 10px;
}
#backBtn {
    margin-top: 0px;
    padding-right: 20px;
}
@media only screen and (max-width: 767px) {
	.page-header {
		padding: 0 5px 0 10px;
	}
	#backBtn {
	    height: 50px;
	}

	.navbar-brand{
		height:60px !important;
	}
	.pan {
	    font-size: 10px;
	}

}
#footer-height-div {
	clear: both;
	height: 200px;
}
@media only screen and (max-width: 991px) {
	#footer-height-div {
		clear: both;
		height: 150px;
	}
}

.login-name {
	float: left;
	color: white;
	line-height: 20px;
	position: relative;
	display: block;
	padding: 15px 15px 15px 15px;
}

.navbar {
/* 	background-color: black; */
	margin-bottom: 0px;
	/* border-bottom: 1px solid black; */
}

.navbar a {
	color: black;
}

.navbar a:hover {
	color: black;
	background-color: white;
	text-decoration:none;
/* 	opacity: 0.5; */
}


.nav > li > a:hover, .nav > li > a:focus {
    color: white;
/*     opacity: 0.5; */
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: white;
    background-color: black;
/*     opacity: 0.5; */
}
.login-li {
	width: 100%;
	text-align: center;
}
.dropdown-menu {
	font-size: 13px;
	background-color: white;
/* 	border: none; */
	padding: 0px;
	min-width: 154px;
	left: auto;
	right: 0;
	box-shadow: none;
	border: 1px solid black;
	border-radius: 0px;
}
.dropdown-menu-my {
	left: auto;
    right: 0;
}

.dropdown-menu>li>a {
	color: black;
	padding: 10px;
	padding-left: 40px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: white;
	background-image: -webkit-linear-gradient(top, black 0%, black 100%);
	background-image: -o-linear-gradient(top, black 0%, black 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
	background-image: linear-gradient(to bottom, black 0%, black 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='black', endColorstr='black', GradientType=0);
	background-repeat: repeat-x;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: white;
}
.nav > li > a:hover, .nav > li > a:focus {
    color: white;
}
.dropdown-header {
	padding: 13px!important;
	font-size: 16px;
	font-weight: bold;
	color: black;
}
.dropdown-menu li {
    text-align: left;
    line-height: 20px;
}
.dropdown-menu li a {
	padding: 13px!important;
	padding-left: 30px!important;
    line-height: 24px;
    font-size: 12px;
}
.dropdown-my-menu {
	display: block;
}
.dropdown-my-menu li {
	float: left;
    list-style: none;
    line-height: 30px;
}
.dropdown-my-menu li .tooltip {
	width: 100px;
}
.dropdown-my-menu li a {
	padding: 13px!important;
    line-height: 24px;
    font-size: 12px;
}
.header-sp-view {
	display: none !important;
}
.header-sp-icon {
	float: right;
	cursor: hand;
	padding: 15px;
	font-size: 24px;
	display: none;
}
.footer {
    background-color: white;
    height: 200px;
    border:none;
}
.footer-about {
	width:100%;
	height:200px;
    color: black;


}
.footer-copyright {
    color: black;
}
.footer a {
	color: black;
    text-decoration: none;
}
.footer a:hover, .footer a:focus {
	color: black;
    text-decoration: none;
}
#pageTop {
    background-color: white;
    color: black;
    border: 1px solid black;
}

.btn-action {
    color: #fff;
    background-color: black;
}
.btn-update {
    background-color: black;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.footer {
		height: 130px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.footer {
		height: 90px;
		bottom: -90px;
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 767px) {
	#header {
		padding-right: 0px;
	}
	.collapse {
	    display: none!important;
	}
	.header-pc-view {
		display: none !important;
	}
	.header-sp-view {
		display: block !important;
	}
	.header-sp-icon {
		display: block !important;
	}
	.dropdown-header {
		padding: 13px!important;
		padding-right: 40px!important;
	}
	.dropdown-menu {
		position: relative;
		display: block;
		width: 100%;
	}
	.dropdown-my-menu {
		display: block;
	    float: left;
	    width: 100%;
	}
	.dropdown-menu li {
		width: 100%;
		text-align: right;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	}
	.dropdown-menu li a {
	    line-height: 20px;
	}
	.dropdown-my-menu li {
		clear: both;
	    width: 100%;
	    text-align: right;
	    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	}
	.dropdown-my-menu li a {
	    line-height: 30px;
	}
	.footer {
		height: 240px;
		margin-top: 10px
	}
	.footer-about {
		height: 200px;
		padding-left: 15px;
    padding-right: 15px;
	}
}


.page-header h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 44px;
	font-size: 20px;
	background: white;
}
.footer ul {
	-webkit-padding-start: 0px;
}

.sns_button {
	width:100%;
	height: 100px;

}

.sns_button ul{
	padding: 0;
	text-align: center;
}

.sns_button li {
	width: 5%;
	display: inline-block;
}

.sns_button img {
	width: 30px;
	height: 30px;
}

@media only screen and (max-width: 767px) {
	.sns_button {
		height: 100px;
	}
	.sns_button li {
		width: 12%;
	}
	.sns_button img {
		width: 50px;
		height: 50px;
	}
}
@media only screen and (max-width: 1024px) {
	.sns_button {
		height: 100px;
	}
	.sns_button li {
		width: 12%;
	}
	.sns_button img {
		width: 30px;
		height: 30px;
	}
}

.liveNowTelop {
	line-height: 50px;
	margin-left: 20px !important;
	color: white;
	font-weight: bold;
}

.user-icon {
	padding-top: 11px !important;
}

/* Form Layout */
.form-wrapper {
	background: #fafafa;
	margin: 2em auto;
	padding: 0 1em;
	max-width: 390px;
}

@media ( max-width : 1392px) {
	.form-wrapper {
		max-width: 390px;
	}
}

@media only screen and (max-width: 1119px) and (min-width: 992px) {
	.form-wrapper {
		max-width: 80%;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.form-wrapper {
		max-width: 80%;
	}
}

@media only screen and (max-width: 767px) {
	.form-wrapper {
		max-width: 100%;
		margin: 0;
	}
	.page-header h2 {
	    font-size: 15px;
	}
}

h1 {
	text-align: center;
	padding: 1em 0;
	font-size: 2em;
}

form {

}

#mail {
	font-size: 15px;
}

#hot-auction {
	background-color: #eee;
}

#hot-auction-list-live, #hot-auction-list-int, #hot-auction-list-ec {
	padding-left: 0;
}

.font-red {
	color: red;
}

.font-blue {
	color: blue;
}

.font-black {
	color: black;
}

.font-lightblue {
	color: black;
}

.text_info_title {
	color: #0080ff;
	font-size: 28px;
	margin-top: 15%;
	font-weight: bold;
}

.font-weight {
	font-weight: bold;
}

.text_info_title_site {
	color: #000000;
	font-size: 18px;
}

.text_info_title_info {
	color: #000000;
	font-size: 18px;
}

.text_info_content {
	color: #0080ff;
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}

.backcolor_gray {
	background-color: #eee;
}

.backcolor_aqua {
	background-color: #00FFFF;
}

.backcolor_blue {
	background-color: #0071ff;
}

.backcolor_table_td {
	background-color: #e3e7ff;
}

.button-panel {
	margin: 2em 0 0;
	width: 100%;
}

.form-item {
	margin-bottom: 0.75em;
	width: 100%;
}

input {
	border: none !important;
    border-bottom: 2px solid lightgray!important;
}
select {
	border: none !important;
    border-bottom: 2px solid lightgray!important;
}
textarea {
	border: none !important;
    border-bottom: 2px solid lightgray!important;
}
.form-item input {
/* 	background: #fafafa; */
	border: none;
	border-bottom: 2px solid #e9e9e9;
	color: #666;
/* 	font-family: 'Open Sans', sans-serif; */
	font-size: 2em;
	height: 50px;
	transition: border-color 0.3s;
	width: 100%;
}

.form-item input:focus {
	border-bottom: 2px solid #c0c0c0;
	outline: none;
}

.form-footer {
	padding: 2em 0;
	text-align: center;
}

.form-footer a {
	color: #8c8c8c;
	text-decoration: none;
	transition: border-color 0.3s;
}

.form-footer a:hover {
	border-bottom: 1px dotted #8c8c8c;
}

.list-navi {
	font-size: 14px;
	line-height: 45px;
	margin-left: 15px;
}
.SpContents {
	display: none;
}
.SpContentsBtn-tr {
	display: none;
}
@media only screen and (max-width: 767px) {
	.list-navi {
		height: 40px;
		margin: 5px;
		font-size: 1.0rem;
	}
	.list-navi .form-control {
		height: 35px;
		padding: 5px;
	}
	#list_table {
		table-layout: fixed;
	}
	#list_table thead {
		display: none;
	}
	#list_table td {
		display: none;
	}
	.goodsImage_list {
		display: table-cell !important;
		min-width: 80px!important;;
	}
	.SpContents {
		display: table-cell !important;
		line-height: 1.5!important;
	}
	.SpContentsBtn-tr {
		display: table-row !important;
		line-height: 1.5!important;
	}
	.SpContentsBtn {
		display: table-cell !important;
		line-height: 1.5!important;
	}
	.SpContentsBtn .btn {
		width: 150px;
		height: 30px;
    	line-height: 20px;
		margin-left: 0;
	}
}

@media only screen and (max-width: 1020px) and (min-width: 768px) {
	.list-navi {
		margin: 5px;
		font-size: 2.0rem;
	}
	.list-navi .form-control {
		height: 35px;
		padding: 5px;
	}
}

.a_container {
	width: 100%;
	margin: 0 auto;
	max-width: 500px;
	text-align: center;
}

.panel-heading {
	cursor: pointer;
}

.accordion-toggle a:after {
	font-family: 'Glyphicons Halflings';
	content: "\e113";
	float: right;
	color: inherit;
}

.accordion-toggle a.collapsed:after {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	color: inherit;
}

.position_center {
	text-align: center;
}

.position_right {
	text-align: right;
}

.navbar-custom {
	background: #0080ff;
	margin-top: -20px;
	text-align: center;
	color: #ffffff;
	width: 100%;
	height: 49px;
}

.navbar-custom .navbar-nav>li>a {
	color: #fff;
}

.navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus,
	.navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus,
	.navbar-custom .navbar-nav>.open>a {
	text-decoration: none;
	background-color: #0000ff;
}

.navbar-nav {
	color: #ffffff;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	float: none;
}
.navbar-nav > li > a {
    line-height: 20px;
}
.mictitle {
	color: #0080ff;
	font-size: 25px;
	font-weight: bold;
	margin-top: 60px;
}

.font-bold {
	font-weight: bold;
}

.affix {
	top: 20;
	z-index: 10;
	opacity: 0.7;
}

.imagewaku {
	margin-bottom: 10px;
	border-radius: 5px;
}
@media only screen and (max-width: 767px) {
	.imagewaku {
		margin-top: 35px;
	}
}

span.menu-triangle {
	border-radius: none;
	color: #333333;
	font-size: 12px;
	margin: 0 5px;
	padding: 0 7px;
	cursor: pointer;
	float: right;
}

ul.jquery-menu {
	padding-left: 0px;
}

ul.jquery-menu li {
	list-style-type: none;
}

ul.jquery-menu-sub {
	display: none;
}

ul.jquery-menu-sub li {
	list-style-type: none;
}

table.kindtable td a {
	text-decoration: none;
	display: block;
	width: auto;
	height: 30px;
	line-height: 30px;
}

.pan ol li {
	display: inline;
	list-style-type: none;
}

.pan ol li:first-child:before {
	content: "";
}

.textarea {
	width: 534;
	height: 210px;
	margin-top: 10px;
	font-size: 11pt;
	border: 1px solid #ddd;
}

.auc_navi {
	margin-top: -20px;
	height: 40px;
	color: #666;
	background-color: #eee;
}

.icon_pink {
	color: #ff0080;
}

.icon_pink:hover {
	color: #ff0080;
}

.navbar-search {
	position: relative;
}

.navbar-search .search-query {
	padding-left: 29px;
}

.navbar-search .icon-search {
	position: absolute;
	top: 7px;
	left: 11px;
}

.search-area {
	/* 	background-color: #444; */
	padding: 50px 0 0 0;
	padding-top: 0px;
	margin-bottom: 15px;
}

.search-area .row {
	margin-right: 0px;
	margin-left: 0px;
}

.search-area div {
	font-size: 10pt;
	color: black;
	height: 45px;
	text-align: right;
}

.search-area .label-area {
	line-height: 34px;
}

.search-area label {
	margin-bottom: 0px;
}

.search-area .btn-area {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 5px;
	height: 50px;
}

.search-area button {
	width: 150px;
	float: right;
	margin-left: 10px;
	/* 	margin-right:15px; */
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.search-area {
		/* 	background-color: #444; */
		padding: 10px 0 0 0;
		margin-bottom: 15px;
	}
	.search-area .row {
		margin-right: 0px;
		margin-left: 0px;
	}
	.search-area div {
		font-size: 9pt;
		color: black;
		height: 50px;
		text-align: right;
	}
	.search-area .label-area {
		line-height: 50px;
	}
	.search-area label {
		margin-bottom: 0px;
	}
	.search-area .btn-area {
		text-align: right;
		margin-top: 10px;
		margin-bottom: 5px;
		height: 40px;
	}
	.search-area button {
		width: 150px;
		float: right;
		margin-left: 10px;
		/* 	margin-right:15px; */
	}
}

@media only screen and (max-width: 767px) {
	.navbar-nav > li > a {
	    line-height: 30px;
	}
	.search-area {
		padding: 0 0 0 0;
		margin-bottom: 15px;
	}
	.search-area .row {
		margin-right: 0px;
		margin-left: 0px;
	}
	.search-area div {
		font-size: 10pt;
		color: black;
		height: 50px;
		text-align: left;
		padding: 0px;
	}
	.search-area .label-area {
		padding: 5px;
		line-height: 40px;
		background: #f3f3f3;
	}
	.search-area label {
		margin-bottom: 0px;
	}
	.search-area .btn-area {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 5px;
		height: 40px;
	}
	.search-area button {
		width: 100%;
		margin-top: 10px;
		margin-left: 0px;
	}
}

table th {
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	line-height: 40px;
	text-align: left;
	overflow: hidden;
	padding: 0;
	background: -webkit-linear-gradient(top, #eee 0%, #e0e0e0);
	background: -moz-linear-gradient(top, #eee 0%, #e0e0e0);
	background: -ms-linear-gradient(top, #eee 0%, #e0e0e0);
	background: -o-linear-gradient(top, #eee 0%, #e0e0e0);
	background: linear-gradient(top, #eee 0%, #e0e0e0);
	background: #f6f6f6;
}

.contens_area_white {
	background-color: white;
	color: black;
	text-align: lert;
}

.bid-btn {
	font-size: 1.0em;
	color: white;
	margin-bottom: 10px;
	line-height: 1.428571;
	height: 60px;
}

.search-icon {
/* 	margin-top: -17px; */
	width: 50px;
/* 	margin-bottom: 5px; */
	margin-right: 5px;
	box-shadow: none;
	line-height: 45px !important;
    height: 45px !important;
}
.search-icon:active, .search-icon.active {
	box-shadow: none;
}

.search-area {
	clear: both;
	display: block;
}

@media ( min-width : 993px) {
	.search-icon {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.search-area {
		display: none;
	}
}

@media only screen and (max-width: 1020px) and (min-width: 768px) {
	.search-icon {
		display: none;
	}
	.search-area {
		display: block;
	}
}

#search-area-check {
	margin-left: -10px;
}

.goodsImage_list {
	width: 60px !important;
	padding: 5px !important;
}
.goodsImage_list .goodsImg {
	width: 50px;
	height: 50px;
}
.goodsImg {
	padding: 0px;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.navbar-brand, .navbar-nav>li>a {
	text-shadow: none;
}

.list-navi-div {
	height: auto;
    border-bottom: solid 1px black;
        padding-bottom: 10px;
}

.pagination>li>a, .pagination>li>span {
	padding: 12px 14px;
	font-size: 1.5rem;
	border-radius: 50px;
	padding: 7;
    margin: 5;
     width: 40;
	    height: 40;
}
.pagination > .active > a{
	background-color: #a9a8a4;
    border-color: #a9a8a4;
}
#id_pager_first>a
,#id_pager_last>a{
	padding: 5;
}
@media ( max-width : 992px) {
	.pagination>li>a, .pagination>li>span {
		padding: 12px 14px;
	    font-size: 1rem;
	    width: 40;
	    height: 40;
	}
	#id_pager_first>a
	,#id_pager_last>a{
	padding: 10;
}
}



.GoodsImage {
	position: relative;
	min-width: 50px;
}
.goods-over-info {
    font-size: 12px;
	position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    width: 100%;
    opacity: 0.8;
    background-color: white;
    color: black;
    padding: 5px;
}
.goods-under-info .Myspn {
	color: red;
    text-align: right;
}
.goods-under-info .Auction {
	text-align: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.goods-under-info div  {
	height: 30px;
}
.goods-under-info {
    font-size: 16px;
	line-height: 24px;
	padding: 5px;
	height: 295px;
}
@media only screen and (max-width: 767px) {
	.goods-under-info div {
		height: 24px;
	}
	.goods-under-info {
		font-size: 15px;
		height: 300;
	}


	.Bid {
	   font-size:11;
	}
}
.goods-under-info .GoodsName
,.goods-under-info .WriterName {
	text-align: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
}
.goods-under-info .GoodsName {
	font-size: 18px;
}
.goods-under-info .GoodsNameEng
,.goods-under-info .WriterNameEng
,.goods-under-info .GoodsEngInfo {
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.goods-under-info .GoodsPrice {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.goods-under-info .GoodsStartPrice {
    width: 100%;
     font-weight: 600;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goods-under-info .BuyoutPrice {
	text-align: right;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.goods-under-info .New {
	margin-left: 20px;
	color: #cbb62f;
}

.btn {
	border-radius: 0px;
	padding: 0 20 0 20;
/* 	line-height: 49px; */
    height: 50px;
    box-shadow: none;
        letter-spacing: 0.05em;
}
.btn-default {
    border: 1px solid black;
    box-shadow: none;
    color: black;
}
.pagination {
	box-shadow: none;

    color: black !important;
}
.pagination a {
/*     color: black !important; */
}

.manage-container .row {
    border-bottom: none;
}
.pagination > li > a, .pagination > li > span {
    border: 1px solid black;
}



.sk-cube-grid {
  width: 100px; /* ??? - ?? */
  height: 100px; /* ??? - ?? */
  margin: 0 auto; /* ?????? - ?? */
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
/*   background-color: LightGreen; ????? - ?? */
	border: 1px solid black;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

.table-bordered {
    border: none;
}
table th {
    background: white;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-bottom: 1px solid black!important;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: none;
}
@media screen and (max-width: 767px) {
	.table-responsive {
	    border: none;
	}
	.sp_image {
		width: 150px!important;
	}
	.sp_image .goodsImg {
		width: 150px!important;
    	height: 150px!important;
	}
}

input, select, textarea {
    font-size: 20px !important;
}
.side-area input, .side-area select, .side-area textarea {
    font-size: 15px !important;
}
.search-area input, .search-area select, .search-area textarea {
    font-size: 15px !important;
}
@media screen and (max-width: 767px) {
	input, select, textarea {
	    font-size: 15px !important;
	}
}
.label-btn {
	line-height: 49px;
}

.ellipsis {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar-brand {
        height: 90px;

}
.headerLogoImage {
    height: 50px;
    width: 140px;
}

.slick-prev:before, .slick-next:before {
    font-family: inherit;
}


.modal-content {
    border-radius: 0px;
}

.header_menu_icon{
	float: right !important;
	text-align:center;
    height: 90px;
    font-size: 20;
    padding: 20px 10px;
    font-weight: 100;
    max-width: 500px;
    text-overflow: ellipsis;
    /* text-align: right; */
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
    position: relative;
    max-height: 90px;
         border-left: 1px solid black;
         cursor: pointer;
       min-width: 120px;
}

.header_menu_sub_icon {
   text-align: center;
    height: 70px;
    font-size: 20;
    padding: 35px;
    font-weight: 100;
    max-width: 400px;
    text-overflow: ellipsis;
    /* text-align: right; */
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
    position: relative;
}
.header_menu_sub_icon:hover > span{
	border-bottom:5px solid #8e8c86;
}

.heder_menu_text {
    font-size: 15;
}
.header_menu_icon_image{
    width: 30;
    height: 30;
}
.header_menu_icon_image_2{
    width: 20;
    height: 20;
}


.sp_header_menu_icon_image {
    width: 20;
    height: 20;
    margin-top: -10;
}
.login_sp_header_title{
	    float: right !important;
    /* height: 45px; */
    font-size: 12px;
    padding: 10px 5px;
    font-weight: 100;
    /* width: 200px; */
    max-width: 150px;
    text-overflow: ellipsis;
    /* text-align: right; */
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
    position: relative;
    max-height: 60px;
}

.no_login_sp_header_title{
	    float: right !important;
    /* height: 45px; */
    font-size: 12px;
    padding: 5px 5px;
    font-weight: 100;
    /* width: 200px; */
    max-width: 150px;
    text-overflow: ellipsis;
    /* text-align: right; */
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
    position: relative;
    max-height: 50px;
}
@media screen and (max-width: 767px) {
.pc_header{
	display:none;

	}

}

@media screen and (min-width: 768px) {
.sp_header{
	display:none;

	}
.navbar-brand {
    padding: 20;
}
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 200;
    background: white;
}

.navberTsuizyu{
	background-color: white;
    box-shadow: rgb(25 23 23 / 6%) 0px 0px 14px 0px;
}

.footer-jimukyoku-lg{
	font-size: 23px;
    font-weight: bold;
    margin-top:20px;
    text-align:right;
}
.footer-jimukyoku-md{
	font-size: 19px;
    font-weight: bold;
    margin-top: 5;
    text-align:left;
}

.footer-jimukyoku{
	text-align:left;
}

#footer-jimukyoku-address{
	margin-top:-20;
}
@media only screen and (max-width: 767px) {
	.footer-jimukyoku-lg,.footer-jimukyoku-md{
		text-align:center;
	}
	.footer-jimukyoku{
		text-align:center;
	}
	#footer-jimukyoku-address{
		margin-top:0;
	}
}

.titleItem{
	border-bottom:1px solid;
	padding-bottom: 10;
}
.titleItem_jp{
	font-size:30px;
	font-weight:bold;
}
.titleItem_en{
	margin-left:20px;
	font-size:20px;
	color:#c3b156;
}

.standOut{
	background-color:#eaeaea;
}
.btn-goodsdetail {
    color: #fff;
    background-color: #dca42f;
    font-size:20px;
}

.footer_link:hover {
  text-decoration: underline !important; /* ????????????? */
}

.footer_right_border{
	    border-right: 1px solid #8e8b84;
}
@media only screen and (min-width: 767px) {
	.pc_footer{
		margin-left: -8.3%;
	}
}
@media only screen and (max-width: 767px) {

	.titleItem_jp{
		font-size:18px;
		font-weight:bold;
	}
	.titleItem_en{
		margin-left:0px;
		font-size:10px;
		color:#c3b156;
	}
	.footer_right_border {
    	border-right: none;
	}

	.sp_footer_right_border{
		 border-right: 1px solid #8e8b84;
	}
	.footer-about li {
	    transform: scale(0.8);
	}
	.footer_jp{
		transform: scale(0.8);
		 width: 100%;
	    display: block;
	    min-width: 140px;
	}
	.footer_en{
	transform: scale(0.6);
	    width: 100%;
	    display: block;
	    margin-top: -5;
	    min-width: 140px;
	}
}

.btn_yazirushi{
	float:right;
}

.shita_yazirushu{
	text-align:center;
	transform: rotate( 90deg );
}

.footer_jp{
	font-family: var(--fontf_sans-s) !important;
	font-size: 15;
	    width: 100%;
    display: block;
}
.footer_en{
	font-family: var(--fontf_sans-s) !important;
	font-size: 10;
}
.btn-goodslist {
    background-color: #d7d7d5;
    font-size:16px;
}

.btn-goodslist:hover, .btn-goodslist:focus, .btn-goodslist.focus {
    color: gray;
    text-decoration: none;
}

.icon_favorite{
	color:#aaa9a4 !important;
	font-size:25px;
}
 .header__nav {
    position: absolute;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 50%;
  }
.nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);

  }


/* ?????????? */

.header__hamburger {
  width: 60px;
  height: 100%;

}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
      float: right;
    margin-top: 15;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

/* ????????? */

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
}


@media screen and (min-width: 960px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 50%;
  }
}


.accordion-title {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
}
.accordion-content {
  display: none;
}
.accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}

.sp_accordion_header{
	background-color: #5c5b58;
    padding: 20;
    border-bottom: 1px solid white;
}
/* ???????? */
.accordion-item .accordion-title {
    background-color: #5c5b58;
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: 1px solid white;
}
.accordion-menu {
    border-bottom: 1px solid black;
    padding: 10;
}

/* ?? */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
/* ???????????? */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
      z-index: 200;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ???????????????????? */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
      background-color: white;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
      background-color: white;
}

.btn-sp-header{
	margin-top: 30px;
    background-color: #fff;
    font-size: 20px;
    border: 1px solid;
    color: #5c5b61;
    height: 30;
}

.sp_header_menu_icon_image_dt {
    width: 20;
    height: 20;
    margin-top: -5;
}

.sp_header_menu_text_dt {
   margin-left:20px;
}

#searchWorkTitleSub{
	height:350px;
}

.headerSearchLabel{
	height: 30;
	margin-top: 10;
}

.headerSelect{

	font-size:13px !important;
}

.search_inputArea {
    border: 1px solid #6e6f6f !important;
    border-radius: 5px;
    height: 35;
}
.mushimeganeSearchBtn{
	height: 30px;
    padding: 0 10 0 10;
    /* background-color: white; */
    background: none;
    border: 0px;
    z-index: 5;
    float: right;
    margin-top: -32px;
}
.gnavi__lists {
    display: flex;
    margin-bottom: 0;
}
.gnavi__list {
    position: relative;
    transition: all .3s;
}
.dropdown__list {
   background: #efefee;
     min-height: 100;
    transition: all .3s;
    position: relative;
    height: auto;
}

.dropdown__list:hover {

    background: #efefee;
}
.dropdown__lists {
    transform: scaleY(0);/*??????????????????*/
    transform-origin: center top;/*??????????top???*/
    transition: all .3s;/*??????0.3????*/
    width: 100%;
    position: fixed;
    top: 90px;
    left: 0;
    padding-left:0;
    list-style: none;
        z-index: 200;
}
.gnavi__list:hover .dropdown__lists {
    transform: scaleY(1);/*G???????????????*/
}

@media only screen and (max-width: 767px) {

	.btn-goodslist {
    	font-size: 15px !important;
	}
	.btn-goodsdetail{
		font-size: 15px !important;
	}


	.starPricePriceVal{
		float : left !important;
	}
	.goodsPriceVal {
	    padding: 0 !important;
	}

	.headerLogoImage {
	    height: 35px;
	    width: 100px;

	}
	.navbar-brand{
		 padding: 12px;
	}

}

.page-header-toggle{
	border-bottom: 1px solid black;
	padding-left: 1;
	padding-top:50px;
}


.page-header-toggle-mark {
    border-right: solid 1px black;
    border-top: solid 1px black;
    content: "";
    height: 8px;
    position: absolute;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
    margin-top: 16;
    margin-left: 5;
}
.page-header-toggle-mark-open {
    border-right: solid 1px black;
    border-top: solid 1px black;
    content: "";
    height: 8px;
    position: absolute;
    transform: rotate(-45deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
     margin-top: 20;
    margin-left: 5;
}

.login_modal_header{
	    height: 200;
    padding-top: 70;
    text-align: center;
    background-color: #cccccc;
}

.login_modal_body{
	height: 200;
    padding-top: 60;
    text-align: center;
}

.login_modal_memberregist_btn{
	background-color: white;
    width: 250;
    margin-top: 10;
    font-size: 20px;
    border: 1px solid;
}

.login_modal_login_btn{
		background-color: black;
		color:white;
    width: 250;
    margin-top: 10;
    font-size: 20px;
    border: 1px solid;
}


.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
      color: black;
}
.slick-next::after,
.slick-prev::after {
      width: 12px;
    height: 12px;
    border-top: 1px solid white;
    border-right: 1px solid white;
}
/* next */

.slick-next {
  right: 15px;
  height: 35px;
  width: 35px;
  border-radius: 30px;
  background-color: #727171;
}
.slick-next::after {
  right: 14px;
  transform: rotate(45deg);
}

/* prev */

.slick-prev {
  left: 26px;
   height: 35px;
  width: 35px;
  border-radius: 30px;
  background-color: #727171;
}
.slick-prev::after {
  left: 14px;
  transform: rotate(-135deg);
}

.slick-next:hover
,.slick-prev:hover {
  border-radius: 30px;
  background-color: #727171;
}

.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
    outline: none;
    background: #727171;
    color: transparent;
}

.searchFromTo{
	width:20%;
}
.search_range{
	width:40%;
}

.manage-page-text {
    text-align: center;
    font-size: 18;
    height: 60;
    margin-top: 100px;
}

