@charset "UTF-8";

::placeholder {
	color: #D5D5D5;
	opacity: 1;
}

.sp{display:none!important;}

html {
	scroll-behavior: smooth;
}

a{
	transition: all 0.1s linear;
	color: var(--color01);
}

a:hover{
	opacity:0.6;
}

body {
	font-family: 'Noto Sans JP', 'Noto Serif JP', 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #4e0000;
	letter-spacing: 0.3px;
	line-height: 1.7;
	min-width:1240px;
	background:#fafaf2;
}

header{margin-bottom:15px;}

/* 上部バー */
.top-bar {
	background: #e5e4db;
	font-size: 12px;
	font-weight: 600;
}

.top-bar_inner{
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin:0 auto;
	padding: 0px 0 2px 0;
	align-items: center;
}
.top-bar_left {
}

.top-bar_right {
	display: flex;
	align-items: center;
}

.top-bar_right span.h_tel{
	font-family: 'Oswald', 'Noto Sans JP', sans-serif;
	font-size: 20px;
	padding-right: 10px;
}
.top-bar_right span.h_tel::before{
	content:"";
	background: url(../images/icon_tel.png) no-repeat;
	background-size: contain;
	width: 13px;
	display: inline-block;
	height: 15px;
	margin-right: 4px;
}

.top-bar_right span.h_tel_msg{
	font-size: 10px;
}

/* ナビエリア全体 */
.nav-area {
	width: 95%;
	margin:0 auto;
	padding: 15px 0;
	max-width:1200px;
}

/* メインナビゲーション */
.main-nav {
	display: flex;
	justify-content: space-between;
}

/* 左側：送料無料＋上3メニュー */
.nav-left {
	width: 530px;
}
.free-delivery {
	background: url(../images/line.png) left bottom repeat-x;
	display: inline;
	padding: 7px 0px;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: 600;
}
/* 中央ロゴ */
.logo {
	width: 110px;
}

/* 右側：検索・アイコン＋下3メニュー */
.nav-right {
	width: 530px;
}
.h_icon {
	display: flex;
	justify-content: right;
	gap: 36px;
}
.h_icon li {
}
.h_icon li a {}
.h_mypage img {
}
.h_cart img {width: 18px;}
.h_menu img {width: 18px;}

.h_search {
	border-bottom: 1px solid #4e0000;
	width: 280px;
}
.search_text {
	outline: none;
	border: none;
	height: 30px;
	margin-bottom: 0px;
	width: 245px;
	margin-right: 10px;
	background: none;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
}
.h_search-btn img{
	outline: none;
	border: none;
	background: none;
	width: 22px;
	padding: 2px;
	box-sizing: border-box;
}

.h_mypage {
	width: 18px;
}
.fav-btn {}

.h_cart {}
.cart-btn {}

.h_menu {}
.menu-btn {}

.nav-menu {
	display: flex;
	gap: 30px;
}
.nav-menu li {
	line-height: 1.9;
}
.nav-menu li a {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	text-align: center;
	display:block;
	padding-bottom: 10px;
}
.nav-menu li a span {
	font-size: 11px;
	color: #aaa;
	display: block;
}

.nm-left{
	justify-content: left;
	margin-top: 20px;
}
.nm-right{
	justify-content: right;
	margin-top: 15px;
}


/* ベース */
.contents{
	max-width:1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}

.contents-left{
	width:210px;
}

.contents-right{
	width:920px;
}

/* サイドバー */
.search-box{
	background: #fff;
	padding: 20px 20px 8px 20px;
	font-size: 13px;
	margin-bottom: 40px;
}

.form-group{
	margin-bottom: 12px;
}

.form-group strong{
	font-size:13px;
	display:block;
}

.search-btn{
	outline: none;
	display: block;
	text-align: center;
	border: 1px solid #4c0101;
	width: 100%;
	border-radius: 50px;
	padding: 10px 10px;
	font-family: 'Noto Serif JP';
	font-weight: 600;
	background: #fff;
	transition: all 0.3s ease;
	opacity:1!important;
}

.search-btn:hover{
	background:#4c0101;
	color:#fff;
	opacity:1!important;
}


.form-group input,.form-group select{
	border:1px solid #ccc;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
	font-weight: 500;
	padding: 7px 3px;
	box-sizing: border-box;
	width: 100%;
	margin: 5px 0;
}

.price-range input{
	width: 35%;
}

.category-box{
	margin-bottom: 40px;
}

