a.tel {
    font-weight: bold;
    font-size: 120%;
    height: 46px;
    border-radius: 23px;
    padding: 15px 30px;
    text-decoration: none;
}
a.tel:hover {
    background-color: #fff;
    border-color: #59b1eb;
    color: #59b1eb;
}
.pink {
    color: #fff;
    background: #ff3399;
}
.list1 {
    float:left;
    width:16%;
    height: 90px;
    line-height: 30px;
    text-align: center;
}
.list2 {
    float:left;
    width:42%;
    font-size: 15px;
    height: 27px;
    padding-top: 3px;
}
.list21 {
    float:left;
    width:42%;
    font-size: 18px;
    height: 27px;
    color: red;
    padding-top: 3px;
}
.list3 {
    float:left;
    width:69%;
    height: 27px;
    padding-top: 3px;
    font-size: 15px;
}
.list4 {
    float:left;
    width:15%;
    height: 27px;
    padding-top: 3px;
    font-size: 12px;
}
.list5 {
    float:left;
    width:98%;
    text-align: right;
    height: 30px;
    font-size: 15px;
}
.list_item {
    font-size: 11px;
    background: #565656;
    border-radius: 2px;
    color: #eee;
    padding: 1px 2px 0 4px;
    margin: 1px 3px 0 0;
    display: inline-block;
}

.first {
    width:100%;
    height: 2px;
    border-bottom: solid 1px rgba(22, 22, 22, 0.5);
}

.last {
    width:100%;
    height: 2px;
    border-top: solid 1px rgba(22, 22, 22, 0.5);
}

.ku {
    width:100%;
    height: 90px;
    /*		background-color: #ccee44;*/
    background-color: rgba(204,238,68,0.25);
    /*		border-bottom: solid 1px rgba(22, 22, 22, 0.5);*/
}

.none {
    width:100%;
    height: 90px;
    /*		background-color: #ffb6c1;*/
    background-color: rgba(255,182,193,0.1);
    /*		border-bottom: solid 1px rgba(22, 22, 22, 0.5);*/
}

.detail {
    position: relative;
    z-index: 2;
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
    line-height: 30px;
    width: 80px;
}
.detail:hover {
    background-color: #fff;
    border-color: #59b1eb;
    color: #59b1eb;
}
.detail::before,
.detail::after {
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #333;
}
.detail::before {
    top: 0;
}
.detail::after {
    bottom: 0;
}
.detail:hover::before,
.detail:hover::after {
    height: 0;
    background-color: #59b1eb;
}

.detail2 {
    font-size: 110%;
    position: relative;
    z-index: 2;
    background-color: #333;
    border: 2px solid #333;
    color: #fff;
    line-height: 32px;
    width: 100%;
}
.detail2:hover {
    background-color: #fff;
    border-color: #59b1eb;
    color: #59b1eb;
}

@media only screen and (max-width: 999px) {
    select {
	font-size: 125%;
    }
}

.list_header {
    font-size: 16px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: dimgray;
    padding: 0.2em 0.3em 0.1em 0.3em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    color: dimgray;
    background-repeat: no-repeat;
    background-position: left 60%;
    background-position-x: left;
    background-position-y: 60%;
    background-image: url("../images/h2.gif");
    padding-left: 26px;
}
.list_photo {
    width:30%;
    vertical-align:top
}
.list_desc {
    width:70%;
    vertical-align:top
}

.list_header_pickup {
    font-size: 14px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: dimgray;
    padding: 0.2em 0.3em 0.1em 0.3em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    color: dimgray;
}
.list_photo_pickup {
    width:35%;
    vertical-align:top
}
.list_desc_pickup {
    width:65%;
    vertical-align:top
}
.list1_pickup {
    float:left;
    width:99%;
    height: 25px;
    color: #f82055;
    vertical-align: top;
    font-size: 15px;
}
.list3_pickup {
    float:left;
    width:99%;
    height: 23px;
    font-size: 15px;
}
.list4_pickup {
    float:left;
    width:98%;
    height: 23px;
    font-size: 15px;
}
#note {
    position:fixed;
    bottom:0;
    width:100%;
    height:46px;
    padding-top:18px;
    text-align:center;
    background-color:lightpink;
    z-index:99
}
.btn-red {
    display: inline-block;
    text-decoration: none;
    background: red;
    color: #FFF;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px red;
}
.btn-blue {
    display: inline-block;
    text-decoration: none;
    background: royalblue;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px royalblue;
}
