@charset "utf-8";
body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #333;
  overflow-x: hidden;
}
div, td, th, p, pre {
  text-align:left;
  margin:0;
  padding: 0px;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: underline;
  color: #0066CC;
}
a:hover {
  color: #999999;
  text-decoration: none;
}
li {
  margin: 0;
  list-style: none;
}
ol, ul {
  margin: 0;
  padding:0;
}
img {
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  text-align: center;
}
/*___________ header ___________ */
#header {
  width: 1000px;
  text-align: center;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  height: 120px;
}
#header h1 {
  font-size: 110%;
  font-weight: bold;
  text-align: left;
  line-height: 40px;
  float: left;
  width: 1000px;
  height: 40px;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

#header .searchplus {
  width: 250px;
  height: 50px;
  float: left;
}
/*___________ navi ___________ */
#navi {
  height: 20px;
  text-align: center;
  padding: 0px;
  float: right;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#navi ul {
  margin: 0px;
  padding: 0px;
}
#navi li {
  list-style-type:none;
  display: block;
  float: left;
  height: 20px;
  margin-left: 25px;
}
/*___________ path ___________ */
#path {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 44px;
  clear: left;
  line-height: 44px;
  background-color: #F9F9F9;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #E6E6E6;
}
#path .contents {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  text-align: left;
  font-size: 110%;
}

/*___________ footer ___________ */
#footer {
  width: 100%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  background-color: #323232;
  margin-top: 70px;
}
#footer .contents {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer li {
  list-style-type:none;
  display: block;
  float: left;
  text-align: left;
  margin-right: 30px;
}
#footer li .link {
  list-style-type:none;
  display: block;
  text-align: left;
  color: #CCC;
  background-image: url(../img/common/footer_link_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  cursor: pointer;
}

/*___________ footer_global ___________ */
#footer_global {
  width: 100%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  background-color: #242424;
  position: relative;
}
#footer_global .contents {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  text-align: center;
  padding-top: 20px;
}
#footer_global ul {
  margin: 0px;
  padding: 0px;
}
#footer_global li {
  list-style-type:none;
  display: block;
  float: left;
  text-align: left;
  width: 330px;
  height: 32px;
  line-height: 16px;
  margin-bottom: 15px;
}
#footer_global li a {
  color: #CCC;
  text-decoration: none;
}
#footer_global li a:hover {
  color: #999;
  text-decoration: none;
}

#footer_global .icon {
  float: left;
  margin-right: 10px;
}
#footer_global .copyright {
  line-height:150%;
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  text-align: left;
  color: #CCC;
  padding-top: 40px;
  padding-bottom: 15px;
}

#footer_global .copyright a{
  color:#CCC;
}

#share {
  display: block;
  position: absolute;
  width: 160px;
  right: 20px;
  bottom: 0px;
}
#share ul {
  overflow: hidden;
  _zoom: 1;
  margin: 0;
}
#share li {
  width: 40px;
  float: left;
  margin-left: 5px;
  position: relative;
  height: 70px;
  margin-right: 5px;
}
#share li:first-child {
  margin-left: 0;
}
#share li a {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
}
#share .arrowBox {
  position: relative;
  border-radius: 2px;
  text-align: center;
  background-color: #545454;
}
#share .arrowBox:after, .arrowBox:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#share .arrowBox:after {
  border-color: rgba(84, 84, 84, 0);
  border-top-color: #545454;
  border-width: 5px;
  margin-left: -5px;
}
#share .arrowBox:before {
  border-color: rgba(84, 84, 84, 0);
  border-top-color: #545454;
  border-width: 6px;
  margin-left: -6px;
}
#share span {
  color: #FFF;
}
/*___________ navi_sub ___________ */
#navi_sub {
  width: 1000px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  margin-top: 60px;
}
#navi_sub .title {
  width: 1000px;
  font-size: 180%;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  height: 40px;
  margin-bottom: 20px;
}
#navi_sub li {
  list-style-type:none;
  display: block;
  width: 279px;
  margin-right: 30px;
  border: 2px solid #D9D9D9;
  line-height: 53px;
  height: 50px;
  background-image: url(../img/common/navi_sub_arrow.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  font-size: 140%;
  text-align: left;
  float: left;
  color: #999;
  padding-left: 30px;
}
#navi_sub li.last {
  margin-right: 0px;
}
#navi_sub a {
  color: #666;
  text-decoration: none;
  font-weight: bold;
}

#modal-overlay{
  z-index:2;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,0.75);
}

#op_list ul li .price{
  color: #007C28;
}

/*___________ modal-support ___________ */
#modal-support{
  width:570px;
  background:#fff;
  position:fixed;
  display:none;
  z-index:3;
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}
#modal-support .title_support {
  float: left;
  width: 570px;
  font-size: 180%;
  height: 30px;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #333;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E4E4E4;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}
#modal-support ul {
  padding: 0px;
  margin: 0px;
  width: 570px;
}
#modal-support li {
  list-style-type:none;
  display: block;
  width: 275px;
  float: left;
  height: 90px;
  margin-bottom: 15px;
  background-color: #F9F9F9;
  border: 1px solid #E4E4E4;
  position: relative;
}
#modal-support li .title {
  width: 265px;
  float: left;
  height: 30px;
  font-weight: bold;
  color: #FFF;
  line-height: 30px;
  font-size: 120%;
  padding-left: 10px;
  text-decoration: none;
}
#modal-support li .leaf {
  background-color: #6FAB1D;
}
#modal-support li .searchplus {
  background-color: #007C28;
}
#modal-support li .text {
  width: 265px;
  float: left;
  font-size: 100%;
  padding-top: 10px;
  padding-left: 10px;
  color: #333;
  text-decoration: none;
}
#modal-support .margin {
  float: left;
  margin-right: 15px;
}
#modal-support .image  {
  height: 90px;
  width: 110px;
  position: absolute;
  right: 0px;
  top: 0px;
}
#close {
  width: 42px;
  height: 42px;
  cursor:pointer;
  position: absolute;
  right: -20px;
  z-index: 999;
  top: -20px;
}
/*___________ footer_bar ___________ */
.footer_bar {
  height:72px;
  width:215px;
  bottom: -85px;
  float: right;
  position: relative;
  right: 20px;
  margin: 0px;
  padding: 0px;
} 
.footer-top {
  position:fixed;
  bottom:15px;
  overflow:hidden;
  width:215%;
  height:72px;
}
.footer-top.static {
     position:static;
}
.footer-bottom {
     padding:15px 0;
}

#global_head{
  height:40px;
}

/*___________ color ___________ */
.estate {
  color: #2B813A;
}
.job {
  color: #2860B3;
}
.car {
  color: #141414;
}
.request {
  color: #238B97;
}
.pet {
  color: #644206;
}
.event {
  color: #E4B563;
}
.shop {
  color: #FB800E;
}
.person {
  color: #93806D;
}
.store {
  color: #FD9DC5;
}

#modal-open-support{
  cursor:pointer;
}
