@charset "UTF-8";

/* *****************************************************
 *	fullset
 * *****************************************************/

/* *****************************************************
 *	pageflow
 * *****************************************************/
ul.pageflow{
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	width:100%;
	margin-bottom:25px;
	list-style-type:none;
}

ul.pageflow li {
	width: 76px;
	margin:0 8px 10px 0;
}

ul.pageflow li:last-child {
	margin:0 0 10px;
}

ul.pageflow li a{
	display:block;
	width:100%;
	padding:10px 0;
	border:1px #d0d0d0 solid;
	color:#333;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight:700;
	text-align:center;
}

ul.pageflow li a:hover{
	background:#f0f0f0;
}

ul.pageflow li.onpage a,
ul.pageflow li.onpage a:hover{
	background:#898989;
	border:1px #898989 solid;
	color:#fff;
}

/* *****************************************************
 *	fullset table
 * *****************************************************/
div.fullset-section{
	width:1000px;
	height:auto;
	margin:0 auto;
	border:none;
}

div.fullset-section dl{
	width:100%;
	padding:15px 0 25px;
}

div.fullset-section dl > dt{
	padding:25px 15px 0;
}

div.fullset-section dl > dd{
	padding: 15px 0;
}

div.fullset-section dl > dt:first-child{
	padding:25px 15px 0;
	border-top: 1px #ddd solid;
}

div.fullset-section dl > dd > dl{
	padding:0 25px 25px;
}

div.fullset-section dl > dd > dl > dt{
	padding:25px 0 0;
}

div.fullset-section dl > dd > dl > dt:first-child{
	padding:15px 0 0;
	border-top:none;
}

div.fullset-section dl > dd > dl > dd:last-child{
	border-bottom:none;
}
