
@charset "Shift_JIS";
/**************************************
*
*	IT-GentleCare page Structure Style Sheet
*	Last Update 2014-01_17
*	/stylesheet.jsp?id=4459
*	Difference(Override) Style Sheet
*
**************************************/

#contentArea h2{
	font-size: 150%;
	border-bottom: thin groove silver;
	padding-top: 10px;
	padding-bottom: 10px;
}


#contentArea #MSDS_main{
	overflow: hidden;
	margin: 10px auto;
	width: 660px;
}

#contentArea #MSDS_main .menu{
	margin-top:5px;
	height:20px;
}

#contentArea #MSDS_main .menu a{
	float:left;
	background-image: url(/tecfiles/css/img/arrow_sq_blue_down.png);
	padding-left: 15px;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}

#contentArea #MSDS_main h3{
	clear:both;
	// height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	// padding-left: 18px;
	line-height: 25px;
	// color: #fff;
	// background-repeat: no-repeat;
	// background-position: left center;
	// font-size: 100%;
	// background-image: url(/image/ttl_bg_single_blue.png);
	padding-left: 8px;
  	background: url(/common/img/parts/section-title_bg01.png) no-repeat;
  	color: #333;
}

.left{
	width:320px;
	float:left;
	padding:2px;
}

.right{
	width:320px;
	float:right;
	padding:2px;
}

#contentArea #MSDS_main table.spec{
	width: 320px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
	overflow: auto;
	margin-bottom: 10px;
}

#contentArea #MSDS_main table.spec caption{
	text-align:center;
	font-weight:bold;
	font-size:120%;
}	


#contentArea #MSDS_main table.spec tr{
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

#contentArea #MSDS_main table.spec th{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f4f4f4;
	background-position: left top;
	padding: 0.3em 0.5em;
	text-align:center;
}

#contentArea #MSDS_main table.spec td{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.3em 0.5em;
}