@charset "UTF-8";
/*-------------------------------------------------------------------画像置換*/
/*---------------------------------------------------------------------------*/
.special-project a#prev,
.special-project a#next,
article#content section.animation div.pager a span,
article#content section.animation a.prev,
article#content section.animation a.next,
p.pagetop a,
header nav ul li,
nav#pnav ul li,
div.rankingnav ul li,
.textImage {
  font-size: 0;
  *font-size: 100%;
  overflow: hidden;
  display: block;
  height: 100%;
  text-indent: -8000em;
  background-image: url(/common/img/px.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------画像置換inlineBlock*/
/*---------------------------------------------------------------------------*/
.textImageInlineBlock {
  overflow: hidden;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 100%;
}

/*-------------------------------------------------------------ボタン画像置換*/
/*---------------------------------------------------------------------------*/
.textInput {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
  overflow: hidden;
  display: block;
  text-indent: -8000em;
  background: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  outline: none !important;
}

/*---------------------------------------------------------------------非表示*/
/*---------------------------------------------------------------------------*/
.noScreen {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

/*----------------------------------------------------------------inlineBlock*/
/*---------------------------------------------------------------------------*/
.inlineBlock {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/*-------------------------------------------------------------------clearbox*/
/*---------------------------------------------------------------------------*/
div.pager:after,
nav ul:after,
.clearbox:after,
div#wrapper:after,
header:after,
footer:after,
section:after {
  content: url(/common/img/px.gif);
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

div.pager,
nav ul,
.clearbox,
div#wrapper,
header,
footer,
section {
  zoom: 1;
  display: inline-table;
}

div.pager,
nav ul,
.clearbox,
div#wrapper,
header,
footer,
section {
  display: block;
}

/*---------------------------------------------------------------フォーム選択時*/
/*---------------------------------------------------------------------------*/
input:focus {
  background-color: #ffffcc;
}

/*---------------------------------------------------------------もっと詳しく*/
/*---------------------------------------------------------------------------*/
p.link a {
  color: #006699;
}

/*-----------------------------------------------------------ドロップシャドウ*/
/*---------------------------------------------------------------------------*/
.box-effect {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  background-color: #fff;
  behavior: url(/common/css/PIE.htc);
}

/*------------------------------------------------------------------CP値関連*/
/*---------------------------------------------------------------------------*/
/* 点数レベルの色分け */
.levelHigh {
  background-color: #cc0033;
}

.levelMiddle {
  background-color: #990033;
}

.levelLow {
  background-color: #666666;
}

.levelNone {
  background-color: #333333;
}

/*CP値*/
.compensation p:first-child {
  padding: 8px 0 0 0;
  color: #fff;
  font-size: 100%;
  text-align: center;
}

p.number {
  letter-spacing: -1px;
  font-size: 300%;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  color: #fff;
}

p.number.notopen {
  font-size: 29px;
  padding: 10px 0 0;
}

p.number span {
  font-size: 66.66%;
}

/*---------------------------------------------------------------------星評価*/
/*---------------------------------------------------------------------------*/
.star00 {
  background: url(/common/img/ranking-common/img_star00.png) no-repeat 0 0;
  width: 95px;
  height: 21px;
}

.star05 {
  background: url(/common/img/ranking-common/img_star05.png) no-repeat 0 0;
  width: 95px;
  height: 21px;
}

.star10 {
  background: url(/common/img/ranking-common/img_star10.png) no-repeat 0 0;
  width: 95px;
  height: 21px;
}

.star15 {
  background: url(/common/img/ranking-common/img_star15.png) no-repeat 0 0;
  width: 95px;
  height: 21px;
}

.star20 {
  background: url(/common/img/ranking-common/img_star20.png) no-repeat 0 0;
  width: 95px;
  height: 21px;
}

.star25 {
  background: url(/common/img/ranking-common/img_star25.png) no-repeat 0 0;
  width: 95px;
  height: 21px;
}

.star30 {
  background: url(/common/img/ranking-common/img_star30.png) no-repeat 0 0;
  width: 95px;
  height: 21px;
}

.star35 {
  background: url(/common/img/ranking-common/img_star35.png) no-repeat 0 0;
  width: 95px;
  height: 21px;
}

.star40 {
  background: url(/common/img/ranking-common/img_star40.png) no-repeat 0 0;
  width: 95px;
  height: 21px;
}

.star45 {
  background: url(/common/img/ranking-common/img_star45.png) no-repeat 0 0;
  width: 95px;
  height: 21px;
}

.star50 {
  background: url(/common/img/ranking-common/img_star50.png) no-repeat 0 0;
  width: 95px;
  height: 21px;
}

/*-------------------------------------------------------------------動画紹介*/
/*---------------------------------------------------------------------------*/
article#content section.animation {
  width: 765px;
  padding-bottom: 11px;
  border: 1px solid #C1BFBF;
}

article#content section.animation ul.select {
  width: 766px;
  margin-left: -1px;
  border-bottom: 1px solid #AFAEAE;
}

article#content section.animation ul.select li {
  width: 383px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 160%;
  float: left;
  background: url(/common/img/tab/tab1.png) no-repeat;
}

article#content section.animation ul.select li a {
  text-decoration: none;
  display: block;
  width: 383px;
  height: 45px;
  font-size: 16px;
  color: #000000;
}

article#content section.animation ul.select li a:hover,
article#content section.animation ul.select li.selected a {
  line-height: 47px;
  background: url(/common/img/tab/tab1-over.png) no-repeat;
  color: #000000;
}

article#content section.animation ul.select li.selected a:hover {
  text-decoration: none;
}

article#content section.animation {
  position: relative;
  background: #FFF url(/common/img/ranking-common/bg_gradient.gif) no-repeat 0 100%;
}

