@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------
**************************************************
  table
**************************************************
--------------------------------------------------*/
.contents_box02 table{
	border-collapse: collapse;  
	width:100%;
	table-layout: fixed;
	margin: 20px 0 40px 0;
	border:1px solid #999999;
	font-size: 12px;
}

.contents_box02 table th{
	width: 25%;
	padding: 12px 15px;
	background: #EBEDEF;
	background:-moz-linear-gradient(rgba(249,249,249,0.7), rgba(235,236,237,0.9) 50%);
	background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(249,249,249,0.7)), to(rgba(235,236,237,0.9)));
	font-weight: bold;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	line-height: 120%;
	text-align: center;
	/*
	text-shadow:0 -1px 0 rgba(34,85,136,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	*/
}

.contents_box02 table th.kind_name{
	background: url(../imgs/common/footer_bg.gif) repeat;
	color: #FFF;
	font-size: 16px;
}

.contents_box02 table td.kind_name02{
	text-align: center;
	color: #ff61a4;
	font-size: 14px;
	font-weight: bold;
}

.contents_box02 table th:last-child {
	border-radius:0 5px 0 0;
	border-right:1px solid #999999;
}
.contents_box02 table tr td {
	padding: 5px 15px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.contents_box02 table tr td:last-child {
	border-right: 1px solid #999999;
}
.contents_box02 table tr {
	background: #fff;
}
.contents_box02 table table tr:nth-child(2n+1) {
	background: #e6f4ff;
}

.contents_box02 table tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
.contents_box02 table tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
.contents_box02 table tr:hover {
	background: #e6f4ff;
}



.contents_box h3{
	width: 670px;
	margin: 10px auto 0 auto;
	padding: 8px 0 8px 10px;
	background: url(../imgs/common/footer_bg.gif) repeat;
	color: #FFF;
}

.contents_box02 dl dt{
	margin: 5px 0 0 0;
	padding: 8px 10px;
	font-weight: bold;
	background-color: #EEE;
}

.contents_box02 dl dd span{
	font-weight: bold;
	color: #26AEDE;
}

.contents_box02 dl dd{
	width: 650px;
	margin: 12px auto 0 auto;
	border-bottom: 1px dashed #C0C0C0;
}