| Goobike |
Select Language
HTTP/1.1 200 OK
Date: Thu, 05 Feb 2026 19:29:12 GMT
Content-Type: text/css
Content-Length: 2644
Connection: keep-alive
Last-Modified: Mon, 29 Mar 2021 06:10:57 GMT
ETag: "a54-5bea6bec51613"
Accept-Ranges: bytes
@charset "utf-8";
#contents .post_conts {
margin-bottom: 30px;
}
.car_property {
margin-right: 20px;
}
.car_property h3 {
font-size: 16px;
font-weight: bold;
color: #333;
margin-bottom: 10px;
}
.car_property .grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
height: auto !important;
}
.car_property .grid_item {
width: calc(100% / 5 - 10px);
min-height: 190px;
border: 1px solid #ccc;
border-radius: 4px;
background-color: #fff;
margin-right: 12px;
}
.car_property .grid_item:last-child {
margin-right: 0;
}
.car_property .grid_item a {
display: block;
color: #333;
text-decoration: none;
}
.car_property .grid_item .grid_photo img {
width: 100%;
height: 102px;
max-height: 102px;
border-radius: 4px 4px 0 0;
-o-object-fit: cover;
object-fit: cover;
}
.car_property .grid_item .grid_inner {
padding: 8px 6px;
}
.car_property .grid_item .post_car_name {
font-size: 13px;
line-height: 1.2;
font-weight: bold;
height: 45px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
margin-bottom: 5px;
word-break: break-all;
word-wrap: break-word;
letter-spacing: .12em;
}
.car_property .grid_item .post_price {
font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
font-size: 12px;
font-weight: bold;
margin-bottom: 0;
}
.car_property .grid_item .post_price em {
font-size: 18px;
font-weight: bold;
font-style: normal;
color: #dc0000;
margin-right: 2px;
}
.car_property .more_link_btn {
padding-top: 22px;
}
.car_property .more_link_btn a {
position: relative;
display: block;
max-width: 480px;
font-size: 16px;
font-weight: bold;
color: #333;
line-height: 1.2;
background: #fff;
border: 2px solid #535f99;
border-radius: 28px;
padding: 10px 60px 10px 20px;
margin: 0 auto;
text-decoration: none;
box-shadow: 0 3px 6px rgba(0,0,0,.2)
}
.car_property .more_link_btn a::after {
content: "";
position: absolute;
right: 24px;
top: 50%;
display: block;
width: 23px;
height: 23px;
background: url(../img/icon_window.png) no-repeat;
background-size: contain;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}