@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :release.css
 style info :
このスタイルシートの構成
ニュースリリース情報内のスタイル
 #***
 #***
  #***
   #***
   #***
=================================================================== */

/*----------------------------------------------------
	 ニュースリリース一覧ページ
----------------------------------------------------*/

.releaseBody .news-sec h3 {
	display:block;
	width:660px;
	background:url(../img/cmn/bg_680sttl_b.gif) no-repeat bottom;
	text-align:left;
	padding:10px 10px;
	font-size:108%;
	margin-bottom:30px;
}


.releaseBody .news-sec {
	width:680px;
	margin:30px 10px 40px;
}

.releaseBody .news-sec dt{
	float:left;
	width:15em;
	margin-left:4px;
	display:inline;
}

.releaseBody .news-sec dt span{
	margin: 0 4px 0 7px;
	padding:0;
}

.releaseBody .news-sec dd{
	margin:0 0 18px;
	padding:0 4px 12px 16em;
	border-bottom:1px dotted #C3C3C3;
}

.releaseBody .news-sec dd ul li {
	display:inline;
	padding-right:10px;
}

.releaseBody .news-sec dd ul li img {
	padding-top:3px;
	padding-right:3px;
}


.releaseBody .news-detail-sec {
	width:680px;
	margin:40px 10px;
}


/*----------------------------------------------------
	 ニュースリリース詳細ページ
----------------------------------------------------*/

.releasedetailBody .news-detail-sec  {
	width:680px;
	margin:20px auto;
	border-bottom:#ccc 1px solid;
}

.releasedetailBody .news-detail-sec .article-title {
	width:680px;
	background:url(../img/cmn/bg_680sttl_b.gif) no-repeat bottom;
	text-align:left;
	padding:10px 0px;
}


.releasedetailBody .news-detail-sec .article-title ul li.date {
	font-size:85%;
	padding:0 20px;
}

.releasedetailBody .news-detail-sec .article-title h3 {
	font-size:108%;
	padding:3px 20px 0;
	text-align:center;
}

.releasedetailBody .news-detail-sec .article-detail {
	width:600px;
	margin:0 auto;
	padding:30px 0;
}

.releasedetailBody .news-detail-sec .article-detail .sign {
	clear:both;
	text-align:right;
	margin:20px 0 0;
}

/*戻るボタン*/
.releasedetailBody ul.return {
	width:165px;
	margin:0 auto;
}
