.virus-bg{
	background-color: #cfe4ff;
}
.virus-contents{
	width: 900px;
	margin: auto;
	background-color: #ffffff;
	padding: 30px;
	text-align: left;
	border: #2b74c2 solid 2px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.virus-top-title{
/*	background-color: #eaedf7;*/
	margin: 20px auto;
	width: 960px;
	background-color: #ffffff;
	font-size: 150%;
	font-weight: 900;
	text-align: center;
	padding: 15px 0;
	border: #2b74c2 solid 2px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.virus-title{
	margin: 60px 0 8px 0;
	font-weight: bold;
	font-size: 130%;
	padding: 4px 8px 4px 15px;
	line-height: 1.6em;
	color: #ffffff;
	background-color: #2b74c2;
	text-align: left;
}
.virus-comment {
	font-size: 130%;
	color: #2b74c2;
	padding: 15px 10px;
}
.virus-text-block{
	margin: 10px 0 0 0;
	padding: 20px;
	border: gray solid 1px;
}
.virus-vaccine {
	padding-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
}
.virus-youtube{
	margin: 20px auto 40px auto;
}
.virus-youtube-block01{
	margin: 0 20px 0 8px;
	float: left;
}
.virus-youtube-block02{
	float: left;
}
.virus-block-btn-more{
	text-align: center;
	margin: auto;
	padding-top: 30px;
}
.virus-info{
	padding-bottom: 10px;
}
.virus-block{
	width: 225px;
	float: left;
}
.virus_contents_data{
	min-height: 220px;
	padding: 5px;
	margin: 0 10px 20px 5px;
	border: 2px solid #cccccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.virus-block-m{
	text-align: center;
	padding: 5px 0;
}
.virus-block-t{
	font-weight: bold;
	padding:  0 5px;
	margin-bottom: 10px;
}
.virus-block-i{
	padding:  0 5px;
}
.virus-block-d{
	padding: 0 5px 15px 5px;
	word-wrap: break-word;
	line-height: 1.2em;
}
.virus-table {
    background-color: #ffffff;
    border: 3px solid #bbbbbb;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
}
.virus-table td {
	width: 225px;
	text-align: center;
	font-size: 110%;
	padding: 8px 0;
	border-left: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}
.bg-red{
	background-color: #FF3333;
}
.virus_takeout_title {
	font-size: 130%;
	font-weight: bold;
	border-bottom: 2px #bbbbbb solid;
	border-left: 10px #bbbbbb solid;
	padding: 5px 0 3px 10px;
	width: 900px;
	margin: 10px auto 10px auto;
}