@charset "UTF-8";

/*====================================================================*
	File Name    : style.css
	Description  : 個別レイアウト用ファイル

 *====================================================================*/



/* ---------------------------------------------------- *
 *  口腔ケア　　　                                      *
 * ---------------------------------------------------- */

div#titleInt p.mark,div#con div#point p{
	color		: #F00;
}


 div#con{
 	margin		: 0 0 0 30px;
}

div#con h4{
	font-size	: 14px;
	font-weight	: bold;
	color		: #005DDE;
}

div#con div#control p{
	margin		: 24px 0 0;
}


div#con div#control dl dt{
	margin		: 35px 0 0;
	color		: #F90;
	font-weight	: bold;
}

div#con div#control dl dd#pr{
	margin		: 20px 30px 0 0;
	background	: url(/care/img/img1.jpg) right top no-repeat;
	height		: 110px;
	border-bottom: 1px dotted #F90;
}

div#con div#control dl dd#color{
	margin		: 20px 30px 0 0;
	background	: url(/care/img/img2.jpg) right 0 no-repeat;
	height		: 110px;
	border-bottom: 1px dotted #F90;
}

div#con div#control dl dd#shiseki{
	margin		: 20px 30px 0 0;
	background	: url(/care/img/img3.jpg) right 0 no-repeat;
	height		: 110px;
	border-bottom: 1px dotted #F90;
}

div#con div#point{
	margin		: 40px 0 0;
}

div#con div#point dl{
	padding		: 0 0 20px;
}

div#con div#point dl dt{
	color		: #F90;
	font-weight	: bold;
	margin		: 30px 0 15px;
}

div#con div#point dl dd.check{
	margin		: 0 20px 0 0;
	display		: inline;
}

div#con div#point dl dd.method{
	margin		: 0 0 20px 20px;
}

div#con div#point dl dd.method span{
	margin		: 0 0 0 -20px;
}

div#con  a{
	color		: #F66;
	text-decoration: none;
}

div#con a:hover{
	color		: #F66;
	text-decoration: underline;
}