article#content section.animation h2 {
  line-height: 0;
}

article#content section.animation ul.slider {
  position: relative;
  z-index: 110;
  width: 669px;
  margin: 25px 0 0 57px;
}

article#content section.animation ul.slider li {
  float: left;
  width: 149px;
  height: 200px;
  padding-right: 17px;
}

article#content section.animation ul.slider li img {
  margin-bottom: 5px;
  width: 149px;
}

article#content section.animation ul.slider li p {
  text-align: left;
  line-height: 1.57;
  width: 148px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

article#content section.animation ul.slider li p a {
  color: #006699;
}

article#content section.animation ul.slider li p.name a {
  font-size: 116.6%;
}

article#content section.animation ul.slider li p span {
  display: inline-block;
}

article#content section.animation ul#control {
  width: 729px;
  position: absolute;
  top: 124px;
  padding-left: 18px;
  z-index: 100;
}

article#content section.animation ul#control li.next {
  float: right;
}

article#content section.animation ul#control {
  float: left;
}

article#content section.animation #cyclePager {
  width: 100%;
  padding-top: 16px;
  text-align: center;
}

article#content section.animation #cyclePager span {
  margin-right: 6px;
}

article#content section.animation a.prev {
  position: absolute;
  top: 125px;
  left: 18px;
  display: block;
  width: 20px;
  height: 150px;
  background: url(/common/img/ranking-common/btn_prev.gif) no-repeat;
}

article#content section.animation a.prev:hover,
article#content section.animation a.next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -moz-opacity: 0.7;
}

article#content section.animation a.next {
  position: absolute;
  top: 125px;
  left: 724px;
  display: block;
  width: 20px;
  height: 150px;
  background: url(/common/img/ranking-common/btn_next.gif) no-repeat;
}

article#content section.animation div.pager {
  margin: 0 auto;
  text-align: center;
}

article#content section.animation div.pager a {
  text-align: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 16px;
  height: 15px;
  margin-right: 10px;
  background: url(/common/img/ranking-common/icon_cycle.png) no-repeat;
}

article#content section.animation div.pager a.selected {
  background: url(/common/img/ranking-common/icon_cycle_active.png) no-repeat;
}

/*-----------------------------------------------------------ソート用プルダウン*/
/*---------------------------------------------------------------------------*/
.headingResult ul.tabList {
  float: left;
  width: 85px;
  margin-right: 10px;
}

.headingResult ul.tabList li {
  position: relative;
  color: #FFF;
  float: left;
  text-align: center;
  background: #656565;
  padding: 5px 0 0 0;
  display: inline-block;
  width: 85px;
  height: 22px;
  font-size: 12px;
}

.headingResult ul.tabList li a {
  color: #FFF;
  text-decoration: none;
}

article#content .headingResult ul.tabList li a:hover,
article#content .headingResult l.tabList li a.selected {
  background: url(/common/img/ranking-common/bg_sort_on.gif) no-repeat top center;
  color: #000;
  border: none;
  height: 22px;
}

article#content .headingResult ul.tabList > li:last-child {
  width: 85px !important;
}

article#content .headingResult ul.tabList > li:last-child a {
  width: 85px !important;
}

article#content .headingResult ul.tabList ul {
  display: none;
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 999;
}

article#content .headingResult ul.tabList ul li {
  background: #deddde;
  border-left: none;
  border-top: none;
  border-right: none;
  padding: 0;
  height: 27px;
  width: 85px;
}

article#content .headingResult ul.tabList ul li a {
  color: #000;
  border-bottom: 1px solid #333;
  height: 22px;
  display: block;
  padding: 5px 0 0 0;
}

article#content .headingResult ul.tabList ul li a:hover {
  border-bottom: 1px solid #333;
}

/*---------------------------------------------------------------調査店舗一覧*/
/*---------------------------------------------------------------------------*/
article#content section#storeList h2 {
  padding: 10px 0 4px 20px;
  background: url(/common/img/ranking/delivery/bg_health.gif) repeat-x 0 0;
}

section#storeList .headline2 {
  background: url(/common/img/ranking-common/bg_headline02.gif) repeat-x 0 0;
  padding: 10px 0 6px 19px;
}

section#storeList ul.select li {
  width: 96px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  float: left;
  background: url(/common/img/ranking-common/bg_tab_off_s.gif) no-repeat;
}

section#storeList ul.select li.listLast {
  width: 95px;
  background: url(/common/img/ranking-common/bg_tablast_off.gif) no-repeat;
}

section#storeList ul.select li.listLast a {
  width: 95px;
}

section#storeList ul.select li.listLast a:hover,
section#storeList ul.select li.listLast a.selected {
  width: 95px !important;
  background: url(/common/img/ranking-common/bg_tablast_on.gif) no-repeat;
}

section#storeList ul.select li a {
  display: block;
  width: 95px;
  height: 44px;
  line-height: 44px;
  color: #000000;
  text-decoration: none;
}

section#storeList ul.select li a:hover,
section#storeList ul.select li a.selected {
  line-height: 47px;
  background: url(/common/img/ranking-common/bg_tab_on_s.gif) no-repeat;
}

section#storeList ul.select li a.selected:hover {
  text-decoration: none;
}

section#storeList ul.select li.reset a {
  padding-left: 5px;
  text-align: left;
  width: 104px;
  color: #000000;
}

section#storeList ul.listItem01 {
  position: relative;
  overflow-y: auto;
  height: 390px;
  background: #f1f0f0;
}

section#storeList ul.listItem01 span.closed {
  color: #999999;
}

section#storeList ul.listItem01 li {
  position: relative;
  padding: 15px 0 10px 66px;
}

section#storeList ul.listItem01 li > p {
  position: absolute;
  left: 0;
  top: 1px;
  width: 48px;
  padding: 10px 0 10px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -1px;
}

