@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------

contents

------------------------------------------------- */

/* color */
.titleArea h2,
.titleArea ul li a,
.gotop a{
	background-color: #44b2e6;
}
.mainArea h3{
	color:#44b2e6;
	border-bottom:4px solid #44b2e6;
}
/* mainArea */

.noMenuArea ol li{
	list-style:circle;
	margin-left:20px;
}
.noMenuArea ol li a{
	display:block;
	padding:5px;
}
/* PC */
@media screen and (min-width:769px) {
.noMenuArea{
	height:auto;
}
.noMenuArea ol{
	width:300px;
	float:left;
}
}
/* Tablet */
@media screen and (max-width:768px) {

}



















