@charset "utf-8";
/* CSS Document */

/*section.about{
	padding: 1.5em 0;
}*/
.topicsNav{
	margin-bottom: 25px;
}
.topicsNav li{
	width: 50%;
	border-top: #e8da4d 3px solid;
	border-bottom: #e8da4d 3px solid;
}
.topicsNav li:nth-child(even){
	border-right: #e8da4d 3px solid;
	border-left: #e8da4d 3px solid;
}

.topicsNav li a{
	display: block;
	text-align: center;
	padding: 10px 0;
}
.topicsNav li a img{
	height: 48px;
}

.topicsNav .current{
	background: #e8da4d;
}

.topics {
	overflow: hidden;
	margin-bottom: 50px;
}
.topics .st_oshirase{
	font-weight: bold;
	background:url(../images/topics/icon03.png) left top no-repeat;
	background-size:  auto 15px;
	padding:20px 0 0 0;
	margin-bottom:10px;
}
.topics .date{
	background: url(../images/bg_stripe.png);
	font-size: 0.75em;
	padding: 0.5em;
	text-align: right;
	margin-bottom: 15px;
}
.topics .pic{
	text-align: center;
	margin-bottom: 20px;
}
.topics .topicsLink{
	text-align: center;
	margin-top: 15px;
}
.topics .topicsLink a img{
	height: 30px;
}
.topics .topicsLink_02{
	text-align: center;
	margin-top: 15px;
}
.topics .topicsLink_02 a img{
	height: 60px;
}
.small{
	font-size: 12px;
	margin-top: 10px;
}
.orange{
	color: #ff6633;
	font-weight: bold;
}
a:link			 {color:#5e452a;text-decoration:none;}
a:visited		 {color:#5e452a;text-decoration:none;}
a:active		 {color:#5e452a;text-decoration:none;}
a:hover			 {color:#ff6633;text-decoration:underline;}


.mrg_btm30{
	margin-bottom: 15px;
}

.more{
	display: inline-block;
	padding: 15px 0 0 20px;
	background: url(../../images/topics/arrow.gif) no-repeat top 20px left;
	width: 100%;
 	word-break:break-all;
	overflow: visible;
}
.name{
	font-weight: bold;
	font-size: 22px;
}
.name_min{
	font-weight: bold;
	padding: 0 30px 0 0;
}
.orange{
	color: #ff6633;
	font-weight: bold;
}

h3{
	border-bottom: solid 3px #dcdcdc;
	padding-bottom: 12px;
	margin-bottom: 12px;
	text-align: left !important;
}

.topics_text dt{
	font-weight: bold;
	color: #FF6633;
}

/*
--------------------------
190222追記
--------------------------
*/
.topics .dot{
    color: #ff6633;
}


/*
--------------------------
190603追記
--------------------------
*/
.mrg_top20{
	margin-top: 20px;
}

.bold{
	font-weight:bold;
}