section#storeList ul.listItem01 li > p.none {
  position: absolute;
  padding: 14px 0 12px;
  background: #333;
  font-size: 14px;
  letter-spacing: 0;
}

section#storeList ul.listItem01 li > p span {
  font-size: 12px;
}

section#storeList ul.listItem01 li.odd {
  background: url(/common/img/report/100/bg_odd.gif) repeat-x 0 0;
  padding: 15px 0 10px 66px;
}

section#storeList ul.listItem01 li.even {
  background: #FFF url(/common/img/report/100/bg_even.gif) repeat-x 0 0;
}

section#storeList ul.listItem01 li > a {
  font-weight: bold;
  font-size: 15px;
  display: block;
  color: #000;
}

div.investigates a {
  position: absolute;
  right: 11px;
  top: 2px;
  margin-left: 0;
  z-index: 999;
}

div.investigates a.selected {
  opacity: 0.3;
  _filter: alpha(opacity=30);
  -ms-filter: "alpha( opacity=30 )";
}

div.investigates p.count {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 30px;
  height: 23px;
  padding: 6px 0 0 2px;
  text-align: center;
  display: inline-block;
  background: url(/common/img/ranking-common/bg_bubble03.png) repeat-x 0 0;
}

div.investigates p.count span {
  /* position: absolute;
  top: 6px;
  left: 6px; */
  color: #000;
  font-weight: bold;
  font-size: 12px;
}

/*---------------------------------------------------------------エリア*/
/*---------------------------------------------------------------------------*/
div#gMap {
  width: 767px;
  height: 403px;
}

.areaList a {
  color: #069;
}

.areaList table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.areaList table th {
  width: 134px;
  padding: 10px 0 6px 6px;
  background: url(/common/img/ranking-common/bg_list.gif) repeat-x;
  border-right: 1px solid #CCC;
  text-align: left;
}

.areaList table th.noborder,
.areaList table td.noborder {
  border-right: none;
}

.areaList table th a {
  padding-left: 11px;
  background: url(/common/img/ranking-common/icon_arrow02.gif) no-repeat 0 40%;
  font-size: 13px;
  font-weight: bold;
}

.areaList table td {
  width: 134px;
  padding: 9px 0 9px 18px;
  border-right: 1px solid #CCC;
}

.areaList table td li {
  padding: 0 0 4px 15px;
  background: url(/common/img/ranking-common/icon_arrow03.gif) no-repeat 0 20%;
}

#content .blockMapInner {
  margin: 2px 0 0;
  border: 1px solid #AFAEAE;
  border-bottom: none;
}

#content ul.cityList {
  background: url(/common/img/ranking-common/bg_citylist.gif) repeat-x 0 0;
  border-bottom: 2px solid #AFAEAE;
}

#content ul.cityList li {
  float: left;
  margin-right: 8px;
  padding: 8px 0 8px 14px;
}

#content ul.cityList li img {
  vertical-align: middle;
  margin-right: 3px;
}

#content ul.cityList li p {
  display: inline;
  position: relative;
  width: auto;
}

#content ul.cityList li p img {
  margin-right: 0;
}

#content ul.cityList li p span.investigation {
  position: absolute;
  top: -12px;
  left: 2px;
  width: 60px;
  color: #FFF;
  font-size: 11px;
  letter-spacing: -1.5px;
  text-align: center;
}

*:first-child + html #content ul.cityList li p span.investigation {
  top: 12px;
}

#content ul.cityList li p em {
  position: absolute;
  top: -2px;
  left: 15px;
  color: #FFFF00;
  font-size: 23px;
  font-style: normal;
}

*:first-child + html #content ul.cityList li p em {
  top: 22px;
}

#content ul.cityList li p em span {
  font-size: 11px;
}

#content .blockMapInner .map {
  position: relative;
  margin-bottom: -1px;
  -moz-box-shadow: 0 2px 2px 1px #B6B6B6;
  -webkit-box-shadow: 0 2px 2px 1px #B6B6B6;
  box-shadow: 0 2px 2px 1px #B6B6B6;
  behavior: url(/common/css/PIE.htc);
}

#content .blockMapInner .map .imageMap {
  margin-bottom: -1px;
}

#content .blockMapInner .map p.detail {
  display: inline;
  position: absolute;
  width: auto;
}

#content .blockMapInner p.detail img {
  margin-right: 0;
}

#content .blockMapInner p.detail span.investigation {
  position: absolute;
  top: 13px;
  left: 1px;
  width: 60px;
  color: #FFF;
  font-size: 11px;
  letter-spacing: -1.5px;
  text-align: center;
}

#content .blockMapInner p.detail em {
  position: absolute;
  top: 25px;
  left: -5px;
  width: 80px;
  color: #FFFF00;
  font-size: 23px;
  font-style: normal;
  text-align: center;
}

#content .blockMapInner p.detail em span {
  font-size: 11px;
}

