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

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

contents

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

/* color */
.titleArea h2,
.titleArea ul li a,
.ttlStep,
.gotop a{
	background-color: #47ca9a;
}
.mainArea h3{
	color:#47ca9a;
	border-bottom:4px solid #47ca9a;
}
.priceArea table th{
	background-color: #dfefea;
}


/* mainArea */


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

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

}



















