@charset "utf-8";
/* CSS Document */


#contentBox {
	background: #FFF;
	padding: 10px 10px 0 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
#contentBox p {
	padding: 0 0 10px 0;
	line-height: 1.8em;
}

#contentBox dl dt {
	padding: 0 0 5px 0;
}
#contentBox dl dd {
	padding: 0 0 20px 0;
}
#contentBox #category {
	padding: 0px;
}
#category {
	background: url(../images/bg.gif);
	background-size: 5px 4px;
	-webkit-background-size: 5px 4px;
	border-top: 1px solid #0072bc;
	border-right-color: #0072bc;
	border-bottom-color: #0072bc;
	border-left-color: #0072bc;
}
#category li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #0072bc;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#category li a {
	color: #333;
	text-decoration: none;
	background: url(../images/icon_link.gif) no-repeat 293px center;
	background-size: 18px 16px;
	-webkit-background-size: 18px 16px;
	display: block;
	padding: 0 10px;
	font-size: 1.5em;
	line-height: 1.5em;
}
#category li a.pc {
	background: url(../images/icon_pc.gif) no-repeat 293px center;
	background-size: 18px 16px;
	-webkit-background-size: 18px 16px;
}
/* table design */
table{
	margin: 0 auto;
	font: #738fb1;
	width: 100%;
}
table th,td{
	border: #fff solid;
	border-width: 0 0 1px 1px;
	padding: 10px 0;
}
.tdesi thead th{
	background: #0071bd;
	color: #fff;
}
.tdesi thead th.bg{
	background: #0071bd;
	color: #fff;
	padding-left: 13px;
}
.tdesi,.bg02{
	padding-left: 15px;
	padding-right: 10px;
}
.tdesi td {
	background: #eeeeee;
	border-bottom: 1px solid #999;
	line-height: 1.5em;
}
.tdesi tbody td.bg{
	background: #b2d4eb;
	text-align: center;
	width: 30%;
}
#pageTop {
	text-align: right;
	padding: 0 10px 0 0;
	height: 29px;
}
