@charset "utf-8";
/* =====================
.face
===================== */
.face{
	background: #379795;
}
.face .sub{
	color: #AAF3ED;
}

/* =====================
left
===================== */

/*.page_menu ul*/
.page_menu{
	background: #DFF7F6;
}
.page_menu h3{
	background: #D0E5E5;
	border-left: 3px solid #379795;
}
.page_menu > ul > li > a:hover{
	background: #D0E5E5;
}
.page_menu > ul > li.toggle.open > a{
	background: #D0E5E5
}

/* =====================
.contents
===================== */
.contents h2{
	border-top: 3px solid #379795;
	border-bottom: 1px solid #379795;
}
.contents h3{
	border-left: 3px solid #379795;
	border-bottom: 1px solid #DCDCDC;
}
.contents h4{
	border-bottom: 1px solid #379795;
}
.contents h5:before{
	color: #70bfbe;
}

/* =====================
.contents .list
===================== */
.contents ul.list1 > li:before,
.contents ul.list2 > li:before,
.contents ul.list3 > li:before,
.contents ul.list4 > li:before
{
	color: #379795;
}

/* =====================
.contents .box-2
===================== */
.contents .box-2{
border-top: solid 5px #379795;
}

/* =====================
footer
===================== */
footer{
	background: #379795;
}