/*====================================================
	overwrite
====================================================*/

.item-lineup {
    width: 95%;
    margin: auto;
}

.box-3 .item-photo {
    text-align: center;
    /* border:#f00 thin solid; */
}

.box-3.itembox .item-photo img {
    width: 100%;
    /* max-width: 324px !important; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.item a i {
    /* width: 5px; */
    width: 6px;
    margin-right: 5px;
}

@media print,
screen and (max-width: 1023px) and (max-width: 1023px) {
    .box-3.itembox .item-photo img {
        max-width: 400px !important;
    }
}


/*====================================================
	
====================================================*/

h2 .h2_line1 {
    /*    display: inline-block;*/
    /* display: block;
    font-size:24px; */
    /*    margin-right: .5em;*/
}


@media print,
screen and (max-width: 768px) {
    h2 .h2_line1 {
        display: block;
        margin-right: 0;
    }
}