@charset "utf-8";

/* ***********************************************************
 *
 * Since:     2014-03-06
 * Editor:    contents kinoshita
 * Modified:  2014-00-00 by:contents
 *
 * ***********************************************************
 */


/* Font-size Adjustment
--------------------------------------------------------------
 *
 *    77% = 10px  |  122% = 16px  |	167% = 22px
 *    85% = 11px  |  129% = 17px  |	174% = 23px
 *    92% = 12px  |  136% = 18px  |	182% = 24px
 *    100% = 13px |  144% = 19px  |	189% = 25px
 *    107% = 14px |  152% = 20px  |	197% = 26px
 *    114% = 15px |  159% = 21px  |
 *
--------------------------------------------------------------
*/


/*============================================================

	Pages

============================================================*/

h2#category { background:url(/lib/images/common/category_bg.jpg) no-repeat left top; }

.items { }

.items li { }

.items li a {
	display:block;
	margin-bottom:1.0em;
	padding:1.3em 104px 1.3em 42px;
	background:url(/lib/images/common/category_item.jpg) no-repeat left top;
	font-size:122%;
	text-decoration:none;
}
.items li a:hover { background:url(/lib/images/common/category_item_on.jpg) no-repeat left top; }

.pagination { margin-bottom:50px; }

.pagination li { float:right; }

.pagination li:first-child { float:left; }
 
.pagination li.first-child { /*IE-expression (first-child) */
	float:left;
}
.pagination li { /* IE-expression (first-child) */
	behavior: expression(
	this.className += (this.previousSibling == null) ? " first-child" : "",
	this.style.behavior = "none"
	);
}


/*	kakikae
------------------------------------------------------------*/
#kakikae .hl01 {
	margin-bottom:1.3em !important;
	padding-bottom:12px !important;
	background:url(/lib/images/common/hl_line.jpg) no-repeat bottom !important;
	color:#552B00 !important;
	font-size:159% !important;
	font-weight:normal !important;
	line-height:100% !important;
}
#kakikae .hl02 {
	margin-bottom:1.2em !important;
	padding:0px 0px 8px 22px !important;
	border-bottom:2px solid #552B00 !important;
	background:url(/lib/images/common/marker01.jpg) no-repeat left 0.2em;
	color:#733900 !important;
	font-size:129% !important;
	font-weight:normal !important;
	line-height:100% !important;
}
#kakikae .hl03 {
	margin-bottom:1.0em !important;
	padding:0.2em 10px 0.2em 22px !important;
	background:#C4B3A3 url(../images/common/marker02.jpg) no-repeat 9px 0.7em;
	color:#552B00 !important;
	font-size:100% !important;
	font-weight:bold !important;
}
#kakikae .hl04 {
	margin-bottom:1.0em !important;
	padding:0px 0px 0px 12px !important;
	background:url(/lib/images/common/marker03.jpg) no-repeat left 0.5em;
	color:#552B00 !important;
	font-size:100% !important;
	font-weight:bold !important;
}


