@charset "utf-8";

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

/* Heading
------------------------------------------------------------------ */
/* 
#subPage .main h1 {
}
 */
 
/* Local Navigation
------------------------------------------------------------------ */
#subPage .localNav p,
#subPage .localNav ul {
    display: none;
}
 
/* Category Index Navigation
------------------------------------------------------------------ */
#subPage .categoryIndex {
    overflow: hidden;
}
#subPage .categoryIndex ul {
}
#subPage .categoryIndex li {
	position: relative;
	margin: 10px 0 10px 0;
	background-color: #fefefe;
	background: linear-gradient(#fefefe, #f4f4f4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #999999;
	vertical-align: middle;
	list-style:none;
}
#subPage .categoryIndex li:first-child {
	margin: 0;
}
#subPage .categoryIndex li a{
	display: block;
	padding: 3px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

#subPage .categoryIndex li a:visited,
#subPage .categoryIndex li a:hover,
#subPage .categoryIndex li a:active{
color: #000000;
text-decoration:none;
}

#subPage .categoryIndex span {
    display: block;
	padding: 10px 10px 10px 10px;
	font-size: 1.4em; /* =14px */
	line-height: 1.4;
}

#subPage .categoryIndex span:before{
  content: '';
    width: 16px;
    height: 16px;
    border: 0px;
    border-top: solid 2px #0066D2;
    border-right: solid 2px #0066D2;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
	left:90%;
    margin-top: -8px;
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#subPage .categoryIndex span{
		-moz-background-size: auto 18px;
		-webkit-background-size: auto 18px;
		background-size: auto 18px;
	}
}
/* リード文（台本：なし） */
#subPage .categoryIndex small {
    display: block;
	padding: 5px 10px 10px 10px;
	font-size: 1.2em; /* =12px */
}
