/* CSS Document */
/* analysis-method用*/

@charset "utf-8";

/*本文中テーブル-----------------------------------*/

table#analysis-method{
	max-width:100% auto;						/*横幅*/
	margin:1em 0;						/*配置位置　センタリングならautoに*/
	border-top:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	border-spacing:0;
	font-size:12pt;
}

#analysis-method th,#analysis-method td{
	border-bottom:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	padding:0.5em;
}

#analysis-method th.equipment{
	max-width:90px;
}

#analysis-method th.temp{
	width:120px;
}

#analysis-method th.atmosphere{
	width:120px;
}

/*本文中テーブル測定装置一覧------------------------------*/
table#analysis-fig{
	max-width:100% auto;						/*横幅*/
	margin:1em 0;						/*配置位置　センタリングならautoに*/
	border-top:0px solid #dcdcdc;
	border-left:0px solid #dcdcdc;
	border-spacing:0;
	font-size:12pt;
}

#analysis-fig th,#analysis-method td{
	border-bottom:0px solid #dcdcdc;
	border-right:0px solid #dcdcdc;
	padding:0.5em;
}

#analysis-fig th.equipment{
	max-width:90px;
}

#analysis-fig th.temp{
	width:120px;
}

#analysis-fig th.atmosphere{
	width:120px;
}


h3.analysis-size{
	font-size:12pt;
}


/*-------------------------------------------*/
@media(max-width:479px)	{

table#analysis-size{
	width:100vw;						/*横幅*/
}

