@charset "utf-8";
/*======================


tw2022_common.css
2022/10


======================*/
img{ max-width: 100%; }
a, a img{ transition: all .2s; }
a:hover img{ opacity: .8; }
body{ position: relative; background: #fff; color: #3B3B3B; font-size: 14px; font-family: 'Noto Sans JP', sans-serif; font-weight: 400; }
#tw2022_wrapper{
	position: relative;
	overflow: hidden;
	background: #fff;
}

.font_en{ font-family: 'Montserrat', sans-serif; font-weight: 400; }
.font_jp{ font-family: 'Noto Sans JP', sans-serif; font-weight: 400; }
.fwm{ font-weight: 400; }
.fwr{ font-weight: 500; }
.fwb{ font-weight: 700; }
.tac{ text-align: center; }
.tal{ text-align: left; }
.tar{ text-align: right; }
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.mb90 {margin-bottom:90px;}
.mb100 {margin-bottom:100px;}
.mb120 {margin-bottom:120px;}
.mb200 {margin-bottom:200px;}
img.wid80 {width:80%;}
img.wid100 {width:100%;}
.wid1000{ max-width: 1000px; width: 95%; margin: 0 auto; }
.wid1080 { max-width:1080px; width: 98%; margin:0 auto; }
.dis_pc{ display: block; }
.dis_sp{ display: none; }


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/*ロゴ、その他 言語切り替え*/
.jp_logo,
.en_logo,
.zhs_logo,
.zht_logo,
.es_logo,
.jp_disp,
.en_disp,
.zhs_disp,
.zht_disp,
.es_disp{
	display:none;
}

html[lang=ja] .jp_logo,
html[lang=en] .en_logo,
html[lang=zh-Hans] .zhs_logo,
html[lang=zh-Hant] .zht_logo,
html[lang=es] .es_logo,
html[lang=ja] .jp_disp,
html[lang=en] .en_disp,
html[lang=zh-Hans] .zhs_disp,
html[lang=zh-Hant] .zht_disp,
html[lang=es] .es_disp{
	display: block;
}

/* ローディング全体 */
#loading {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	top: 0;
	background: #fff;
	z-index: 9999;
}
/* ロゴ表示 */
.loader {
	width: 150px;
	height: 150px;
	background: url(../png/logo_tn_f.png) no-repeat;
	/* width: 250px;
	height: 250px;
	background: url(../img/header/logo15th.png) no-repeat center; */
	background-size: contain;
	opacity: 0;
	animation: blink 1.5s infinite linear;
}
/* アニメーション */
@keyframes blink {
	50% {
		opacity: 1;
	}
}
/* ロード後 */
.loaded {
	opacity: 0;
	visibility: hidden;
}

/*------------------------
swiper
--------------------------*/
.swiper-wrapper{
	transition-timing-function:linear!important;
}
.swiper-pagination-bullet {
	background-color:#C6C6C6 !important;
	opacity: 1;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
	background-color:#707070 !important;
}
.swiper-button-prev,
.swiper-button-next{
  width: 30px;
  height: 30px;
  transition: all .2s;
  border-radius: 50%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: '';
  box-shadow: 0px 3px 6px rgba(0,0,0,.25);
  border-radius: 50%;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  z-index: -1;
  background: transparent;
  transition: all .2s;
}
.swiper-button-next:before,
.swiper-button-prev:before {
  content: '';
  width: 30px;
  height: 30px;
  background: #3B3B3B;
  mask: url(../png/ico_arrow.png) no-repeat center center;
  -webkit-mask: url(../png/ico_arrow.png) no-repeat center center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: all .2s;
}
.swiper-button-prev:before{
  transform: rotate(180deg);
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: .35;
}


