@charset "utf-8";
/* CSS Document */


/* ul.listStyle08 */
ul.listStyle08 {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

ul.listStyle08 li {
	width: 100%;
	padding: 0 15px 0 15px;
	border-right: none;
	border-bottom: 1px solid #D1D1D1;
	clear: both;
}

ul.listStyle08 li .img {
	width: 40%;
	padding-right: 2%;
	margin: 0 0 5px 0;
	float: left;
}
ul.listStyle08 li .img img {
	margin: 0;
}
.listStyle08 li .ttl {
	width: 60%;
	float: left;
}
ul.listStyle08 li .txt {
	width: 60%;
	float: left;
	line-height: 1.6rem;
}

ul.listStyle08 li:last-child {
	border-bottom: 1px solid #D1D1D1;/* PC用とは異なり、スマホ用表示時はborder追加 */
}
