<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.con01{width:100%;
	height:120px;
	line-height:120px;
	margin:30px 0;
	background:rgba(25,25,25,1.00);
	color:rgba(255,255,255,1.00);
	text-align:center;
	font-size:24px;}

.con02{width:960px;
	margin:30px auto;}

.item01{width:958px;
	height:120px;
	margin:15px auto;
	border:rgba(158,158,158,1.00) solid 1px;
	overflow:hidden;}

.item a:hover{opacity:0.7;}

.item a{display:block;
	color:rgba(0,0,0,1.00);}

.item_img{width:100px;
	height:120px;
	float:left;}
	
.item_img img{height:120px;}

.item_text{width:858px;
	height:120px;
	float:left;}

.item_name{font-size:16px;
	line-height:24px;
	font-weight:bold;}

.item_date{font-size:14px;}
/* ページャー &gt; */

.pager {
    clear:both;
    margin:30px 0;
	padding-bottom:30px;
    text-align:center;
}

.pager span {
    margin:5px;
    padding:5px 8px;
    color:#fff;
    background:#000;
}
.pager span:hover {
    cursor:pointer;
    background:#999;
}

.pager span.current {
    color:#F8FF00;
    background:#00AD19;
}
.pager span.current:hover {
    cursor:default;
}

.pager span.invalid {
    color:#dcdcdc;
    background:rgba(154,154,154,1.00);
}
.pager span.invalid:hover {
    cursor:default;
}

.pager span.ellipsis {
    color:#000;
    background:none;
}
.pager span.ellipsis:hover {
    cursor:default;
}

.pageNum {
    margin:0 0 10px;
    text-align:center;
}

/* &lt; ページャー */

@media screen and ( max-width:736px )
{
.con01{margin:0 auto 30px;}

.con02{width:95%;
	margin:30px auto;}
	
.item01{width:100%;
	height:auto;
	margin:15px auto;
	border:rgba(158,158,158,1.00) solid 1px;
	overflow:hidden;}

.item a:hover{opacity:1.0;}

.item a{display:block;
	color:rgba(0,0,0,1.00);}

.item_img{width:20%;
	height:auto;
	float:left;}
	
.item_img img{width:95%;
	height:auto;
	padding:5px 2.5%;}

.item_text{width:80%;
	height:auto;
	float:left;}

.item_name{font-size:14px;
	line-height:20px;
	padding:5px;
	font-weight:bold;}

.item_date{font-size:12px;
	padding:5px;}
}









































</pre></body></html>