/*------------------------
header
--------------------------*/
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 203;
    min-width: 1260px;
}
#tw2022_header{
    width: 100%;

}
#T2023_header #tw2022_header {
	background: url(../png/bg_header.png) no-repeat;
	background-size: cover;
	background-position: right;
	border-bottom: 3px solid #DC000C;
}
#tw2022_header .header_inner{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
  width: 100%;
  padding: 0 30px;
}
#T2023_header #tw2022_header .header_inner{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	background-color:rgba(0,0,0,0);
	display: flex;
	justify-content: space-between;
	align-items: center;
  width: 100%;
  padding: 0 30px;
}
#tw2022_header #header_logo{
	width: 15%;
}
#tw2022_header_nav{
	width: 70%;
  max-width: 1000px;
}
#tw2022_header_nav .nav_lists{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #3B3B3B;
	font-size: 14px;
	font-weight: bold;
}
#tw2022_header_nav .nav_lists_item{
    padding: 25px 25px 25px 0;
    margin-right: 20px;
    cursor: pointer;
    transition: all .2s;
}
#tw2022_header_nav .nav_lists_item:last-of-type{
	margin-right: 0;
}
#tw2022_header_nav .nav_lists_item.hov_item{
	position: relative;
}
#tw2022_header_nav .nav_lists_item.hov_item:after{
	position: absolute;
	top: 47%;;
	right: 5px;
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #3B3B3B;
	border-right: 2px solid #3B3B3B;
	transform: translateY(-50%) rotate(45deg);
}
#T2023_header #tw2022_header_nav .nav_lists_item.hov_item:after{
	position: absolute;
	top: 47%;;
	right: 5px;
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #DC000C;
	border-right: 2px solid #DC000C;
	transform: translateY(-50%) rotate(45deg);
}
#tw2022_header_nav .nav_lists_item .nav_lists_item_sub .tab_panel._robot li a{
		color: #fff;
}
#tw2022_header_nav .nav_lists_item:hover > span,
#tw2022_header_nav .nav_lists_item > a:hover,
#tw2022_header_nav .nav_lists_item .nav_lists_item_sub li a:hover span{
	color: #DC000C;
}

#tw2022_header_nav .nav_lists_item.hov_item:hover:after{
	border-color: #DC000C;
}
#nav_chara .nav_lists_item_sub li a span:first-child,
#nav_shop .nav_lists_item_sub li a span:first-child{
	overflow: hidden;
}
#tw2022_header_nav .nav_lists_item li a:hover img{
	transform: scale(1.1);
}

#header_search{
	width: 15%;
	max-width: 315px;
	height: 34px;
}
#search_box{
	width: 100%;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
}
#search_box input#search{
  width: 34px;
  height: 34px;
  background: #fff;
  border: none;
  font-size: 10pt;
  float: right;
  width: 100%;
  border-radius: 50px;
  color: #3B3B3B;
  opacity: 0;
  transition: all .55s ease;
}
#search_box .icon{
	position: absolute;
	top: 0; 
	right: 0;
	z-index: 1;
	background: #DC000C;
	border-radius: 34px;
	height: 34px;
	width: 34px;
	cursor: pointer;
}
#search_box .icon img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#search_box input#search:focus, #search_box input#search:active{
	outline:none;
	width: 100%;
}
#search_box input#search, #search_box:hover input#search {
  opacity: 1;
  padding: 0 40px 0 10px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
}
#search_box:not(:hover) input#search:placeholder-shown {
  opacity: 0;
}
.nav_lists_item_sub{
	width: 100%;
  min-width: 1260px;
  position: fixed;
  top: 65px;
  left: 0;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.hov_item:hover .nav_lists_item_sub {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
}
.nav_lists_item_sub .tab_btn_area{
	display: flex;
	position: relative;
}
.nav_lists_item_sub .tab_btn{
	width: 50%;
	padding: 10px;
	background-color: #ddd;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	transition: all .2s;
}
.nav_lists_item_sub .tab_btn.btn_wide{
	width: 100%;
  clip-path: none!important;
  margin: 0!important;
}
#nav_brand .nav_lists_item_sub .tab_btn._figure{
	background-color: #B1060F;
	color: #fff;
}
#nav_brand .nav_lists_item_sub .tab_btn._robot{
	background-color: #292929;
	color: #fff;
}
.nav_lists_item_sub .tab_btn:nth-of-type(odd){
	margin-right: 3px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 99% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 99% 100%, 0% 100%);
}
.nav_lists_item_sub .tab_btn:nth-of-type(even){
	margin-left: 3px;
    -webkit-clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.nav_lists_item_sub .tab_btn:hover,
.nav_lists_item_sub .tab_btn.is-open {
    background-color: #fff;
}
#nav_brand .nav_lists_item_sub .tab_btn._figure:hover,
#nav_brand .nav_lists_item_sub .tab_btn.is-open._figure{
	background-color: #b1060f;
}
#nav_brand .nav_lists_item_sub .tab_btn._robot:hover ,
#nav_brand .nav_lists_item_sub .tab_btn.is-open._robot{
	background-color: #292929;
	color: #fff;
}