#content .blockMapInner .map div {
  position: absolute;
}
#content .blockMapInner .map div span {
  color: #333;
  font-size: 13px;
  position: relative;
  padding: 3px 10px 0px;
}
#content .blockMapInner .map div a {
  color: #333;
  font-size: 13px;
  position: relative;
  padding: 3px 10px 0px;
}
#content .blockMapInner .map div a:hover {
  color: #fff;
  text-decoration: none;
  background: #fff;
  border-radius: 20px;
}
#content .blockMapInner .map div a:hover i {
  opacity: 1;
}
#content .blockMapInner .map div i {
  position: absolute;
  font-size: 10px;
  opacity: 0;
}
#content .blockMapInner .map div.info01 {
  top: 292px;
  left: 209px;
}
#content .blockMapInner .map div.info01 a {
  font-weight: bold;
  font-size: 17px;
}
#content .blockMapInner .map div.info01 i {
  top: 8px;
  left: 52px;
  font-size: 14px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info01 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info02 {
  top: 334px;
  left: 340px;
}
#content .blockMapInner .map div.info02 i {
  top: -7px;
  left: 25px;
  color: #D01662;
}
#content .blockMapInner .map div.info02 a:hover {
  background: #D01662;
}
#content .blockMapInner .map div.info04 {
  top: 330px;
  left: 231px;
}
#content .blockMapInner .map div.info04 i {
  top: 7px;
  left: 55px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info04 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info05 {
  top: 361px;
  left: 277px;
}
#content .blockMapInner .map div.info05 i {
  top: -1px;
  left: 40px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info05 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info06 {
  top: 145px;
  left: 299px;
}
#content .blockMapInner .map div.info06 a {
  font-weight: bold;
  font-size: 17px;
}
#content .blockMapInner .map div.info06 i {
  top: -1px;
  left: -9px;
  font-size: 14px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info06 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info07 {
  top: 126px;
  left: 330px;
}
#content .blockMapInner .map div.info07 i {
  top: -3px;
  left: 1px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info07 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info08 {
  top: 123px;
  left: 379px;
}
#content .blockMapInner .map div.info08 i {
  top: -9px;
  left: 19px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info08 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info09 {
  top: 176px;
  left: 272px;
}
#content .blockMapInner .map div.info09 i {
  top: 7px;
  left: -8px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info09 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info10 {
  top: 70px;
  left: 383px;
}
#content .blockMapInner .map div.info10 i {
  top: 26px;
  left: 10px;
  color: #29ABE2;
}
#content .blockMapInner .map div.info10 a:hover {
  background: #29ABE2;
}
#content .blockMapInner .map div.info11 {
  top: 340px;
  left: 502px;
}
#content .blockMapInner .map div.info11 i {
  top: -8px;
  left: 17px;
  color: #E59400;
}
#content .blockMapInner .map div.info11 a:hover {
  background: #E59400;
}
#content .blockMapInner .map div.info12 {
  top: 351px;
  left: 463px;
}
#content .blockMapInner .map div.info12 a {
  font-weight: bold;
  font-size: 17px;
}
#content .blockMapInner .map div.info12 i {
  top: -16px;
  left: 7px;
  font-size: 14px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info12 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info13 {
  top: 186px;
  left: 449px;
}
#content .blockMapInner .map div.info13 a {
  font-weight: bold;
  font-size: 17px;
}
#content .blockMapInner .map div.info13 i {
  top: 5px;
  left: 52px;
  font-size: 14px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info13 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info14 {
  top: 219px;
  left: 458px;
}
#content .blockMapInner .map div.info14 i {
  top: 21px;
  left: 54px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info14 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info15 {
  top: 161px;
  left: 430px;
}
#content .blockMapInner .map div.info15 a {
  font-weight: bold;
  font-size: 17px;
}
#content .blockMapInner .map div.info15 i {
  top: -8px;
  left: 46px;
  font-size: 14px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info15 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info16 {
  top: 138px;
  left: 401px;
}
#content .blockMapInner .map div.info16 i {
  top: -4px;
  left: 51px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info16 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info17 {
  top: 270px;
  left: 467px;
}
#content .blockMapInner .map div.info17 i {
  top: 4px;
  left: 42px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info17 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info18 {
  top: 374px;
  left: 423px;
}
#content .blockMapInner .map div.info18 i {
  top: -4px;
  left: -2px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info18 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info19 {
  top: 384px;
  left: 326px;
}
#content .blockMapInner .map div.info19 a {
  font-weight: bold;
  font-size: 17px;
}
#content .blockMapInner .map div.info19 i {
  top: -13px;
  left: 28px;
  font-size: 14px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info19 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info20 {
  top: 416px;
  left: 396px;
}
#content .blockMapInner .map div.info20 i {
  top: 8px;
  left: -12px;
  color: #29ABE2;
}
#content .blockMapInner .map div.info20 a:hover {
  background: #29ABE2;
}
#content .blockMapInner .map div.info21 {
  top: 211px;
  left: 113px;
}
#content .blockMapInner .map div.info21 i {
  top: 26px;
  left: 25px;
  color: #E59400;
}
#content .blockMapInner .map div.info21 a:hover {
  background: #E59400;
}
#content .blockMapInner .map div.info22 {
  top: 203px;
  left: 63px;
}
#content .blockMapInner .map div.info22 a {
  font-weight: bold;
  font-size: 17px;
}
#content .blockMapInner .map div.info22 i {
  top: 30px;
  left: 20px;
  font-size: 14px;
  color: #E59400;
}
#content .blockMapInner .map div.info22 a:hover {
  background: #E59400;
}
#content .blockMapInner .map div.info23 {
  top: 319px;
  left: 103px;
}
#content .blockMapInner .map div.info23 i {
  top: 9px;
  left: 46px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info23 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info24 {
  top: 211px;
  left: 11px;
}
#content .blockMapInner .map div.info24 i {
  top: 26px;
  left: 25px;
  color: #E59400;
}
#content .blockMapInner .map div.info24 a:hover {
  background: #E59400;
}
#content .blockMapInner .map div.info25 {
  top: 253px;
  left: 127px;
}
#content .blockMapInner .map div.info25 i {
  top: 13px;
  left: -6px;
  color: #F4C800;
}
#content .blockMapInner .map div.info25 a:hover {
  background: #F4C800;
}
#content .blockMapInner .map div.info26 {
  top: 206px;
  left: 543px;
}
#content .blockMapInner .map div.info26 a {
  font-weight: bold;
  font-size: 17px;
}
#content .blockMapInner .map div.info26 i {
  top: 30px;
  left: 28px;
  font-size: 14px;
  color: #F4C800;
}
#content .blockMapInner .map div.info26 a:hover {
  background: #F4C800;
}
#content .blockMapInner .map div.info27 {
  top: 266px;
  left: 606px;
}
#content .blockMapInner .map div.info27 i {
  top: 24px;
  left: 25px;
  color: #29ABE2;
}
#content .blockMapInner .map div.info27 a:hover {
  background: #29ABE2;
}
#content .blockMapInner .map div.info28 {
  top: 213px;
  left: 658px;
}
#content .blockMapInner .map div.info28 i {
  top: 27px;
  left: 18px;
  color: #F4C800;
}
#content .blockMapInner .map div.info28 a:hover {
  background: #F4C800;
}
#content .blockMapInner .map div.info29 {
  top: 213px;
  left: 611px;
}
#content .blockMapInner .map div.info29 i {
  top: 27px;
  left: 18px;
  color: #F4C800;
}
#content .blockMapInner .map div.info29 a:hover {
  background: #F4C800;
}
#content .blockMapInner .map div.info30 {
  top: 435px;
  left: 246px;
}
#content .blockMapInner .map div.info30 a {
  font-weight: bold;
  font-size: 17px;
}
#content .blockMapInner .map div.info30 i {
  top: -15px;
  left: 19px;
  font-size: 14px;
  color: #29ABE2;
}
#content .blockMapInner .map div.info30 a:hover {
  background: #29ABE2;
}
#content .blockMapInner .map div.info31 {
  top: 393px;
  left: 176px;
}
#content .blockMapInner .map div.info31 i {
  top: 3px;
  left: 57px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info31 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info32 {
  top: 435px;
  left: 178px;
}
#content .blockMapInner .map div.info32 a {
  font-weight: bold;
  font-size: 17px;
}
#content .blockMapInner .map div.info32 i {
  top: 4px;
  left: 52px;
  font-size: 14px;
  color: #29ABE2;
}
#content .blockMapInner .map div.info32 a:hover {
  background: #29ABE2;
}
#content .blockMapInner .map div.info33 {
  top: 435px;
  left: 297px;
}
#content .blockMapInner .map div.info33 a {
  font-weight: bold;
  font-size: 17px;
}
#content .blockMapInner .map div.info33 i {
  top: -15px;
  left: 20px;
  font-size: 14px;
  color: #29ABE2;
}
#content .blockMapInner .map div.info33 a:hover {
  background: #29ABE2;
}
#content .blockMapInner .map div.info34 {
  top: 363px;
  left: 132px;
}
#content .blockMapInner .map div.info34 i {
  top: -8px;
  left: 17px;
  color: #005CAB;
}
#content .blockMapInner .map div.info34 a:hover {
  background: #005CAB;
}
#content .blockMapInner .map div.info35 {
  top: 335px;
  left: 60px;
}
#content .blockMapInner .map div.info35 i {
  top: 26px;
  left: 39px;
  color: #005CAB;
}
#content .blockMapInner .map div.info35 a:hover {
  background: #005CAB;
}
#content .blockMapInner .map div.info36 {
  top: 352px;
  left: 13px;
}
#content .blockMapInner .map div.info36 i {
  top: 9px;
  left: 42px;
  color: #005CAB;
}
#content .blockMapInner .map div.info36 a:hover {
  background: #005CAB;
}
#content .blockMapInner .map div.info37 {
  top: 399px;
  left: 79px;
}
#content .blockMapInner .map div.info37 i {
  top: 25px;
  left: 17px;
  color: #E59400;
}
#content .blockMapInner .map div.info37 a:hover {
  background: #E59400;
}
#content .blockMapInner .map div.info38 {
  top: 433px;
  left: 138px;
}
#content .blockMapInner .map div.info38 i {
  top: -9px;
  left: 18px;
  color: #E59400;
}
#content .blockMapInner .map div.info38 a:hover {
  background: #E59400;
}
#content .blockMapInner .map div.info39 {
  top: 288px;
  left: 46px;
}
#content .blockMapInner .map div.info39 i {
  top: 1px;
  left: 55px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info39 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info40 {
  top: 67px;
  left: 229px;
}
#content .blockMapInner .map div.info40 a {
  font-weight: bold;
  font-size: 17px;
}
#content .blockMapInner .map div.info40 i {
  top: -6px;
  left: 48px;
  font-size: 14px;
  color: #29ABE2;
}
#content .blockMapInner .map div.info40 a:hover {
  background: #29ABE2;
}
#content .blockMapInner .map div.info41 {
  top: 94px;
  left: 322px;
}
#content .blockMapInner .map div.info41 i {
  top: -7px;
  left: 39px;
  color: #29ABE2;
}
#content .blockMapInner .map div.info41 a:hover {
  background: #29ABE2;
}
#content .blockMapInner .map div.info42 {
  top: 99px;
  left: 532px;
}
#content .blockMapInner .map div.info42 i {
  top: -10px;
  left: 16px;
  color: #007FC6;
}
#content .blockMapInner .map div.info42 a:hover {
  background: #007FC6;
}
#content .blockMapInner .map div.info43 {
  top: 273px;
  left: 677px;
}
#content .blockMapInner .map div.info43 i {
  top: 8px;
  left: 43px;
  color: #F4C800;
}
#content .blockMapInner .map div.info43 a:hover {
  background: #F4C800;
}
#content .blockMapInner .map div.info45 {
  top: 99px;
  left: 591px;
}
#content .blockMapInner .map div.info45 i {
  top: -10px;
  left: 13px;
  color: #007FC6;
}
#content .blockMapInner .map div.info45 a:hover {
  background: #007FC6;
}
#content .blockMapInner .map div.info46 {
  top: 396px;
  left: 666px;
}
#content .blockMapInner .map div.info46 a {
  font-weight: bold;
  font-size: 17px;
}
#content .blockMapInner .map div.info46 i {
  top: 8px;
  left: 52px;
  font-size: 14px;
  color: #F4C800;
}
#content .blockMapInner .map div.info46 a:hover {
  background: #F4C800;
}
#content .blockMapInner .map div.info47 {
  top: 224px;
  left: 260px;
}
#content .blockMapInner .map div.info47 a {
  font-weight: bold;
  font-size: 17px;
}
#content .blockMapInner .map div.info47 i {
  top: 8px;
  left: -13px;
  font-size: 14px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info47 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info48 {
  top: 65px;
  left: 51px;
}
#content .blockMapInner .map div.info48 i {
  top: 1px;
  left: 43px;
  color: #005CAB;
}
#content .blockMapInner .map div.info48 a:hover {
  background: #005CAB;
}
#content .blockMapInner .map div.info49 {
  top: 143px;
  left: 52px;
}
#content .blockMapInner .map div.info49 i {
  top: 7px;
  left: 42px;
  color: #F4C800;
}
#content .blockMapInner .map div.info49 a:hover {
  background: #F4C800;
}
#content .blockMapInner .map div.info50 {
  top: 56px;
  left: 151px;
}
#content .blockMapInner .map div.info50 i {
  top: 8px;
  left: 44px;
  color: #E59400;
}
#content .blockMapInner .map div.info50 a:hover {
  background: #E59400;
}
#content .blockMapInner .map div.info51 {
  top: 159px;
  left: 172px;
}
#content .blockMapInner .map div.info51 i {
  top: -9px;
  left: 23px;
  color: #F4C800;
}
#content .blockMapInner .map div.info51 a:hover {
  background: #F4C800;
}
#content .blockMapInner .map div.info52 {
  top: 79px;
  left: 289px;
}
#content .blockMapInner .map div.info52 i {
  top: 0px;
  left: 40px;
  color: #29ABE2;
}
#content .blockMapInner .map div.info52 a:hover {
  background: #29ABE2;
}
#content .blockMapInner .map div.info53 {
  top: 55px;
  left: 445px;
}
#content .blockMapInner .map div.info53 i {
  top: 9px;
  left: -8px;
  color: #007FC6;
}
#content .blockMapInner .map div.info53 a:hover {
  background: #007FC6;
}
#content .blockMapInner .map div.info54 {
  top: 87px;
  left: 449px;
}
#content .blockMapInner .map div.info54 i {
  top: 9px;
  left: -6px;
  color: #007FC6;
}
#content .blockMapInner .map div.info54 a:hover {
  background: #007FC6;
}
#content .blockMapInner .map div.info55 {
  top: 199px;
  left: 264px;
}
#content .blockMapInner .map div.info55 i {
  top: 6px;
  left: -9px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info55 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info56 {
  top: 290px;
  left: 456px;
}
#content .blockMapInner .map div.info56 i {
  top: 17px;
  left: 41px;
  color: #8CC63F;
}
#content .blockMapInner .map div.info56 a:hover {
  background: #8CC63F;
}
#content .blockMapInner .map div.info57 {
  top: 213px;
  left: 695px;
}
#content .blockMapInner .map div.info57 i {
  top: 27px;
  left: 25px;
  color: #F4C800;
}
#content .blockMapInner .map div.info57 a:hover {
  background: #F4C800;
}
#content .blockMapInner .map div.info58 {
  top: 211px;
  left: 202px;
}
#content .blockMapInner .map div.info58 i {
  top: 26px;
  left: 19px;
  color: #E59400;
}
#content .blockMapInner .map div.info58 a:hover {
  background: #E59400;
}
#content .blockMapInner .map div.info59 {
  top: 211px;
  left: 158px;
}
#content .blockMapInner .map div.info59 i {
  top: 26px;
  left: 25px;
  color: #E59400;
}
#content .blockMapInner .map div.info59 a:hover {
  background: #E59400;
}
#content .blockMapInner .map div.info60 {
  bottom: 39px;
  right: 0px;
  width: 91px;
  height: 27px;
}
#content .blockMapInner .map div.info60 a {
  display: block;
  height: 24px;
}
#content .blockMapInner .map div.info60 a:hover {
  background: url(/common/img/zenkoku/op-7.png) !important;
}
#content .blockMapInner .map div.info61 {
  top: 43px;
  left: 0px;
  width: 87px;
  height: 27px;
}
#content .blockMapInner .map div.info61 a {
  display: block;
  height: 24px;
}
#content .blockMapInner .map div.info61 a:hover {
  background: url(/common/img/zenkoku/op-7.png) !important;
}
#content .blockMapInner .map div.info62 {
  bottom: 39px;
  left: 0px;
  width: 98px;
  height: 27px;
}
#content .blockMapInner .map div.info62 a {
  display: block;
  height: 24px;
}
#content .blockMapInner .map div.info62 a:hover {
  background: url(/common/img/zenkoku/op-7.png) !important;
}
#content .blockMapInner .map div.info63 {
  top: 122px;
  right: 35px;
}
#content .blockMapInner .map div.info63 i {
  top: 26px;
  left: 20px;
  color: #D62059;
}
#content .blockMapInner .map div.info63 a:hover {
  background: #D62059;
}
#content .blockMapInner .map div.info64 {
  top: 280px;
  left: 365px;
}
#content .blockMapInner .map div.info64 i {
  top: 25px;
  left: 20px;
  color: #39B54A;
}
#content .blockMapInner .map div.info64 a:hover {
  background: #39B54A;
}
#content .blockMapInner .map div.info65 {
  top: 400px;
  left: 1px;
}
#content .blockMapInner .map div.info65 i {
  top: 24px;
  left: 35px;
  color: #E59400;
}
#content .blockMapInner .map div.info65 a:hover {
  background: #E59400;
}
#content .blockMapInner .map div.info66 {
  top: 160px;
  left: 545px;
  background: url(/common/img/area/yoshiwara.png) no-repeat;
  width: 50px;
  height: 36px;
}
#content .blockMapInner .map div.info66 a {
  display: block;
  width: 29px;
  height: 33px;
  border-radius: 5px;
}
#content .blockMapInner .map div.info66 a:hover {
  background: url(/common/img/zenkoku/op-7.png);
}

