@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

#gifu .nav-price a {
  color: #b4d100!important;
}
#kani .nav-price a {
  color: #ef7a1b!important;
}
#gifu .page-tit .page-bg {
  background: url("../images/gifu/price-images/gage-tit.jpg") 50% 0 no-repeat;
}
#kani .page-tit .page-bg {
  background: url("../images/kani/price-images/gage-tit.jpg") 50% 0 no-repeat;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */
.ex {
  border: solid 3px #b4d100;
  padding: 30px;
}
.ex h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
/* ==========================================================================
	PC 1025px -
	========================================================================== */
@media screen and (min-width: 1025px){
}
/* ==========================================================================
	TABLET - 1024px
	========================================================================== */
@media screen and (max-width:1024px){
}
/* ==========================================================================
	SP - 640px
	========================================================================== */
@media screen and (max-width: 640px) {
.ex {
  padding: 15px;
}
.ex h3 {
  font-size: 1.3rem;
}
}
