@charset "utf-8";

/* @group layout */

#contentsWrap{
	margin-top: 22px;
	position: relative;
}
#contentsWrap div#relatedMenu{
	margin-top: 0;
}


/* @end */

/* @group secMenu */
/*title*/
#secMenu{
}
#secMenu a{
	text-decoration: none;
	color: #333 !important;
	font-size: 90%;
}
#secMenu dd strong a{
	color: #f00 !important;
}
#secMenu dt{
	font-weight: bold;
	padding: 10px 7px;
	background: #0b337d url(../images/bg_secmenu.png) 0 bottom;
}
#secMenu dt a,
#secMenu dt span{
	display: block;
	color: #fff !important;
	border-left: solid 3px #ff6325;
	padding: 2px 5px;
}
/*menu*/
/*basic*/
#secMenu dd{
	border: solid 1px #ccc;
}
#secMenu ul{
	list-style: none;
	margin: 0;
	padding: 0 0;
}
#secMenu ul li{
	margin: 0;
	padding: 0;
	line-height: 1.2;
	background: #fafafa;
}
* html #secMenu ul li{
	height: 1%;
	margin-bottom: -2px;
}
#secMenu ul li a{
	display: block;
	padding: 5px 5px 3px 15px;
}
#secMenu ul li a:hover{
	color: #f00 !important;
}
/*arr*/
#secMenu ul li a{ background: url(../images/smarr_1_r.gif) no-repeat 4px 7px;}
#secMenu ul li.smCurrent li a,
#secMenu ul li li a{ background: url(../images/smarr_2_r.gif) no-repeat 9px 7px;}
#secMenu ul li li li a,
#secMenu ul li.smCurrent li li a{ background: url(../images/smarr_3_r.gif) no-repeat 14px 7px;}
#secMenu ul ul li.smCurrent li.smOpenned a{background: url(../images/smarr_3_b.gif) no-repeat 14px 7px;}
#secMenu ul li li li li a,
#secMenu ul li.smCurrent li li li a,
#secMenu ul ul li.smCurrent li.smCurrent li a{ background: url(../images/smarr_3_r.gif) no-repeat 19px 7px;}
#secMenu ul li.smCurrent a{ background: url(../images/smarr_1_b.gif) no-repeat 4px 7px;}
#secMenu ul ul li.smOpenned a{ background: url(../images/smarr_2_b.gif) no-repeat 9px 7px;}

/*current*/
#secMenu ul li.smCurrent{
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	background: #e5efff;
	font-weight: bold;
}
#secMenu ul li.smCurrent li{
	background: #e5efff;
	border: none;
}
#secMenu ul ul li.smCurrent li {
	border: none;
}
#secMenu ul ul li.smCurrent li.smCurrent {
	font-weight: bold;
	border-top: dotted 1px #aaa;
	border-bottom: dotted 1px #aaa;
}
/*openned*/
#secMenu ul.secSub li{
	font-weight: normal;
	border-top: dotted 1px #aaa;
}
#secMenu ul.secSub li.smOpenned{
	border-top: dotted 1px #aaa;
	border-bottom: dotted 1px #aaa;
	font-weight: bold;
	background: #d6ecff;
}
#secMenu ul.secSub li.smOpenned ul{
	display: block !important;
}
#secMenu ul.secSub li.smOpenned ul li{
	background: #e5f3ff;
}
#secMenu ul.secSub li.smOpenned ul ul li{
	background: #f6fbff;
}
#secMenu ul.secSub li.crntBrs,
#secMenu ul.secSub .smOpenned ul li.crntBrs{
	border: none;
	background: #fffae5;
}
#secMenu ul.secSub li.smOpenned li{
	font-weight: normal;
}
#secMenu ul li.smCurrent ul.secSub li{
}
#secMenu ul li.smCurrent ul.lastUl li.smCurrent{
	background: #fff0aa;
}
/*indent*/
#secMenu ul ul li a{
	padding-left: 20px;
}
#secMenu ul ul ul li a{
	padding-left: 25px;
}
#secMenu ul ul ul ul li a{
	padding-left: 30px;
}
/*for RS*/
#secMenu ul li.defOpen{
	border-top: dotted 1px #aaa !important;
}
#secMenu ul li.defOpen span{
	display: block;
	padding: 5px 5px 3px 5px;
	font-weight: bold;
	color: #333;
}#secMenu ul li.defOpen ul{
	display: block !important;
}
#secMenu ul li.defOpen ul a{
	background: url(../images/smarr_3_r.gif) no-repeat 14px 7px !important;
}

