* {
  margin: 0;
  padding: 0;
}
div#main {
	/*background-color:#000;*/
	padding: 10px 0 20px;
}
#topicsmainfull {
    margin: 0 auto;
    width:100%;
}
#topicsmainfull_in h2{
	background:none !important;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-size: 26px !important;
	text-align:left !important;
	padding: 0 !important;
	border-bottom: 1px solid #999;
	margin: 0 !important;
    font-weight: normal;
}
#topicsmainfull h3 {
    margin: 0;
    padding: 10px;
    border-left: none;
    font-weight: normal;
    font-size: 1.3em;
    border-bottom: none;
}
/*バナー*/
#bosestorebn .bx-wrapper {
    width: 880px!important;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none !important;
}
/*バナー*/

/*カテゴリ*/
.categorypanel {
	padding:20px;
	margin:10px 0;
	background:#fff;
	box-shadow: 0 0 10px rgba(83,82,82,0.6);
	border-radius:10px;
}
.categoryname {
	font-size:14px;
	color:#333333;
	text-align:left;
	margin:10px 20px;
	font-weight: bold;
}
.categorytext {
	font-size:12px;
	color:#333333;
	line-height:1.5;
	text-align:left;
	margin:10px 20px;
}
.button {
	display: inline-block;
	width: 90%;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover {
	background-color: #fff;
	border-color:#2f4f4f;
	color:#2f4f4f;
}
.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #000;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #000;
}
.button a:visited {
    color:#2f4f4f!important;
}
#categoryselect a:visited {
    color:#ffd700;
}
/*カテゴリ*/

#boseproduct .productblock_priceblock {
    text-align: center;
    background: #000;
    margin: 10px auto;
    padding: 10px;
    color:#f8f8ff;
    font-family: Century Gothic,sans-serif,futura;
}
#boseproduct .productblock_priceblock .productblock_pricel {
    color:#f0f8ff;
    font-size: 28px;
    font-weight: bold;
    white-space: nowrap;
    margin: 0;
    font-family: Century Gothic,sans-serif;
    letter-spacing: -1px;
    text-align: center;
}
#boseproduct .productblock_bic_tokka {
    font-size: 85%;
    color:#f0f8ff;
}
#boseproduct .productblock_price_yen {
    color:#f0f8ff;
    font-size: 85%;
}
#boseproduct .productblock_itax {
    font-size: 80%;
    padding: 0 3px;
    color:#f0f8ff;
}
#boseproduct .productblock_itemname {
    margin: 0;
    height:50px;
}
#boseproduct .tolinkbtn a{
	margin: 7px auto;
    background:#000;
    color:#f8f8ff;
    font-size:35px;
    font-weight:bold;
    text-align:center!important;
    padding:20px;
    margin:10px auto;
    max-width:90%; }

/* テーブル横スクロール */
.table_wrap {
  overflow-x: scroll;
}
.table_wrap::-webkit-scrollbar {
  height: 10px;
}

#hikakulineup .table_wrap table{
  width: 1450px !important;
}


.table_wrap table{
  width: 1200px !important;
}

.table_wrap::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}
.table_wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.table_wrap th {
	white-space: nowrap;
}