@charset "utf-8";

.feed{ display:block; width:750px; padding:10px; margin:0;}
dl.list_topics{ display:block; width:730px; padding:10px 0; margin:0; border-bottom:1px dotted #CCCCCC;}
dl.list_topics dt{ display:block; width:80px; padding:0; margin:0; float:left;}
dl.list_topics dd{ display:block; width:650px; padding:0; margin:0; float:left;}
@media screen and (max-width:812px) {
.feed{ display:block; width:100%; padding:10px; margin:0;}
}
dl.list_topics{ display:block; width:100%; padding:10px 0; margin:0; border-bottom:1px dotted #CCCCCC;}
dl.list_topics dt{ display:block; width:80px; padding:0; margin:0; float:left;}
dl.list_topics dd{ display:block; width:94%; padding:0; margin:0; float:left;}


.news_dl {
	clear: both;
	background-image: url(../../img/line.jpg);
	background-position: 1px;
}

.news_dt {
	float: left;
	width: 100px;
	padding-top: 13px;
	padding-bottom: 13px;
}

.news_dd {
	float: left;
	width: 640px;
	padding-top: 13px;
	padding-bottom: 13px;
}
@media screen and (max-width:812px) {
	.news_dl {
		clear: both;
		background-image: url(../../img/line.jpg);
		background-position: 1px;
	}
	.news_dt {
		float: inherit;
		width: 100px;
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.news_dd {
		float: inherit;
		width:100%;
		padding-top: 13px;
		padding-bottom: 13px;
	}
}
.bl_bg1 {
	background-image: url(../../img/bl_bg.jpg);
	width: 246px;
	float: left;
	text-align: left;
	margin-bottom: 25px;
}
@media screen and (max-width:812px) {
	.bl_bg1 {
		width: 100%;
	}
}
.bl_bg2 {
	background-image: url(../../img/bl_bg.jpg);
	width: 246px;
	margin-right: 6px;
	float: left;
	text-align: left;
}
@media screen and (max-width:812px) {
	.bl_bg2 {
		width: 100%;
		background-image: none;
	}
}
.bl_bg3 {
	background-image: url(../../img/bl_bg.jpg);
	width: 246px;
	float: left;
	text-align: left;
}
@media screen and (max-width:812px) {
	.bl_bg3 {
		background-image:none;
		width: 100%;
	}
}
.bl_h3 {
	padding-left: 14px;
}
.news_bg {
	background-image: url(../../img/ti1.jpg);
	height: 43px;
	width: 750px;
}
@media screen and (max-width:812px) {
	.news_bg {
		background-image:none;
		height: 43px;
		width: 100%;
	}
}
.news_ul {
	padding-left: 610px;
}
.news_li1 {
	padding-top: 11px;
	float: left;
	padding-right: 5px;
	line-height: 12px;
}
.news_li2 {
	padding-top: 11px;
	line-height: 12px;
}

.box_katsudo {
}
@media screen and (max-width:812px) {
	.box_katsudo p{
		float: left;
		padding-right:0px;
		text-align:center;
		padding-bottom:10px;
		width:50%;
	}
	.box_katsudo img{
		width:90%;
		margin:auto;
	}
}
.box_ptn1 {
}
.box_ptn1 ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.box_ptn1 ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 30px
}
    @media screen and (max-width:812px) {
        .box_ptn1 ul li {
            width: 50%;
            margin-bottom: 10px
        }
    }
.box_ptn1 ul li a {
    text-decoration: none;
}
.box_ptn1 ul li a:hover img {
    opacity: 0.6;
	transition : all 0.5s ease 0s;
}
.box_ptn1 ul li dl {
    width: 94%;
}
