@charset 'utf-8';
#contents {
    line-height: 220%;
}
.competitor {
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
    margin-bottom: 20px;
    padding: 0 10px;
}
table , td, th {
    clear: both;
	border: 1px solid #a5a5a5;
	border-collapse: collapse;
}
table,.top,.under {
    width: 100%;
    text-align: center;
}
td {
	padding: 3px;
	width: 10%;
	height: 25px;
    font-size: 16px;
}
td:last-of-type{
    padding: 3px;
	width: 15%;
	height: 25px;
    background:#dae356;
}
th {
	padding: 3px;
	width: 30%;
	height: 25px;
    background-color: #f0f0ff;
    text-align: left;
}


.top li,.middle li,.under li{
    float: left;
    list-style: none;
    border: 1px solid #595959;
    border-radius: 3%;
    width: 30%;
    margin: 3px;
}
.top,.middle,.under {
    float: left;
    margin: 0 0 0 -40px;
}
.top {
    margin-top: 20px;
    margin-bottom: 20px;
}
.middle {
  clear: both;
}
.under {
    margin-bottom: 20px;
}
.point {
   border-radius: 5px;
   width: 15%;
   background: #e60012;
   color: white;
   text-align: center;
}
.googlemap {
    display: none;
}
.service p:nth-of-type(1){
    text-align: center;
}
.service p img{
    border-radius: 5px;
    border: #b5b5b5 1px solid;
}
.difference li {
 margin: 10px 0;   
}

/*蛍光色背景----------------------------------------------------------------------*/
span {background:linear-gradient(transparent 50%, #ffff66 0%);}
