/* @override 
	http://localhost:9016/artcss/bifidus_regularis.css
*/

body{
	background: rgb(0,145,57) url(/images/article/bifidus_regularis/background.jpg) repeat-x left top;
}
.article h1{
	font: bold 140px/0.8 Georgia, Times, "Times New Roman", Serif;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #fff;
	text-shadow: .03em .03em .1em rgba(0,0,0,0.7);
	margin-bottom: 80px;
	width: 960px;
	height: 352px;
	background: url(../images/article/bifidus_regularis/header.png) no-repeat center top;
	text-indent: -9000px;
}
.toilet{
	float: right;
	margin-top: -100px;
}



body.home{
	background-position: 0 -140px;
}

.cover h1{
 margin-top: 260px;
 margin-bottom: 0px;
 text-indent: 0;
	background-position: 0 15px;
}
.cover h1 a{
	text-indent: -9000px;
	display: block;
	width: 960px;
	height: 352px;		
}
.cover h1 a:hover, .cover h1 a:active{
	padding-top: 20px;
	border: 0;
}
.otherFeatures{
	background: url(../images/article/bifidus_regularis/toilet.png) no-repeat right top;
	padding-top: 50px;
}

.otherFeatures li{
	background: rgba(0,0,0,0.5);
	padding: 10px;
	float: left;
	width: 220px;
	margin-right: 20px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.otherFeatures .prevMuse:nth-child(odd){
	margin-right: 20px;
	clear: both;
}
.otherFeatures li .h5 a:hover{
	border: 0;
}
.otherFeatures .h5{
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.seeMore{
	display: none;
}