﻿#infor_1 .special {
	background-color: #c8c5e2;
    font-size: 16px;
    font-weight: bold;
	text-decoration:none;
	height: 45px;
    line-height: 45px;
    display: block;
	margin: 0 20px 35px;
    color: #673536;
}
#infor_1 h4.news {
	background-image: none;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 25px;
    margin-left: 15px;
    height: auto; 
    line-height: normal;
    border-bottom: solid 1px #bec2df;
	border-left: 10px solid #bec2df;
	text-align:left;
}
#infor_1 b {
	font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}
#infor_1 h5 {
	font-size: 16px;
    font-weight: bold;
    border-top: dotted 1px;
    margin-top: 20px;
	margin-left:20px;
    padding-top: 10px;
	text-align:left;
}
dl.sign {
    text-align: left;
    margin-left: 30px;
    margin-top: 15px;
}
dl.sign dt {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}
dl.sign dd {
    margin-left: 20px;
}

ul.houjin li.animate {
	width:91%;
	height:auto;
}
ul.houjin li.animate div.leaflet {
	display:flex;
	justify-content: space-between;
	margin-top:10px;
}
ul.houjin li.animate div.leaflet div {
	text-align:center;
	width: 46%;
}
@media screen and (max-width: 768px) {
	#infor_1 p.img {
		text-align:center;
	}
	#infor_1 p.img img {
		max-width: 280px;
	}
	#infor_1 h5 {
		width: 90%;
		margin-left: 5%;
	}
	#infor_1 .button {
		width: 90%;
	}
	#infor_1 br.pconly {
		display:none;
	}
	#infor_1 .table {
		margin-left: 10px;
		border-spacing: 10px 0;
	}
	#infor_1 .cell {
		padding: 0;
	}
	ul.houjin li.animate div.leaflet {
		display:block;
	}
	ul.houjin li.animate div.leaflet div {
		width:auto;
		margin-top: 30px;
	}
}