@charset "utf-8";
/* CSS Document */

/*********************************************************************
 *
 * </network/group/css/style.css>
 *
 * 更新日: 2016/01/8
 *
 *********************************************************************/

.section{
	padding:0 10px; /*old_section*/
}

h3.box{position:relative;}

h3.box span.ctg {
	display:block;
	font-weight:normal;
	font-size:12px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing:0.1em;
	line-height:1;
	position:absolute;
	right:4px;
	top:6px;
	padding:8px 15px;
	border-radius:5px;
	border:#d0d0d0 1px solid;
}

h3.box a{
	text-decoration:none;
}
h3.box.hover a{
	text-decoration:underline;
}

/*for legacy h3*/
#main h3 { padding: 0 0 0 0.875rem; font-size: 1.125rem; text-align: left; border-left: #D9DCE0 3px solid; position: relative; }
#main h3::before { content: ""; position: absolute; left: -3px; top: 0px; height: 6px; width: 3px; background-color: #E6002D; border-bottom: #fff 3px solid; }
#main h3.box,
#main .ctg_index h3{
	border-left:none;
}
#main h3.box::before,
#main .ctg_index h3::before{
	display: none;
}
/**/

/*name_jump*/
.hgroup{position:relative; clear:both;}

.name_jump {
	position:absolute;
	top:0.75rem; right:0px;
}

.name_jump ul{
	font-size:90%;
	overflow:hidden;
	line-height:1;
}
	
.name_jump ul li{
	margin:0px;
	padding:0px 2px 0px 2px;
	float:left;
	border-left:solid #CCCCCC 1px;
}
.name_jump ul li:last-child{
	border-right:solid #CCCCCC 1px;
}
	
.name_jump ul li a {
	display:block;
	padding:3px 8px 3px 8px;
	border:solid #ffffff 1px;
	white-space:nowrap;
	line-height:1;
	text-decoration:none;
}
.name_jump ul li a:hover {
	border:solid #ccc 1px;
	background:#f4f4f4;
}

/*******************************************
 ctg_index 
************************************************/

div.ctg_index {
	margin:10px 0 40px;
	padding: 0;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 0.875rem;
}
div.ctg_index::after {
	display: none;
}

div.ctg_index a{
	text-decoration:none;
}
div.ctg_index a:hover{
	text-decoration:underline;
}

/* heading */
div#main div.ctg_index h3.label{
	margin:1.2em 0 0.6em;
	padding:0.6em 0 0;
	background:none;
	border-top:#E3E3E3 1px solid;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing:0.1em;
}



/*********************************************************************
 * grid
 *********************************************************************/
div.ctg_index .col {
  float: none;
	flex: 0 0 auto;
	width: calc((100% - 60px)/3);
}

/*---sp---*/
.sp h3.box{
	overflow: hidden;
}
.sp h3.box span.ctg {
	position: static;
	width: auto;
	display: inline-block;
	float: right;
}
.sp div.ctg_index .col {
	flex: 0 0 auto;
	width: 100% !important;
}
.sp .name_jump {
	position: static;
}
.sp .name_jump ul li{
	margin-bottom: 0.5em;
	border-right:solid #CCCCCC 1px;
	border-left:solid #CCCCCC 1px;
	margin-right: -1px;
}
.sp .name_jump ul li a{
	padding: 0.5em 1em;
}
