@charset "utf-8";
/* CSS Document */

#page_top {
	margin-top: 15px;
}

.contents_inner {
	border: 1px solid #e6e6e6;
	padding: 24px 19px;
	background-color: #fff;
}
#article .section {
	margin-bottom: 30px;
}
#article h2 {
	background: url(https://img.goo-net.com/goopit/assets/img/bg-title.gif) repeat-x top left;
	line-height: 53px;
	height: 53px;
	font-size: 150%;
	padding-left: 15px;
	width: 945px;
}
#article h3 {
	width: 896px;
	margin: 0 auto 5px;
	background: url(https://img.goo-net.com/goopit/assets/img/bg-h3_title.gif) left top no-repeat;
	color: #FFF;
	font-size: 117%;
	padding: 11px 0 15px 24px;
}
#article em {
	font-weight: bold;
}
table {
	border-top: 1px solid #000;
	margin: 10px 0 20px;
}
table th {
	border-bottom: 1px solid #000;
	padding: 10px;
	background-color: #faf5ed;
	border-right: 1px solid #cecece;
	white-space: nowrap;
}
table td {
	border-bottom: 1px solid #000;
	padding: 10px;
	border-right: 1px solid #cecece;
}
table th:last-child,
table td:last-child {
	border-right: 0;
}

#article .section ol {
	margin: 1em 0;
}
#article .section ol li {
	margin-left: 2.2em;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
ol {
	list-style: none;
}
ol li {
	margin-left: 2.5em;
	text-indent: -2.5em;
}

#article .default_table {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cecece;
}

#article .default_table th,
#article .default_table td {border-bottom: 1px solid #cecece;}