@charset "UTF-8";

@import "common.css";

/* CSS Document */


body{
	background:none;
}


/* wrap
===================================================*/
#print_wrap{
	width:595px;
	height:842px;
	margin:0 auto;
}

.header{
	height:37px;
	padding:8px 6px 0 15px;
	border-bottom:solid 4px #ab1c23;
}
.header .logo{
	float:left;
}
.header a{
	display:block;
	float:right;
}


/* contents
===================================================*/
.contents{
	padding:0 15px;
	margin-top:1px;
}


/* Shop Nmae */
.shop_name{
	background:url(../images/mediadata/sample/img_namebgbottom.gif) no-repeat right bottom;
}
.name_text{
	float:right;
	width:457px;
	padding:0 20px 0 20px;
	margin-top:5px;
	background:url(../images/mediadata/sample/img_namebgtop.gif) no-repeat left top;
}
.name_text p.tel{
	float:right;
	padding-left:20px;
	margin-top:18px;
	background:url(../images/mediadata/sample/img_print_tel.gif) no-repeat left center;
	font-size:10pt;
	font-weight:bold;
	color:#ab1c23;
}
*html .name_text p.tel{
	margin-top:20px;
}
.name_text p.tel span{
	display:none;
}

.name_text p.name{
	width:300px;
	margin-top:12px;
	font-size:12pt;
	font-weight:bold;
	line-height:1.4;
}
.name_text p.name span{
	display:block;
	font-size:9pt;
	font-weight:normal;
	color:#999999;
}


/* Coupon */
.coupon{
	margin-top:5px;
	background: url(../images/shopnavi/bg_cpn.gif) repeat left top;
}
.coupon p.otoku{
	padding:10px;
	padding-bottom:0;
	border-top:dotted 2px #ab1c23;
	font-size:10pt;
	font-weight:bold;
	line-height:1.4;
	color:#ab1c23;
}
.coupon p.otoku img{
	display:block;
	float:left;
	width:31px;
	margin-right:10px;
}
.coupon p.remit{
	padding:10px 10px 5px 10px;
	font-size:8pt;
	line-height:1.4;
}
.coupon p.remit span{
	font-weight:bold;
}


/* Shop Data */
.shopdata{
	margin-top:8px;
}
.shopdata table{
	width:100%;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
}
.shopdata td{
	padding:3px 5px 0 10px;
	border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	font-size:7pt;
}
.shopdata td.data_head{
	width:70px;
	background-color:#efefef;
}
.shopdata td.section{
	width:220px;
}


/* 電話帳 */
#directory .name_text p.name{
	font-size:125%;
}

#directory .shopdata td{
	font-size:100%;
}




/* Map */
.map{
	margin-top:10px;
	text-align:center;
}




@media print{
/* 印刷用css */
.header a{
	display:none;
}
.name_text p.tel span{
	display:inline;
}
.shopdata table{
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
}
.shopdata td{
	padding:2px 3px 0 8px;
	border-top:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
}
.shopdata td.data_head{
	width:65px;
	border-left:solid 5px #cccccc;
}
}