/* @end */



/* @group subCat & prdDetail */

#catMenu.subCat #pageTitle,
#prdDetail #pageTitle{
	background: url(../images/line_detail_h1.png) no-repeat 0 bottom;
	padding-bottom: 15px;
	margin-bottom: 0px;
	padding-left: 3px;
	width: 560px;
	float: left;
}
#pageTitle .leftbox{
	width:200px;
	float:left;
	margin-left:25px;
}
#pageTitle .rightbox{
	float:right;
	width:310px;
	margin-right:15px;
	text-align:center
}
#pageTitle .rightbox p.border{
	border-bottom: 1px #36F solid;
}
#pageTitle .rightbox img.top{
	margin-bottom:5px;
}
#pageTitle .rightbox img.bottom{
	margin-top:10px;
}
#catMenu.subCat #pageTitle{
	margin-bottom: 10px;
}
#catMenu.subCat h1,
#prdDetail h1{
	font-size: 140%;
	line-height: 1.2;
}
#pageTitle .sTitle{
	width:537px;
	padding:10px;
	background-color:#aa0d28;
	border:#CCC 2px solid;
	color:#FFF;
	margin-left:-3px;
}
/* @end */

/* @group prdDetail */

#prdDetail h1{
	margin-bottom: 1px;
	width: 560px;
	float: left;
}
#prdDetail #pageTitle span.h1Sub,
#prdDetail #pageTitle a.h1Sub{
	display: block;
	padding: 5px 0 0;
}
#prdDetail #pageTitle dl.h1Sub{
	padding: 5px 0 0;
	font-size: 140%;
	font-weight: bold;
}
#prdDetail #pageTitle dl.h1Sub dt{
	float: left;
}
#prdDetail #pageTitle dl.h1Sub dd{
	padding-bottom: 2px;
}
#prdDetail #pageTitle dl.h1Sub.opAuto{clear: both; padding: 2px 0 0 0;}
#prdDetail #pageTitle dl.h1Sub.opAuto dt{ clear: left; white-space: nowrap;}
#prdDetail #pageTitle dl.h1Sub.opAuto dd{ float: left;}
#prdDetail #pageTitle dl.h1Sub.op5em dd{margin-left: 5em;}
#prdDetail #pageTitle dl.h1Sub.op8em dd{margin-left: 8em;}
#prdDetail #pageTitle dl.h1Sub.op9em dd{margin-left: 9em;}
#prdDetail #pageTitle dl.h1Sub.op10em dd{margin-left: 10em;}
#prdDetail #pageTitle dl.h1Sub.op11em dd{margin-left: 11em;}
#prdDetail #pageTitle dl.h1Sub.op12em dd{margin-left: 12em;}
#prdDetail span.prdLogo{
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
}
#prdDetail span.h1Tx-scotch{
	display: block;
	margin-left: 90px;
}
#prdDetail span.opPlRtn{
	display: block;
	clear: both;
}

