@charset "UTF-8";
/* CSS Document */
.tabTitle.tabColumn03 > *:nth-child(3n+1),
.tabTitle.tabColumn05 > *:nth-child(5n+1),
.tabTitle.tabColumn06 > *:nth-child(6n+1),
.tabTitle.tabColumn07 > *:nth-child(7n+1),
.tabTitle.tabColumn08 > *:nth-child(8n+1),
.tabTitle.tabColumn09 > *:nth-child(9n+1),
.tabTitle.tabColumn10 > *:nth-child(10n+1),
.tabTitle.tabColumn11 > *:nth-child(11n+1),
.tabTitle.tabColumn12 > *:nth-child(12n+1) {
    clear: left;
    margin-left: 0;
}

.manuTtl span.line {
	color: #0c3bbc;
	font-size: 20px;
	position: relative;
	line-height: 1.2;
	display: inline-block;
	text-decoration: underline;
}

.manuTtl span.line span {
	text-decoration: underline;
}


/*
.manuTtl span.line:after {
	content: "";
	border-bottom: 2px solid #0c3bbc;
	display: inline-block;
	width: 100%;
	position: absolute;
    bottom: 0;
    left: 0;
}
*/

.ttlTriangle {
	display: inline-block;
	position: relative;
	width: 1em;
	height: 1em;
}

.ttlTriangle:before {
	content: "\e604";
    font-size: 0.85em;
	font-size: 1.3em;
    font-family: 'icon';
    font-weight: normal;
    color: #049849;
    display: block;
    position: absolute;;
    line-height: 1;	
	left: 0;
	top: 0;
}
