@charset "utf-8";
/* CSS Document */


/* ================================================================= */
/*                                                                   */
/* 店舗情報ページ infomation.css*/
/*                                                                   */
/*================================================================== */

h1{
	background-image: url(../image/header_image04.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contents_head{
	padding-bottom:17px;
}
.store_card{
	display:block;
	margin:0px 0px 20px 0px;
	padding:0px;
}
.store_img{
	width:350px;height:350px;
	margin:0px;padding:0px;
	float:left;
	display:block;
}
.store_name{
	float:right;
	text-align:left;
	font-size:18px;
	line-height:160%;
	display:block;
	margin:0px 0px 5px 0px;
	padding:0px;
	width:440px;
	border:0px;
	border-bottom:solid 1px #161616;
}
.store_info{
	float:right;
	text-align:left;
	display:block;
	line-height:160%;
	width:440px;
	padding:0px;
	margin:20px 0px 0px 0px;
}