

/*contents01*/
.contents01 {
	width: 790px;
	padding-top: 90px;
	margin-bottom: 40px;
}
    .contents01 .box {
        margin-bottom: 60px;
    }
        .contents01 .box .detail {
            float: left;
            width: 539px;
            border-right: 1px solid #b2b2b2;
        }
            .contents01 .box .detail .left {
                float: left;
                width: 50px;
                height: 60px;
                display: inline-table;
            }
                .contents01 .box .detail .left a {
                    display: table-cell;
                    text-align: center;
                    vertical-align: middle;
                }
                .contents01 .box .detail .left a:hover {
                    opacity: .75;
                }
                    .contents01 .box .detail .left a img {
                        vertical-align: top;
                        max-height: 60px;
                        max-width: 50px;
                    }
            .contents01 .box .detail .right {
                float: right;
                width: 450px;
                margin-right: 20px; 
            }
                .contents01 .box .detail .right h5 {
                    font-size: 12px;
                    font-weight: normal;
                    color: #000;
                    line-height: 1.4;
                    margin-bottom: 10px;
                }
                    .contents01 .box .detail .right h5 span {
                        font-size: 14px;
                        line-height: 1;
                        letter-spacing: 0.4em;
                        vertical-align: top;
                        display: inline-block;
                        padding-left: 15px;
                    }
                .contents01 .box .detail .right p {
                    font-size: 12px;
                    color: #4D4D4D;
                    line-height: 1.5em;
                }
        .contents01 .box .detail2 {
            float: left;
            width: 250px;
            text-align: center;
        }
            .contents01 .box .detail2 h4 {
                font-family: 'Fira Sans';
                font-weight: 100;
                font-size: 30px;
                line-height: 1.3;
            }
            .contents01 .box .detail2 h4.name_ja {
                font-size: 24px;
                color: #999;
                font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
            }
            .contents01 .box .detail2 a {
                line-height: 1em;
                font-size: 12px;
                text-decoration: none;
                width: 130px;
                border: 1px solid #b3b3b3;
                display: inline-block;
                padding: 7px 0  5px;
                text-align: center;
                color: #4d4d4d;
                transition: all .3s ease;
            }
            .contents01 .box .detail2 a:hover {
                color: #FFF;
                background-color: #4d4d4d;
                border: 1px solid #4d4d4d;
            }
