/******************************************
重要なお知らせ一覧ページ
******************************************/

/* information Section
=====================================*/
#information {
	/*margin-bottom: 80px;*/
}

#information .infoBox ul li {
	border-bottom: 1px solid #e3e2e2;
}

#information .infoBox ul li dl {
	margin: 10px 0;
	background-image: url(../../images/ico_arrow01.png);
    background-repeat: no-repeat;
    background-position: right 30px top 50%;
    padding-right: 60px;
}

#information .infoBox ul li dl dt,
#information .infoBox ul li dl dd a {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
}

#information .infoBox ul li dl dd a:hover {
	color: #e52f3c;
	text-decoration: underline;
}

#information .btnBox {
	margin-top: 50px;
}



/*  > 768px
================================*/
@media (min-width: 768px) {
	#information .dl-horizontal dt {
		float: left;
		width: auto;
		overflow: hidden;
		clear: left;
		margin-left: 20px;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#information .dl-horizontal dd {
	    margin-left: 250px;
	}
}
/*  < 768px
================================*/
@media (max-width: 768px) {
	#information .dl-horizontal dd {
	    margin-top: 5px;
	}
}


/******************************************
重要なお知らせ 詳細ページ
******************************************/

/* infoContents
=====================================*/
#infoContents p {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}

#infoContents .date {
	margin-bottom: 20px;
}

#infoContents .reportTxt {
	margin-bottom: 50px;
}

#infoContents .imageBox .photo img {
	width: 100%;
}

#infoContents .btnBox {
	margin-top: 50px;
	/*margin-bottom: 50px;*/
}

/*  > 768px
================================*/
@media (min-width: 768px) {
}

/*  < 768px
================================*/
@media (max-width: 768px) {

}





