.nav_lists_item_sub .nav_inner{
  padding-bottom: 30px;
	background-color: rgba(248,248,248,0.9);
}
#nav_brand .nav_lists_item_sub.is-2 .nav_inner{
	background-color: rgba(51,51,51,0.9);
}
#nav_brand .nav_tab_slider li img {
    max-width: 200px;
}
.nav_lists_item_sub.tab_wrap .tab_btn.is-open span:before,
.nav_lists_item_sub.tab_wrap .tab_btn.is-open span:after{
	display: none;
}
.nav_lists_item_sub.tab_wrap .tab_btn span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
}
.nav_lists_item_sub.tab_wrap .tab_btn span:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 74px;
	transform: translateY(-50%) rotate(90deg);
	background: url(../png/ico_arrow_rt.png) no-repeat center center;
	width: 13px;
  height: 13px;
  background-size: contain;
}

.nav_tab_slider,
.nav_slider{
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	overflow-x: hidden;
}
.nav_slider{
	margin-bottom: 30px;
}
.nav_tab_slider ul,
.nav_slider ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 85%;
	margin: 30px auto;
}
.nav_tab_slider li,
.nav_slider li {
  width: 23%;
	margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
}
#nav_shop ._tab2 .nav_tab_slider li{
	width: 18%;
}
.nav_tab_slider li a,
.nav_slider li a {
    text-align: center;
    display: inline-block;
}
.nav_tab_slider li a span,
.nav_slider li a span {
    margin-top: 10px;
    display: block;
    text-align: left;
}

.nav_lists_item_sub .swiper-pagination-bullet {
    border-radius: 0;
}
.nav_lists_item_sub .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.nav_lists_item_sub .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px;
}
.nav_lists_item_sub.swiper-horizontal>.swiper-pagination-bullets,
.nav_lists_item_sub .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0;
}
.nav_lists_item_sub .tab_panel._robot .btn_wrap{
	display: flex;
	justify-content: center;
	margin: 0 10px;
}
.nav_lists_item_sub .tab_panel._robot .btn_wrap .btn_link{
    max-width: 380px;
    width: 48%;
    margin: 10px;
}

/*------------------------
#tw2022_leftwrap
--------------------------*/
#tw2022_leftwrap{
	position: fixed;
	left: 0;
	width: 70px;
  z-index: 202;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 30px 0;
}

#tw2022_leftwrap #tw2022_title{
 text-align: left;
}

#tw2022_leftwrap #tw2022_title .font_en{
	color: #DC000C;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: .8em;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  max-height: 70%;
}
#tw2022_leftwrap #tw2022_title .font_en span{
    max-height: 100%;
}

.tw2022_sns{
	max-height: 30%;
}
.tw2022_sns li{
	margin-bottom: 15px;
}


/*------------------------
btn_link
--------------------------*/
.btn_link {
    width: 380px;
    max-width: 35%;
    margin: auto;
}
.btn_link a{
	display: block;
	position: relative;
	padding: 20px 35px 20px 15px;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0,0,0,.25);
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	color: #3B3B3B;
	text-align: center;
	transition: all .2s;
}
.btn_link a:hover{
	background: linear-gradient(90deg, #FF0000 0%, #DE0000 100%);
	color: #fff;
}
.btn_link a:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	mask: url(../png/ico_arrow_rt.png) no-repeat center center;
  -webkit-mask: url(../png/ico_arrow_rt.png) no-repeat center center;
  background: #DC000C;
	width: 18px;
  height: 18px;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.btn_link a:hover:after{
    background: #fff;
}
.btn_link._other a:after{
	mask: url(../png/ico_blank_link.png) no-repeat center top;
  -webkit-mask: url(../png/ico_blank_link.png) no-repeat center top;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.btn_link a#btn_modal_lang_area:after {
  mask: url(../png/ico_plus.png) no-repeat center center;
  -webkit-mask: url(../png/ico_plus.png) no-repeat center center;
}


/*------------------------
label
--------------------------*/
#tw2022_wrapper .label{
	display: inline-block;
	padding: 3px 20px;
	color: #fff;
	font-size: 12px;
	line-height: 1.1;
}
#tw2022_wrapper .label._new{
	background-color: #DC000C;
}
#tw2022_wrapper .label._resale {
  color: #DC000C;
  border: 1px solid #DC000C;
	width: 40%;
	padding: 3px;
	text-align: center;
	margin-bottom: 5px;
}