.category-box h2{
	font-size: 16px;
	font-weight: 600;
	font-family: 'Noto Serif JP';
	border-bottom: 1px solid #4c0101;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

.category-box ul{
	font-size: 14px;
	padding: 0px 4px;
}

.category-box ul li{
	margin-bottom: 14px;
}

.category-box ul li a{}

.category-box ul li a:before{
	content:"";
	background: url(../images/arrow.png) no-repeat;
	background-size: contain;
	width: 10px;
	display: inline-block;
	height: 9px;
	margin-right: 8px;
}

.bnr-box{
	margin-bottom:40px;
}

.bnr-box li{
	margin-bottom:20px;
}


.tbl_calendar {
	margin-left: 0px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
}

.tbl_calendar caption {
	margin-bottom: 0px;
	color: #fff;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #0e0e0e;
}
.tbl_calendar th,
.tbl_calendar tr,
.tbl_calendar td{
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 3px 0;
}
.tbl_calendar .sun,
.tbl_calendar .sat,
.tbl_calendar .holiday{
	background-color: #e9edf2 !important;
}
.tbl_calendar .sun,
.tbl_calendar .holiday{
 color: #ca5252 !important;
}
.tbl_calendar .sat{
	color: #528fca !important;
}
.tbl_calendar th.sun{
	background-color: #fadbda !important;
}
.tbl_calendar th.sat{
	background-color: #e6f5fc !important;
}

.calendar-box{
	margin-bottom:40px;
}

.sns-box{
	margin-bottom:40px;
	text-align: center;
}

.sns-link{
	display:flex;
	justify-content: center;
	gap: 20px;
	margin-top: 15px;
}

.sns-link li{
	width: 37px;
}

/* メイン */
.contents-right section{
	margin-bottom:80px;
}

.content_bnr-box ul li{
	margin-bottom:20px;
}

.contents-right section h2{
	font-size: 26px;
	font-family: 'Noto Serif JP';
	font-weight: 600;
	margin-bottom:25px;
}

.innerh2 h2 {
	text-align:left!important;
}

.content_2columnbox ul{
	display:flex;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}

.content_2columnbox ul li{
	width: calc(50% - 15px);
}

.content_4columnbox ul{
	display:flex;
	justify-content: left;
	gap: 50px 30px;
	flex-wrap: wrap;
}

.content_4columnbox ul li{
	width: calc(25% - 23px);
}

.ranking-list li {
	position: relative;
	counter-increment: rank;
}

.ranking-list li img{
	border-radius: 5px;
}

.ranking-list li::before {
	content: counter(rank);
	position: absolute;
	top: -16px;
	left: 8px;
	background: #777;
	color: #fff;
	font-size: 18px;
	padding: 4px 8px;
	border-radius: 999px;
	font-family: 'Noto Serif JP', serif;
	z-index: 1;
	width:35px;
	height:35px;
	text-align:center;
	line-height:24px;
	font-weight:600;
}

.ranking-list li:nth-child(1)::before {
	background: #b2a800;
	color: #fff;
}

.ranking-list li:nth-child(2)::before {
	background: #8ab2b6;
	color: #fff;
}

.ranking-list li:nth-child(3)::before {
	background: #db6d0c;
	color: #fff;
}

.undertext{
	font-size:16px;
	font-family: 'Noto Serif JP';
	font-weight: 600;
	margin-top: 8px;
}

.undertext span{
	font-size:14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color:#777777;
	display:block;
	margin-top: 4px;
}


.content_3columnbox ul{
	display:flex;
	justify-content: left;
	gap: 30px;
	flex-wrap: wrap;
}

.content_3columnbox ul li{
	width: calc(32% - 8px);
}

.pick-list li img{
	border-radius: 5px;
}



.content_5columnbox ul{
	display:flex;
	justify-content: left;
	gap: 28px;
	flex-wrap: wrap;
}

.content_5columnbox ul li{
	width: calc(18% - 4px);
}

.s-rec-list li img{
	border-radius: 5px;
}

.content_feature ul li img{
	border-radius: 5px;
}

.content_feature ul{
	display:flex;
	justify-content: space-between;
	gap: 25px;
	flex-wrap: wrap;
}

.content_feature ul li{
	width: calc(50% - 15px);
}

.content_feature ul li a{
	display: flex;
	justify-content: space-between;
	gap: 18px;
}
.feature_img{
	max-width: 160px;
}
.feature_txt{
	display:block;
	width: 70%;
}
.feature_date{
	display:block;
	color: #777;
	font-size: 12px;
	margin-bottom: 3px;
}
.feature_title{
	display:block;
	font-family: 'Noto Serif JP';
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}
.feature_msg{
	display:block;
	color: #777;
	font-size: 14px;
}

.newsbox{

}

.newsbox dl{
	display: flex;
	justify-content: left;
	font-size: 14px;
	gap: 40px;
	border-bottom: 1px solid #ddd;
	padding: 25px 0;
}

.newsbox dl dt:before{
	content:"";
	background: url(../images/arrow.png) no-repeat;
	background-size: contain;
	width: 10px;
	display: inline-block;
	height: 9px;
	margin-right: 8px;
}

.newsbox dl dt{
	display: inline-block;
	color: #999;
}

.newsbox dl dd{

}

.text-right{
	padding: 20px 0 0 0;
	text-align: right;
}


.btn_style01{
	outline: none;
	border: 1px solid #4c0101;
	border-radius: 50px;
	padding: 10px 10px;
	font-family: 'Noto Serif JP';
	font-weight: 600;
	background: #fff;
	font-size:12px;
	box-sizing:border-box;
	width: 175px;
	display: inline-block;
	text-align: center;
}

.btn_style01:hover{
	background:#4c0101;
	color:#fff;
	opacity:1;
}

.newsbox dl:first-child{
	padding: 0 0 25px 0;
}

.newsbox dl:last-child{
	border-bottom: none!important;
}

.sepbox01{
	display: flex;
	justify-content: space-between;
	margin-bottom:80px;
}
.sepbox01-left{
	width: 365px;
}

.sepbox01-right{
	width: 520px;
}

.sepbox01 p{
	font-size: 15px;
	margin-bottom: 40px;
}

.btn_style02{
	outline: none;
	border: 1px solid #4c0101;
	border-radius: 50px;
	padding: 10px 10px;
	font-family: 'Noto Serif JP';
	font-weight: 600;
	background: #fff;
	font-size:14px;
	box-sizing:border-box;
	width: 220px;
	display: inline-block;
	text-align: center;
}

.btn_style02:hover{
	background:#4c0101;
	color:#fff;
	opacity:1;
}

.content_about h2{
	margin-bottom:15px!important;
}

.sepbox02{
	display: flex;
	justify-content: space-between;
}
.sepbox02-left{
	width: 520px;
}

.sepbox02-right{
	width: 365px;
}

.sepbox02 p{
	font-size: 15px;
	margin-bottom: 40px;
}

.content_about img{
	border-radius: 15px;
}



/* ガイド */

#guide{
	background:#e5e4db;
	padding: 80px 0;
}

