
/*///////////////////////////////////////////
// TAB
///////////////////////////////////////////*/
#contents .tabSet { width: 100%; }

#contents .tabSet .tab {
	table-layout: fixed;
	width: 100%;
	list-style: none;
}

#contents .tabSet .tab li {
	display: table-cell;
	border: 1px solid #ccc;
	border-left: none;
	list-style: none;
	width: 500px;
	cursor: pointer;
	vertical-align: middle;
	padding: 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#contents .tabSet .tab li:first-child { border: 1px solid #ccc; }

#contents .tabSet .tab li.active:first-child { border: 1px solid #17262e; }

#contents .tabSet .tab li.active {
	border: 1px solid #17262e;
	border-left: none;
}

#contents .tabSet .tab li div {
	background: #fff url(../img/marker/icon-arrow-co-tab-active.png) right center no-repeat;
	position: relative;
	padding: 20px;
}

#contents .tabSet .tab li div:hover { background: #e8eaeb url(../img/marker/icon-arrow-co-tab-active.png) right center no-repeat; }

#contents .tabSet .tab li.active div {
	background: #17262e;
	position: relative;
}

#contents .tabSet .tab li.active div::after {
	position: absolute;
	content: url(../img/marker/icon-arrow-tab-active.png);
	width: 18px;
	height: 10px;
	bottom: -10px;
	left: 50%;
	margin-left: -9px;
}

#contents .tabSet .tab li p {
	margin: 0;
	padding: 0;
}

#contents .tabSet .tab li h2 {
	margin: 0;
	padding: 0;
}

#contents .tabSet .tab li a {
	color: inherit;
	text-decoration: none;
}

#contents .tabSet .tab li h2 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
	color: #17262E;
	background: none;
}

#contents .tabSet .tab li h2 span {
	font-size: 12px;
	line-height: 1.5;
	color: #17262E;
}

#contents .tabSet .tab li p {
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	color: #17262E;
}

#contents .tabSet .tab li.active h2 { color: #fff; }

#contents .tabSet .tab li.active h2 span { color: #707a7f; }

#contents .tabSet .tab li.active p { color: #fff; }

#contents .tabSet .contents {
	display: none;
	overflow: hidden;
	zoom: 1;
}

#contents .tabSet .contents.active { display: block; }

/*///////////////////////////////////////////
// anchorSet
///////////////////////////////////////////*/
#contents ul.anchorSet {
	border: 1px solid #c0c0c0;
	list-style: none;
}

#contents ul.anchorSet li {
	border-left: 1px solid #c0c0c0;
	width: 500px;
	display: table-cell;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
	background: none;
	vertical-align: top;
}

#contents ul.anchorSet li:first-child { border-left: none; }

#contents ul.anchorSet li a {
	display: block;
	background: #fff url(../img/marker/icon-arrow-co-tab-active.png) right center no-repeat;
	padding: 10px;
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

#contents ul.anchorSet li a:hover { background: #e8eaeb url(../img/marker/icon-arrow-co-tab-active.png) right center no-repeat; }

#contents ul.anchorSet li.active a {
	position: relative;
	background: #17262e;
	color: #fff;
}


#contents ul.anchorSet li.active a::after {
	position: relative;
	content: url(../img/marker/icon-arrow-tab-active.png);
	position: absolute;
	left: 50%;
	bottom: -15px;
	z-index: 1024;
}

/*multiAnchro*/

#contents div.anchorSet.multi {
	border-top: 1px solid #c0c0c0;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #c0c0c0;
	list-style: none;
	overflow: hidden;
}
#contents div.anchorSet.multi div.tr {display: table-row;}
#contents div.anchorSet.multi div.tr div {
	border-top: none;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: none;
	width: 500px;
	display: table-cell;
	text-align: left;
	padding: 0 !important;
	margin: 0 !important;
	background: none;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#contents div.anchorSet.multi div.tr div a {
	display: block;
	background: #fff url(../img/marker/icon-arrow-co-tab-active.png) right center no-repeat;
	padding: 20px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
}

#contents div.anchorSet.multi div.tr div a span { font-size: 12px; }

#contents div.anchorSet.multi div.tr div a:hover { background: #e8eaeb url(../img/marker/icon-arrow-co-tab-active.png) right center no-repeat; }
#contents div.anchorSet.multi div.tr div.active a {
	position: relative;
	background: #17262e;
	color: #fff;
}



@media screen and (max-width: 600px) { /*sp*/
#contents ul.anchorSet_sp,
#contents div.anchorSet_sp,
#contents div.anchorSet_sp.multi {
	border: 1px solid #c0c0c0;
	border-bottom: none;
	display: block;
}
#contents div.anchorSet.multi div.tr {
	display: block;
}
#contents ul.anchorSet_sp li,
#contents div.anchorSet_sp li,
#contents div.anchorSet.multi div.tr div {
	display: block !important;
	border: none;
	border-bottom: 1px solid #c0c0c0;
	width: 100%;
}
#contents ul.anchorSet_sp li a,
#contents div.anchorSet_sp li a,
#contents div.anchorSet.multi div.tr div a {
	background: #fff url(../img/marker/icon-arrow-co-tab-active.png) right center no-repeat;
	width: 100% !important;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	text-align: left;
}
#contents ul.anchorSet li a {
	text-align: left;
	padding-right: 10px;
}


#contents .tabSet .tab li.active div::after,
#contents ul.anchorSet li.active a::after  {
	display: none;
}




/*///////////////////////////////////////////
// TAB
///////////////////////////////////////////*/
#contents .tabSet { width: 100%; }

#contents .tabSet .tab {
	table-layout: fixed;
	width: 100%;
	list-style: none;
	border-top: 1px solid #ccc;
}

#contents .tabSet .tab li {
	display: block;
	border: 1px solid #ccc;
	border-top: none !important;
	list-style: none;
	width: auto;
	cursor: pointer;
	vertical-align: middle;
	padding: 0;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

#contents .tabSet .tab li:first-child { border: 1px solid #ccc; }

#contents .tabSet .tab li.active:first-child { border: 1px solid #17262e; }

#contents .tabSet .tab li.active {
	border: 1px solid #17262e;
	border-left: none;
}

#contents .tabSet .tab li div {
	background: #fff url(../img/marker/icon-arrow-co-tab-active.png) right center no-repeat;
	position: relative;
	padding: 20px;
}

#contents .tabSet .tab li div:hover { background: #e8eaeb url(../img/marker/icon-arrow-co-tab-active.png) right center no-repeat; }

#contents .tabSet .tab li.active div {
	background: #17262e;
	position: relative;
}

#contents .tabSet .tab li.active div::after {
	display: none;
}

#contents .tabSet .tab li p {
	margin: 0;
	padding: 0;
}

#contents .tabSet .tab li h2 {
	margin: 0;
	padding: 0;
}

#contents .tabSet .tab li a {
	color: inherit;
	text-decoration: none;
}

#contents .tabSet .tab li h2 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
	color: #17262E;
	background: none;
}

#contents .tabSet .tab li h2 span {
	font-size: 12px;
	line-height: 1.5;
	color: #17262E;
}

#contents .tabSet .tab li p {
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	color: #17262E;
}

#contents .tabSet .tab li.active h2 { color: #fff; }

#contents .tabSet .tab li.active h2 span { color: #707a7f; }

#contents .tabSet .tab li.active p { color: #fff; }

#contents .tabSet .contents {
	display: none;
	overflow: hidden;
	zoom: 1;
}

#contents .tabSet .contents.active { display: block; }


}