#tw2022_wrapper .label_wrap .label {
	width: 100%;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 10px;
}
#tw2022_wrapper .label._type01{
	background-color: #5d90ec;
}
#tw2022_wrapper .label._type02{
	background-color: #bc4340;
}
#tw2022_wrapper .label._type03{
	background-color: #e47a3a;
}
#tw2022_wrapper .label._type04{
	background-color: #e47a3a;
}
#tw2022_wrapper .label._type05{
	background-color: #9f6da8;
}
#tw2022_wrapper .label._type06{
	background-color: #1e984c;
}
#tw2022_wrapper .label._type07{
	background-color: #1e984c;
}
#tw2022_wrapper .label._type08{
	background-color: #e47a3a;
}
#tw2022_wrapper .label._type09{
	background-color: #e47a3a;
}
#tw2022_wrapper .label._status01,
#tw2022_wrapper .label._status02,
#tw2022_wrapper .label._status03,
#tw2022_wrapper .label._status05{
	color: #DC000C;
	border: 1px solid #DC000C;
}
#tw2022_wrapper .label._status04,
#tw2022_wrapper .label._status06{
	background-color: #9B9B9B;
}

/*------------------------
footer
--------------------------*/
footer{
    position: relative;
    z-index: 201;
    margin-bottom: -16px;
}
#tw2022_footer .flexbox{
	display: flex;
}
.tw2022_footer_upper_area {
	background-color: #fff;
}
.tw2022_footer_upper_area .tw2022_footer_inner{
	justify-content: space-between;
	width:1000px;
	margin:0 auto;
	padding:30px 0 0 150px;
}
.tw2022_footer_upper_area ul{
	align-items: center;
}
.tw2022_footer_upper_area ul li {
  margin-right:20px;
}
.tw2022_footer_upper_area ul li:nth-child(2) {
  align-items: center;
  line-height:1.3;
  font-size:12px;
}
.tw2022_footer_upper_area ul li p:nth-child(2) {
  margin-left:10px;
}

/*-- ページトップへ戻る --*/
#tw2022_pt_btn {
  display:block;
  width:200px;
  height:200px;
  margin-top:-60px;
}
#tw2022_pt_btn:hover {
  opacity:0.7;
}

/*-- メインエリア --*/
#tw2022_footer .tw2022_footer_main_area {
	background:#585858 ;
	padding:54px 0 36px;
	color:#ffffff;
	font-weight: 300;
	font-size:13px;
}
#tw2022_footer .tw2022_footer_main_area .tw2022_footer_inner{
	width:1000px;
	margin:0 auto;
}
#tw2022_footer .tw2022_footer_main_area a {
  color:#ffffff;
  text-decoration:none;
}
#tw2022_footer .tw2022_footer_main_area a:hover {
  text-decoration:underline;
}
#tw2022_footer .tw2022_footer_main_area .tw2022_footer_main_upper,
#tw2022_footer .tw2022_footer_main_area .tw2022_footer_main_middle {
  border-bottom:1px solid #707070;
  padding-bottom:30px;
  margin-bottom:30px;
  line-height: 1.5;
}
#tw2022_footer .tw2022_footer_main_area .tw2022_footer_main_upper .tw2022_footer_txt_box {
  margin-bottom:42px;

}
#tw2022_footer .tw2022_footer_main_area .tw2022_footer_main_upper .tw2022_footer_txt_box li {
  width:19%;
  border-left:1px solid #707070;
  padding-left:20px;
  min-height:229px;
}
#tw2022_footer .tw2022_footer_main_area .tw2022_footer_main_upper .tw2022_footer_txt_box li:first-child {
  border-left:0;
  padding-left:0;
}
#tw2022_footer .tw2022_footer_main_area .tw2022_footer_main_upper .tw2022_footer_txt_box li:nth-child(3) {
  width:24%;
}
#tw2022_footer .tw2022_footer_main_area .tw2022_footer_main_upper .tw2022_footer_txt_box li dl dt {
  font-weight:700;
  font-size: 16px;
  border-left:1px solid #DC000C;
  padding-left: 10px;
  line-height:1;
  margin-bottom:20px;
}
#tw2022_footer .tw2022_footer_main_area .tw2022_footer_main_upper .tw2022_footer_txt_box li dl dd {
  margin-bottom:16px;
}