#content .mapList {
  padding: 11px 0 7px;
  background: #FBFBFB !important;
  border: 1px solid #AFAEAE;
  border-top: 1px solid #7C7C7C;
  text-align: right;
  -moz-box-shadow: 0 2px 2px 1px #B6B6B6;
  -webkit-box-shadow: 0 2px 2px 1px #B6B6B6;
  box-shadow: 0 2px 2px 1px #B6B6B6;
  behavior: url(/common/css/PIE.htc);
}

#content .mapList li {
  display: inline;
  vertical-align: middle;
  padding-right: 15px;
}

/*-------------------------------------------------------------------------hotel*/
/*---------------------------------------------------------------------------*/
article#content section.hotel {
  width: 767px;
  margin-bottom: 24px;
  background: #FFF;
}

article#content section.hotel div.more {
  background: url(/common/img/area/bg_more.gif) repeat-x;
  min-height: 47px;
  border-top: 1px solid #ccc;
}

article#content section.hotel div.more p {
  padding: 7px 20px 0 0;
  text-align: right;
}

article#content section.hotel div.more p a {
  display: inline-block;
  padding-left: 20px;
  background: url(/common/img/arrow.png) no-repeat 0 50%;
}

article#content section.hotel div.heading03 {
  padding: 8px 0 8px 20px;
  background: url(/common/img/area/bg_headline03.gif) repeat-x;
  min-height: 28px;
}

