@charset "utf-8";
/* Copyright 2017 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

topics

------------------------------------------------------------ */

/* pagettl
---------------------------------------------- */

h3#h3_pagettl01{
	background:url(../topics/img/h3_pagettl01.png) no-repeat center 0;
	height:73px;
}

/* ul
---------------------------------------------- */
ul.list_pager{
    overflow: hidden;
    width: 502px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
}

ul.list_pager li{display:inline-block;}
ul.list_pager li:first-child{float:left;}
ul.list_pager li:last-child{float:right;}
ul.list_pager li:nth-child(2) a{
	background:url(../img/btn_list01.png) no-repeat left 0;
	width:35px;
	height:16px;
	display:block;
}

ul.list_pager li:first-child a:hover,
ul.list_pager li:nth-child(2) a:hover,
ul.list_pager li:last-child a:hover{
	opacity:0.7;
}

ul.list_pager li span{display:none;}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	