#tw2022_footer .tw2022_footer_main_area .tw2022_footer_main_upper .tw2022_footer_bnr_box {
  width:950px;
  margin:0 auto;
}
#tw2022_footer .tw2022_footer_main_area .tw2022_footer_main_upper .tw2022_footer_bnr_box li {
  margin-left:14px;
  width:227px;
}
#tw2022_footer .tw2022_footer_main_area .tw2022_footer_main_upper .tw2022_footer_bnr_box li p {
  margin-bottom:5px;
}
#tw2022_footer .tw2022_footer_main_area .tw2022_footer_main_upper .tw2022_footer_bnr_box li:first-child {
  margin-left:0;
}
#tw2022_footer .tw2022_footer_main_area .tw2022_footer_main_middle p{
	margin-bottom: 15px;
}
#tw2022_footer .tw2022_footer_main_area .tw2022_footer_main_bottom li:nth-child(1) {
  text-align:left;
  width:20%;
  padding-top:10px;
}
#tw2022_footer .tw2022_footer_main_area .tw2022_footer_main_bottom li:nth-child(2) {
  text-align:center;
  width:60%;
  padding-top:20px;
}
#tw2022_footer .tw2022_footer_main_area .tw2022_footer_main_bottom li:nth-child(3) {
  text-align:right;
  width:20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#tw2022_footer .tw2022_footer_main_area .tw2022_footer_main_bottom li:nth-child(3) a:first-of-type {
  width: 24%;
  margin-right: 8%;
}
#tw2022_footer .tw2022_footer_main_area .tw2022_footer_main_bottom li:nth-child(3) a:last-of-type {
  width: 68%;
}


/* TN2023 バナー */
.tn02023-bnr {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	outline: 1px solid #000;
}
.tn02023-bnr .tn02023-bnr-text1 {
	display: inline-block;
	white-space: nowrap;
	position: absolute;
	top: 35px;
	left: 68%;
	transform: translateX(-50%);
	font-size: 30px;
	letter-spacing: 0px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	color: #ff0065;
}
.tn02023-bnr .tn02023-bnr-text2 {
	display: inline-block;
	white-space: nowrap;
	position: absolute;
	top: 355px;
	left: 66.5%;
	transform: translateX(-50%);
	font-size: 14.5px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	color: #ff0065;
	font-feature-settings: "palt";
}


/* 20231020 見出し 新デザイン */
.ttl_wrap_02 {
  text-align: center;
	margin-bottom: 60px;
}
.ttl_wrap_02 ._ttl_02 {
  position: relative;
	padding-bottom: 0;
	margin-bottom: 80px;
	letter-spacing: 0.04em;
	line-height: 1 !important;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	background-color: inherit !important;
}
.ttl_wrap_02 ._ttl_02 p {
  font-size: 50px !important;
  font-weight: bold;
}
.ttl_wrap_02 ._ttl_02:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  width: 10%;
  height: 4px;
}
.ttl_wrap_02 ._sub_02 {
	font-size: 18px;
	line-height: 1.75;
}

/* 20240709 キャラクター部分コピーライト追加 */
.chara_copy{
	text-align: center;
	font-size: 12px;
}

/* TNブログ 20231020 カラム削除 */
/* #rightcontents {
  display: none;
}
#mcwrap,
#main,
#main .kizi_img {
  width: 100% !important;
}
#main .kizi_img img {
  max-width: 100% !important;
} */

/*#nav_shop ._tab1 .nav_tab_slider li {
    margin-right: 0;
	width: 20%;
}*/