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

/*-------------------------------
	共通
--------------------------------*/
a:link {
	color: #6B76D6;
	text-decoration: none;
}
a:visited {
	color: #6B76D6;
	text-decoration: none;
}
a:hover {
	color: #6B76D6;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	font-size:14px;
	font-family: "遊ゴシック体", "遊ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Miryo, sans-serif;
	font-weight:500;
	text-align:left;
	color:#333;
	-webkit-text-size-adjust: 100%;
}
p,h1,h2,h3,h4,form,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}


dl.news {
	height:240px;
	overflow:auto;
	margin-bottom:25px;
	-webkit-overflow-scrolling: touch;
}
.news dt a {
	color:#DC143B;
}
.news dt {
	font-size:12px;
	padding:10px 10px 0;
}
.news dd {
	font-size:14px;
	font-weight:600;
	line-height:130%;
	padding:10px;
	border-bottom:dashed 1px #999;
}