@charset "utf-8";
#results ul {
    margin: 20px 0 30px;
}
#results ul li {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 0px;
    background: none;
	    list-style-type: none;
}

#results ul li.news01 a {
    background-image: url(../images/isrd/link/news01.jpg);
}

#results ul li a {
    display: block;
    width: 100%;
    height: 300px;
    text-decoration: none;
    background: center top no-repeat #F0F3F5;
    background-size: auto 160px;
}

#results ul li a:hover {
	background: center top no-repeat #e0e7eb;
background-size: auto 160px; 
}

#results ul li a p {
    position: absolute;
    top: 170px;
    left: 0;
    padding: 0 10px 10px 10px;
    color: #4c4948;
}

#results  ul li a img {
	height: 160px;
	width:100%;
	object-fit: cover;
}

#results ul li p span.date {
    font-size: 80%;
}
#results ul li p span {
    display: block;
}

#results ul li p span.theme {
    font-size: 90%;
    font-weight: bold;
    line-height: 1.3;
    margin: 5px 0;
}
#results ul li p span {
    display: block;
}
#results ul li p span.moret {
    display: inline-block;
    padding: 2px 10px 1px;
    background-color: #dc0000;
    font-size: 60%;
    text-align: center;
    color: #ffffff;
}

/*#results ul li.results01 a {background-image: url(../images/talk/results01.jpg); width:100%;}
#results ul li.results02 a {background-image: url(../images/talk/results02.jpg);}
#results ul li.results03 a {background-image: url(../images/talk/results03.jpg);}
#results ul li.results04 a {background-image: url(../images/talk/results04.jpg);}
#results ul li.results05 a {background-image: url(../images/talk/results05.jpg);}
#results ul li.results06 a {background-image: url(../images/talk/results06.jpg);}
#results ul li.results07 a {background-image: url(../images/talk/results07.jpg);}
*/

/*現在のページをアクティブに*/
#contents ul.link_box li a.current {
	background-color: #007A4A;
	color: #ffffff;
	text-decoration: none;
}

@media screen and (max-width: 736px){
#results ul li {
    width: 100%;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
#results  ul li a {
    width: 100%;
    padding: 0;
	height: 145px;
}

#results  ul li a img {
	height: 145px;
	width:150px;
	object-fit: cover;
}

#results ul li a p {
    position: absolute;
    top: 10px;
    left: 42%;
    padding: 0 10px 10px 10px;
    color: #4c4948;
}

#results ul li p span.theme {
    margin: 0;
}

}