/*=======================================================*/
/* メイン画像 */
/*=======================================================*/
.banner-area{
	padding: 10px 0;
	text-align: center;
}
.banner-area .img-banner{
	width: 920px;
	margin: 0 auto;
}

/*=======================================================*/
/* お知らせ・ツイッター */
/*=======================================================*/
/* 2カラムレイアウト */
#wrapper .column-2{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#wrapper .infomation-area{
	width: 440px;
}
#wrapper .infomation-box{
	border: solid 2px #47ae3c;
	height: 500px;
	overflow: scroll;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	color: #555;
}
#wrapper .infomation-box li{
	font-size: 13px;
	border-bottom: 1px #666666 dotted;
	padding: 5px 0;
}

#wrapper .twitter-area{
	width: 440px;
}
#wrapper .timeline{
	border: solid 2px #47ae3c;
	height: 500px;
	overflow: scroll;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}