@charaset "utf-8";

table.detail,
table.entrylist,
.gsbody table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

table.detail th,
table.detail td,
table.entrylist th,
table.entrylist td,
.gsbody table th,
.gsbody table td {
  padding: 5px 10px;
}

table.detail th {
  background: #9bd7ee;
  width: 20%;
  border-bottom: solid 2px #fff;
}

table.entrylist thead th {
  background: #e8e8e8;
  font-weight: normal;
}

table.entrylist th,
table.entrylist td,
.gsbody table th,
.gsbody table td {
  border-bottom: dotted 1px #ccc;
}

.gsbody table th {
  width: 25%;
  background: #efefef;
}

#pr-inner .info {
  margin-bottom: 30px;
}

#pr-inner h1 {
	background: url(/gosetsu/images/gosetsu_bg_h1.png) repeat 0% 0%;
	padding: 7px 5px 5px;
	font-weight: bold;
	font-size: 130%;
}

#pr-inner h1.imgtitle {
	background: none;
	padding: 0;
}

#pr-inner h2 {
	border-bottom: solid 1px #9bd7ee;
	font-weight: bold;
	font-size: 130%;
}

#pr-inner h3 {
	border-bottom: dashed 1px #9bd7ee;
	font-weight: bold;
	font-size: 120%;
}