@charset "utf-8";


/*mainContents*/
#contents .mainContents .info-list-wrap {
	border-top:dotted 1px #ccc;
	margin-top:35px;
}
#contents .mainContents dl.info-list {
	border-bottom:dotted 1px #ccc;
	padding:25px 0;
}
#contents .mainContents dl.info-list img {
	margin-top:4px;
}
#contents .mainContents dl.info-list dt span {
	margin-left:15px;
}
#contents .mainContents dl.info-list span.new {
	color:#ff0000;
	font-weight:bold;
	margin-left:10px;
}

/*category*/
dt.img-information {
background:url("/info/images/icon-information.gif") no-repeat 85px 4px;
}

dt.img-news {
background:url("/info/images/icon-news.gif") no-repeat 85px 4px;
}

dt.img-press_release {
background:url("/info/images/icon-press_release.gif") no-repeat 85px 4px;
}

dt.img-mail_magazine {
background:url("/info/images/icon-mail_magazine.gif") no-repeat 85px 4px;
}
/**/
.info-data.img-information {
background:url("/info/images/icon-information.gif") no-repeat 93px 7px;
}

.info-data.img-news {
background:url("/info/images/icon-news.gif") no-repeat 93px 7px;
}

.info-data.img-press_release {
background:url("/info/images/icon-press_release.gif") no-repeat 93px 7px;
}

.info-data.img-mail_magazine {
background:url("/info/images/icon-mail_magazine.gif") no-repeat 93px 7px;
}


#contents .mainContents .info-data {
	margin:30px 0 20px;
	padding-bottom:20px;
	border-bottom:dotted 1px #ccc;
}
#contents .mainContents .info-data span {
	font-weight:bold;
	color:#FF9900;
	font-size:108%;
}
#contents .mainContents .info-data h3 {
	font-size:197%;
	font-weight:bold;
	line-height:1.2;
	margin-top:5px;
}

#contents .mainContents .entry-asset {
	padding-bottom:45px;
	border-bottom:dotted 1px #ccc;
}
#contents .mainContents .content-nav {
	padding:10px 0;

}
#contents .mainContents .content-nav ul li {
	float:left;
	font-size:123.1%;
	font-weight:bold;
}
#contents .mainContents .content-nav ul li.right {
	float:right;
}
#contents .mainContents .content-nav ul li span {
	background:url("/common/images/icon-arrow-dot-left.gif") no-repeat left center;
	padding-left:12px;
}
#contents .mainContents .content-nav ul li.right span {
	background:url("/common/images/icon-arrow-dot.gif") no-repeat right center;
	padding-right:12px;
}



#contents .mainContents ul.pageBute {
	padding:35px 0 0;
}
#contents .mainContents ul.pageBute li {
	float:left;
	font-size:123.1%;
	font-weight:bold;
}
#contents .mainContents ul.pageBute li.right {
	float:right;
}
#contents .mainContents ul.pageBute li span {
	background:url("/common/images/icon-arrow-dot-left.gif") no-repeat left center;
	padding-left:12px;
}
#contents .mainContents ul.pageBute li.right span {
	background:url("/common/images/icon-arrow-dot.gif") no-repeat right center;
	padding-right:12px;
}
