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


@media screen and (max-width: 630px) {
.obi {
	width: auto;
    height: 100px;
    margin: 0% auto;
    padding: 0% 0%;
    background-image: url("../img/news/obi.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ページャー */
.pager {
	width:90%;
	margin:5% auto 6%;
	text-align:center;
}
.pager ul {
	text-decoration:none;
}
.pager li {
    width: auto;
    height: auto;
    line-height: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0px 0px 0px 0px;
}
.pager li a {
	color: #695f5d;
    display: block;
    text-decoration: none;
    line-height: 100%;
    background: #FFF3CE;
	padding:6px 8px;
}
.pager li:last-child {
	margin:0px;
}
.pager li a:hover {
	color: #ffffff;
    background: #FFB910;
	opacity: 1;
}
.pager li.no-link {
    text-decoration: none;
    background: #eeeeee;
	color: #ffffff;
    line-height: 100%;

	padding:6px 8px;
}
.pager li.this-page {

	color: #ffffff;
    background: #FFB910;
    text-decoration: none;
    line-height: 100%;
	padding:6px 8px;
}

.data{
	margin: 0 auto 5px;
	display: flex;
	flex-wrap: wrap;
}
.category {
	margin:0 0 0px;
	padding: 2px 10px;
	text-align:center;
	color:#ffffff;
	font-size:12px;
	line-height: 1.5em;
	background-color: #0F8891;
	display: table;
}
.ymd{
	margin-left: 8px;
	font-size:14px;
	line-height: 1.4em;
}


}







@media print, screen and (min-width: 631px) {
.obi {
	width:auto;
    height: 150px;
    margin: 0 auto;
    padding: 0px;
    min-width: 1000px;
    background-image: url("../img/news/obi.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ページャー */
.pager {
	width:1000px;
	margin:20px auto 20px;
	text-align:center;
}
.pager ul {
	text-decoration:none;
}
.pager li {
    width: auto;
    height: auto;
    line-height: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin: 0px 2px 0px 0px;
}
.pager li a {
	color: #000000;
    display: block;
    text-decoration: none;
    line-height: 100%;
    background: #FFF3CE;
	padding:10px 13px;
}
.pager li a:hover {
	color: #ffffff;
    background: #FFB910;
	opacity: 1;
}
.pager li:last-child {
	margin:0px;
}

.pager li.no-link {
    text-decoration: none;
    background: #eeeeee;
	color: #ffffff;
    line-height: 100%;
	padding:10px 13px;
}
.pager li.this-page {
    text-decoration: none;
	color: #ffffff;
    background: #FFB910;
    line-height: 100%;
	padding:10px 13px;
}

.data{
	margin: 0 auto 8px;
	display: flex;
	flex-wrap: wrap;
}
.category {
	margin:0 0 0px;
	padding: 2px 10px;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	line-height: 1.5em;
	background-color: #0F8891;
	display: table;
}
.ymd{
	margin-left: 10px;
	font-size:18px;
	line-height: 1.4em;
}

}