@charset "utf-8";
/* CSS Document */

/* #biz_p2
-----------------------------------------------------------------------*/

#biz_p2 .p2_lead {
	margin-bottom: 22px;
}

#biz_p2 h2 {
	width: 100%;
	height: 60px;
	background: url(/biz/p2/images/common_h2_bg.png) no-repeat 0 0;
	color: #fff;
	text-align: center;
	-webkit-background-size: cover;
	background-size: cover;
}
#biz_p2 .inner {
	margin-bottom: 40px;
	padding: 23px 20px;
	background-color: #f1f3f3;
}

/* #biz_p2 .contents#case
-----------------------------------------------------------------------*/
#biz_p2 #contents.case {
	float: none;
	width: 100%;
}

/* listStyle08 */
.listStyle08 {
	margin: 0;
	padding: 40px 0 35px;
	overflow:hidden;
	border-bottom: 1px solid #D1D1D1;
}
.listStyle08 li {
	padding-bottom: 0;
	margin-right: 0;
}
.listStyle08 li {
	float: left;
	width: 33.333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 25px 0 25px;
	margin-right: 0;
	border-right: 1px solid #D1D1D1;
}
.listStyle08 li:nth-child(even) {
	margin-left: 0;
}
.listStyle08 li:last-child {
/*	border: none;*/
}

/*--for tab link--*/
.listStyle08 li {
	min-height:204px;
}

@media only screen and (max-width: 768px) {
	.listStyle08 li {
		min-height: 0;
		padding-bottom: 15px !important;
	}
}

.listStyle08 li a {
	display: block;
	text-decoration: none;
}
.listStyle08 li a:hover {
	text-decoration: underline;
}
.listStyle08 li .img {
	float: none;
	display: block;
	margin: 0 auto 20px;
	border: none;
}
.listStyle08 li .img img {
	display: block;
	margin: 0 auto 5px;
	border: 1px solid #D1D1D1;
}
.listStyle08 li .ttl ,
.listStyle08 li .txt {
	margin-left: 0;
}

.listStyle08 li .ttl {
	display: block;
	padding-bottom: 5px;
	font-size: 112%;
	line-height: 1.3;
	font-weight: bold;
}
.listStyle08 li .txt {
	display: block;
	line-height: 2;
}


