@charset "UTF-8";

/* お知らせ
----------------------------------------------------------------------------- */
.to {
	font-size: 20px;
}

.date, .company {
	font-size: 14px;
	text-align: right;
	margin: 3px 0;
}

.info_title {
	text-align: center;
	font-size: 24px;
}

.close {
	text-align: right;
}

.box14 .information {
	margin: 30px;
}

.box14 .header:after {
	content: ""  ;
	display: block;
	clear: both;
}

.box14 .to {
	float: left;
}

.box14 .right-header {
	display: block;
	float: right;
}

.picture img {
	width: 100%;
}

/* ###############################  767px以下 ############################### */
@media (max-width: 767px) {

	.to {
		font-size: 16px;
	}

	.info_title {
		text-align: center;
		font-size: 18px;
	}

  .article, .close {
  	font-size: 12px;
  }

	.box14 .information {
		margin: 30px 5px;
	}

}


/* ###############################  768px以上 ############################### */
@media (min-width: 768px), print {

}


/* ############################### 980px以上 ############################### */
@media (min-width: 980px), print {

	/* boxの左右
	----------------------------------------------------------------------------- */
	.box14 {
		width: 980px;
		margin: 0 auto;
	}

}