
body.headline-special #main > article > a > div.title{
	margin:0 0 20px 0;
}
body.headline-special #main > article > a > div.title > h1 span{
	color:transparent;
}
body.newlife2018 #main > article > a > div.title > h1{
	background-image:url(/img/headline/corners/special/newlife2018/title.jpg);
	min-height:250px;
	background-size:cover;
}
body.event #main > article > a > div.title > h1{
	background-image:url(/img/headline/corners/special/event/title.jpg);
	min-height:240px;
	background-size:cover;
}

ul.list-02 li.item .text{
	padding:10px;
}
ul.list-02 li.item .text .title{
	font-size:18px;
	line-height:1.3;
}
ul.list-02 li.item div.body div.image {
	width: 230px;
	margin:0;
}
@media only screen and (min-width: 641px) {/*PC*/
	ul.list-02 li.item div.body div.text p.title {
		line-height: 1.5;
		font-size: 18px;
	}
}


@media only screen and (max-width: 641px) and (min-width: 0px) {/*SP*/
	ul.list-02 li.item div.body div.image {
		width: 160px;
	}
}
ul.list-02 li.item div.body div.image img {
    max-width: 100%;
    max-height: 100%;
}
