@charset "EUC-JP";

/* Sample
============================================================================= */
#sample {
	padding: 0 40px;
}

#sample h1 {
	margin-bottom: 0;
	color: #666;
}

#sample .pagelink {
	margin-bottom: 2em;
	border: solid 1px #ccc;
	padding: 15px 0 5px 20px;
}

#sample .pagelink ul {
	margin: 0;
	padding: 0;
}

#sample .pagelink ul li {
	list-style: none;
	float: left;
	margin-right: 20px;
	padding-left: 20px;
	width: 272px;
	background: url(/wdbs/sample/images/arrow-bottom.gif) no-repeat left 5px;
}

#sample p.sub {
	margin-bottom: 20px;
	color: #666;
}

#sample h2 {
	padding: 3px 10px;
	color: #fff;
	background-color: #666;
}

#sample h2:before {
	content: "¢¡ ";
}

#sample dl.sec {
	margin-bottom: 20px;
}

#sample dl.sec dt {
	border: solid 1px #bababa;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	background: #777;
}

#sample dl.sec dd {
	border: solid 1px #bababa;
	border-top: none;
	padding: 10px;
}

#sample table {
	margin-bottom: 20px;
}

#sample table caption {
	font-weight: normal;
}

#sample table table {
	margin-bottom: 0;
}

#sample table.border-none,
#sample table.border-none > tbody > tr,
#sample table.border-none > tbody > tr > td {
	border: none;
}

#sample table.border-none2 {
	border-right: none;
	border-bottom: none;
}

#sample table .border-none2 {
	border-right: none;
	border-bottom: none;
	border-top: none;
}

#sample th {
	text-align: center;
	background-color: #f5f5f5;
}

#sample th,
#sample td {
	padding: 10px;
}

#sample table.pad1 th,
#sample table.pad1 td {
	padding: 1px;
}

#sample table.pad5 th,
#sample table.pad5 td {
	padding: 5px;
}

#sample .left {
	text-align: left;
}

#sample .right {
	text-align: right;
}

#sample .f-left {
	float: left;
}

#sample .f-right {
	float: right;
}

#sample .mb10 {
	margin-bottom: 10px;
}

#sample .mb0 {
	margin-bottom: 0;
}

#sample .pd0 {
	padding: 0;
}

#sample .bg-gray {
	background: #f5f5f5;
}

#sample .textsmall {
	font-size: 80%;
}

#sample .textlarge {
	font-size: 120%;
}

#sample .textlarge-x {
	font-size: 150%;
}

#sample .textblue {
	color: #33c;
}

#sample .pagetop {
	text-align: right;
	margin: 0 0 2em;
}

#sample .pagetop a {
	background: url(/image/tp/icon_arrowTop.gif) no-repeat left 3px;
	padding-left: 14px;
}