@charset "utf-8";
@import url(general.css);


/* .section基本 */

#main .section a {
	color: #246BD4;
}

#main .section a:hover {
	text-decoration: none;
}

#main .section p,
#main .section table,
#main .section dl {
	margin: 0 15px;
}

#main .section p {
	padding-bottom: 10px;
	line-height: 1.6;
}

#main .section p span {
	color: #f00;
}

/* テーブル周り共通 */

#main .section table {
	border: solid 1px #ccc;
	width: 669px;
	margin-bottom: 10px;
	table-layout: fixed;
}

#main .section table caption {
	background: url(../img/icon07.gif) no-repeat left center;
	padding-left: 25px;
	color: #f90;
	font-weight: bold;
	font-size: 1.16em;
	text-align: left;
	line-height: 2;
}


#main .section th {
	background-color: #ffc;
	border-bottom: dotted 1px #ccc;
	border-left: solid 1px #ccc;
	padding: 7px 10px;
	line-height: 1.6;
	font-weight: normal;
	word-break: keep-all;
}

#main .section th.tit {
	font-weight: bold;
	widht: 10em;
}

#main .section thead th {
	background-color: #F9A21A;
	border-bottom: solid 1px #ccc;
	border-left: none;
	line-height: 1.6;
	color: #fff;
	font-weight: bold;
}

#main .section td {
	border-bottom: dotted 1px #ccc;
	padding: 7px 10px;
	line-height: 1.6;
	text-align: center;
}

/* #ryokin-ni-tsuite */

#ryokin-ni-tsuite {
	margin-left: 21px;
	margin-bottom: 10px;
}

/* table#keisan */

#main .section table#keisan th {
	border-right: solid 1px #ccc;
	width: 13em;
	padding: 5px;
	font-weight: bold;
}

#main .section table#keisan td {
	padding: 5px;
	word-break: keep-all;
}

#main .section table#keisan input {
	width: 40px;
}

#main .section table#keisan span {
	color: #f00;
	text-decoration: underline;
}

/* #attention */

#main #attention {
	background: url(../img/box01-b.gif) no-repeat left bottom;
	width: 652px;
	margin: 0 auto 30px;
	line-height: 1.6;
}

#main #attention p {
	background: url(../img/box01-t.gif) no-repeat left top;
	margin: 0;
	padding: 7px 6px 7px 28px;
}

#main #attention p span {
	color: #f00;
}


/* 定義リスト */

#main .section dl {
	padding-bottom: 20px;
}

#main .section dt {
	margin-bottom: 10px;
}

#main .section dt img {
	vertical-align: middle;
}

#main .section dt span {
	color: #f00;
	line-height: 17px;
}

#main .section dd {
	margin-bottom: 10px;
}

#main .section dd ul {
	border-top: dotted 1px #999;
}

#main .section dd li {
	background: url(../img/icon08.gif) no-repeat 4px center;
	border-bottom: dotted 1px #999;
	padding: 3px 15px;
	line-height: 1.6;
}
