@charset "utf-8";

/* カテゴリインデックス（PC）：category_index_pc.css
 * **************************************************
 * Heading (none)
 * Category Index Navigation [ カテゴリインデックスナビ ]   
 * **************************************************
 */

/* Heading
------------------------------------------------------------------ */
/* 
#subPage .main h1 {
}
 */
 
/* Category Index Navigation
------------------------------------------------------------------ */
#subPage .categoryIndex {
	overflow: hidden;
	margin: 0 0 15px 0;
	/*background-color: #eeeeee;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#subPage .categoryIndex:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .categoryIndex ul {
	margin: 15px auto;
	width: 685px;
	overflow:hidden;
}
#subPage .categoryIndex li {
	float: left;
	position: relative;
	margin: 0 15px 0 0;
	width: 333px;
	background-color: #608c5c;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d1f49f));
	background: -moz-linear-gradient(top, #ffffff, #d1f49f);
	background: -ms-linear-gradient(top, #ffffff, #d1f49f);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d1f49f', GradientType=0)";

}
#subPage .categoryIndex li + li {
	margin: 0 0 15px 0;
}
#subPage .categoryIndex li:first-child + * + *,
#subPage .categoryIndex li:first-child + * + * + * + *,
#subPage .categoryIndex li:first-child + * + * + * + * + * + *,
#subPage .categoryIndex li:first-child + * + * + * + * + * + * + * + * {
	margin: 0 15px 15px 0;
}
#subPage .categoryIndex li a {
	display: block;
	padding: 3px 3px 13px;
	/*min-height:40px;
	height:auto !important;
	height:40px;*/
	border: 3px solid #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#333333;
	font-weight: bold;
	text-decoration: none;
	background:url(../images/common/bkg_category_index.gif) repeat-x left bottom;
}
#subPage .categoryIndex span {
    /*position: absolute;
    top: 50%;
    margin-top: -0.6em;*/
	margin-top:6px;
	display: block;
	padding: 0 10px 0 30px;
	background: url(../images/common/list_style_category_index.png) no-repeat 0.5em center;
	font-size: 1.4em; /* =14px */
	line-height: 1.1;
}
#subPage .categoryIndex span.line2 {
    position: absolute;
    top: 35%;
}
/* リード文（台本：なし） */
#subPage .categoryIndex small {
    display: block;
	padding: 5px 10px 10px 10px;
	font-size: 1.2em; /* =12px */
}

