@charset "UTF-8";

/*text*/
p.comment{
  color: #555 !important;
  display: block;
  margin-top: -20px;
  font-weight: bold;
  
}
span.comment{
  font-size: 0.75em !important;
  color: #555 !important;
  display: block;
  margin-top: -5px; 
}
.searchResults div{
  font-size: 2em;
}
.searchResults div.kana{
  font-size: 1.5em;
}
/*img*/
img.stampsheet,ul.randomAd img{
  border: 1px solid #CDCDCD;
}

/*table*/
.layout td{
  border: none !important; 
  
}
table.pref{
  margin: 5px auto;
  border-collapse: collapse;
  word-break: break-all;
  border: none;
}
table.pref th{
  border: none;
  padding: 5px;
  background-color: #EEEEEE;
}

table.pref td{
  border: none;
  padding: 5px;
  border-bottom: 1px solid #EEE;
  vertical-align: middle;
}
table.zip-detail{
  border-collapse: collapse;
  word-break: break-all;
  border: 1px solid #CC0000;
}
.zip-detail th{
  background-color: #CC0000;
  color: #FFF;
  font-weight: bold ;
  font-size: 1.2em;
}
.zip-detail span.zip-code{
  font-size: 2.5em;
  font-weight: bold;
  color: #CC0000;
  display: block;
  text-align: center;
  padding: 10px 0;
}

/*layout*/
.h1-box3 div.col3{
  margin-top: -23px;
  margin-bottom: 20px;
}
.zip_ad_detail3{
  padding-top: 35px;
}
/*common*/
.bg6{
  background-color: #FFF2EF;
}
.foot-navi{background: #f7f7f7;padding: 15px 15px 15px; text-align:center;margin:20px auto;}
    .foot-navi p{line-height:1.8;}
    .foot-navi span.partition{margin:0 7px;}


/* /zipcode/merge/prefecture */
table.layout.prefectures{width:100%;}
  table.layout.prefectures td ul li{display:inline-block;}

.prefectureList dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex; flex-wrap:wrap; margin:0.8em 0 1.3em;
}
	.prefectureList dl dt{width:8em;}
		.prefectureList dl dt:before{content:"・";}
	.prefectureList dl dd{flex:1;}
	.prefectureList dl dd ul.inline li{margin:0 0.8em;min-width:4em; }
	.prefectureList dl dd ul.inline a{text-decoration: underline;}
	.prefectureList dl dd ul.inline a:hover{text-decoration: none;}

@media screen and (max-width: 750px){
  table.prefectures td{display: block; padding-left:5%;}
  table.prefectures td.marker{display:block; width:100%; padding-left:0;}
	.prefectureList dl{margin-bottom:1.5em;}
	.prefectureList dl dt{width:7em;}
		.prefectureList dl dd ul.inline li{min-width:5.5em; margin:0 0 0.5em 0;}
} /* sp END */

@media screen and (max-width: 750px){

} /* sp END */


/* /zipcode/dl/jigyosyo/readme.html */
table.jigyosyo-readme-data{text-align:left;}
#main-box table.layout.jigyosyo-readme-data tr.data td{padding:0 0.6em 12px;}