@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: #EEF7FF;
	-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: 20px auto;
	width: 880px;
}
#subPage .categoryIndex li {
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
	width: 428px;
	background-color: #fff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}
#subPage .categoryIndex li + li {
	margin: 0 0 20px 0;
}
#subPage .categoryIndex li:first-child + * + *,
#subPage .categoryIndex li:first-child + * + * + * + *,
#subPage .categoryIndex li:first-child + * + * + * + * + * + *,
#subPage .categoryIndex li:first-child + * + * + * + * + * + * + * + *,
#subPage .categoryIndex li:first-child + * + * + * + * + * + * + * + * + * + *,
#subPage .categoryIndex li:first-child + * + * + * + * + * + * + * + * + * + * + * + * {
	margin: 0 20px 20px 0;
}
#subPage .categoryIndex li a {
	display: block;
	min-height:40px;
	height:auto !important;
	border: 3px solid #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
}
#subPage .categoryIndex span {
	display: block;
/*	padding: 0 10px 0 25px;*/
	padding: 10px 10px 10px 25px;
	background: url(../images/common/list_style_category_index.png) no-repeat 0.5em top;
	background-position: 8px 12px;
	font-size: 1.4em; /* =14px */
/*	line-height: 40px;*/
	line-height:1.3;
	background-color: #73ADD1;
}
#subPage .categoryIndex span.line2 {
    position: absolute;
    top: 35%;
}
/* リード文（台本：なし） */
#subPage .categoryIndex small {
    display: block;
	padding: 5px 10px 10px 10px;
	background-color: #ffffff;
	font-size: 1.2em; /* =12px */
}
#subPage .categoryIndex li > ul.discList {
	margin: 0;
	padding: 0 0 15px 10px;
	width: 403px;
}
#subPage .categoryIndex li > ul.discList li {
	background-color: #fff;
	background: url(../images/common/list_style_arrow_pink.png) no-repeat 0.5em 0.5em;
	background-size: 0.7em;
	border: none;
	margin: 0;
	line-height: 1.5;
	float: none;
	width: 280px;
}
#subPage .categoryIndex li > ul.discList li a {
	color: #000;
	font-weight: normal;
	font-size: 0.85em;
	min-height: 1.5em;
}
#subPage .categoryIndex li > ul.discList li a:action,
#subPage .categoryIndex li > ul.discList li a:visited {
	border: none;
}
/* firefoxクリック後の線消去 */
a{
	outline: none;
}
a:focus{
	outline: none;
}
/* イラスト表示 */
#subPage .categoryIndex nav > ul > li.menu > p {
	width: 100px;
	float: left;
	text-align: right;
	margin-bottom: 10px;
}
#subPage .categoryIndex nav > ul > li.menu > p img {
	width: 80px;
	height: auto;
}
#subPage .categoryIndex nav > ul > li.menu > ul {
	width: 313px;
	float: right;
}