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

/*-------------------------------
	共通
--------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	max-height: 9999999px; 
}
body {
	font-size:16px;
	font-family: "遊ゴシック体", "遊ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Miryo, sans-serif;
	font-weight:500;
	text-align: center;
	color:#666;
	-webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast: none){
body {
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}
}
p,li,dt,dl {
	line-height:1.8em;
}
a {
	color:#EB6C8C;
	text-decoration: none;
	-moz-transition:  background-color 0.4s, border 0.4s;
	-o-transition:  background-color 0.4s, border 0.4s;
	-webkit-transition: background-color 0.4s, border 0.4s;
	transition: background-color 0.4s, border 0.4s;
}
@media(max-width:600px){
body {
	font-size:14px;
	text-align:left;
}
p,li,dt,dl {
	line-height:1.6em;
}
}



dl.news-rss {
	font-size:15px;
	font-weight:bold;
	overflow:auto;
	text-align:left;
}
dl.news-rss dt {
	font-size:14px;
	padding:20px 0 15px 20px;
	float:left;
	width:80px;
	line-height:100%;
}
dl.news-rss dd {
	line-height:120%;
	padding:19px 10px 16px 120px;
	border-bottom:dotted 1px #CCC;
}
dl.news-rss dd a {
	border-bottom:solid 1px #FFF;
}
dl.news-rss dd a:hover {
	border-bottom:solid 1px #ED6D8E;
}
@media(max-width:471px){
dl.news-rss {
	font-size:13px;
}
dl.news-rss dt {
	font-size:12px;
	padding:10px 0 5px 10px;
	float:left;
	width:80px;
	line-height:100%;
}
dl.news-rss dd {
	line-height:120%;
	padding:9px 10px 6px 90px;
	border-bottom:dotted 1px #CCC;
}
}