@charset "utf-8";
#sideNavi .children {
	background:#09F;
}
#sideNavi .children a {
	color:#fff;
}

#contents h2 span {
	display:block;
	font-size:65%;
	font-weight:normal;
}

#contents dl.phase {
	margin-bottom:1.2em;
	display:table;
	width:100%;
}
#contents dl.phase dt {
	display:table-cell;
	width:150px;
	padding-right:1em;
	vertical-align:top;
}
#contents dl.phase dd {
	display:table-cell;
}
#contents dl.phase dl,
#contents dl.phase dl dt,
#contents dl.phase dl dd {
	display:block;
}
#contents dl.phase dl {
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	border-bottom: #ccc 1px dotted;
}
#contents dl.phase dl dt {
	width:auto;
	position:relative;
	cursor:pointer;
	font-size:100%;
}
#contents dl.phase dl dt:after {
	font-family: FontAwesome;
	content: '\f13a';
	position:absolute;
	right:0;
	top:35%;
	color:#666;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.opened:after {
	content: '\f139' !important;
}

#contents dl.phase dl dt:first-child {
	padding:0;
}
#contents dl.phase dl dd {
	color:#06C;
	display:none;
	font-size:100%;
	line-height:1.4em;
}

@media screen and (max-width: 639px) {
#child_main #contents {
	width:94vw;
}
#contents dl.phase dt,
#contents dl.phase dd {
	width:100%;
	display:block;
}
#contents dl.phase dt {
	margin-bottom:0.8em;
	font-weight:bold;
}
#contents dl.phase dl dt {
	margin-bottom:0;
	font-weight:normal;
}

}