@charset "Shift_JIS";
@import url("../../common/css/style.css");

/* --------------------------------------------------------------------------------------
 ニュースリリース
--------------------------------------------------------------------------------------- */

/* お知らせ*/

div.info {
	width: 530px;
	margin-bottom: 15px;
}

div.info dl {
	width: 520px;
	padding: 10px 0;
	background: url(../../common/img/dotted.gif) no-repeat left bottom;
}

div.info dl:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.info dl { display:inline-block; }
/*\*/
* html div.info dl { height:1%; }
div.info dl { display:block; }
/**/

div.info dl dt {
	float: left;
	width: 105px;
	background: url(../../common/img/news_arw.gif) no-repeat 0 50%;
	padding-left: 15px;
	color: #a1182b;
}

/*\*/
div.info dl dt {
	clear: both;
}
/**/

div.info dl dd {
	float: right;
	width: 400px;
}

div.info dl dd p {
	line-height: 1.4;
}

div.info dl dd span {
	color: #a1182b;
}


/*\*/
* html div.info dl dd {
	float: none;
}
/**/

*:first-child + html div.info dl dd {
	float: none;
}

div.info p.info {
	text-align: right;
	padding: 5px 0 0 0;
}


/* ニュース詳細 -------------------- */

div.info p.title {
	width: 520px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	color: #d40d15;
	border-bottom: 1px #d40d15 solid;
}

div.info p.deta {
	font-size: 86%;
}

div.info p.back{
	margin: 20px 0px 0px 0px;
	padding-top: 5px;
	border-top:1px #ccc dotted;
	text-align: right;
}


