@charset "utf-8";

h3 {
	margin-bottom: 10px;
	font-size: 116%;
	color: #2a79d1;
}
dl.linkList {
	background: url(../images/dotline.svg) repeat-x top;
}
dl.linkList dt {
	clear: left;
	float: left;
	width: 22em;
	padding: 15px 0.5em 15px 0;
	line-height: 50px;
}
dl.linkList dd {
	padding: 15px 0.5em 15px 22em;
	background: url(../images/dotline.svg) repeat-x bottom;
	line-height: 50px;
	zoom: 0;
}

/* =====================================================================
 * mediaqueries
 * =================================================================== */
@media screen and (max-width: 480px) {
	dl.linkList dt {
		width: 200px;
		line-height: 40px;
	}
	dl.linkList dd {
		padding: 15px 0.5em 15px 210px;
		line-height: 40px;
	}
}
@media screen and (max-width: 414px) {
	.lv35 {
		margin-bottom: 25px;
	}
	h3 {
		text-align: center;
		line-height: 1.5;
	}
	h3 span {
		display: inline-block;
	}
	dl.linkList dt {
		clear: inherit;
		float: inherit;
		width: 100%;
		padding: 15px 0 0;
		line-height: inherit;
		text-align: center;
	}
	dl.linkList dt img {
		width: 220px;
	}
	dl.linkList dd {
		padding: 5px 0 10px;
		line-height: inherit;
		text-align: center;
	}
}