@charset "utf-8";

/**
 * トップ
 */
body.top {
	background: #DFEDFD url(../img/bg.png) repeat-x 0 0;
}
div.sec h2 {
	padding-top: 44px;
	text-align: center;
}
div.sec div.contents {
	overflow: hidden;
	padding: 44px 30px 38px;
	border: 1px solid #E6390C;
	border-top-width: 0;
	background-color: #fff;
}
div.sec h2 + div.contents {
	margin-top: 15px;
	border-top-width: 1px;
}
div.sec div.contents h3 {
	margin-bottom: 25px;
}
div.sec div.contents h4 {
	margin-bottom: 26px;
}
div.sec div.contents h5 {
	margin-bottom: 16px;
}
div.sec div.contents img.img {
	position: absolute;
}

/*
 * 商品一覧
 */
#top {
	padding-top: 13px;
}
#top h2 {
	padding: 0;
}
#top ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 876px;
	margin: 0 auto;
	padding: 76px 0 44px 5px;
}
#top li {
	flex: 0 0 auto;
	width: 262px;
}

/*
 * コエンザイムQ10とは
 */
/* 共通 */
#coq10 div.descMain {
	float: left;
	width: 449px;
	padding-right: 36px;
}
#coq10 div.descSub {
	float: left;
	width: 393px;
}
/* Q1 */
#coq10 #q1 div.descMain p {
	padding-bottom: 7px;
	text-align: right;
}
#coq10 #q1 div.descSub {
	width: 385px;
	padding: 0 0 0 8px;
}
#coq10 #q1 div.descSub div {
	position: relative;
	margin-top: 34px;
}
#coq10 #q1 div.descSub img.img {
	top: 12px;
	left: 282px;
}
/* Q2 */
#coq10 #q2 div.descSub p {
	margin-top: -32px;
	text-align: center;
}
/* Q3 */
#coq10 #q3 h3 {
	margin-bottom: 48px;
}
#coq10 #q3 div.descSub h5 {
	margin-bottom: 22px;
}

/*
 * 品質情報
 */
#quality {
	padding-bottom: 70px;
}
#quality div.contents {
	padding-top: 28px;
}
#quality div.contents h4 {
	margin-bottom: 20px;
}
#qMaterial {
	float: left;
	width: 298px;
}
#qAbout {
	float: left;
	width: 580px;
	padding-bottom: 10px;
}
#qAbout h5 {
	margin-bottom: 0;
}
#qAbout div {
	position: relative;
	min-height: 81px;
	padding: 0 0 19px 150px;
}
#qAbout img.img {
	top: 0;
	left: 0;
}


/**
 * 商品詳細
 */
/* 共通 */
#productsDetail {
	position: relative;
	width: 941px;
	height: 440px;
	margin: 6px 15px 68px 8px;
	padding-top: 21px;
	background: url(../img/c_grid.gif) no-repeat 100% 0;
}
#productsDetail #detail {
	overflow: hidden;
	position: relative;
	float: right;
	width: 419px;
	height: 419px;
	padding-right: 21px;
}
#productsDetail #image,
#productsDetail #component {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 399px;
	padding: 0 6px 0 13px;
}
#productsDetail #image {
	background: url(../products/img/detail_bg.jpg) no-repeat left top;
}
#productsDetail #image h1 {
	padding: 20px 0 13px;
}
#productsDetail #image p.img {
	text-align: center;
}
#productsDetail #image p.note {
	position: absolute;
	right: 9px;
	bottom: 14px;
}
#productsDetail #component {
	left: 419px;
	text-align: center;
}
#productsDetail #component h2 {
	padding: 18px 0 14px;
}
#productsDetail #component ul {
	margin-bottom: -11px;
}
#productsDetail #component li {
	list-style: none;
	margin-bottom: 19px;
}
#productsDetail #component p {
	text-align: left;
}
#productsDetail #component p {
	padding-left: 54px;
}
#productsDetail #component p.note {
	position: absolute;
	padding: 0;
}

#productsDetail #desc {
	position: absolute;
	top: 30px;
	left: 91px;
}
#productsDetail #desc h2 {
	padding-bottom: 26px;
}
#productsDetail #desc p {
	padding-bottom: 10px;
}
#productsDetail ul#subNavi {
	position: absolute;
	top: 0px;
	left: -10px;
	width: 70px;
	height: 441px;
	background: url(../products/img/snavi_bg.png) no-repeat left top;
}
#productsDetail ul#subNavi li {
	list-style: none;
	float: left;
	width: 70px;
}
#productsDetail ul#subNavi a {
	display: block;
}
#productsDetail ul#subNavi a:hover {
	background: none;
}
#productsDetail ul#subNavi a:hover img {
	visibility: hidden;
}
/* SB */
#productsDetail.sb #component p.note {
	right: 63px;
	bottom: 99px;
}
/* PV */
#productsDetail.pv #component p.note {
	right: 64px;
	bottom: 18px;
}
/* AC */
#productsDetail.ac #component li {
	margin-bottom: 11px;
}
#productsDetail.ac #component p.note {
	right: 63px;
	bottom: 153px;
}
/* EC */
#productsDetail.ec #component li {
	margin-bottom: 11px;
}
/* PR */
#productsDetail.pr #component p.note {
	right: 63px;
	bottom: 218px;
}
/* Default Layout */

