@charset "utf-8";

/*
=================================================

　                 Topics CSS

=================================================
*/


/* topics-index
------------------------------------------------- */

#wrapper #main .recent01 {
	margin: 0;
}

#wrapper #main .recent01 .recent-header {
	margin: 20px 0 12px;
	padding: 0 2px 9px;
	background: url(../../images/parts/section_tit_01.png) no-repeat 0 100%;
	zoom: 1;
}
#wrapper #main .recent01 .recent-header:after {
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

#wrapper #main .recent01 .recent-header .recent-title {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	background-image: none;
	font-size: 146.2%; /* 19px */
	color: #003366;
	font-weight: bold;
	line-height: 1.105; /* 21px */
}

#wrapper #main .recent01 .recent-header .recent-rss {
	margin: 2px 0 0;
	padding: 0;
	float: right;
}



/* topics-archive
------------------------------------------------- */

.category #wrapper #main .section-title01,
.yearly #wrapper #main .section-title01 {
	margin: 20px 0 12px;
}



/* topics-entry
------------------------------------------------- */

.individual #wrapper #main .section {
	margin: 30px 0 0;
}

.individual #wrapper #main .section-header {
	position: relative;
	margin: 0 0 5px;
	padding: 0 2px 9px;
	background: url(../../images/parts/section_tit_01.png) no-repeat 0 100%;
	zoom: 1;
}
.individual #wrapper #main .section-header:after {
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

.individual #wrapper #main .section-header .section-title01 {
	width: 480px;
	margin: 0;
	padding: 0;
	background-image: none;
	font-size: 138.5%; /* 18px */
}

.individual #wrapper #main .section-header .section-category {
	position: absolute;
	right: 2px;
	bottom: 10px;
}

.individual #wrapper #main .section-date {
	margin: 0 0 20px 2px;
}

.individual #wrapper #main .image-column01,
.section-contents .clear {
  overflow: hidden;
}



