@charset "euc-jp";

/* ----------------------------------------------

	ArtMeter / SPECIAL NEWS styles
	author   : (C)KAYAC http://www.kayac.com/

---------------------------------------------- */


div#contBody div#specialNews {
}
div#contBody div#specialNews h3 {
	margin: 0 0 20px;
}
div#contBody div#specialNews h4 {
	margin: 0 0 10px;
}
div#contBody div#specialNews p {
	margin: 0 0 15px;
}
div#contBody div#specialNews p.notice {
	font-size:85%;
	margin-bottom:40px;
}

div#contBody div#specialNews p strong {
	color: #F9630D;
	font-weight: bold;
}

div#contBody div#specialNews table.schedule {
	width: 960px;
	margin: 0 0 10px;
	border-collapse: collapse;
}
div#contBody div#specialNews table.schedule tr th,
div#contBody div#specialNews table.schedule tr td {
	padding: 4px;
	font-size: 85%;
	border: 1px solid #CCCCCC;
}
div#contBody div#specialNews table.schedule tr th {
	background: #EEEEEE;
}
div#contBody div#specialNews table.schedule tr.scFirst th {
	font-weight: normal;
	text-align: center;
}
div#contBody div#specialNews table.schedule tr.scFirst th.sat {
	color: #006699;
}
div#contBody div#specialNews table.schedule tr.scFirst th.sun {
	color: #FF0000;
}

div#contBody div#specialNews table.schedule tr td {
	text-align: center;
}
div#contBody div#specialNews table.schedule tr td.close {
	background: #FFCCCC;
}
div#contBody div#specialNews table.schedule tr td.open {
	color: #669900;
	font-weight: bold;
	background: #E3EECC;
}


/* ebisu 移転 ---------------------------------------------- */
div#boxEbisu {
	padding-bottom: 50px;
}
div#boxEbisu h3 {
	padding-bottom: 40px;
}

div#boxEbisu h4 {
	padding-bottom: 20px;
	clear: both;
}
div#boxEbisu p.lead {
	float: left;
	padding: 20px;
	width: 690px;
}
div#boxEbisu p.phShop {
    float:right;
}
p.btnSale {
	text-align: center;
	clear: both;
	padding-bottom: 50px;
	}
div.unitArigatou {
	border: 2px solid #000;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	padding: 40px;
	height: 200px;
}

div.unitArigatou h5 {
	float: left;
	width: 242px;
	margin-right: 25px;
}
div.unitArigatou p {
	float: left;
	margin-right: 5px;
	width: 315px;
}
div.unitArigatou #map {
	float: left;
	width: 00px;
}

/* shopイベントページ ---------------------------------------------- */
div#topTxtBox {
    position: relative;
    width: 765px;
}

div#contBody h3#txtAbout01 {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-top: 15px;
    float: left;
    width: 434px;
}
h3#txtAbout01 {
	float: left;
    width: 434px;
}
div#topTxtBox p.crBtn {
    position: absolute;
    right: 0;
    top: 15px;
    width: 256px;
}
div.contSection h4 {
    border-left: 4px solid #333333;
    padding: 4px 4px 4px 8px;
}
div.contSection dl.eventPh {
    float: left;
    width: 464px;
}
div.contSection dl.eventPh img {
	border: 3px solid #CCCCCC;
}
div.contSection dl.calEventDetail {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 0;
    float: right;
    margin: 0 0 50px;
    padding: 0;
    width: 256px;
}
div#contBody div.contSection dl.calEventDetail dt.first {
    background: none repeat scroll 0 0 transparent;

}

div#contBody div.contSection dl.calEventDetail dd.first {

}
div#contBody div.contSection dl.calEventDetail dt {

    font-weight: bold;
    margin: 0;
    padding: 5px;
}
div#contBody div.contSection dl.calEventDetail dd {
	margin: 0;
	padding: 5px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/img/common/line_dot01.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}
/* Clearfix
---------------------------------------------- */


div#contents ,
div.unitArigatou {
		zoom: 1;/*for IE 5.5-7*/
}
div#contents:after ,
div.unitArigatou :after{/*for modern browser*/
		display: block;
		clear: both;
		visibility: hidden;
		content: ".";
		height: 0px;
}
* html div#contents ,
* html div.unitArigatou {
	display: inline-table;
	/*\*/display: block;/**/
}