article#content section.hotel div.heading03 h2 {
  padding: 1px 22px 0 0;
  font-size: 18px;
}

article#content div.hotelList > ul > li {
  background: #FFF;
  padding-bottom: 2px;
  border-top: 1px solid #A3A3A3;
}

article#content div.hotelList > ul > li.grey {
  background: #EEE url(/common/img/ranking-common/bg_map.gif) repeat-x;
}

*:first-child + html article#content div.hotelList > ul > li {
  float: left;
}

h3.hotel__business-icon--0 {
  float: left;
  width: 375px;
  margin-left: 17px;
  padding: 13px 0 5px 37px;
  background: url(/common/img/ranking-common/icon_map.png) no-repeat 0 50%;
  font-size: 20px;
  font-weight: bold;
}

h3.hotel__business-icon--1 {
  float: left;
  width: 375px;
  margin-left: 17px;
  padding: 10px 0 8px 37px;
  background: url(/common/img/hotel-list/icon_business.png) 0 50% no-repeat;
  font-size: 20px;
  font-weight: bold;
  background-size: 25px;
}

article#content div.hotelList div.blockLeft {
  float: left;
  width: 533px;
}

article#content div.hotelList div.blockLeft h3 {
  margin-left: 17px;
  padding: 10px 0 8px 37px;
  background: url(/common/img/ranking-common/icon_map.png) no-repeat 0 50%;
  font-size: 20px;
  font-weight: bold;
}

