@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;
	padding: 0 15px 5px 0;
}
html[xmlns*=""] body:last-child div#content td.lead {
	letter-spacing: -1px;
}

/* 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 5px;
}

div#content div.item div.bt a {
	background: url(../img/health_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/health_bt_01_on.jpg) no-repeat;
}


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

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

div#content table.type_01 td.bg {
	background: url(../img/health_bg.gif) no-repeat;
	height: 163px;
	padding: 10px 15px;
	color: #00a0b1;
}


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

div#content table.type_02 th {
	padding: 8px;
	background: #e3f8fa;
}

div#content table.type_02 td {
	padding: 8px;
	background: #f8f8f8;
	line-height: 18px;
	vertical-align: middle;
}
