* {
  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: 40px !important;
    /* text-align: left !important; */
    padding: 60px 0 30px 0px !important;
    /* border-bottom: 1px solid #999; */
    margin: 0 !important;
    font-weight: bold;
    text-align: center;
    color: #051F8E;
    border-bottom: none;
}

.tolinkbtn_green a, .tolinkbtntext_green{
    background: #69d0c0;
    border-radius: 50px;
    padding: 30px 0px;
    margin: 0 auto;
    font-size: 32px;
    width: 100%;
}



#topicsmainfull h3 {
    margin: 0;
    padding: 10px;
    border-left: none;
    font-weight: normal;
    font-size: 1.3em;
    border-bottom: none;
}
/*バナー くるくるバナー横のやじるし*/
#hisensestorebn .bx-wrapper {
    width: 1200px!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:24px;
	color:#333333;
	text-align:left;
	margin:10px 20px;
	font-weight: bold;
}
.categorytext {
	font-size:16px;
	color:#333333;
	line-height:1.5;
	text-align:left;
	margin:10px 20px;
}
.button {
    display: inline-block;
    width: 100%;
    padding: 39px;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    outline: none;
    position: relative;
    /* z-index: 2; */
    background-color: #fff;
    /* border: 1px solid #0003; */
    color: #000;
    /* border-radius: 5px; */
    font-size: 20px;
}
.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;
}
/*カテゴリ*/

#hisenseproduct .productblock_priceblock {
    text-align: center;
    background: #000;
    margin: 10px auto;
    padding: 10px;
    color:#f8f8ff;
    font-family: Century Gothic,sans-serif,futura;
}
#hisenseproduct .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;
}
#hisenseproduct .productblock_bic_tokka {
    font-size: 85%;
    color:#f0f8ff;
}
#hisenseproduct .productblock_price_yen {
    color:#f0f8ff;
    font-size: 85%;
}
#hisenseproduct .productblock_itax {
    font-size: 80%;
    padding: 0 3px;
    color:#f0f8ff;
}
#hisenseproduct .productblock_itemname {
    margin: 0;
    height:50px;
}
#hisenseproduct .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;
}

.block3 {
    width: 31.333333%;
    padding: 20px 1%;
    float: left;
}

.text{
    background: #eee;
    padding: 10px 5px 3px 5px;
    border-radius: 45px;
    width: 50%;
    text-align: center;
    margin-left: 90px;
    margin-top: 20px;
}

/* area_campaign */
.area_campaign_list_link ul li {
  display: flex;
}

.area_campaign_list_link {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 10px;
}

.area_campaign_list_link li a {
    display: inline;
    border: 1px solid #707070;
    width: 100%;
    padding: 21px 84px;
    font-size: 20px;
}

.tolinkbtn_white a:hover, a .tolinkbtntext_white {
    opacity: .7;
    text-decoration: none;
    color: #fff;
    outline: 0;
}

.tolinkbtn_white a {
    background: #ffffff;
    /* border-radius: 50px; */
    padding: 30px 50px;
    margin: 0px auto;
    font-size: 24px;
    border: 1.5px solid #000;
    color: #000000 !important;
    display: block;
    width: 40%;
}

.tolinkbtntext_white{
    background: #69d0c0;
    /* border-radius: 50px; */
    padding: 30px;
    margin: 15px;
    font-size: 24px;
    width: 100%;
}

