@charset "utf-8";

/* PC：category-index-sp.css
 * おまかせプラン ver.6（カテゴリインデックス）
 * **************************************************
 * Global Navigation (Nav) ★
 * Space (Margin)
 * Content (Section)
 * Category Index Navigation (Nav)
 * Common Elements
 * **************************************************
 */

/* Global Navigation (Nav) ★
------------------------------------------------------------------ */
/* 2階層：非表示 */
#globalNav nav li:hover > .sec {
	display: none;
}


/*  Space
------------------------------------------------------------------- */
#subPage .main ul + h2 {
	margin-top: 60px;
}

/*  Content (Section)
------------------------------------------------------------------ */
/* Media Queries 切替 */
#subPage .main > section {
}

/* Category Index Navigation
------------------------------------------------------------------ */
#subPage .categoryIndex {
	margin-bottom: 20px;
}
#subPage .categoryIndex:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .categoryIndex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#subPage .categoryIndex ul::after{
  content:"";
  display: block;
	width: 50%;
}

#subPage .categoryIndex li {
	width: 50%;
  min-height: 80px;
}


#subPage .categoryIndex a {
  position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 80px;
	height:80px;
	padding: 0 10px 0 20px;
	margin:5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
          box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15); 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 1.5em;
	line-height:1.2;
	font-weight: bold;
	color:#424242;
	text-decoration: none; 
	background:#ffffff url(../img/cmn_ic02.png) no-repeat left center/15px;
}
#subPage .categoryIndex a:hover {
	background:#eef8ff url(../img/cmn_ic02.png) no-repeat left center/15px;
}