article#content div.hotelList div.blockLeft li {
  float: left;
  width: 146px;
  margin: 0 0 1px 18px;
  padding-left: 22px;
}

article#content div.hotelList div.blockLeft li span {
  display: inline-block;
  padding-right: 5px;
  font-weight: bold;
}

article#content div.hotelList div.blockLeft li span.link {
  padding-right: 21px;
  background: url(/common/img/ranking-common/icon_link02.png) no-repeat 100% 50%;
}

article#content div.hotelList div.blockLeft li a {
  color: #069;
  font-weight: bold;
  text-decoration: underline;
}

article#content div.hotelList div.blockLeft li a:hover {
  text-decoration: none;
}

article#content div.hotelList div.blockLeft li.clock {
  background: url(/common/img/ranking-common/icon_clock.gif) no-repeat 0 0;
}

article#content div.hotelList div.blockLeft li.pin {
  background: url(/common/img/ranking-common/icon_pin.gif) no-repeat 0 0;
  width: 307px;
}

article#content div.hotelList div.blockLeft li.price {
  clear: both;
  background: url(/common/img/ranking-common/icon_price.gif) no-repeat 0 0;
}

article#content div.hotelList div.blockLeft li.view {
  background: url(/common/img/ranking-common/icon_link01.gif) no-repeat 0 0;
}

article#content div.hotelList div.blockRight {
  float: right;
  width: 313px;
}

article#content div.hotelList div.hotelHead p.ranking {
  float: left;
  width: auto !important;
  height: auto !important;
  margin-left: 3px;
  padding: 9px 3px 6px 98px;
  background-position: 0 50%;
  font-size: 20px;
  font-weight: bold;
}

article#content div.hotelList div.hotelHead p {
  float: right;
  font-size: 13px;
  padding: 8px 19px 0 0;
}

article#content div.hotelList div.hotelHead p span {
  display: inline-block;
  padding: 0 3px 0 9px;
  font-size: 20px;
  font-weight: bold;
}

article#content div.hotelList p.telephone {
  padding: 16px 21px 0 0;
  font-size: 19px;
  font-weight: bold;
  text-align: right;
}

article#content div.hotelList .hotel__business div.blockLeft li.pin {
  float: none;
  width: 490px;
}

/*-------------------------------------------------------------------------タブ*/
/*---------------------------------------------------------------------------*/
ul.tabGroup {
  background: #AFAEAE;
  width: 767px;
}

