@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 */
#xxxArea{

}



.text01{
	text-align:center;
}


/* PC */
@media screen and (min-width:769px) {

}
/* Tablet */
@media screen and (max-width:768px) {

}



















