main {
	padding-bottom: 50px;
}
#title_wrap {
	background-image: url(../../../company/img/p05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	text-shadow: 1px 1px #666666;
}
#title_wrap #com_page_title h1  {
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 0.2em;
}
#title_wrap #com_page_title p {

}
#year_nav {
	margin-top: 20px;
	margin-bottom: 30px;
}
#year_nav li {
	display: inline-block;
}
#year_nav span {
	border: 1px solid #2BA6DF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 5px;
	margin-left: 0px;
}
#year_nav a {
	border: 1px solid #CCCCCC;
	text-decoration: none;
	color: #666666;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0px;
	margin-right: 5px;
	cursor: pointer;
}
#year_nav a:hover {
}
#topics_list section {
	position: relative;
	color: #2C2C2C;
	margin-top: 15px;
	display: block;
}
#topics_list  h3 {
	margin-left: 110px;
	font-weight: bold;
}
#topics_list .date {
	display: block;
	background-color: #595959;
	color: #FFFFFF;
	width: 100px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}
#topics_list p {
	margin-left: 110px;
	margin-top: 5px;
}
#topics_list .new {
	color: #2BA6DF;
}
#topics_list .new .date {
	background-color: #2BA6DF;
}


/* 1400以上の場合 */
@media only screen and (min-width:1400px){
	#topics_list{
		
	}
}

/* 1400未満すべて */
@media screen and (max-width: 1399px){

}
/* 780未満すべて */
@media screen and (max-width: 779px){

}
/* 700以上の場合 */
@media only screen and (min-width:700px){
	#topics_list{
		width: 680px;
	}
}
/* 700未満すべて */
@media screen and (max-width: 699px){

}
/* 600未満すべて */
@media screen and (max-width: 599px){

}
/* 440未満すべて */
@media screen and (max-width: 439px){

}
