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

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

contents

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

/* color */
.titleArea h2,
.titleArea ul li a,
.ttlStep,
.gotop a{
	background-color: #44b2e6;
}
.mainArea h3{
	color:#44b2e6;
	border-bottom:4px solid #44b2e6;
}
.mainArea h4{
	border-left:10px solid #44b2e6;
}
.priceArea table th{
	background-color: #e1e8ef;
}
/* mainArea */


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

boxArea

------------------------------- */
.boxArea ul{
	margin:0 0 0 25px;
}
.boxArea ul li{
	list-style:disc;
}
/* PC */
@media screen and (min-width:769px) {
.boxArea{
	height:auto;
}
.boxArea p{
	width:250px;
	float:left;
}
.boxArea ul{
	width:660px;
	float:right;
}
}
/* Tablet */
@media screen and (max-width:768px) {
.boxArea p{
	margin:0 0 5px;
}
}


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

priceArea

------------------------------- */
.priceArea ul{
	margin:10px 0 0 25px;
}
.priceArea ul li{
	list-style:disc;
}




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

aaa

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


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

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

}













