﻿.button {
    display: inline-block;
    margin: 0;
    padding: 10px 16px 9px;
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.button.act01 {
    background-color: #666666;
    color: #ffffff;
}
.button.icon {
    padding: 6px 8px 5px 16px;
    background-position: 100% 50%;
}
.bgp_0_2 {
    background-position: 0 2px !important;
}
.cmp_mtc01 {
    border: 1px solid #dedede;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.thumb_mn {
    display: block;
    overflow: hidden;
    background: url(/-/Media/Ricoh/Common/cmn_v1/img/icon_s_right_01.png) 100% 50% no-repeat #ffffff;
}
.thumb_mn .inner {
    overflow: hidden;
    padding: 16px 24px 16px 16px;
}
.thumb_mn .dtl {
    overflow: hidden;
}
.thumb_mn .dtl .ttl {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 640px) {
    .rsp_w100p, .rsp_w75p, .rsp_w50p, .rsp_w25p {
        width: 100% !important;
        max-width: 100% !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .button.icon {
        padding: 10px 16px 9px;
    }
}
