@charset "utf-8";

/*--------------------------
	common
--------------------------*/


.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #C0D6E8;
    border-radius: 8px;
	width: 80%;
}

.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #C0D6E8;
    font-weight: bold;
}


.item {
    overflow: hidden;
    border: 1px solid #cacaca;
    margin-bottom: 30px;
    padding: 2%;
    margin: 4%;
    width: 73%;
}
.item .item_pic {
        float: left;
        width: 250px;
    }

.item_info {
        width: 400px;
        margin-left: 15px;
        margin-top: 15px;
        float: left;
    }

.item_info h5 {
        color: #000 !important;
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        margin-left: 0px;
        margin-bottom: 20px;
    }

.item_info .item_setsumei {
        font-size: 14px;
        line-height: 21px;
        color: #5a5b5d;
        margin-bottom: 20px;
    }

    .item_info .item_btn {
        font-size: 16px;
        line-height: 16px;
        color: #ffffff;
        padding-top: 15px;
        margin-bottom: 5px;
        margin-left: 0px;
        text-align: center;
        border: 1px solid #D5D5D5;
        background-color: #989790;
        padding-bottom: 15px;
    }


    .item_btn a {
        color: #ffffff;
    }

.h5 {
    border: 1px solid #d5d5d5;
    width: 63%;
    height: auto;
    padding: 2%;
}

.h5 img{
	width: 33%;
	display: block;
	margin-bottom: 2%;
}

/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {
	
.box26 {
    font-size: 12px;
	width: 100%;
}
	
	.item .item_pic {
        float: left;
        width: auto;
    }
	
.item_info {
    width: auto;
    margin-left: 15px;
    margin-top: 15px;
    float: left;
}
.h5 {
    border: 1px solid #d5d5d5;
    width: auto;
    height: auto;
    padding: 6%;
}
.h5 img {
    width: 60%;
    display: block;
    margin-bottom: 2%;
    /* text-align: center; */
}
}


