@charset "UTF-8";
/* css pr [color001] */

/*-------------------------------------*/
/*　Button */
/*-------------------------------------*/
/*== Lead ==*/
.waku_lead .waku_btn .btnbox .btn_links a {
	background-color: #fff;
	border: solid 1.5px #173880;
	color: #173880;
}

.waku_lead .waku_btn .btnbox .btn_links a:hover {
	color: #fff;
	background-color: #173880;
}

/*== Goods ==*/
.waku_goods .item .btnbox .btn_details a {
	background-color: #173880;
    color: #fff;
}

.waku_goods .item .btnbox .btn_details a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.waku_goods .item2 .btnbox2 .btn_details a {
	background-color: #173880;
    color: #fff;
}

.waku_goods .item2 .btnbox2 .btn_details a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.waku_goods .item2 .btnbox2 .btn_links a {
	background-color: #fff;
	border: solid 1.5px #173880;
	color: #173880;
}

.waku_goods .item2 .btnbox2 .btn_links a:hover {
	color: #fff;
	background-color: #173880;
}

.waku_items .items_right .btnbox3 .btn_links a {
	background-color: #fff;
	border: solid 1.5px #173880;
	color: #173880;
}

.waku_items .items_right .btnbox3 .btn_links a:hover {
	color: #fff;
	background-color: #173880;
}

/*== Plant ==*/
.plantbox > div > .btnbox .btn_details a {
	background-color: #173880;
    color: #fff;
}

.plantbox > div > .btnbox .btn_details a:hover {
	opacity: 0.7;
	text-decoration: none;
}

/*== Set ==*/
.money .waku_money .btnbox .btn_details a {
	background-color: #173880;
    color: #fff;
}

.money .waku_money .btnbox .btn_details a:hover {
	opacity: 0.7;
	text-decoration: none;
}



/* PC */
@media print, screen and (min-width: 960px) {


}

/* Tablet */
@media screen and (max-width: 959px) and (min-width: 569px) {

}

/* SP */
@media screen and (max-width: 568px)  {



}