@charset "utf-8";
/* ========EACH PAGE LAYOUT======== */
.voicewrap {
    padding-bottom: 40px;
}
.voicewrap .each {
    display: inline-block;
    margin: 15px 5px;
}
.voicewrap .each .metaarea{
    overflow: hidden;
}
.voicewrap .each .metaarea .date {
    float: right;
    display: inline;
    padding-top: 5px;
}
.voicewrap .each .metaarea .catico {
    float: left;
    color: #fff;
    padding: 5px 5px;
}
.voicewrap .each .metaarea .cl_green {
    background: #58AC8A;
}
.voicewrap .each .metaarea .cl_pink {
    background: #EF766B;
}
.voicewrap .each .metaarea .cl_orange {
    background: #FFA64D;
}
.voicewrap .each .metaarea .cl_blue {
    background: #4DD2FF;
}
.voicewrap .each .metaarea .catico span {
    background: url(../images/common/cmn_ico_dogpad.png) 0 center no-repeat;
    padding: 5px 0 5px 35px;
}
.voicewrap .each .thumb {
    padding: 5px;
    background: #fff;
}
.voicewrap .each .thumb .inner {
    position: relative;
}
.voicewrap .each .thumb .panelbelt {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
.voicewrap .each .thumb .panelbelt.cl_green {
    background: rgba(88,172,138, 0.8);
}
.voicewrap .each .thumb .panelbelt.cl_pink {
    background: rgba(239,118,107, 0.8);
}
.voicewrap .each .thumb .panelbelt.cl_orange {
    background: rgba(255,166,77, 0.8);
}
.voicewrap .each .thumb .panelbelt.cl_blue {
    background: rgba(77,210,255, 0.8);
}
.voicewrap .each .thumb .smallthumb {
    float: left;
    margin: 0 10px 0 0;
}
.voicewrap .each .thumb .thumbdtl {
    overflow: hidden;
    color: #fff;
    padding-top: 10px;
}
.voicewrap .each .thumb .thumbdtl .name {
    padding-top: 10px;
    font-weight: bold;
    font-size: 110%;
}
.voicewrap .dtlarea {
    padding: 5px 0;
}
.voicewrap .dtlarea .title {
    font-weight: bold;
}
.voicewrap .dtlarea a {
    color: #333;
}
.h2images.voicedtl {
    position: relative;
}
.voicedtl .forvoiceonly {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 50%;
}
.voicedtl .forvoiceonly .panel {
    overflow: hidden;
}
.voicedtl .forvoiceonly .panel .smallthumb {
    float: left;
    color: #fff;
    padding: 5px 5px;
    margin-right: 15px;
}
.voicedtl .forvoiceonly .cat {
    padding: 8px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}
.voicedtl .forvoiceonly .cat span {
    background: url(../images/common/cmn_ico_dogpad.png) 0 center no-repeat;
    padding: 5px 0 5px 35px;
}
.voicedtl .forvoiceonly .cat.cl_green {
    background: #58AC8A;
}
.voicedtl .forvoiceonly .thumbdtl {
    overflow: hidden;
    padding-top: 10px;
}
.voicedtl .forvoiceonly .thumbdtl .name {
    padding-top: 10px;
    font-weight: bold;
    font-size: 110%;
}
.voicedtlarea article .whitebox{
    padding: 25px;
    background: url(../images/common/cmn_voice_gray.png) left top no-repeat #fff;
}
.voicedtlarea article h1 {
    border-bottom: 2px dotted #ccc;
    padding-bottom: 5px;
    font-size: 150%;
    padding: 5px 0 5px 20px;
    border-left: 8px solid #464637;
    margin-bottom: 15px;
}
.voicedtlarea article h2 {
    margin: 15px 0 5px 0;
    padding: 5px 0 5px 45px;
    font-size: 140%;
    background: url(../images/voice/voice_h2beforeimg.png) 0 center no-repeat;
}
.voicedtlarea .gallery {
    font-size: 0;
}
.voicedtlarea .gallery .each {
    font-size: 13px;
}
.voicedtlarea .gallery .col2box .each {
    width: 49%;
    display: inline-block;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 1%;
    font-size: 13px;
}
.voicedtlarea .gallery .col2box .each:nth-child(1) {
    margin-left: 0;
}
.voicedtlarea .gallery .col2box .each:nth-child(2) {
    margin-right: 0;
}
.voicedtlarea .gallery .dummyplaceimg {
    background: #F0F0E1;
    height: 200px;
}


/* ========RESPONSIVE PAGE LAYOUT======== */
@media (min-width: 1200px) {
    /*フル最大幅レイアウト*/
}
@media (max-width: 1200px) {
    /*通常最大幅レイアウト*/
}
@media (max-width: 990px) {
    /*PC通常幅レイアウト*/
}
@media (max-width: 768px) {
    /*タブレットレイアウト*/
}
@media screen and (max-width: 480px) {
    /*スマホレイアウト*/
}