@charset "utf-8";
/*----------------------------------------------------


	File Name: jiken_index.css
	事件簿リストページ用(jiken_index.html) 新規CSS


----------------------------------------------------*/

div.footer_jikenbo_index {
	width: 100%;
	height: 80px;
	padding-top: 10px;
	background: url();
	color: #666;
	margin: 0 auto;
	border-style: solid;
	border-width: 10px 10px;
	border-image: url(/image/files/000000583.gif) 10 10 fill;
	max-width: 650px;
}

div.footer_jikenbo_index a {
	display: block;
	max-width: 350px;
	width: 100%;
	text-decoration: none;
	margin: auto;
	border: #006699 solid 1px;
	background: #fff;
	text-align: center;
}
div.footer_jikenbo_index a:hover {
    background: #000066;
}
@media screen and (max-width: 768px) {
	div.jikenbo_index dl dd{
		padding-left: 70px;
	}
}