/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */
table {
  width: auto;
  border: 1px solid #5d8ac1;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
}
table thead th,
table tbody th,
table tbody td {
  width: auto;
  padding: 0.5em;
  border-bottom: 1px solid #5d8ac1;
}
table thead th {
  background-color: #c9e7ed;
}
table tbody th {
  background-color: #c9e7ed;
}
table thead th + th,
table tbody td {
  border-left: 1px solid #5d8ac1;
}
table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}

.inyoumodoki {
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.yellowbox {
	padding:20px;
	border:solid 1px #fffacd;
	background-color:#ffffe0;
	margin-bottom:20px;
	font-size: 16px;
	line-height: 26px;
}

.graybox {
	padding:20px;
	border:solid 1px #ccc;
	background-color:#f3f3f3;
	margin-bottom:20px;
	font-size: 16px;
	line-height: 26px;
}

/*--マーカー装飾追加--*/
.marker-pink {
    background: linear-gradient(transparent 60%, #ffccff 0%);
}
.marker-yellow {
    background: linear-gradient(transparent 60%, #ffff66 0%);
}
.marker-pink-huto {
    background: linear-gradient(transparent 0%, #ffccff 0%);
}
.marker-yellow-huto {
    background: linear-gradient(transparent 0%, #ffff66 0%);
}