@charset "utf-8";

/* ========================================================
	index.css => local用CSS　（研究・品質）
======================================================== */

/* main
-----------------------------*/

ul.pdfLink {
	padding-top: 15px;
	border-top: 1px solid #cccccc;
	float: right;
}
ul.pdfLink li {
	width: 210px;
	margin-bottom: 5px;
}
ul.pdfLink li a {
	padding-left: 25px;
	background: url(/common/images/icon_pdf.png) no-repeat left center;
	display:block;
}

div.section div.rightTxt {
	width: 480px;
	float: right;
}
div.section div.rightTxt dl dt {
	margin-bottom: 10px;
}

/* 追記
-----------------------------*/
div.section div.leftTxt {
	width: 550px;
	float: left;
}
div.section div.leftTxt dl dt {
	margin-bottom: 10px;
}

.box_B {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	width: 300px;
	height: 200px;
	padding-top: 3px;
}	
.box_C {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	width: 280px;
	height: auto;
	padding-top: 3px;
	margin-left: 25px;
}	

#main .section .box_C h4 {
	background-image:url(../../common/images/contents/topic_bg03.png);
	background-repeat: no-repeat;
	font-weight: normal;
	margin-top: 6px;
	padding-left: 10px;
	background-position: left center;
	text-decoration: none;
}
#main .section .box_C dl dd a:link, a:visited {
	text-decoration: none;
}
#main .section .box_C dl dd a:hover {
	text-decoration: underline;
}
#main .section .box_C .mark {
	background-image:url(../../common/images/contents/topic_bg03.png);
	background-repeat: no-repeat;
	font-weight: normal;
	margin-top: 0px;
	padding-left: 15px;
	background-position: 8px center;
}
#main .section .box_C .mark a:link, a:visited {
	text-decoration: none;
}
#main .section .box_C .mark a:hover {
	text-decoration: underline;
}

/* テーブル（製品の歴史）
-----------------------------*/
table.listR_Q01 {
	border-collapse:collapse
}

table.listR_Q01 th {
	font-size: 110%;
	font-weight:bold;
	background-color:#E5F4FA;
}

table.listR_Q01 th,
table.listR_Q01 td.left {
	text-indent: 10px;
	width: 150px;
	border-bottom: 1px solid #9fafc8;
	border-top: 1px solid #9fafc8;
	border-left: 1px solid #9fafc8;
	border-right: 1px solid #9fafc8;
	padding: 5px;
}
table.listR_Q01 td.left {
	background-color:#F8FCFE;
}
table.listR_Q01 td.right {
	text-indent: 10px;
	width: 450px;
	border-bottom: 1px solid #9fafc8;
	border-top: 1px solid #9fafc8;
	padding: 5px;
	border-right: 1px solid #9fafc8;
}

/* テーブル（論文・研究）
-----------------------------*/
table.listR_Q02 {
	border-collapse:collapse;
	vertical-align: baseline;
}
table.listR_Q02 th {
	font-size: 110%;
	font-weight:bold;
	background-color:#E5F4FA;
	border-right: 1px solid #9fafc8;
}
table.listR_Q02 th,
table.listR_Q02 td.left{
	text-indent: 0px;
	width: 40px;
	border-bottom: 1px solid #9fafc8;
	border-top: 1px solid #9fafc8;
	border-left: 1px solid #9fafc8;
	padding: 5px;
}

table.listR_Q02 td.left {
	background-color:#F8FCFE;
}

table.listR_Q02 td.center01{
	text-indent: 0px;
	width: 260px;
	border-bottom: 1px solid #9fafc8;
	border-top: 1px solid #9fafc8;
	border-left: 1px solid #9fafc8;
	border-right: 1px solid #9fafc8;
	padding: 5px;
}
table.listR_Q02 td.center02{
	text-indent: 0px;
	width: 150px;
	border-bottom: 1px solid #9fafc8;
	border-top: 1px solid #9fafc8;
	border-left: 1px solid #9fafc8;
	border-right: 1px solid #9fafc8;
	padding: 5px;
}

table.listR_Q02 td.right{
	text-indent: 0px;
	width: 160px;
	border-bottom: 1px solid #9fafc8;
	border-top: 1px solid #9fafc8;
	padding: 5px;
	border-right: 1px solid #9fafc8;
}

/* テーブル（受賞歴）
-----------------------------*/
table.listR_Q03 {
	border-collapse:collapse;
}
table.listR_Q03 th {
	font-size: 110%;
	font-weight:bold;
	background-color:#E5F4FA;
}
table.listR_Q03 th,
table.listR_Q03 td.left{
	text-indent: 0px;
	width: 55px;
	border-bottom: 1px solid #9fafc8;
	border-top: 1px solid #9fafc8;
	border-left: 1px solid #9fafc8;
	border-right: 1px solid #9fafc8;
	padding: 5px;
}

table.listR_Q03 td.left {
	background-color:#F8FCFE;
}
table.listR_Q03 td.right{
	text-indent: 0px;
	width: 560px;
	border-bottom: 1px solid #9fafc8;
	border-top: 1px solid #9fafc8;
	padding: 5px;
	border-right: 1px solid #9fafc8;
}

/*20251031*/
#certification #contents #main .section dl	{
	margin-top: 30px;
	margin-bottom: 30px;
}

#certification #contents #main .section dt{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#certification #contents #main .section dt.line{
	border-bottom: dashed #9F9F9F 1px;
	margin-bottom: 10px;
}
#certification #contents #main .section dd{
	margin-bottom: 5px;
}
