@charset "utf-8";


/*-----------------------------------------------
 wrapNews　ニューストピックス
-----------------------------------------------*/

/* 包括 */
#wrapNews {}

/* newsTtl　ニュースタイトル */
#wrapNews #newsTtl {
	margin-bottom: 26px;
}

/*-----------------------------------------------
/* .article　ニュース詳細
-----------------------------------------------*/
#wrapNews .sec{}
/* アイコン　ニュース */
#wrapNews .article .iconNews {
	padding-left:75px;
	background: url(../../common/img/icon_news.gif) no-repeat 0 5px;
}
/* アイコン　イベント */
#wrapNews .article .iconEvent {
	padding-left:75px;
	background: url(../../common/img/icon_event.gif) no-repeat 0 5px;
}
/* アイコン　重要 */
#wrapNews .article .iconImportant {
	padding-left:75px;
	background: url(../../common/img/icon_important.gif) no-repeat 0 5px;
}
/* アイコン　募集情報 */
#wrapNews .article .iconRecruiting {
	padding-left:75px;
	background: url(../../common/img/icon_recruiting.gif) no-repeat 0 5px;
}
/*PDF*/
#wrapNews .article .pdf{
	text-align:right;
}
/*投稿日*/
#wrapNews .article .date{
	margin:0 0 10px 0;
}	
/*タイトル*/
#wrapNews .article .title{
	margin:0 0 25px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #E8E8E8;
	font-size:124%;
}
/*テキスト*/
#wrapNews .article .text{
	margin:0 0 25px 0;
}
/*PDF*/
#wrapNews .article .pdf{
	margin:0 0 25px 0;
	padding:0 25px 0 0;
	background:url(../../common/img/icon_pdf.gif) no-repeat right center;
}
/*ギャラリー*/
#wrapNews .article .photo{
	width:646px;
	margin-right:-10px;
	overflow:hidden;
	zoom:1;
}
#wrapNews .article .photo dl{
	float:left;
	width:205px;
	margin:0 10px 25px 0;
	display:inline;
}



