@charset "utf-8";
/* CSS Document */

/*------------------------------------------------
feature
------------------------------------------------*/

div#contentsWrap div.contentsBox table {
	width: 100%;
}
div#contentsWrap div.contentsBox table .arrowBox {
	text-align: center;
	width: 37px;
}
div#contentsWrap div.contentsBox table .borderBu {
	padding: 15px;
	border: 1px solid #00C0FF;
	border-radius: 10px;	/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	font-weight: normal;
	text-align: left;
}
div#contentsWrap div.contentsBox .featureBox {
	background: url(../img/img-bg.gif) no-repeat right bottom;
}
div#contentsWrap div.contentsBox .featureBox h5 {
	width: 320px;
	font-size: 125%;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 2px solid #91E2FF;
	margin-bottom: 10px;
}
div#contentsWrap div.contentsBox .featureBox p {
	width: 320px;
}
div#contentsWrap div.contentsBox h4 {
	font-size: 200%;
	color: #0076CC;
	background-color: #EAFCFE;
}
