@charset "UTF-8";

html, body {
    background: transparent;
}
body{
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
}

/*RSS*/
dl{
	margin:0;
	/*max-width: 650px;*/
	width: 100%;
	/*font-size: 1.2em;*/
}

dt,dd{
	text-align: left;
	width: 100%;
}

dt{
	margin: 0 10px 5px 0;
	width: 100%;
	color: #fff;
}

dd{
	margin: 0 10px 10px 10px;
	padding: 0 30px 10px 0;
	border-bottom: 1px dotted #FFFFFF;
	position: relative;
}
dd a{
	display: block;
	width: 100%;
}
dd a::after{
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -1.4em;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.3s;
}
dd a:hover:after{
	right: 10px;
}


@media screen and (max-width: 1020px) {
	dl{
		/*margin: 0 auto;*/
		max-width: initial;
		width: 90% !important;
	}
	dd{
		margin: 0 0 10px 0;
	}	
}

/******************************************************************/
/*					??????????
*******************************************************************/
a { color: #FFFFFF; text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { color: #FFFFFF;}
