@charset "utf-8";
/*=================================
	news btn
================================ */
.news_btn{
float:right;
width:200px;
margin-left:5em;
text-align:center;
border:1px solid #eee;
}

.news_btn a{
display:block;
padding:10px 0;
background:#F7F7F7;
}
.news_btn a:hover{
text-decoration:none;
background:#009B64;
color:#fff;
}

/*=================================
	news subnavi
================================ */
.newssubnavi{
	clear:both;
	margin-bottom:50px;
	border-bottom:1px solid #ccc;
}
.newssubnavi ul{
margin:20px 0 10px;
}
.newssubnavi ul li{
	width: 189px;
  float: left;
	margin-bottom:10px;
	text-align:center;
	border-left:1px solid #ccc;
}
.newssubnavi ul li:nth-child(5n),
.newssubnavi ul li:last-child{
	border-right:1px solid #ccc;
}
.newssubnavi ul li span{
background:none;
}
.newssubnavi ul li a{
	display:block;
}
.newssubnavititle{
	border-bottom:1px solid #ccc;
}
.newssubnavititle span{
	display:block;
	width:100px;
	color:#fff;
	text-align:center;
	background:#009B64;
}


/*=================================
	news list
================================ */
.newslistbox .mds02{
margin-top:60px;
}
.newslist li{
  border-top:1px #BFBFBF dotted;
  padding:10px 0;
}
.newslist li:first-child{
  border-top:none;
}
.newslist dt{
  width:90px;
  float:left;
  clear:left;
}
.newslist .newscat{
  width:130px;
  float:left;
	margin-right:15px;
  font-size:12px;
  font-size:1.2rem;
  color:#fff;
  text-align:center;
  padding:2px 0;
}
.newslist .newscat span{
display:block;

}
.newslist .newstxt{
  width:700px;
  float:left;
}


/*=================================
	news category
================================ */
.cat_corp{
  background:#009B64;
}
.cat_newproduct{
  background:#E3714A;
}
.cat_csr{
  background:#A4B31A;
}
.cat_ir{
  background:#618CBC;
}

/*=================================
	news detail
================================ */
.newsarticleinner strong{
  font-style: normal;
  font-weight: bold;
}

.newsarticleinner table{
width:720px !important;
margin:0 auto;
backgroud:#0CF;
}
.newsarticleinner a{
color:#03F;
}
.newsarticleinner a[href$=".pdf"]:after{
margin-top:0px;
}

.news_btmlink{
margin-top:30px;
padding-top:30px;
text-align:center;
border-top:1px dotted #ccc;
}
.news_btmlink p{
width:250px;
margin:0 auto;
}
.news_btmlink a{
display:block;
padding:10px 0;
color:#333;
background:#F7F7F7;
}
.news_btmlink a:hover{
color:#fff;
text-decoration:none;
background:#009B64;
}