@charset "utf-8";
@import "../common/css/0-import.css";

#conts h3{
	padding: 9px 0 10px 16px;
	font-size: 13px;
	color: #FFF;
	line-height: 1.3;
	background: url(../img/about/h2_back.jpg) no-repeat left top;
}

#conts ul.Nextpage {
	margin: 12px 0 12px;
	text-align: center;
}

#conts ul.bottom {
	margin: 13px 0 59px;
}

#conts ul.Nextpage li {
	display: inline;
	margin: 0 3px 0 2px;
	+margin: 0 2px 0 3px;
}

#conts .box {
	padding: 10px 10px 7px 10px;
	margin-bottom: 8px;
	background-color: #FFFEF2;
	border: 1px solid #CCC;
	overflow: hidden;
	zoom: 100%;
}

#conts .box img {
	margin-right: 15px;
}

#conts .box dt {
	margin-top: -2px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #0C6699;
	line-height: 1.3;
}

#conts .box dt a{
	text-decoration: none;	
}

#conts .box dd {
	padding: -3px 6px 7px;
	font-size: 10px;
	text-align: right;
	background: url(../img/Category/line.gif) no-repeat right bottom;
}

#conts .box dd span {
	padding-left: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #CC0000;
}

#conts .box ul.inner {
	float: left;
	margin: 10px 16px 0 0;
	+margin: 10px 15px 0 0;
	_margin: 10px 12px 0 0;
	width: 97px;
}

#conts .box ul.inner li {
	line-height: 22px;
	display: inline;
}

#conts .box ul.inner li a {
	margin-bottom: 3px;
	text-align: center;
	display: block;
	line-height: 22px;
	width: 97px;
	background: url(../img/Category/btn01_out.jpg) no-repeat left top;
	text-decoration: none;
}

#conts .box ul.inner li.end a {
	background: url(../img/Category/btn01_over.jpg) no-repeat left top;
}

#conts .box table {
	margin: 11px 0 0 0;
	+margin: 10px 0 0 0;
	text-align: left;
	width: 481px;
	+width: 482px;
	background-color: #FFF;
}

#conts .box table th {
	padding: 5px 0 4px;
	line-height: 1.2;
	width: 92px;
	font-weight: normal;
	border: 1px solid #CCC;
}

#conts .box table th.end {
	padding: 4px 0 4px;
	+padding: 5px 0 4px;
}

#conts .box table th.back {
	padding: 4px 0 4px;
}

#conts .box table th span {
	padding-left: 12px;
}

#conts .box table td {
	padding-left: 15px;
	font-weight: normal;
	border: 1px solid #CCC;
}

#conts .box table td a {
	text-decoration: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	#conts ul.Nextpage {
		margin: 12px 0 13px;
	}
	
	#conts .box ul.inner {
		margin: 10px 15px 0 0;
	}
	
	#conts .box table {
		margin: 10px 0 0 0;
		width: 477px;
	}
	
	#conts .box table th.end {
		padding: 5px 0 4px;
	}
}

.test{
	height:30px;
	line-height:1.3em;
	overflow:hidden;
}