#guide h2{
	/* background:#191919; */
	/* font-family: 'Roboto Condensed', sans-serif; */
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	/* color:#fff; */
	text-align:center;
	/* margin-bottom: 70px; */
	padding: 10px 0 56px 0;
	font-weight: 600;
}

.guidebox{
	max-width: 1200px;
	margin: 0 auto;
	/* padding-bottom: 50px; */
	line-height: 1.8;
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.guidebox_l{width: 31.4%;/* background: #fff; */padding: 40px 25px 25px 25px;position: relative;margin-bottom: 3.6%;box-sizing: border-box;border: 1px solid #4e0000;display: flex;flex-direction: column;justify-content: space-between;/* border: 1px solid #aaa; *//* padding: 24px; */min-height: 300px; /* 高さ揃えたいならここで指定 */}

.guide_inner{
	/* margin-bottom:40px; */
	text-align: center;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.g_ttl{
	/* border-bottom: 2px solid #8b8b8b; */
	font-weight: 600;
	padding-bottom: 18px;
	/* margin-bottom: 14px; */
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.g_ttl a{
	background: #F16100;
	color: #fff!important;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 500;
	float: right;
	line-height: 1.5;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 5px;
	padding: 2px 25px 4px 25px;
}

.cardlist{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 17px 0;
	width: 460px;
}

.cardlist li{
	width: 230px;
}

.delitxt{
	font-size: 17px;
	font-weight:
	normal;
	position: relative;
	font-weight: 500;
	z-index: 2;
}

.delitxt:after{
	/* content:
	""; */
	/* width:100%; */
	/* background:#F5F2E9; */
	/* display: inline-block; */
	/* height: 8px; */
	/* position: absolute; */
	/* bottom: 0; */
	/* left: 0; */
	/* z-index: 1; */
}

.delitxt .inner{
	position: relative;
	z-index: 2;
	font-weight: 600;
	font-size: 16px;
}


.guide_inner p{
	margin-top: 15px;
	text-align: left;
	font-size: 14px;
}

#guide .coolitem{
	background: #8d9194;
	display:
	inline-block;
	padding: 8px 10px 10px 10px;
	margin-right:20px;
	color:#fff;
	width: 100%;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 600;
	box-sizing:
	border-box;
}

.btn_form{
	border: 2px solid #F16100;
	color: #F16100!important;
	display: block;
	text-align: center;
	border-radius: 4px;
	padding: 6px 10px;
	margin: 14px 0;
}

.btn_style03{
	outline: none;
	border: 1px solid #4c0101;
	border-radius: 50px;
	padding: 8px 10px;
	font-family: 'Noto Serif JP';
	font-weight: 600;
	font-size:14px;
	box-sizing:border-box;
	width: 180px;
	display: inline-block;
	text-align: center;
}

.btn_style03:hover{
	background:#4c0101;
	color:#fff;
	opacity:1;
}

.small_atn{
	font-size:12px;
	display: block;
	margin:0 auto;
	padding-top: 10px;
	/* padding-bottom: 0px; */
}

.deliitem{
	background: url(../images/line.png) left bottom repeat-x;
	display: inline;
	padding: 7px 4px;
	font-family: 'Noto Sans JP';
	font-size: 15px;
	font-weight: 600;
	width: fit-content;
	margin:0 auto;
}

.guidebox_l .text-center{
	padding-top:20px;
	margin-top: auto;
}

.ta_c{
	text-align:center!important;
}

#guide .f_tel{
	font-family: 'Oswald', 'Noto Sans JP', sans-serif;
	font-size: 28px;
	padding-right: 10px;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 20px;
}
#guide .f_tel::before{
	content:"";
	background: url(../images/icon_tel.png) no-repeat;
	background-size: contain;
	width: 23px;
	display: inline-block;
	height: 22px;
	margin-right: 4px;
}

.text-center02{
	display:block;
	padding-bottom:15px;
}

footer{
	display:flex;
	max-width: 1200px;
	margin: 30px auto 0 auto;
	justify-content: space-between;
	gap: 50px;
}

.f_left{
	width: 125px;
}

.f_center{
	display: flex;
	gap: 50px;
	width: 880px;
}

.f_center ul{}

.f_center ul li{
	font-size:14px;
	font-family: 'Noto Serif JP', serif;
	font-weight:600;
	margin-bottom: 6px;
}

.f_center a:before{
	content:"";
	background: url(../images/arrow.png) no-repeat;
	background-size: contain;
	width: 10px;
	display: inline-block;
	height: 9px;
	margin-right: 8px;
}

.copy{
	padding-top:40px;
	text-align:center;
}


.spimg{
	display:none;
}


.menu-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9998;
	display: none;
}

