#tabs {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 15px;
}
#tabs dl {
	padding-bottom: 35px;
}
#tabs dl.chiri {
	float: left;
	padding-bottom: 35px;
}
#tabs dl.chiri_right {
	float: right;
	padding-bottom: 35px;
}
#tabs dt {
	font-size: 20px;
	color: #F12518;
	padding-bottom: 8px;
}
#tabs dd {
	padding-bottom: 10px;
}
#tabs dd.virus {
	font-size: 18px;
	padding-bottom: 10px;
}
#tabs dd.virus span {
	color: #F12518;
}
#tabs dd.caution {
	font-size: 12px;
	padding-bottom: 8px;
	line-height: 140%;
}
#tabs dd.syosyu {
	padding-top: 18px;
}
#tabs dd.pm25 {
	font-size: 18px;
}
#tabs dd.chiri_detail {
	padding-bottom: 24px;
}



.tab_left {
	float: left;
}
.tab_right {
	float: right;
	padding-top: 70px;
}
.tab_illust:after, .chiriarea:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	zoom: 1;
}
.ui-tabs {
	position: relative;
	padding: .2em;
	zoom: 1;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px 1px 0 0;
	border-bottom: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: 20px 0px;
	text-decoration: none;
	width: 489px;
	font-size: 23px;
	font-weight:bold;
	text-align:center;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding-top: 20px;
	background: none;
	text-align: left;
	width: 980px;
	border-top: #001D68 2px solid;
	;
}
.ui-widget-header a {
	color: #F8FF00/*{fcHeader}*/;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #CCC/*{bgColorDefault}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #FFF;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: #001D68/*{bgColorHover}*/;
	font-weight: normal/*{fwDefault}*/;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #001D68/*{bgColorActive}*/;
	font-weight: normal/*{fwDefault}*/;
}
.ui-widget-header .ui-state-active a {
	color:#FFF;
}