/* ##### facility.php ##### */
/* 段違い */

#list2 .common_sub_1pwtxt_ph, #list4 .common_sub_1pwtxt_ph {
	float:right;
}
#list2 .common_sub_1pwtxt_txt,
#list4 .common_sub_1pwtxt_txt,
#list2 h1,
#list4 h1 {
	float:left;
}

/* ##### responsive ##### */
@media (max-width: 1199px) {
	#list2 .common_sub_1pwtxt_ph, #list4 .common_sub_1pwtxt_ph {
		margin-right:0;
		margin-left:4%;
	}
}


/* ---------------------------------------------------------------- */
/* GRANDオリジナルグッズ訴求バナー
/* ---------------------------------------------------------------- */

.bnr_goods{
	width:100%;
	max-width: 785px;
	margin: 0 auto;
	padding: 10px 0;
	display: block;
	text-align: center;
	letter-spacing: -.40em;
	box-sizing:border-box;
	border: 1px solid #30353a;
}
.bnr_goods img{
	width: 298px;
}
.bnr_goods p{
	width: 40%;
	display: inline-block;
	*display:inline;
	*zoom: 1;
	letter-spacing: normal;
	padding-left: 1%;
	margin: 0;
}
.bnr_goods p.goods_link_text{
	width: 60%;
	display: inline-block;
	*display:inline;
	*zoom: 1;
	letter-spacing: normal;
	padding-left: 0;
	vertical-align: middle;
}

/* ##### responsive ##### */

@media (max-width: 799px) {
	.bnr_goods {
		width:80%;
		margin-top: 40px;
	}
	.bnr_goods img{
		width: 100%;
		padding: 0 10px;
	}
	.bnr_goods p{
		width:100%;
		padding-left: 0;
		margin: 0;
	}
	.bnr_goods p.goods_link_text{
		padding-top: 10px;
	}
}