.menu-panel {
	position: fixed;
	top: 0;
	right: 0;
	width: 80%;
	max-width:320px;
	height: 100%;
	background: #fafaf2;
	z-index: 9999;
	/* padding: 20px; */
	transform: translateX(100%);
	transition: transform 0.3s ease;
}

.menu-panel.open {
	transform: translateX(0);
	box-shadow: 0 0 5vw rgba(0, 0, 0, 0.4);
}

.menu-panel ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 30px;
}

.menu-panel li {
	margin-bottom: 10px;
}


.menu-close {
	background: none;
	border: none;
	font-size: 24px;
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
	z-index: 999;
}


.nav-menu02 li {
	line-height: 1.9;
	/* padding-left: 30px; */
}
.nav-menu02 li a {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	text-align: left;
	display:block;
	padding-left: 30px;
}
.nav-menu02 li a span {
	font-size: 11px;
	color: #aaa;
	display: block;
}


.has-megamenu {
  position: static;
}

.megamenu {
  display: none;
  position: absolute;
  top: 153px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 100%;
  background: #e5e4db;
  z-index: 999;
  padding: 30px 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

.has-megamenu:hover .megamenu {
  display: block;
}

.megamenu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 1200px;
  margin:0 auto;
  justify-content: left;
}

.megamenu ul li {
  width: 178px;
  /* display: inline-block; */
  text-align: center;
}

.megamenu ul li a {
  /* color: #333; */
  text-decoration: none;
  padding: 0!important;
  /* display: block; */
  /* border-bottom: 1px solid #eee; */
  font-size: 15px;
  text-align: center;
}

.megamenu ul li a:hover {
  color: #ba2c2c;
}

.megamenu a:before {
    content: "";
    background: url(../images/arrow.png) no-repeat;
    background-size: contain;
    /* width: 10px; */
    display: inline-block;
    /* height: 9px; */
    /* margin-right: 8px; */
}




.global-submenu {
	padding-left: 20px;
	background: #f9f9f9;
}

.sp-accordion .global-submenu {
	display: none;
}

