@charset "Shift_JIS";


.info{
	border: 1px solid #A5B5CD;
}

.infoHeader{
	background-image: url(../../img/info_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #1E4682;
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.infoBottom{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.info ul li {
	background-image: url(../../../img/listImage_1.gif);
	background-position: 0em 0.3em;
	background-repeat: no-repeat;
	padding-left: 16px;
}

/*===========　リスト設定1　==========*/
.list_1 li{
	margin-bottom:0.3em;
	background-image: url(../../../img/listImage_2.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.35em;
	padding-left: 12px;
}


/*===========　テーブル設定　==========*/
.spec {
	font-size: 93%;
}

.spec th,
.spec td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #CCC;
}

.spec th{
	background-color: #999;
	color: #FFF;
	font-weight: bold;
}
.spec .zebra1{
	background-color: #E8ECF2;
}




table.specTbl{
	width:100%;
	border-collapse:collapse;
	margin-top:10px;
}
table.specTbl col.col1{
	width:10em;
}
table.specTbl th,
table.specTbl td{
	padding:5px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px #ccc solid;
	font-size:93%;
	line-height:130%;
}
table.specTbl th{
	border-right:1px #ccc solid;	
}
table.specTbl tr.zebra1{
	background-color: #e8ecf2;
}
table.specTbl thead th{
	background-color:#999;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
table.specTbl th.category{
	padding-top:20px;
	padding-bottom:3px;
	padding-left:0;
	border-right:none;
	font-weight:bold;
}
table.specTbl ul li{
	margin-bottom:0.3em;	
}

table.specTbl dl dt{
	width:9.5em;
	float:left;
	clear:both;
	margin: 0 -9.5em 0.5em 0;
	padding:0;
}
table.specTbl dl dd{
	margin: 0 0 0.5em 0;
	padding:0 0 0 9.5em;
}








/*===========　Movie　==========*/

div#mSDS_Example{
	width:100%;
	margin-top:40px;
	padding-bottom:20px;
}



/*===========　Application　==========*/
p.figCaption{
	margin: 0 0 1em 0;
	padding:0;
	font-size:93%;
	line-height: 150%;
}
table.fig{
	width:100%;
	margin-top:25px;
}
table.fig td{
	vertical-align: top;
	text-align:left;
}




