@charset "UTF-8";

/*説明文章内のリンクつけされるワード*/
div.product_box a.word{
	font-weight:bold;
}
div.product_box a:link.word{
	color:#09F;
}
div.product_box a:visited.word{
	color:#09F;
}
div.product_box a:hover.word{
	color:#06C;
}
div.product_box a:active.word{
	color:#09F;
}

div.product_box div.chapter{
	margin:1em 2em 0 1em;
}

div.product_box div.chapter h3{
	margin-top:0;
	margin-bottom:0.5em;
	font-size:11pt;
	font-weight:bold;
	color:#39F;
}
/*栄養指導タイトル*/
div.product_box div.chapter h3.nut{
	background:url("../img/title_line.png") bottom left no-repeat;
}
/*運動指導タイトル*/
div.product_box div.chapter h3.sp{
	background:url("../img/title_line.png") bottom left no-repeat;
}
/*生活指導タイトル*/
div.product_box div.chapter h3.life{
	background:url("../img/title_line.png") bottom left no-repeat;
}
/*特定健診・特定保健指導タイトル*/
div.product_box div.chapter h3.shg{
	background:url("../img/title_line.png") bottom left no-repeat;
}


div.product_box div.chapter h4{
	margin-left:1em;
	margin-top:0;
	margin-bottom:0.5em;
	font-size:11pt;
	font-weight:bold;
	color:#F30;
}

div.product_box div.chapter h4.non-fir{
	margin-top:1.5em;
}

div.product_box div.chapter p{
	margin:0 0 1em 2em;
	padding:0;
}

div.product_box div.chapter p.fir{
	margin-left:1em;
}

div.product_box div.chapter div img{
	margin-bottom:1em;
}

/**********chapter内の「テキスト+イメージ」 *********/
div.product_box div.chapter div.text_img_box{
	margin-right:0;
	margin-left:2em;
	margin-bottom:1em;
}

div.product_box div.chapter div.text_img_box p{
	margin-left:0;
}

div.product_box div.chapter div.fir div.text_img_box{
	margin-right:0;
	margin-left:1em;
	margin-bottom:1em;
}

/**********chapter内の「イメージ+テキスト」 *********/
div.product_box div.chapter div.img_text_box{
	margin-right:0;
	margin-left:2em;
	margin-bottom:1em;
/*	border:1px solid #CCC;*/
}

div.product_box div.chapter div.img_text_box p{
	margin-left:0;
}

div.product_box div.chapter div.fir div.img_text_box{
	margin-right:0;
	margin-left:1em;
	margin-bottom:1em;
}

/**********chapter内の「テキスト+イメージ風タイトル」 *********/

div.product_box div.chapter div.text_img_title{
/*	border:1px solid #CCC;*/
	margin-left:0;
	margin-right:0;
}

div.product_box div.chapter div.text_img_title h4{
	margin-left:1em;
}