#textRim2,
#textRim{
	clear: both;
}
#textRim .prdsBlk{
	padding-bottom: 20px;
}
#textRim.noPSM{
	padding-top: 10px;
}
#textRim2 .explain{
	float:left;
	width:300px;
}
#textRim2 .explain2 h4,
#textRim2 .explain h4{
	line-height:1.6em;
}
#textRim2 .explain2{
	clear:both;
	width:100%;
}
#textRim2 .explain2 img{
	margin-bottom:8px;
}
#textRim2 .explain2 .test_pic{
	width:50%;
	float:left;
	text-align:center;
	margin-top:8px;
	font-weight:bold;
	line-height:1.6em;
}
#textRim2 .explain2 .test_pic img{
	margin:5px auto;
}
#textRim2 .explain2 h3,
#textRim2 .explain h3{
	clear: both;
	font-size: 100%;
	padding: 4px 0;
	margin-bottom: 10px;
	border-bottom: solid 1px #e9e9e9;
}
#prdDetail #textRim2 h2,
#prdDetail #textRim h2,
#prdDetail #textRim.dmShift h3{
	clear: both;
	background: #f0f0f0;
	font-size: 100%;
	padding: 5px 0;
	margin-bottom: 10px;
}
#prdDetail #textRim h2 span,
#prdDetail #textRim.dmShift h3 span{
	border-left: 5px solid #162947;
	padding: 1px 5px;
	display: block;
	position: relative;
}
#prdDetail #textRim2 h2 span{
	border-left: 5px solid #153164;
	padding: 1px 5px;
	display: block;
	position: relative;
}
#prdDetail #textRim h2 span span,
#prdDetail #textRim.dmShift h3 span span{
	border: none;
	padding: 0;
	display: inline;
}

#prdDetail #textRim2 h2.flok,
#prdDetail #textRim h2.flok{
	clear: none;
}

#prdDetail #textRim h2.dmOut{
	clear: both;
	font-size: 120%;
	padding: 10px 30px 0 0;
	cursor: pointer;
	border-top: solid 1px #ccc;
	background: #fff url(../images/arr_scrdown.png) no-repeat 535px center;
	position: relative;
}
#prdDetail #textRim h2.dmOut.opened{
	border-top: solid 1px #0133a1;
	background: #fff url(../images/arr_scrup.png) no-repeat 535px center;
}
#prdDetail #textRim h2.dmOut span{
	display: block;
	border-left-color: #b3b3b3;
}
#prdDetail #textRim h2.dmOut.opened span{
	border-left-color: #0133a1;
}
#prdDetail #textRim h2.dmOut span span{
	display: inline;
	border: none;
}
#prdDetail #textRim h2.dmOut.noSwitch{
	background: none;
	cursor: auto;
}

#prdDetail #textRim h3,
#prdDetail #textRim.dmShift  h4{
	clear: both;
	font-size: 100%;
	padding: 4px 0;
	margin-bottom: 10px;
	border-bottom: solid 1px #e9e9e9;
}
#prdDetail #textRim h3 span,
#prdDetail #textRim.dmShift h4 span{
	border-left: 5px solid #b3b3b3;
	padding-left: 5px;
}
#prdDetail #textRim h3.flok{
	clear: none;
}
#prdDetail #textRim h4,
#prdDetail #textRim.dmShift h5{
	clear: both;
	font-size: 100%;
	margin-bottom: 10px;
	border-bottom: solid 1px #e9e9e9;
	padding: 4px 0;
}
#prdDetail #textRim h5,
#prdDetail #textRim.dmShift h6{
	clear: both;
	font-size: 100%;
	margin-bottom: 10px;
}

.hintTT{
	color: #f00;
}
/**/
.egRim{
	margin-top: 15px;
}
#textRim .egList{
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	width: 570px;
	float: left;
	margin-right: -10px;
}
#textRim .egList li{
	width: 132px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#textRim .egList li p{
	margin-top: 5px;
	clear: both;
}
#textRim .egList.opPt1 li{
	width: 254px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#textRim .egList.opPt1 li img{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#textRim .egList.opPt2 li{
	width: 170px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
#textRim .egList.opPt2 li img{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#textRim .egList.opPt3 li{
	width: 100px;
	margin-right: 10px;
}

#textRim .egList.opPt1 li.example{
	width: 244px !important;
	padding:5px;
}
#textRim .egList.opPt1 li.example h3{
	color:#ff6600;
	border-bottom: solid 1px #FFB38E !important;
}

