@charset "UTF-8";

/*
	2013
	デザインパターン
*/


/*タイトル画像*/
#page_title {
    background-image: url(../../images/page_title_bg_listtour.jpg);
}



/*table***********************************/
#mainarea table{
	margin:20px auto 300px auto;
	width:900px;
	
	}

#mainarea table tr th{
	margin:0 auto;
	width:950px;
	background:url(../image/bg_pattern.png) #e9f0f6;
	padding:5px 0;
	border-bottom:1px solid #bfd4e8;
	font-weight:bold;
	color:#203950;
	}
#mainarea table tr td{
	border-bottom:1px solid #dcd4c6;
	text-align:center;
	padding:5px 0;
	}

#mainarea table tr td.date strong{
	color:#ff0000;
	font-weight:bold;
}


/*voice_box*/
#voice_box {
    display: flex;
    margin: 15% 0 0 0;
    padding: 1px 0 0 0;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.voice_each {
    padding: 16px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    width: 29.23%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 6.15%;
    margin-bottom: 6.15%;
    display: inline-block;
}
.voice_each:nth-of-type(3n){
	margin-right: 0%;
}
.voice_date {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1em;
    background-image: url(../../images/voice_yellow_bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 80%;
    padding-top: 12.3%;
    padding-right: 6.61%;
    padding-left: 10.46%;
    padding-bottom: 12%;
    text-align: center;
    position: absolute;
    right: -6.15%;
    top: -14.61%;
    z-index: 5;
    box-sizing: border-box;
}
.voice_imgbox {
}
.voice_imgbox a {
    display: block;
}
.voice_imgbox img {
    width: 100%;
}
.voice_txtbox {
    margin-top: -8px;
}
.voice_border {
    background-image: url(../../images/voice_txt_border.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    display: block;
    padding-top: 8px;
    width: 100%;
    padding-bottom: 8px;
}
.voice_txtbox p {
    font-size: 16px;
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 8px;
    display: inline-block;
}
.voice_txtbox p strong{
    display: inline-block;
    background-color: #C30D23;
    color: #ffffff;
    padding: 0 5px;
    font-weight: normal;
    font-size: 14px;
}
.voice_txtbox p span{
    color: #C30D23;
    font-size: 14px;
}
.voice_txtbox h3 {
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 500;
    text-decoration: none;
    padding: 0 0 10px 0;
}

/* ########### 900以下 ########### */
@media screen and (max-width: 640px) {
    
    /*voice_box*/
    #voice_box {
        display: flex;
        justify-content: space-between;
        margin: 35% 0 0 0;
        padding: 0;
        flex-wrap: wrap;
        list-style-type: none;
    }
    .voice_each {
        padding: 16px;
        border: 1px solid #000000;
        background-color: #FFFFFF;
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 16.15%;
        margin-right: 0%;
    }
    .voice_each:nth-last-of-type(1){
        margin-bottom: 0%;
    }
    .voice_date {
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: 1em;
        width: 60%;
        padding-top: 12.3%;
        padding-right: 4.61%;
        padding-left: 8.46%;
        padding-bottom: 10%;
        text-align: center;
        position: absolute;
        right: -6.15%;
        top: -10.84%;
        z-index: 5;
    }
    .voice_imgbox {
    }
    .voice_imgbox a {
        display: block;
    }
    .voice_imgbox img {
        width: 100%;
    }
    .voice_txtbox {
        margin-top: 8px;
    }
    .voice_border {
        
    }
    .voice_txtbox p {
        font-size: 20px;
        margin-top: 0;
        padding-top: 0;
    }
    .voice_txtbox p span{
        font-size: 16px;
        margin-left: 5px;
        display: inline-block;
    }
    .voice_txtbox h3 {
        font-size: 14px;
    }

}