@charset "UTF-8";
/* CSS Document */

#newsList{
}
#newsList li{
	padding:1em 0;
	border-bottom:1px solid#BBBBBB;
}

#voiceList {
    /*counter-reset: number 0;*/
}
#voiceList li {
    display: flex;
    justify-content: space-between;
    /*border-bottom: 1px solid #0068B4;*/
    padding: 2em;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 2em;
}
#voiceList figure:after {
    /*counter-increment: number 1; 
    content: counter(number) " "; */
}
#voiceList figure {
    background: #EEE;
    width: 240px;
    height: 240px;
    text-align: center;
    border-radius: 10px;
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    margin: 0 auto;
}
#voiceList li:nth-child(even) figure {
    background: url("../img/ico_voice01.png") no-repeat center;
    background-size: contain;
    width: 180px;
    height: 180px;
}
#voiceList li:nth-child(odd) figure {
    background: url("../img/ico_voice02.png") no-repeat center;
    background-size: contain;
    width: 180px;
    height: 180px;
}
#voiceList li:nth-child(3n) figure {
    background: url("../img/ico_voice03.png") no-repeat center;
    background-size: contain;
    width: 180px;
    height: 180px;
}
#voiceList li:nth-child(5n) figure {
    background: url("../img/ico_voice06.png") no-repeat center;
    background-size: contain;
    width: 180px;
    height: 180px;
}
#voiceList li:nth-child(7n) figure {
    background: url("../img/ico_voice04.png") no-repeat center;
    background-size: contain;
    width: 180px;
    height: 180px;
}
#voiceList li:nth-child(9n) figure {
    background: url("../img/ico_voice05.png") no-repeat center;
    background-size: contain;
    width: 180px;
    height: 180px;
}
#voiceList figcaption {
    width: calc(100% - 260px);
}
#voiceList .title {
    font-family: "Kiwi Maru", serif;
    font-weight: 500;
    color: #0068B4;
    font-size: 120%;
    margin-bottom: 15px;
}
#voiceList .up_txt {
    text-align: right;
}


.title {
    margin-top: 10px;
}

.up_ymd {
    font-size: 20px;
}

.cat-0 .catName {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #0068B4;
    width: 110px;
    padding: 0.5em;
    border-radius: 5px;
    background: rgba(125, 157, 209, 0.29);
    margin-bottom: 10px;
    margin-left: 1em;
    box-sizing: border-box;
}

.cat-1 .catName {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #EB4800;
    width: 110px;
    padding: 0.5em;
    border-radius: 5px;
    background: #FFEFDE;
    margin-bottom: 10px;
    margin-left: 1em;
    box-sizing: border-box;
}

.cat-2 .catName {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #333;
    width: 110px;
    padding: 0.5em;
    border-radius: 5px;
    background: #FFF275;
    margin-bottom: 10px;
    margin-right: 1em;
    box-sizing: border-box;
}


.newMark{
	display:inline-block;
	padding:5px 1em;
	font-size:12px;
	line-height:100%;
	background:#0068B4;
	color:#fff;
	border-radius:20px;
}
/*.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:500px;
}*/
/*.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}*/

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}


/*ここから詳細ページ*/
.h4_basic {
    margin-top: 3em;
}
#up_ymd{
	text-align:right;
	margin:5px 10px;
}
.detailUpfile{
	margin:1em 0 2em;
	text-align:center;
}
.backORcloseBtn{
	line-height:100%;
    margin: 2em 0;
}
.backORcloseBtn a {
    margin: 0 auto;
}
/*.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}*/
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
}