/**/
table.tblFmt-1{
	clear: both;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
table.tblFmt-1 thead{
}
table.tblFmt-1 tbody{
}
table.tblFmt-1 th,
table.tblFmt-1 td{
	border: solid 1px #ccc;
	padding: 4px 5px;
}
table.tblFmt-1 th{
	background: #f1f1f1;
	white-space: nowrap;
}
table.tblFmt-1 thead th {
	font-size: 90%;
}
table.tblFmt-1 tbody th{
	background: #eef4ff;
	white-space: nowrap;
	font-weight: normal;
}
table.tblFmt-1 td{
	vertical-align: middle;
}
table.tblFmt-1.taR td {
	text-align: right;
}
table.tblFmt-1.tdC td,
table.tblFmt-1.thC th {
	text-align: center;
}
table.tblFmt-1 caption{
	text-align: left;
	padding: 5px 0 2px;
	font-weight: bold;
	font-size: 85%;
}
table.tblFmt-1 td.linkCal{
	background: #eef4ff;
	white-space: nowrap;
}
table.tblFmt-1 .linkCal a{
	display: block;
	background: url(../images/ico_pdf.png) no-repeat 0 1px;
	padding-left: 13px;
}
table.tblFmt-1.opThV th{
	background: #f1f1f1;
	font-weight: bold;
}
table.tblFmt-1 th.pNameCal{
	background: #eef4ff;
	font-weight: normal;
}
table.tblFmt-1.opTdFsS td,
table.tblFmt-1.opTdFsS tbody th{
	font-size: 90%;
}
table.tblFmt-1 tr.thTT th{
	text-align: left;
	background: none;
	border: none;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 3px;
}
table.tblFmt-1 tr.thMid th{
	background-color: #f1f1f1;
	font-weight: bold;
	/*border-top: 4px double #ccc;*/
}
table.tblFmt-1.opMgnB{
	margin-bottom: 15px;
}
table.tblFmt-1 td.opEmptyCal{
	border: none;
	border-top: solid 2px #fff;
}

table.tblFmt-1 td.opNoWrap,
table.tblFmt-1 td span.opNoWrap{
	white-space: nowrap;
}
table.tblFmt-1 td.opGrn{
	background-color: #edffed;
}
table.tblFmt-1 td.opBdLtNone{
	border-left: none;
}
table.tblFmt-1 td.opBdRtNone{
	border-right: none;
}
table.tblFmt-1 td.opBdHzNone{
	border-right: none;
	border-left: none;
}

/**/
table.tblFmt-2{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
table.tblFmt-2 caption{
	text-align: left;
	padding: 5px 0 2px;
	font-weight: bold;
	font-size: 90%;
}
.captionTx{
	font-weight: bold;
	font-size: 90%;
}
table.tblFmt-2 th,
table.tblFmt-2 td{
	text-align: left;
	padding: 4px 8px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color: #eef4ff;
	vertical-align: top;
}
table.tblFmt-2 th{
	font-size: 90%;
}
table.tblFmt-2.opThW20p th{
	width: 20%;
}
table.tblFmt-3{
	border-collapse: collapse;
	width: auto;
	margin-bottom: 10px;
}
table.tblFmt-3 th,
table.tblFmt-3 td{
	font-weight: normal;
	padding: 4px 0;
	text-align:left;
	font-size: 90%;
}
table.tblFmt-3 th{
	padding-right: 1em;
}
/**/
dl.dlFmt-detail{
	clear: both;
}
li dl.dlFmt-detail{
	margin-top: 5px;
}
dl.dlFmt-detail dt{
	font-weight: bold;
	position: relative;
	float: left;
	margin-right: -10em;
	padding-top: 0.1em;
}
dl.dlFmt-detail.opDtChar0 dt,
dl.dlFmt-detail.opDtChar1 dt{
	position: relative;
}
dl.dlFmt-detail dd{
	padding-left: 5em;
	margin-bottom: 8px;
	border-bottom: solid 1px #ddd;
}
dl.opNoBorder dd{ border: none;}
dl.opDtChar0 dd{padding-left: 0; padding-top: 8px;}
dl.opDtChar1 dd{padding-left: 1em; padding-top: 8px;}
dl.opDtChar5 dd{padding-left: 5em;}
dl.opDtChar6 dd{padding-left: 6em;}
dl.opDtChar7 dd{padding-left: 7em;}
dl.opDtChar8 dd{padding-left: 8em;}
dl.opDtChar9 dd{padding-left: 9em;}
dl.opDtChar10 dd{padding-left: 10em;}
dl.opDtChar11 dd{padding-left: 11em;}
dl.opDtChar12 dd{padding-left: 12em;}
dl.opDtChar13 dd{padding-left: 13em;}
dl.opDtChar14 dd{padding-left: 14em;}
dl.opDtChar15 dd{padding-left: 15em;}

dl.dlFmt-detail.opTopLine{
	border-top: solid 1px #ddd;
	padding-top: 8px;
}
dl.dlFmt-detail dd.lastLineNone{
	border-bottom: none;
}
/**/
dl.dlFmt-withList ul,
dl.dlFmt-withList ol{
	margin: 8px 0 1.2em 40px;
}
dl.dlFmt-withList ol li{
	margin-bottom: 3px;
}
/**/
dl.dlFmt-detail2 dt{
	font-weight: bold;
}
dl.dlFmt-detail2 dd{
	padding-left: 2em;
	margin-bottom: 8px;
	border-bottom: solid 1px #ddd;	
	padding-bottom: 5px;
	padding-top: 5px;
}
dl.dlFmt-detail3 dt{
	float: left;
}
/**/
.subPrdctRim{
	clear: both;
}

/* @end */

/* @group pScrlMenu */

#pScrlMenu,
.pScrlMenu{
	clear: both;
	width: 560px;
	float: left;
	margin-bottom: 20px;
	background: #f7f7f7 url(../images/bg_scrlmenu.png) repeat-x 0 bottom;
	padding-bottom: 5px;
}
#pScrlMenu ul,
.pScrlMenu ul{
	list-style: none !important;
	margin: 5px 10px 10px;
	padding: 0;
}
#pScrlMenu ul li,
.pScrlMenu ul li{
	float: left;
	margin-right: 1em;
	background: url(../images/arr_link_scrl.png) no-repeat 0 1px;
	padding-left: 15px;
	font-size: 90%;
	white-space: nowrap;
}
#pScrlMenu ul li a,
.pScrlMenu ul li a{
	color: #0133a1;
	text-decoration: none;
}


/*listDetails*/
#listDetails #pScrlMenu{
	width: 740px;
}

/* @end */

/* @group commonParts */

.figNomal{
	margin-bottom: 20px;
}
.figCenter{
	margin-bottom: 20px;
	text-align: center;
}
li .figCenter{
	margin-right: 20px;
}
.figRight2{
	width:255px;
	float: right;
}
.figRight{
	float: right;
	margin: 0 0 15px 0;
	border-left: solid 20px #fff;
	text-align: center;
}
.figRight img{
	margin-bottom: 5px;
}
.figRight.opMgnR3 img,
.figNomal.opMgnR3 img{
	margin-right: 3px;
}
.figRight.opMgnR5 img,
.figNomal.opMgnR5 img{
	margin-right: 5px;
}
.figLeft{
	float: left;
	margin: 0 0 15px 0;
	border-right: solid 20px #fff;
	text-align: center;
}
.figLeft2{
	float: left;
	margin: 0;
	border-right: solid 5px #fff;
	text-align: center;
}
.figLeft3{
	float: left;
	margin: 0;
	border-right: solid 5px #fff;
}

.fig2Cal{
	float: left;
	text-align: center;
	margin: 0 10px 10px 0;
}
.fig2Cal img{
	margin: 5px 0;
}
.clrBoth{
	clear: both;
}
.periodWrapLeft{
	float: left;
}
.mgnBtm-1{
	margin-bottom: 1em;
}
.notes{
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	font-size: 90% !important;
	list-style-image: none !important;
}
.notes li{
	margin-bottom: 3px;
}
.notes.opAsta li{
	text-indent: -0.5em;
	padding-left: 0.5em;
}
.notes.opKome li{
	text-indent: -1em;
	padding-left: 1em;
}
.notes.opKome2 li{
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.recomPrdLink{
	border: 1px solid #bed5ff;
	padding: 15px 15px 0;
	margin: 20px 0;
	width: 528px;
	float: left;
}
#textRim ul.linkFmt{
	list-style: none;
	list-style-type: none !important;
	list-style-image: none !important;
	margin-left: 0;
}
#textRim ul.linkFmt li{
	background: url(../images/smarr_2_r.gif) no-repeat 0 2px;
	padding-left: 10px;
}
.tmrDispTx{
	clear: both;
	padding: 10px 0;
	font-size: 85% !important;
	color: #666;
}
.getFP{
	font-size: 90%;
	color: #333;
	margin: 15px 0;
}
.getFP img{
	float: left;
	margin-right: 10px;
}

