@charset "utf-8";

/*囲み付　インフォメーション*/

.info{
	display:inline-block;
	* display:inline;
  　* zoom:1;
	border:1px solid #999;
	margin:20px 0 5px;
	padding:15px 20px;
}

.info dl dt{
	width:60px;
	font-weight:bold;
	float:left;
	clear:left;
}

.info dl dd{
	margin-left:60px;
}

/*テーブル表*/

.list table{
	width:100%;
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin-bottom:5px;
}

.list table th{
	width:15%;
	height:25px;
	font-size:1.077em;
	line-height:1.5;
	padding:0 2px 0 10px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background:#ededed;
	
}

.list table th.cate01{
	width:35%;
	color:#fff;
	background:#1b2a49;
}

.list table td{
	height:20px;
	line-height:1.6;
	padding:0 2px 0 10px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

.list table td a{
	color:#022f83;
	text-decoration:none;
}

.list table td a:hover{
	text-decoration:underline;
}


/*測定計測展2017でセミナー用20170619*/

.list table#semi2017{
	margin-top:20px;
}

.list table#semi2017 th{
	height:40px;
	padding:5px 2px 0 10px;
	text-align:center;
	background:#fff;
}

.list table#semi2017 th.sepalate{
	padding:5px 10px 0 10px;
	text-align:left;
	background-image:url(images/table_back.gif) ;
	background-position:left;
	background-repeat:no-repeat;
}

.list table#semi2017 td{
	padding:5px 2px 5px 10px;
	line-height:1.4;
	vertical-align:top;
}


.list table#semi2017 th.sepalate span{
	display:block;
	text-align:right;
}


/*右寄せ　会社名等*/

p.name{
	display: table;
	margin-top:5px;
	margin-left: auto;
	}

/*上部区切り線付*/

p.line{
	border-top:1px dotted #999;
	margin-top:8px;
	padding-top:5px;
}

/*テーブル*/
.design04 {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	border: solid 1px #778ca3;;
   }
   .design04 tr:nth-child(2n+1) {
	background: #f0f0f0;
   }
   .design04 th {
	padding: 5px;
	text-align: center;
	background: #778ca3;
	border-right: solid 1px #d9dfe5;
	color: #ffffff;
   }
   .design04 th:last-child {
	border-right: none;
   }
   .design04 td {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid 1px #d9dfe5; 
   }
   .design04 td:last-child {
	border-right: none;
   }

/*テーブル（banner）*/
	.banner {
		width: 100%;
		text-align: center;
		border-collapse: collapse;
		border-spacing: 0;
	}
	.banner th {
		padding: 5px;
	}
	.banner th:last-child {
		border-right: none;
	}
	.banner td {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 20px;
	}
	.banner td:last-child {
		border-right: none;
	}

/*講義内容詳細*/
details {
	width: 70px;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 0.5em 0.5em 0;
	background-color: #f2f5f9;
	color: #022f83;
  }
  
  summary {
	font-weight: bold;
	margin: -0.5em -0.5em 0;
	padding: 0.5em;
  }
  
  details[open] {
	width: 100%;
	padding: 0.5em;
  }
  
  details[open] summary {
	border-bottom: 1px solid #aaa;
	margin-bottom: 0.5em;
  }