@charset "utf-8";
/* CSS Document */
#t_topics{
	max-width: 1240px;
	margin: 80px auto 0;
	width: 90%;
}
#inbox{
	max-width: 1240px;
	margin: 0 auto;
	width: 90%;
}
dl.t_info_update dt{
	display:block;
	width: 6em;
	line-height: 1.4;
	margin-bottom: -1.4em;
	margin-left: 1em;
}
dl.t_info_update dd {
	line-height: 1.4;
	margin-left: 8em;
	display:block;
	margin-bottom: 0.5em;
}
dl.t_info_update dd h3,
dl.t_info_update dd h4,
dl.t_info_update dd h5,
dl.t_info_update dd p {
	margin-top: 0px;
	margin-bottom: 1em;
}

dl.t_info_update dd.t_image {
	margin-top: -0.3em;
	margin-bottom: 1em;
}
dl.t_info_update dd.t_image img {
  max-width: 100%;
}
dl.t_info_update span.t_new {
	color: red;
	padding-left: 5px;
}
dl.t_info_update span.t_category {
	font-size: 80%;
	padding-left: 5px;
}
p.t_info_update {
	line-height: 1.4;
	margin-left: 8em;
	display:block;
}
#t_article{
	margin-top: 80px;
}
@media screen and (max-width:768px){
	#t_topics{
		margin-top: 40px;
	}
	#t_article{
		margin-top: 40px;
	}
}