@charset 'utf8';
DL.state_list {}
DL.state_list DT {clear: both;
  float: left;
  font-weight: bold;
}
DL.state_list DT:after {
  clear: both;
}
DL.state_list DD {
}
DL.state_list DD UL {
	margin: 0;
	margin-left: 16px;
	padding: 0;
}
DL.state_list DD UL LI {
  list-style-type: none;
  float: left;
}
DL.state_list DD UL:after {
  clear: both;
}
DL.state_list DT:after {
  clear: both;
}
DL.state_list:after {
  clear: both;
}


DL.store_compaign_list * {
  margin: 0;
  padding: 0;
}
/** 都道府県(画像設定) */
DL.store_compaign_list DT {
  background:url(img/shop_topics.jpg) no-repeat;
  width: 130px;
  height: 30px;
}
/** 都道府県(文字設定) **/
DL.store_compaign_list DT A {
  position: absolute;
  margin: 7px 0 0 35px;
  font-weight: bold;
  font-size:14px;
  color: #CCC;
}

/** 店舗情報 */
DL.store_compaign_list DD {
  margin: 10px auto;
  width: 600px;
  padding: 0;
  border: solid 1px #666;
  background-color: #C7C7C7;
}
/** 店舗名 */
DL.store_compaign_list DD H3 {
  margin: 0;
  padding: 4px;
  background-color: #746C62;
  color: #CCC;
}
/** 店舗名リンク */
DL.store_compaign_list DD H3 A {
  color: #FFF;
}
/*
DL.store_compaign_list DD H3 A:visited {
}
DL.store_compaign_list DD H3 A:active {
}
DL.store_compaign_list DD H3 A:hover {
}
*/
/** 店舗TEL */
DL.store_compaign_list DD H3 .tel {
  font-weight: normal;
  font-size: small;
}

DL.store_compaign_list .store_info {
  margin: 6px;
}
/** 住所テキスト */
DL.store_compaign_list .store_info P.addr {
	color:#333;
}
/** 紹介テキスト */
DL.store_compaign_list .store_info P.info {
	color:#CCC;
  margin-top: 5px;
  padding: 5px;
  background: #2A1F1D;
}
/** 紹介画像 */
DL.store_compaign_list .store_info P.info IMG {
  width: 50px;
  height: 15px;
  margin-right: 4px;
}
/** 詳細テキスト */
DL.store_compaign_list .store_info P.desc {
}
.back_top {
  text-align: right;
}
