@charset "utf-8";
/* CSS Document */
body {
	background: #FFF;
}

/*メインビジュアル*/
article {
	width: 100% !important;
}
#header-inner {
	position: relative;
	width: 940px;
	margin: 0px auto;
	position: relative;
	height: 425px;
	padding: 0px;
	background: url(../images/01.jpg) no-repeat right top !important;

}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#product {
	position: fixed;
	float: left;
	width: 188px;
	padding: 0px 30px;
	top: 70px;
	overflow: hidden;
	z-index:1;
}
#product p.product-name {
	padding: 0px 0px 5px;
	margin: 5px 0px 0px;
	font-size: 14px;
	text-align: center;
	line-height: 1.4em;
	border-bottom: 1px solid #231815;
}
#product p.product-name strong {
	font-size: 14px;
	font-weight: normal;
}
#product dl {
	width: 180px;
	margin: 5px 0px 10px;
	overflow: hidden;
}
#product dl dt ,#product dl dd{
	font-size: 12px;
	line-height: 1.6em;
}
#product dl dt {
	float: left;
	width: 55px;
}
#product dl dd {
}
#product a.ingredient,
#product a.use {
	display: block;
	padding: 5px 18px;
	color: #FFF;
	font-size: 13px;
	line-height: 1em;
	background: #00A3B4;
	border-radius: 6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
}
#product a:hover.ingredient,
#product a:hover.use {
	background: #0C9;
}
#product a.ingredient {
	float: left;
}
#product a.use {
	float: right;
}
#product .bottom-box {
	position: relative;
	clear: both;
	height: 300px;
	z-index: 9999;
}
.bottom-box a.review {
	position: absolute;
	display: block;
	width: 167px;
	height: 31px;
	left: 10px;
	top: 100px;
	z-index: 9999;
}
.bottom-box a.sevennet {
	position: absolute;
	display: block;
	width: 167px;
	height: 48px;
	left: 10px;
	top: 110px;
	z-index: 9999;
}
.bottom-box a.sevennet1 {
	position: absolute;
	display: block;
	width: 167px;
	height: 48px;
	left: 10px;
	top: 120px;
	z-index: 9999;
}
/*メインイメージ*/
#main-image {
	float: right;
	width: 624px;
	/*padding: 0px 20px 0px 0px;*/
	padding:0 21px;
	background-color:#D9E9E4;
}
h1 {
	padding: 20px 0px 0px;
	margin: 0px 0px 30px ;
}
#header-inner p {
	color: #231815;
	font-size: 13px;
	line-height: 2.1em;
}
#header-inner p.catchcopy {
	margin: 10px 0px 0px;
	color: #00A3B4;
	font-size: 18px;
	line-height: 1.3em;
}
#header-inner .old-peel {
	position: absolute;
	display: block;
	width: 100px;
	height:	110px;
	right: 20px;
	bottom: 10px;
}
#header-inner .old-peel a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#header-whey {
	position: relative;
	width: 624px;
	margin: 0px auto;
	height: 271px;
	padding: 20px 20px 0px 280px;
	margin: 0px auto;
}
#header-whey .whey {
	position: absolute;
	display: block;
	width: 159px;
	height:	89px;
	right: 20px;
	top: 120px;
}
a.care {
	display: none;
}
/*本文*/
#contents {
	width: 667px;
	padding: 0px 0px 0px 257px;
	margin: 0px auto 20px;
}
#contents section {
	position: relative;
	padding: 0px 20px;
}
#contents section h2 {
	position: absolute;
	display: block;
	margin: 0px;
	left: 0px;
	top: -39px;
}
#contents section h3 {
	margin: 0px;
	padding: 30px 0px;
}
#contents section h4.donyu {
	padding: 30px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	border-top: 1px dotted #FFF;
}
#contents section.top-line {
	padding: 20px 20px 30px;
	margin: 0px 0px 0px 0px;
	background: #D9E9E4 url(../images/bg_section01.gif) no-repeat right bottom;
	width:635px;
}

#contents section .whey {
	position: absolute;
	display: block;
	width: 159px;
	height:	89px;
	right: 20px;
	top: 40px;
}


#contents section.second-line {
	padding-bottom: 20px;
	background: #e6ebee;
}
h4.puls-one {
	position: relative;
	width: 624px;
	height: 82px;
	margin: 10px 0px;
}
h4.puls-one img {
	position: absolute;
	top: 0px;
	left: 0px;
}
h4.care {
	margin-top: 20px;
	margin-bottom: -20px;
}
p.pagetop {
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: right;
	font-size: 10px;
}
