<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
	background: url(../images/category/bg_categoryIndex.png) repeat center top;/* 追加 */
}
#subPage .categoryIndex:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .categoryIndex ul {
	margin: 15px auto;
	width: 685px;
}
#subPage .categoryIndex li {
	float: left;
	position: relative;
	margin: 0 15px 0 0;
	width: 333px;
	height: 68px;
	background-color: #76acea;
/*	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	vertical-align: middle;
	background: url(../images/category/categoryIndex_box.png) no-repeat;
}
#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;
	min-height:40px;
	height:auto !important;
	height:68px;
/*	border: 3px solid #ffffff;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#000;
	font-weight: bold;
	text-decoration: none;
}
#subPage .categoryIndex span {
    position: absolute;
    top: 50%;
    margin-top: -0.6em;
	display: block;
/*	padding: 0 10px 0 25px;*/
	padding: 0 10px 0 40px;
/*	background: url(../images/common/list_style_category_index.png) no-repeat 0.5em top;*/
	font-size: 1.4em; /* =14px */
	line-height: 1.2;
}
#subPage .categoryIndex span.line2 {
    position: absolute;
    top: 35%;
}
/* リード文（台本：なし） */
#subPage .categoryIndex small {
    display: block;
	padding: 5px 10px 10px 10px;
	font-size: 1.2em; /* =12px */
}
</pre></body></html>