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

/******************************************************************************************

	<css/top.css>

*******************************************************************************************/

/*==========================================================================================

	// TOP

==========================================================================================*/
/*-----------------------------------------------------------------------------------------
    // スライダー
-----------------------------------------------------------------------------------------*/
#article_topslider{
	margin-bottom:30px;
}



/*-----------------------------------------------------------------------------------------
    // 記事一覧
-----------------------------------------------------------------------------------------*/
.more{
	border-bottom:2px solid #328700;
	text-align:right;
	margin-top:40px;
	position:relative;
}

.more a{
	color:#FFF;
	background:#328700 url(/images/common/arrow_2.png) no-repeat 25px 7px;
	text-align:center;
	width:160px;
	height:22px;
	line-height:22px;
    padding-top:1px;
	padding-left:20px;
	display:inline-block;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	position:absolute;
	right:0;
	bottom:0;
}





