/*  */
*{
	box-sizing: border-box;
	color: #333;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1;

	margin: 0;
	padding: 0;

}
a{
	text-decoration: none;
}
@page {
	size: A4;
	margin: 10mm;
}
html, body {
	width: 210mm;
}

/* ヘッダ非表示 */
div.header-wrap{
	display: none !important;
}
/* ぱんくず非表示 */
div.breadcrumb {
	display: none !important;
}
/* リンク非表示 */
div.data-link{
	display: none !important;
}
/* 店舗写真非表示 */
div.shop-data-print-img {
	display: none !important;
}
/* 店舗へのアクセスリンク非表示 */
ul.shop-access-link{
	display: none !important;
}
/* 店舗からのメッセージ非表示 */
section.shop-msg{
	display: none;
}
/*  */
img.contact{
	display: none !important;
}
/* 査定フォーム非表示 */
div.sw-inner{
	display: none !important;
}
/* フッタ非表示 */
footer.footer{
	display: none !important;
}




/*  */
div.main div.section-inner{
	padding: 10px;
}

/*  */
h1.p-h1-text{
	margin: 20px 0;
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
}
/*  */
div.shop-data-img{
	display: none;
}
div.shop-data-print-img{
	display: block;
	margin: 0 0 20px 0;
}
div.shop-data-print-img img{
	float: left;
	width: 49%;
	padding: 5px;
	border: 2px solid #ccc;
	margin: 0.5%;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true); /* IE5.5+ */
	background: #fff;

}

/*  */
div.shop-data-info{
	width: 90%;
	margin: 0 auto 0px;
}
div.shop-data-info p{
	float: left;
	width: 50%;
  text-align: left;
}
div.shop-data-info span{
	padding: 10px;
}
div.shop-data-info span.label{
	display: inline-block;
	width: 130px;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
  border: 1px solid;
}
div.shop-data-info span.item{
	display: inline-block;
	width: 100%;
	margin: 0 0 15px;
}

/*  */
h2.p-h2-text{
	margin: 0 0 10px;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
div.shop-access-gmap{
	max-width: 1200px;
	margin: 0 auto 30px;
}

/*  */
div.shop-msg-box{
	width: 80%;
	margin: 0 auto 30px;
}
div.shop-msg-box img{
	float: left;
	margin: 0 30px 0;
}
div.shop-msg-box p{
	padding: 10px;
}

/*  */
h2.p-contact-h2{
	margin: 0px 0px 0px 0px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	background-color: #1BC3F2;
	color: #fff;
	padding: 15px;
}
div.shop-access-gmap{
	width: 90%;
	margin: 0 auto 30px;
}
div.shop-access-gmap iframe{
	width: 100%;
}
.p-contact-tel{
	text-align: center;
}

.p-sellform {
	display: none !important;
}
.footer_grid {
	display: none !important;
}

