@charset "utf-8";

/* インフォメーション ページ用
---------------------------------------*/
.infoBox {
	clear:both;
	border-bottom:#b2b2b2 1px dotted;
	padding-bottom:30px;
	margin-bottom:30px;
}
	.infoBox a:link {
		color: #005FE3;
		text-decoration: none;
	}
	.infoBox a:hover {
		text-decoration:underline;
	}

	/* 本文 */
	.infoBox p.data {
		background:url(../img/second/ico_arrow.gif) 0 5px no-repeat;
		padding-left:15px;
		margin-bottom:0.5em;
	}
	.infoBox h2 {
		font-size:15px;
		font-weight:bold;
		margin:0 0 20px 0;
		line-height:1.4;
	}
	.red {
		color:#da131e;
	}
	
	/* 画像エリア */
	.infoBox .ImgArea {
		width:300px;
		float:right;
		margin-left:20px;
		overflow:hidden;
	}
	.infoBox .ImgArea img {margin-bottom:10px;}