ul.tabGroup li {
  border-top: 1px solid #AFAEAE;
  color: #FFF;
  border-left: 1px solid #AFAEAE;
  float: left;
  text-align: center;
  background: #656565;
  width: 121px;
}

ul.tabGroup li a {
  border-bottom: 3px solid #444;
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  height: 23px;
  padding: 7px 0 0 3px;
  text-decoration: none;
  width: 100%;
}

article#content ul.tabGroup li a:hover,
article#content ul.tabGroup li a.selected {
  background: url(/common/img/ranking-common/bg_tabgroup_on.gif) no-repeat 0 100%;
  color: #000;
  border: none;
  height: 26px;
}

article#content ul.tabGroup li a.selected:hover {
  text-decoration: none !important;
}

article#content ul.tabGroup li a:hover {
  text-decoration: underline;
}

article#content ul.tabGroup li:last-child {
  width: 154px !important;
}

article#content ul.tabGroup li:last-child a {
  width: 151px !important;
}

article#content ul.tabGroup li:last-child a:hover,
article#content ul.tabGroup li:last-child a.selected {
  background: url(/common/img/ranking-common/bg_tabgrouplast_on.gif) no-repeat 0 100%;
  border: none;
}

/*------------------------------------------------------------------ベリサイン*/
/*---------------------------------------------------------------------------*/
#content .blockNote {
  margin: 78px auto 0;
  padding: 18px 60px 18px 56px;
  border-top: 1px solid #B2B2B2;
  width: 775px;
}

#content .blockNote img {
  float: left;
  padding-left: 4px;
}

#content .blockNote p {
  float: right;
  width: 594px;
  padding: 4px 9px 0 0;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

/*-----------------------------------------------------------コメントポップアップ*/
/*---------------------------------------------------------------------------*/
#commentContribution a,
#commentContribution a:link,
#commentContribution a:visited {
  color: #069;
}

#commentContribution a:hover {
  text-decoration: underline;
}

#commentContribution {
  min-width: 600px;
}

#commentContribution #content .commentSection {
  background: #FFF;
}

#commentContribution #content div.head01 {
  margin-bottom: 15px;
  background: #303030 url(/common/img/bbs/bg_head.gif) repeat-x 0 0;
  border-bottom: 1px solid #AFAEAE;
  color: #FFF;
}

#commentContribution #content div.head02 {
  margin-bottom: 15px;
  border-bottom: 1px solid #A3A3A3;
  color: #000;
}

#commentContribution #content div.head01 h2,
#commentContribution #content div.head02 h3 {
  float: left;
  width: 360px;
  padding: 11px 0 6px 19px;
  font-size: 18px;
  font-weight: bold;
}

#commentContribution #content div.head01 p,
#commentContribution #content div.head02 p {
  float: right;
  width: 360px;
  padding: 10px 20px 5px 0;
  line-height: 1.3;
  font-size: 12px;
  text-align: right;
}

#commentContribution #content div.commentContent {
  padding: 0 18px 21px;
}

#commentContribution #content .formBlock {
  margin-top: 11px;
  padding: 38px 122px 0;
  border-top: 1px solid #A3A3A3;
}

#commentContribution #content .formTable th {
  padding: 4px 18px 6px 0;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  text-align: right;
}

#commentContribution #content .formTable td {
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}

#commentContribution #content .formTable td input.size01 {
  width: 410px;
  height: 20px;
  padding: 2px 4px;
  border: 1px solid #999;
  -webkit-box-shadow: 0 1px 1px 0 #C5C5C5 inset;
  -moz-box-shadow: 0 1px 1px 0 #C5C5C5 inset;
  box-shadow: 0 1px 1px 0 #C5C5C5 inset;
  vertical-align: text-top;
}

#commentContribution #content .formTable td textarea {
  width: 410px;
  height: 168px;
  margin: 2px 0 10px;
  padding: 3px 4px 3px;
  border: 1px solid #999;
  -moz-box-shadow: 0 1px 1px 0 #C5C5C5 inset;
  -webkit-box-shadow: 0 1px 1px 0 #C5C5C5 inset;
  box-shadow: 0 1px 1px 0 #C5C5C5 inset;
  resize: vertical;
}

#commentContribution #content .formTable td .checkbox {
  margin: 0 11px 0 0;
}

#commentContribution #content .formButton {
  padding: 20px 0 37px;
  text-align: center;
}

#commentContribution #content .back {
  background: #666;
  padding: 12px 0 10px 19px;
}

#commentContribution #content .back a {
  background: url(/common/img/bbs/btn_prev.gif) no-repeat 0 2px;
  color: #FFF;
  font-size: 14px;
  padding: 5px 0 5px 29px;
}

.pp_pic_holder {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  behavior: url(/common/css/PIE.htc);
  overflow-y: hidden;
}

#commentContribution .pp_overlay {
  display: none !important;
}

#commentContribution .pp_pic_holder {
  background-color: #fff;
}

#commentContribution .pp_pic_holder iframe {
  overflow-y: hidden;
}

#commentContribution #content .formBlock {
  border-top: none;
  margin-top: 0;
  background-color: #fff;
  padding: 0 0 0 30px;
}

#commentContribution #content .formButton {
  text-align: center;
  padding-bottom: 0;
}

/*本日の女の子用追加*/
.clearfix:after {
  content: ".";
  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/
}

.fleft {
  float: left;
}

.g_imgbox {
  width: 149px;
}

.g_imgbox img {
  width: 89px !important;
  padding: 0 30px;
}

.girl_cp {
  color: #fff;
  font-size: 120%;
  text-align: center;
  background-color: #cc0033;
  width: 30px;
  padding: 5px 0;
}

.m_40 {
  margin: 0 0 0 40px;
}

/*# sourceMappingURL=mod.css.map */
