/*ヘッダー・フッター背景*/
body {
background: #ccc;
}

/*フッター文字色*/
.global_footer, .global_footer .tel a {
color: #000;
}

/*背景色#wrapperと同色*/
.main .introduction, .utility, .main .coupon_inner, .main .contents_list li a, .main .sns, .main .banner_inner, .main .shop_info_detail, .main .shop_info_detail th, .main .menu_list, .main .map .inner, .main .topics_list li a, .main .othertopics, .main .about, .main .event, .main .recruit, .main .menu_list .ttl:after, .main .contents_list li a:after,.main .topics_list li a:after {
  background: #ccc;
}

/*文字色*/
a, .main .introduction, .main .coupon_inner, .main .contents_list li a, .main .shop_info_detail, .main .menu_list, .main .topics_list li a {
color: #000;
}

/*アイコンの色*/
.main .menu_list .ttl:before, .main .contents_list li a:before, .main .topics_list li a:before {
  background: #000;
}

/*項目名タイトル#left .side-navi ul liと同色*/
.hd02 {
background: #945400;
color: #fff;
}

/*クーポン*/
.main .coupon_detail {
  background: #f3f2ee;
  color: #bf3a00;
}

.main .coupon_box {
  border: 1px solid #bf3a00;
}

/*一覧の仕切り線*/
.main .contents_list li, .main .topics_list nav, .main .menu_list .item li {
border-bottom: 1px solid #ccc;
}
/*メニューの仕切り線*/
.main .menu_list .ttl {
border-top: 1px solid #ccc;
}
