@charset "utf-8";

#main #tos {
	width: 780px;
	margin: 0 auto;
}
#main #tos p.t_right {
	text-align: right;
	margin-bottom: 20px;
}
#main #tos p.t_center {
	text-align: center;
	margin-bottom: 20px;
}
#main #tos p.ttl1 {
	font-weight: bold;
	line-height: 26px;
	border-left: solid 3px #666;
	background-color: #f3f3f3;
	padding-left: 7px;
	margin-bottom: 10px;
}
#main #tos p.ttl2 {
	font-weight: bold;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 5px;
}

#main #tos p.text {
	margin-bottom: 20px;
}
#main #tos ol,
#main #tos ul {
	padding: 0 20px 0 30px;
	margin-bottom: 20px;
}
#main #tos ol li {
	margin-bottom: 5px;
	list-style: decimal outside;
}
#main #tos ul li {
	margin-bottom: 5px;
	list-style: square outside;
}
#main #tos .f_bold {
	font-weight: bold;
}