<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: #e9f4ff;
	-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;
}
#subPage .categoryIndex li {
	float: left;
	position: relative;
	margin: 0 15px 0 0;
	width: 333px;
	background: #ffffff url(../images/common/navList_bg.png) no-repeat right bottom;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}
#subPage .categoryIndex li:before {
  content: url(../images/common/list_style_category_index.svg);
  position:absolute;
  display: inline-block;
  top: calc(50% - 25px);
	width: 12px;
	height: 50px;
}
#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;
	min-height:66px;
	height:auto !important;
	height:66px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#333333;
	font-weight: bold;
	text-decoration: none;
}
#subPage .categoryIndex span {
    position: absolute;
    top: 50%;
    margin-top: -0.6em;
	display: block;
	padding: 0 10px 0 25px;
	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>