@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%;
}

/* 100617 add */
.navi p.retrieval{
	margin: 10px 0 10px 3px;
	text-align: left;
	font-size: 87%;
	color: #666;
	line-height: 1.1;
}
.navi p.retrieval img{
	margin: 0 0 3px 0;
}
/* 100916 add */
.recall dd.recall_category01 {
	float: left;
	width: 110px;
}
.recall dd.recall_title {
	float: left;
	width: 575px;
}
.recall dd.recall_title p.mark {
	float: left;
	width: 460px;
	padding: 0px 0px 5px 0px;
	background: url(../img/bg_li_01.gif) no-repeat 0px 0.3em;
	text-indent: 16px;
}
div#ctLeft .categoryBox {
	clear: both;
	width: 160px;
	margin: 0px 11px 0px 7px;
	padding: 1px 0px 0px 0px;
	border: 1px solid #CCCCCC;
}
div#ctLeft .categoryBox p {
	margin: 0px 1px;
}

div#ctLeft .categoryBox ul {
	margin: 0px 1px;
}

div#ctLeft .categoryBox ul li {
	background: url(../img/bg_dot_01.gif) repeat-x left bottom;
	vertical-align: bottom;
}

div#ctLeft .categoryBox ul li {
	display: block;
	width: 158px;
}

div#ctLeft .categoryBox ul li span {
	display: block;
	padding: 6px 0px 7px 8px;
}

div#ctLeft .categoryBox ul li.btm {
	background: none;
}
.recallBtmBox {
	clear: both;
	padding: 20px 10px 10px 10px;
	margin: 0 0 30px 0;
}
#categoryBox1 {
	border: #335A9D solid 1px;
}
#categoryBox2 {
	border: #F0C000 solid 1px;
}
#categoryBox3 {
	border: #6CA930 solid 1px;
}
.recallBtmBox p.recalltxt01 {
	font-weight: bold;
	border-left: 5px solid #ccc;
	padding-left: 7px;
	margin: 0 10px 0 10px;
}
.recallBtmBox .recallBox02 {
	width: 770px;
	margin: 20px 0px 10px 10px;
}
.recallBtmNav {
	margin: 10px 0 0 0;
	height: 21px;
	width: 100%;
	overflow: hidden;
}
.recallBtmNav ul li {
	float: left;
	width: 150px;
	height: 21px;
	margin: 0 5px 0 0;
}
.recallBtmNav ul li#category1 {
	background: url(/recall/img/btn_category01_o.gif) no-repeat top left;
}
.recallBtmNav ul li#category2 {
	background: url(/recall/img/btn_category02_o.gif) no-repeat top left;
}
.recallBtmNav ul li#category3 {
	background: url(/recall/img/btn_category03_o.gif) no-repeat top left;
}
.recallBtmNav li.close {
	visibility: visible;
}
.recallBtmNav li.open img {
	visibility: hidden;
}
