@charset "UTF-8";

/*------------------------------------------------------------
	TOPICS
------------------------------------------------------------*/

.topicsBox {
	clear:both;
	border:2px solid #416cf2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 95%;
	margin: 10px auto;
}

.topicsTitle {
    /*background: url("../../topics/images/topics_tit_h3.jpg") no-repeat left 13px;*/
    border-bottom: 2px solid #666;
    clear: both;
    height: 58px;
    margin: 15px 5px 10px 5px;
    padding-bottom: 3px;
	text-indent: -9999px;
}

.topicsList{
	/*background:url(../../images/top_topics_bg.gif) 97% 50% no-repeat;*/
	clear:both;
	padding: 0;
}

.topicsList.last {
	border-bottom: 2px solid #666;
	margin-bottom: 15px;
}

.topicsList a{
	display:block;
	width:100%;
}





.topicsList dl{
	border-bottom:1px dotted #3a6af2;
	padding:15px 0;
	min-height: 53px;
}

.topicsList dl.last{
	border-bottom: none;
}

.topicsList dt{
	/*width:100px;*/
	line-height:23px;
	/*float:left;*/
	font-weight:bold;
	font-size:86%;
	margin-left: 80px;
	
}

.topicsList dt img{
	vertical-align:middle;
	padding-left:8px;
}


.topicsList dd{
	/*width:400px;*/
	margin-left: 80px;
	padding-right: 20px;
	/*float:right;*/
}

.topicsList dd img{
	vertical-align:middle;
	padding-left:5px;
}

.topicsList .topicsCateIcon01{background:url(../../topics/images/topics_cateico_01.png) 15px 20px no-repeat;}
.topicsList .topicsCateIcon02{background:url(../../topics/images/topics_cateico_02.png) 15px 20px no-repeat;}
.topicsList .topicsCateIcon03{background:url(../../topics/images/topics_cateico_03.png) 15px 20px no-repeat;}
.topicsList .topicsCateIcon04{background:url(../../topics/images/topics_cateico_04.png) 15px 20px no-repeat;}


.topicsFile .pdf{
	background:url(../images/ico_02.png) 0 2px no-repeat;

}

.topicsFile .url{
	background:url(../images/ico_03.png) 0 2px no-repeat;
}

.topicsPagination {
	margin: 20px auto;
	width: 95%;
	overflow: hidden;
}

.topicsPaginationInner {
	float: right;
}

.topicsPagination span {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 2px;
	background: #fff;
	border: 1px solid #557df3;
	color: #557df3;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	line-height: 2.25;
}

.topicsPagination span.on {
	background: #557df3;
	color: #fff;
}

/*.topicsPagination span.lt, .topicsPagination span.gt {
	border: none;
}*/

.topicsPagination span.lt {
	/*background: url(../../topics/images/btn_prev.png) no-repeat;
	text-indent: -9999px;*/
	margin-right: 5px;
}

 .topicsPagination span.gt {
	/*background: url(../../topics/images/btn_next.png) no-repeat;
	text-indent: -9999px;*/
	margin-left: 5px;
}

.topicsBoxBottom {
	border-top:1px dotted #3a6af2;
}

.topicsListLink {
	background: url(../images/topics_btn_link.gif) right 10px center no-repeat #e9eefe;
	text-align: right;
	padding: 15px 40px 15px 15px;
	color: #333;
}

.topicsListLink a {
	display: block;
	width: 100%;
	height: auto;
}


/* topicDetail */


.topicDetailTitle {
	background:url(../images/ico_01.gif) no-repeat 15px center;
	margin-bottom:20px;
	border-bottom:2px solid #666666;
	clear:both;
}

.topicDetailTitle h3 {
    float: left;
	padding: 25px 0 5px 55px;
	font-size: 1.2em;
}

.topicDetailTitle p {
    float: right;
    padding: 9px;
    margin-top: 8px;
}


.topicDetailBox{
	padding:5px 10px;
	margin:0 0 15px 0;
}

.topicDetailBox .topicDetailDate{
	color:#999;
	padding:5px 0 5px 0;
}

.topicDetailBox .topicDetailDate img{
	vertical-align:middle;
	padding:0 0 0 5px;
}

.topicDetailBox .topicDetailTitle{
	color:#3C6000;
	font-size:120%;
	line-height:140%;
	font-weight:bold;
}

.topicsList .topicsListLeft .topicsListTitle img,
.topicDetailBox .topicDetailTitle img{
	vertical-align:middle;
	padding:0 0 0 5px;
}

.topicDetailBox .topicDetailTitle a{
	color:#3C6000;
	text-decoration:underline;
}

.topicDetailBox .topicDetailTitle a:hover{
	color:#3C6000;
	text-decoration:none;
}

.topicDetailBox{
	clear: both;
	padding:10px;
	margin-bottom: 15px;
}

.topicDetailBox .topicDetailText{
	line-height:160%;
}

.topicDetailBox .topicsData {
	margin: 15px 0;
}

.topicDetailBox .topicsData li{
	list-style-type:none;
	/*background:url(../images/ico_04.png) 0 2px no-repeat;*/
	padding-left:25px;
	margin-bottom:5px;
	height: 22px;
}

.topicDetailBox .topicsData li.pdf{
	background:url(../images/ico_02.png) 0 0 no-repeat;

}

.topicDetailBox .topicsData li.url{
	background:url(../images/ico_03.png) 0 0 no-repeat;
}

/*.topicDetailBox .topicsData li img{
	padding-left:5px;
	vertical-align:middle;
}*/

.topicDetailText a {
	color:#ff6600;
	text-decoration:none;
}


.flickslideImg {
	margin: 15px 10px;
}

.flickslideImg #mainImages img {
	display: block;
	/*width:225px;*/
	height:auto;
	margin: 0 auto;
}

.madoguchi table {
    width: 100%;
    margin-top: 10px;
}
.madoguchi table tbody td {
    border: 1px solid #ccc;
    padding: 5px;
}
.madoguchi table thead th {
    border: 1px solid #ccc;
    background: #f8f8f8;
    padding: 5px;
    vertical-align: middle;
}