@charset "utf-8";


/* top
-------------------------------------------------*/


.ticker,
#hd::after{
	background: rgb(255,171,40);
}
	#hd .gm3 li {
		background: rgb(255,171,40);
		transition:.5s;
	}
	#hd .gm1 > li > a:hover,
	#hd .gm3 > li:hover{
		background:rgb(183,96,0);
	}

#main-visual{
	background-image:url(/img/bg_mainimage_autumn.jpg);
}


#feature-slider{
	background:#e9e3d1;
}



.rm_other li a{
	background-color:rgb(255,171,40);
}
	.rm_other li a:hover{
		background-color:rgb(183,96,0);
	}




#top-info .top-info_item{
	border:2px solid rgb(255,171,40);
}
	#top-info .top-info_item a:hover{
		color:rgb(160,131,239);
	}
	
	#top-info_list a{
		background-color: rgb(255,171,40);
	}
	#top-info_list a:hover{
		color:inherit;
		background-color:rgb(183,96,0);
	}
	

.rm_item{
		border:2px solid rgb(255,171,40);
}
	.rm_item span, .rm_item_s span{
		color: rgb(255,171,40);
	}


#ft {
	background-image: url(/img/ft_illust_autumn.png);
	background-color: rgb(255,171,40);
}

#i_pagetop {
    background: rgb(255,171,40);
}
	#i_pagetop:hover{
		background-color:rgb(183,96,0);
	}