@charset "utf-8";

/*取扱い説明書
==================================================================*/

/* background flickr 対応 ----------- */

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

/* manualSec ----------- */

#container.pdfPage .manualSec{
	margin-top:20px;
}


/* dlSec ----------- */

#container.pdfPage .dlSec{
	margin-top:25px;
	padding:25px;
	border:solid 5px #efefef;
	text-align:center;
}

#container.pdfPage a.btnDl{
	width:243px;
	margin:0 auto;
	background:url(../../image/cmn_bg_btn_pdf_dl-top.gif) left top no-repeat;
	display:block;
}

#container.pdfPage a.btnDl:hover{
	background-position:right top;
}

#container.pdfPage .btnDl .bg{
	width:243px;
	min-height:22px;
	padding-top:30px;
	background:url(../../image/cmn_bg_btn_pdf_dl-btm.gif) left bottom no-repeat;
	text-align:center;
	display:block;
	cursor:pointer;
}

*html #container.pdfPage .btnDl .bg{
	height:auto !important;
	height:52px;
}

#container.pdfPage a.btnDl .txt{
	display:none;
}

#container.pdfPage .supSec .cap{
	background-color:f7f7f7;
	border-bottom:1px solid #bfc2c7;
	padding:5px 10px;
	margin-top:30px;
}

#container.pdfPage .supSec .icon{
	width:120px;
	margin-right:5px;
	padding-left:10px;
	float:left;
}

*html #container.pdfPage .supSec .icon{
	width:130px;
}

#container.pdfPage .supSec .txt{
	width:570px;
	margin-top:5px;
	float:left;
}

