@charset "utf-8";


/* -------------------------------------------------------------------
商品情報/リコール
------------------------------------------------------------------- */


/* レイアウト枠 -------------------- */

div#ctArea {
	width: 1000px;
	background: none;
}

div#ctLeft {
	float: none;
	width: 1000px;
}


/* メインコンテンツ -------------------- */

.ctMain {
	float: right;
	width: 810px;
}

.recall {
	margin: 0px 0px 18px 0px;
}

.recall dl {
	width: 788px;
	margin: 0px 0px 7px 12px;
	background: url(../img/bg_dot_01.gif) repeat-x left bottom;
}
.recall dl:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.recall dl { display:inline-block; }
/*\*/
* html .recall dl { height:1%; }
.recall dl { display:block; }
/**/


.recall dt {
	float: left;
	width: 103px;
}

.recall dd {
	float: left;
	width: 685px;
}

.recall dd p.mark {
	float: left;
	width: 570px;
	padding: 0px 0px 5px 0px;
	background: url(../img/bg_li_01.gif) no-repeat 0px 0.3em;
	text-indent: 16px;
}

.recall dd p.pdf {
	float: right;
	width: 105px;
	background: url(../img/icon_pdf.gif) no-repeat 0px 0px;
	text-indent: 22px;
	font-size: 80%;
	line-height:1.5;
}

.recall dd p.pdf a:link{
	color: #333333;
}
.recall dd p.pdf a:visited{
	color: #333333;
}
.recall dd p.pdf a:hover{
	color: #333333;
	text-decoration: underline;
}
.recall dd p.pdf a:active{
	color: #333333;
}

.recallBox01 p {
	margin: 0px 12px 0px 18px;
}

.recallBox02 {
	width: 790px;
	margin: 20px 0px 30px 10px;
}

.recallBox02Bg {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
}

.recallBox02 ul {
	margin: 15px 24px 0px 19px;
}

.recallBox02 ul li {
	padding: 0px 0px 14px 1.5em;
	text-indent: -1.2em;
}

.recallBox02 ul li p.time {
	padding: 0px 0px 0px 3.5em;
	text-indent: -4.7em;
}

.recallBox02 ul li p.f11 {
	margin: 5px 0px 0px 0px;
	font-size: 87%;
}
.navi p.retrieval{
	margin: 10px 0 0 3px;
	text-align: left;
	font-size: 87%;
	color: #666;
}

