@charset "utf-8";

/* トピックス */
@import url("../../common/css/common.css");
/*
border: 1px solid red;
*/


/* contents */
#contents {

	width: 715px;
}
article.list {
	width: 695px;
	padding: 10px 5px 40px 15px;
}
span.year {
	line-height: 300%;
}
#contents ul#list_sp {
	font-size: 23px;
	line-height: 36px;
	padding-bottom: 10px;
}
#contents ul#list_sp li {
	float: left;
}
span.year {
	font-size: 30px;
	line-height: 50px;
	padding-top: 10px;
}
li.date {
	width: 250px;
}
li.title {
	width: 440px;
	word-break:break-all;
}

table#tp_syousai {

	width: 715px;
	padding: 10px 15px 40px 15px;
	font-size: 24px;
	line-height: 36px;
	word-break:break-all;
}
.day_size {
	font-size: 24px;
	line-height: 36px;
}
.title_size {
	font-size: 30px;
	line-height: 36px;
}
table#tp_syousai tr td {
	padding-bottom: 20px;
}
table#tp_syousai tr td.img_sp img {
	width: 220px;
	padding-right: 10px;
}





/* fit images on text tags */
#contents div,
#contents ul.products,
#contents h4,
#contents dl dt {
	font-size: 0;
	line-height: 0;
}

/* clearfix */
#contents ul#list_sp:after,
#contents ul.products:after,
#contents ul#newgenre:after,
#contents dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents ul.products,
#contents ul#newgenre,
#contents dl {zoom:100%;}
