@charset "utf-8";



/*		ニュース
 ============================================================== */


.news_section{

}

.news_section p{
  line-height: 1.8em;
	margin:0 0 20px 0;
}

.news_section .news_photo{
	float:right;
	width:auto;
	margin:0 0 15px 25px;
}

.news_section h2.news_title{
	color:#A56D00;
	font-size:120%;
	font-weight:bold;
	line-height: 1.5em;
	margin:0 0 30px 0;


}

.news_section .release_time{
	background: url("../../../images/parts/common/bg18.gif") left top no-repeat #FF6600;
	width:150px;
	margin:0 0 5px 0;

}

.news_section .release_time .release_time_inner{
	background: url("../../../images/parts/common/bg18.gif") left bottom no-repeat;
	color:#FFF;
	font-size:90%;
/* 	padding:5px 4px; */
	text-align:center;
}

.news_more_link{
	text-align: right;
	border-top: #CCCCCC 1px solid;
	padding:7px 0 0 0;
}

.news_more_link_underPhoto{
	text-align: right;
	padding:7px 0 0 0;
}

.news_more_link a, .news_more_link_underPhoto a{
  background: url("../../../images/parts/main_contents/ic03.png") no-repeat scroll left center transparent;
  color: #5F5B44;
  display: inline-block;
  /display: inline;
  /zoom:1;
  font-weight: bold;
  width:7.2em;
}

