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

/*-------------------------------
	共通
--------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	max-height: 9999999px; 
}
body {
	font-size:15px;
	font-family: "遊ゴシック体", "遊ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Miryo, sans-serif;
	font-weight:500;
	color:#666;
	-webkit-text-size-adjust: 100%;
}
p,dt,dl {
	line-height:160%;
}
a {
	color:#784082;
	text-decoration: none;
	transition:color 0.4s;
}
a:hover {
	color:#B980C1;
}
@media(max-width:779px){
body {
	font-size: 15px;
}
}

	


.rss dl {
	height:200px;
	overflow:auto;
}
.rss dt {
	font-size:14px;
	float:left;
	padding:11px 0 0;
}
.rss dd {
	font-weight:bold;
	padding:10px 0 10px 140px;
}
@media(max-width:779px){
.rss dl {
	height:160px;
	-webkit-overflow-scrolling: touch;
}
.rss dt {
	font-size:14px;
	float:none;
	padding:5px 0 0;
}
.rss dd {
	font-weight:bold;
	padding:0 0 10px;
}
}