@charset "utf-8";


/* Reset
-----------------------------------------------	*/
body{
	margin: 0;
}

h2{
	font-size: 79%;
}

.menu {
    font-size: 80%;
    line-height: 135%;
}

a:link      { color: #000066; text-decoration: none; padding-bottom: 1px }
a:visited     { color: #000066; text-decoration: none; padding-bottom: 1px }
a:hover   { color: #5378c6; text-decoration: underline; padding-bottom: 1px }


/* Reports List
-----------------------------------------------	*/
#report_wrapper{
	width: 967px;
	margin: 0 auto;
}

.reports-news {
	margin: 0 0 50px 0;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
}

.reports-news h2 {
	font-size: 24px;
	border-bottom: 3px solid #dddddd;
	margin: 0 0 5px 0;
	padding: 5px 0;
	letter-spacing: 0.2em;
}

.reports-news ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.reports-news li {
	overflow: hidden;
	border-bottom: 1px dotted #cbcbcb;
	padding: 10px 0;
	/* font-size: 81.3%; */
	font-size: 14px;
	line-height: 135%;
	vertical-align: bottom;
}
.reports-news a span {
	text-decoration: none;
}
.reports-news .category {
	display: inline-block;
	float: right;
	padding: 0 0 0 2px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}
.reports-news a {
	display: block;
}
.reports-news .new {
	display: inline-block;
	float: left;
	border-radius: 2px;
	margin: -1px 10px 0 0;
	padding: 2px 5px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background: #ff3838;
}

.keisho {
	text-align: right;
	font-size: 11px;
}

.blanklink {
	background: url(../../img/i_openwindow.gif) no-repeat right top;
	padding-right: 20px;
}

.pdflink {
	background: url(../../common/img/icon_pdf.gif) no-repeat left center;
	padding-left: 20px;
}