@charset "utf-8";
/* CSS Document */
#mainrap {
	width: 950px;
	margin: 30px auto 0 auto;
}

/*--------------------------------------------------
　　　 table
-------------------------------------------------- */
#mainrap table {
	width: 95%;
	
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #555;
  line-height: 160%;
  margin: 30px auto 50px auto;
}
#mainrap h1 {
	width: 890px;
	margin: 0 auto;
	font-size: 30px;
}
#mainrap td {
  border: 1px solid #555;
  padding: 8px 13px;
}
.column-1 {
	width: 40%;
}


#mainrap.color01 .post-content table {
  border: 1px #ddd solid;
}
#mainrap.color01 .post-content table th,
#mainrap.color01 .post-content table td {
  border: #ddd solid 1px;
}
#mainrap.color01 .post-content table th {
  color: #fff;
}
#mainrap.color01 .post-content table thead th {
  background: #5e6265;
}
#mainrap.color01 .post-content table tbody th {
  background: #919598;
}
#mainrap.color01 .post-content table.table-line table,
#mainrap.color01 .post-content table.table-line th,
#mainrap.color01 .post-content table.table-line td {
  border-color: #fff;
}
#mainrap.color01 .post-content table.table-line th {
  background: transparent;
  color: #494D50;
}
#mainrap.color01 .post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}
#mainrap.color01 .post-content table.table-line tr {
  background: #eee;
}
#mainrap.color01 .post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}