/* @end */

/* @group text */

.fsS{
	font-size: 85%;
}
.fsSS{
	font-size: 80%;
}
.fsL{
	font-size: 110%;
}
.taC{
	text-align: center !important;
}
.taL{
	text-align: left !important;
}
.taR{
	text-align: right !important;
}
.fcRed1{
	color: #f00;
}
.listtitle{
	text-align: left !important;
	margin:15px 0 5px 0;
}
/* @end */

/* @group mainRimWide2 */
#pTitle{
	position: relative;
	padding-top: 3px;
	background: url(../images/bg_pTitle.png) repeat-x;
	margin-bottom: 2px;
}
#pTitle h1{
	margin: 0;
	border-top: solid 2px #fff;
	background: url(../images/bg_pt_b.png) no-repeat 0 bottom;
	font-size: 160%;
	line-height: 120%;
}
#pTitle h1 strong{
	display: block;
	padding: 12px 10px 15px;
	background: url(../images/bg_pt_t.png) no-repeat 0 top;
}
#contentsWrap div.mainRimWide2{
	width: 780px;
	margin-left: 1px;
	margin-top:15px;
}
#contentsWrap div.mainRimWide2 #contents {
	width: 780px;
}
.mainRimWide2 #pTitle h1{
	background: url(../images/bg_pt_b_wide.png) no-repeat 0 bottom;
}
.mainRimWide2 #pTitle h1 strong{
	background: url(../images/bg_pt_t_wide.png) no-repeat 0 top;
}
#contentsWrap div.mainRimWide2 .prdRim{
	width: 780px;
}

