@charset "UTF-8";
/*------------------------------------------------------------
	お知らせ
------------------------------------------------------------*/

/* 20140916
---------------------------*/
#information .news20140916 .detail_main {
}
#information .news20140916 .detail_main img {
	vertical-align:bottom;
}


/* 2015.01.21
---------------------------*/
#information .news20150121 .detail_main {
}
#information .news20150121 .detail_main dl {
	margin-bottom: 40px;
}
#information .news20150121 .detail_main dl:last-child {
	margin-bottom: 0;
}
#information .news20150121 .detail_main dl dt {
	margin-bottom: 20px;
}
#information .news20150121 .detail_main dl dt img {
	width: 100%;
	height: auto;
}
#information .news20150121 .detail_main dl dd {
	display: table;
}
#information .news20150121 .detail_main dl .text,
#information .news20150121 .detail_main dl aside {
	display: table-cell;
	vertical-align: top;
}
#information .news20150121 .detail_main dl .text em {
	display: block;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}
#information .news20150121 .detail_main dl aside {
	padding-left: 20px;
}


