@charset "utf-8";

html,
#copyright{
	background:#FFF;
}
#page{
	min-width:1000px;
	background:#FFF;
}
#footer{
	margin:0 0 2px 0;
	border-bottom:2px solid #000;
}
#top_news{
	border:1px solid #EAD4B5;
}
#top_news h2{
	background:url(pc/bg-top_news.png);
}
#top_news .news-item{
	border-top:1px dashed #EAD4B5;
}
#top_news .news-item:first-child{
	border-top:none;
}
.page-title{
	background:url(pc/title/bg.png) repeat-x;
}
.page-title.staff{
	background:url(pc/title/bg.png) repeat-x 0 -25px;
}


/**/
/*タイトル背景*/
.top_news>div.row>div.col-xs-12,
.top_lineup>div.row.title>div.col-xs-12,
h2.page-title,
h3.page-title.staff
{
	border: solid 2px #000;
	box-sizing: border-box;
	background-color:#FAF4E6;
}

/*トップニュース日付*/
.col-xs-4.date>div.col-xs-12
{
	background-color : #FAF4E6;
	color : #000;
}


/*キャプション*/
.widget_ecreate_recruit_widget .widget-caption,
.widget_ecreate_menu_widget .widget-caption,
.widget_ecreate_shop_widget .widget-caption {
    background-color: #FAF4E6;
}

/*クーポン,プレゼント*/
.type-coupon.hentry.coupon,
.type-present.hentry.present {
	border: solid 1px #000;}

div.coupon>div>h3.entry-title, div.present>h3.entry-title {
    background-color: #FAF4E6;
    color: #000;
}
div.coupon>div>h3.entry-title>span.fee-field.fee-initialized>span.fee-field.fee-initialized,
div.present>h3.entry-title>a>span.fee-field.fee-initialized>span.fee-field.fee-initialized {
    color: #000 !important;
}

/*ブログページ*/
.widget_ecreate_blog_new_widget .widget-title,
.widget_ecreate_blog_theme_widget .widget-title,
.widget_ecreate_blog_calendar_widget .widget-title {
    border: none;
    color: #a18c6e;
    background-color: #FAF4E6;
}