/* @end */

#contents .pagetop2{
	clear: both;
	text-align: right;
	margin: 5px 0;
}

/* @group printOp */

.printSpr{
	height: 1px;
	line-height: 1px;
}
.printSpr hr{
	border: solid 1px #fff;
}

/* @end */

.banner {
	text-align:right;
}
.banner span{
	display:block;
	margin-top:29px;
	width:auto;
	float:right;
}
.banner img{
	width:auto;
	float:right;
}
/* @group clearFix */

/*---- for not IE ----*/
.clearFix:after{
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*---- for IE7 and Mac ----*/
.clearFix{
	display: inline-block;
	min-height: 1%;
	/* escape MacIE5 \*/
	display: block;      /*---- for not Mac ----*/
	/* escape MacIE5 */
}

/*---- for IE5 IE6... ----*/
/* escape MacIE5 \*/
* html .clearFix{
	height: 1%;
}
/* escape MacIE5 */


/* @end */
@media print {
	.toPageTop{
		float: none;
		margin: 0;
		padding: 0;
	}
}
#textRim .figLeft3.opMgnR3.s_text ul .useful {
	list-style: disc;
	list-style-image: none;
	margin: 0;
	padding: 0 0 0 20px;
}
#masterwrap #tablewrap tr td #tapeAdhContainer #contentsWrap #prdDetail #textRim .figLeft3.opMgnR3.s_text .useful li {
	margin: 0;
	padding: 0;
	list-style-image: none;
}
