@charset "utf-8";

.squeeze_over h3 {
    border-left: 5px solid #0876B0;
    padding: 0 0 0 5px;
    font-size: 110%;
    font-weight: bold;
}
.squeeze_search {
    box-shadow: 0 2px 3px #eee;
    background: #fff;
    padding: 10px 5px;
    margin: 3px 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.squeeze_area {
    clear: both;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    height: 100%;
    margin: 0 0 5px;
    padding: 0 0 4px;
}
.squeeze_area h4 {
    float: left;
    width: 112px;
    font-weight: bold;
    padding: 0 0 0 5px;
    line-height: 2.3;
}
.squeeze_area ul li {
    margin: 0 14px 0 0;
}
.squeezeInner {
    width: 810px;
    padding: 3px 0 0 10px;
    border-left: 1px solid #ccc;
}
.squeezeInner select {
    margin: 0 3px 3px;
    width: 95px;
}
.squeezeInner label {
    width: 130px;
    display: inline-block;
    line-height: 2;
}
.squeezeInner .moneyLabel label {
    width: 136px;
}
.kodawari_width label{
    width: 264px;
}
.kodawariSqueeze label {
    width: auto;
    margin: 0 20px 0 0;
}
.squeezeInner,
.squeeze_area ul li {
    float: left;
}
p.center {
    text-align: center;
    padding: 5px 0 15px 0;
}
label input {
    vertical-align: -2px;
}
.ttlAnimation {
    -webkit-animation: ttlAnime 1s ease-in;
    -moz-animation: ttlAnime 1s ease-out;
}
@-moz-keyframes ttlAnime {
    0% { margin: 0 100px; opacity: 0;  }
    30% { opacity: 0;}
    80%{ margin: 0 }
    90%{ margin: 0 1px}
    100% { margin: 0 ; opacity: 100;}
}
@-webkit-keyframes ttlAnime {
    0% { margin: 0 100px; opacity: 0;  }
    80%{ margin: 0}
    90%{ margin: 0 1px}
    100% { margin: 0 ; opacity: 100;}
}

.kodawaricnt{
    margin:0 0 0 5px;
    color: #747474;
    font-size: 87%;
}

.disabled{
    color:#AEAEAE;
    cursor:default;
}
.detailarea{
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    margin: 0 10px 5px 0;
    float: right;
}

a.searchdetail{
    color: #333333;
    display: block;
    background-image: linear-gradient(to bottom, #ffffff, #e5e5e5);
    border: 1px solid #777777;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #f7f7f7 inset;
    height: 20px;
    margin: 0 5px;
    padding: 2px 10px;
    line-height: 20px;
}

a.searchdetail:hover{
    opacity: 0.8;
    text-decoration: none;
}

.spot_empty {
    margin: 150px auto;
    border-top: 5px solid #ccc;
    border-bottom: 5px solid #ccc;
    padding: 10px;
}

.city_num {
    font-size: 87%;
    color: #666;
}

div.kodawari_category {
    float: right;
    padding: 3px 0 0 10px;
}

p.kodawari_category {
    font-weight: bold;
    margin-left: 4px;
}

hr.kodawari_category {
    border: none;
    border-top: 1px dotted #ccc;
}

div.kodawari_area > div.kodawari_width:first-of-type > hr.kodawari_category {
    border: none;
    border-top: 0px dotted #ccc;
    margin: 2px;
}
