@charset "Shift_JIS";

/*-------------------------------------------------------------------
	Version.												1.4.1.2;
	Author.												Kenta Aga(admin)
	Aptx.													4.8.6.9;

	PROGRAM-ID.									"news"
-------------------------------------------------------------------*/

/*************************************
	DATA DIVISION.
	WORKING-STRAGE SECTION.
*************************************/

/* list-box
PPPPPPPPPPPPPPPPPPPPP*/

#news #list-box.chapter{
	margin													: 0 2px;
}


#news #list-box dt{
	padding-left											: 15px;
	color														: #004e93;
	background											: url(../../img/share/icon/arrow/double.gif) no-repeat 3px 0.5em;
}

#news #list-box dd{
	margin-bottom										: 10px;
	padding-left											: 15px;
	padding-bottom										: 10px;
	border-bottom										: 1px solid #ccc;
}
#news #list-box dd.lastChild{
	margin-bottom										: 10px;
	padding-left											: 15px;
	padding-bottom										: 10px;
	border-bottom										: 0;
}


/*------------------------------------------------
	Iframe
------------------------------------------------*/

/* hidden
PPPPPPPPPPPPPPPPPPPPP*/
#news.iframe #header,
#news.iframe #footer{
	display													: none;
}

body#news.iframe #wrap{
	background											: none;
}

#news.iframe #contents{
	margin-bottom										: 0;
	width														: 100%;
}

/* list-box
PPPPPPPPPPPPPPPPPPPPP*/

#news.iframe #list-box.chapter{
	margin													: 0 2px;
}


#news.iframe #list-box dt{
	padding-left											: 15px;
	color														: #004e93;
	background											: url(../../img/share/icon/arrow/double.gif) no-repeat 3px 0.5em;
}

#news.iframe #list-box dd{
	margin-bottom										: 10px;
	padding-left											: 15px;
	padding-bottom										: 10px;
	border-bottom										: 1px solid #ccc;
}


/*------------------------------------------------
	Detail
------------------------------------------------*/
#news.detail .messagefor{
	margin-bottom										: 6px;
}

#news.detail .chapter h3{
	margin-bottom										: 16px;
}

#news.detail .chapter .division p img{
	padding													: 4px 0;
}


/*------------------------------------------------
	clearfix
------------------------------------------------*/
#help-nav ul:after{
	content													: ".";
	display													: block;
	clear														: both;
	height														: 0;
	visibility													: hidden;
}