@charset "utf-8";
/* CSS Document */

/*=========================================================
トップ
=========================================================*/

.tit-notice-wrapper {
	width: 686px;
	height: 42px;
	position: relative;
}


.notice-detail {
	margin: 0 0 20px 30px;
	overflow: hidden;
	font-size: 93%;
	border-bottom: 1px dotted #7B7B7B;
	height: 70px;
	position: relative;
	}

.notice-detail li{
	margin: 0 0 5px 0;
	line-height:16px;
	}
	
.notice-date {
	background: url(../img/notice/icon.gif) no-repeat left 6px;
	padding: 2px 0 0 10px;
	}
	
.notice-text {
	padding: 0 0 10px 0;
	}


.notice-new {
	position: absolute;
	top:0px;
	left:7em;
	}


/*=========================================================
詳細ページ
=========================================================*/


.notice-midashi-itiran {
	position: absolute;
	right: 15px;
	top: 5px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #069CBA;
}	


.notice-tit-detail {
	font-weight: bold;
	display: block;
	width: 656px;
	height: 43px;
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 17px;
	margin: 14px 0 0 10px;
}

.notice-detail-date {
	background: url(../img/notice/icon.gif) no-repeat left 2px;
	padding: 0 0 0 10px;
	margin: 20px 0 0 12px;
	}
.notice-detail-img {
	float:left;
	margin: 0 0 0 12px;
	padding: 4px 15px 15px 0;
	}	
.notice-detail-img img{
	max-height: 336px;
	max-width:468px;

	}

.notice-detail-text p{
	padding: 0 0 0 12px;
	line-height: 18px;
	text-align:left;
	}		