.list1 {
    float:left;
    width:35%;
    height: 60px;
    color: #f82055;
    vertical-align: top;
    font-size: 15px;
}
.list2 {
    float:left;
    width:63%;
    height: 30px;
    font-size: 15px;
}
.list3 {
    float:left;
    width:63%;
    height: 30px;
    font-size: 15px;
}
.list4 {
    float:left;
    width:100%;
    height: 30px;
    font-size: 15px;
}
.list5 {
    float:left;
    width:100%;
    text-align: right;
    height: 30px;
    font-size: 15px;
}
.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;
}

@media only screen and (max-width: 999px) {
    .list1 {
	height: 44px;
	width:30%;
	font-size: 12px;
    }
    .list2 {
	height: 22px;
	width:68%;
	font-size: 12px;
    }
    .list3 {
	height: 22px;
	width:68%;
	font-size: 12px;
    }
    .list4 {
	height: 22px;
	width:98%;
	font-size: 12px;
    }
    .naiken {
	font-size: 11px;
    }
}
.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;
}
.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
}
