@charset "utf-8";
/* CSS Document */
#tab {
	zoom: 1;
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#tab li {
	float: left;
	text-align: center;

	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	display: block;
	width: 167px;
	margin-left:5px;
	margin-right:5px;
	text-decoration: none;
	background-color: #fff;
	color: #34211A;
	padding-top:10px;
	padding-bottom:10px;

	border: 1px solid #34211A;
}

#tab li:hover {
	background-color: #34211A;
	color: #FFFFFF;
}

#tab li:last-child {
	/* background: none; */
}
#tab li a {
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	display: block;
	width: 167px;
	margin-left:5px;
	margin-right:5px;
	text-decoration: none;
	background-color: #34211A;
	color: #FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
}

#tab li a:hover {
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	color: #FFFFFF;
	background-color: #159AC6;
}
#tab li.active a,
#tab li.active a:hover {
	color: #ffffff;
}

#tab li.active {
	background-color: #34211A;
	color: #FFFFFF;
}
#detail {
	clear: both;
	overflow: hidden;
	width: 960px;
	height:auto;
}
.tabbox {
	display: none;	
}
