@charset "shift_jis";

/*
============================================================

health.html

============================================================
*/

/* ---------------------------------------------------------
■ common上書き
--------------------------------------------------------- */
div#content p {
	margin: 0;
	padding: 15px;
	line-height: 20px;
}

div#content table {
	width: auto;
	border-collapse: none;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

/* td 通常 */
div#content table th {
	padding: 0;
	border: none;
	vertical-align: top;
	color: none;
}

/* td 通常 */
div#content table td {
	padding: 0;
	border: none;
	vertical-align: top;
	color: none;
}

/* ---------------------------------------------------------
■ 　コンテンツ
--------------------------------------------------------- */
/* 看板
--------------------------- */
div#content div.mv {
	width: 700px;
	float: left;
}

div#content td.lead {
	background: url(../img/health_mv_03.jpg) no-repeat top right #FAFAFA;
	padding: 0 20px;
	vertical-align: top;
	height: 158px;
	line-height: 22px;
}

html[xmlns*=""] body:last-child div#content td.lead {
	letter-spacing: -1px;
	padding: 0 15px;
}

/* 01:商品
--------------------------- */
div#content div.item {
	width: 700px;
	margin-top: 25px;
	float: left;
}

div#content div.item img.ph {
	float: left;
	margin: 0 20px 0 10px;
}

div#content div.item div.right {
	float: left;
	width: 420px;
	padding: 0;
}

div#content div.item div.right img {
	float: left;
	width: 420px;
	margin: 0 0 10px;
}

div#content div.item div.right p {
	padding:0;
	margin:0;
}

div#content div.item div.right p strong {
	color: #000000;
}

div#content div.item div.right p strong span {
	color: #ff699d;
}

/* table */

div#content div.item div.right table.type_03 {
	width: 200px;
	float: left;
	border-collapse: collapse;
	margin: 0 20px 10px 0;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}


div#content div.item div.right table.type_03 caption{
	padding: 0 0 3px;
	margin:0;
}

div#content div.item div.right table.type_03 caption span{
	color: #ff699d;
}

/* th */
div#content div.item div.right table.type_03 th {
	padding: 3px 5px;
	font-size: 12px;
	line-height: 14px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #ffefef;
	color: #444444;
	text-align: left;
	vertical-align: top;
}

/* td 通常 */
div#content div.item div.right table.type_03 td {
	padding: 3px 5px;
	font-size: 12px;
	line-height: 14px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #444444;
	text-align: left;
	vertical-align: top;
}

div#content div.item div.bt a {
	background: url(../img/others_bt_01.jpg) no-repeat;
	float: left;
	width: 420px;
	height: 50px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}


div#content div.item div.bt a:hover {
	background: url(../img/others_bt_01_on.jpg) no-repeat;
}


/* 02
--------------------------- */
div#content img.tit {
	margin: 25px 0 10px;
}

div#content table.type_01_a {
	margin: 10px 0 0;
}

div#content table.type_01_b {
	margin: 10px 0 0 100px;
}

div#content table.type_01_a td.bg,
div#content table.type_01_b td.bg {
	background: url(../img/others_bg.gif) no-repeat;
	height: 43px;
	padding: 10px 20px;
	color: #00a0b1;
}

html[xmlns*=""] body:last-child div#content table.type_01_a td.bg,
html[xmlns*=""] body:last-child div#content table.type_01_b td.bg{
	letter-spacing: -1px;
	padding: 10px 0 10px 20px;
}

/* 03
--------------------------- */
div#content table.type_02 {
	margin: 10px 0;
	border-collapse: separate;
	border-spacing: 10px;
	width: 700px;
}

div#content table.type_02 th {
	padding: 10px 20px;
	background: #e3f8fa;
	font-weight: normal;
	line-height: 22px;
}

div#content table.type_02 td {
	padding: 10px 20px;
	background: #f8f8f8;
	line-height: 22px;
}