.sp-accordion.open .global-submenu {
	display: block;
	background: #e5e4db;
	padding: 20px 0 15px 1vw;
	font-size: 14px;
	margin: 10px 0;
}


.global-submenu a:before {
	content: "";
	background: url(../images/arrow.png) no-repeat;
	background-size: contain;
	width: 10px;
	display: inline-block;
	height: 9px;
	margin-right: 8px;
}

.guide_box{
	
}
.guide_link{
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 30px;
}

.guide_link li{width: 20%;text-align: center;}

.guide_link li a{
	background:#e5e4db;
	padding: 8px 20px 10px 20px;
	display: block;
}

.guide_txt h3{
	font-size: 18px;
	font-weight: 600;
	font-family: 'Noto Serif JP';
	border-bottom: 1px solid #4c0101;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

.guide_txt div{
	margin-bottom:50px;
}


/* テーブル全体 */
.company_box table {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* ヘッダーセル（年代） */
.company_box table th {
  background-color: #f2f2f2;
  color: #333;
  text-align: left;
  padding: 10px;
  width: 20%;
  white-space: nowrap;
  border: 1px solid #ccc;
}

/* データセル（内容） */
.company_box table td {
  padding: 15px;
  border: 1px solid #ccc;
  vertical-align: top;
}

.company_box table td strong{
	display:block;
}



/* テーブル全体 */
.company_box02 table {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* ヘッダーセル（年代） */
.company_box02 table th {
  background-color: #f2f2f2;
  color: #333;
  text-align: left;
  padding: 10px;
  width: 20%;
  white-space: nowrap;
  border: 1px solid #ccc;
}

/* データセル（内容） */
.company_box02 table td {
  padding: 15px;
  border: 1px solid #ccc;
  vertical-align: top;
}

.company_box02 table td strong{
	display:block;
}










.imgbox{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.h3_ttl{
	font-size: 20px;
	font-family: 'Noto Serif JP';
	font-weight: 600;
	margin-bottom: 10px;
}

.txt01{
	font-size: 15px;
	margin-bottom: 50px;
}

.list01{
	display:flex;
	gap:20px;
	margin-bottom: 20px;
	background: #fff;
	padding: 25px;
}

.list01 li img{
	width:100%;
	height:auto;
}

.list01 li{
	text-align:left;
	font-size:15px;
}

.list01 li strong{
	font-family: 'Noto Serif JP';
	font-size:18px;
}

.list01 li:first-child{
	width: 12%;
}

.list01 li:last-child{
	width: 85%;
}

.imgbox_sep{
	display:flex;
	gap: 25px;
	margin-bottom: 20px;
	margin-top: 25px;
}

.imgbox_sep li:first-child{
	width: 50%;
}

.imgbox_sep li:last-child{
	width: 50%;
}

.tbl01{
    margin-bottom: 40px;
    text-align: left;
    width: 100%;
    border-top: 1px solid #4e0000;
}

.tbl01 th{
    /* padding-right: 25px; */
    padding: 15px 0px 15px 25px;
    width: 18%;
}

.tbl01 td{
    padding: 15px;
}

.tbl01 tr{
    border-bottom: 1px solid #4e0000;
}

.imgbox iframe{
	width:100%;
	height:500px;
}

.mvbox iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
}


.mvbox iframe{
	width: 100%;
	height: 100%;
	border: 0;
}

.shipping-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.shipping-table caption {
	text-align: left;
	font-weight: 600;
	margin: .25rem 0 .5rem;
}
.shipping-table th,
.shipping-table td {
	border: 1px solid #ddd;
	padding: .6rem .7rem;
	vertical-align: top;
}
.shipping-table thead th {
	background: #f6f6f6;
}
.shipping-table tbody tr td,
.shipping-table tbody tr th[scope="row"] {
	background: #fafafa;
}
/* 文字が長い都道府県名を折り返す */
.shipping-table th,
.shipping-table td {
	word-break: break-word;
}







.btn_style04{
	outline: none;
	border: 1px solid #4c0101;
	border-radius: 50px;
	padding: 8px 10px;
	font-family: 'Noto Serif JP';
	font-weight: 600;
	font-size:14px;
	box-sizing:border-box;
	min-width: 180px;
	display: inline-block;
	text-align: center;
	background:#4c0101;
	color:#fff;
}

.btn_style04:hover{
	background:#4c0101;
	color:#4c0101;
	opacity:0.7;
	color:#fff;
}

.c-spec-biiino table th{
	padding:10px;
}

.c-spec-biiino table td{
	padding:10px;
}