@charset "utf-8";
/* ===================================================================
CSS information

 file name  :news_shop.css
 style info :新店紹介ページ用CSS
=================================================================== */
/* -----------------------------------------------------------
	全体要素上書き
----------------------------------------------------------- */

img{
	border:none;
}

#contents {
	width:940px;
	background:none;
}

/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */

h2 {
	margin-bottom:16px;
}

#contents h3 {
	padding-left:6px;
}







/* 	ロゴ画像
-----------------------------------------------------------*/
p.logo {
	float:left;
	width:170px;
	margin:0 12px 10px 0;
	border:#cccccc solid 1px;
 }

#shonew-article{
	width:667px;
	float:right;
}


.back-cont-head-top h4{
	padding:0 0 0 26px;
	min-height:40px;
	height: auto !important;
	height: 40px;
	color:#fff;
	font-weight:bold;
	display:block;
	font-size:117%;
	line-height:27px;
}

/* 	新店情報　メインコンテンツ包括要素
-----------------------------------------------------------*/

.shop-bot{
	width:652px;
	padding-bottom:17px;
	background:url(../img/newshopmain/back-cont-bot.gif) no-repeat bottom;
	margin-bottom:14px;
}

.shop-mid {
	width:612px;
	background:url(../img/newshopmain/back-cont.gif) repeat-y;
	padding:20px 20px 0 20px;
}

.shop-mid:after {
	content: ".";display: block;height: 0;clear: both;visibility: hidden;
}


.shopinfo h5{
	background:url(../img/newshopmain/icon-moriname.gif) no-repeat;
	text-indent:26px;
	margin-bottom:24px;
	
}

/* 	各月日横カテゴリ
-----------------------------------------------------------*/


.back-cont-head-top{
	width:652px;
	padding-top:17px;
	background:url(../img/newshopmain/back-cont-head-top.gif) no-repeat;
}

body.fashion .back-cont-head-top h4{
	background:url(../img/newshopmain/back-cont-head-top-bot-fas.gif) no-repeat bottom;
}

body.goods .back-cont-head-top h4{
	background:url(../img/newshopmain/back-cont-head-top-bot-goo.gif) no-repeat bottom;
}

body.food .back-cont-head-top h4{
	background:url(../img/newshopmain/back-cont-head-top-bot-foo.gif) no-repeat bottom;
}

body.service .back-cont-head-top h4{
	background:url(../img/newshopmain/back-cont-head-top-bot-ser.gif) no-repeat bottom;
}

body.amusement .back-cont-head-top h4{
	background:url(../img/newshopmain/back-cont-head-top-bot-amu.gif) no-repeat bottom;
}

/* 	店舗情報(テキスト)
-----------------------------------------------------------*/
p.comment {
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	clear:both;
	padding:14px 0;
}

/* 	TEL/営業時間
-----------------------------------------------------------*/
.shopinfo dl {
	margin:0 0 10px 0;
	float:left;
	width:162px;
	padding-top:31px;
}

.shopinfo dl dt {
	clear:left;
	float:left;
	width:60px;
	vertical-align:text-bottom;
	padding-top:5px;
	
}

.shopinfo dl dd {
	float:left;
	width:96px;
	padding:0 0 0 4px;
	line-height:20px;
	padding-top:5px;
}



.shopinfo{
	width:348px;
	float:left;
} 


.shop-mid .bphoto{
	width:248px;
	float:right;
}

.shop-mid .bphoto p{
	text-align:right;
}



/* -----------------------------------------------------------
	facebox用css
----------------------------------------------------------- */


/* 	店名
-----------------------------------------------------------*/

.shopname{
  position: absolute;
	margin-top:-50px;
	margin-left:-10px;
	width:468px;
	height:50px;
	background:#8ec21f;
  z-index:101;
  padding-left:5px;
}

.shopname img{
	float:left;
}

.shopname p{
	width:400px;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	float:left;
	padding-left:4px;
	padding-top:13px;
}



p.print {
	width:248px;
	margin:10px auto;
}

/* 	営業時間・電話番号
-----------------------------------------------------------*/

.contents2 dl {
	margin:0 0 10px 0;
	float:left;
	width:162px;
	padding-top:35px;
}

.contents2 dl dt {
	clear:left;
	float:left;
	width:60px;
	margin-bottom:5px;
	vertical-align:text-bottom;
	
}

.shopinfof{
	width:400px;
	padding:20px 0 20px 0;
}

.contents2 dl dd {
	float:left;
	width:98px;
	padding:3px 0 0 4px;
}

#aside{
	padding-left:15px;
}


/* 	プリント用店名
-----------------------------------------------------------*/

.shopname2{
	display:none;
}


/* 	プリントcss
-----------------------------------------------------------*/

@media print{
.wrapper,
#facebox .footer {
	display:none;
	background:#fff;	
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;

}

body {
	background:#fff;
	position:relative;
}

.linkalert-box {
	position:absolute;
	top:0;
	left:0;
}

#facebox {
	margin:0 !important;
	padding:0 !important;
	position:absolute !important;
	top:0 !important;
	left:0 !important;
}

body{
	width:600px !important;
	height:800px !important;
}

html body .wrapper2 {
	margin:0 0 0 0;
	border:none;
	position:absolute;
	top:100px;
	left:0;
	width:600px !important;
	height:800px !important;
	
}

.print2 {
	display:none;
}

html body .wrapper2 {
}

.shopname{
	display:none;
}

p.print{
	display:none;
}

.shopname2{
	display:block;
}


}













