@charset "shift_jis";
/* -----------------------------------------------------------------------------
-- kyousei.ac smartphone
----------------------------------------------------------------------------- */
.btn-ikebuchi-01 {
	color:#FFFFFF;
	background-color:#24adfc;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #24adfc),
		color-stop(0.5, #5ab7fe),
		color-stop(0.5, #70c1ff),
		color-stop(1, #95d1ff)
	);
	background-image: -moz-linear-gradient(
		90deg,
		#24adfc 0%,
		#5ab7fe 50%,
		#70c1ff 50%,
		#95d1ff 100%
	);
	background-image: -o-linear-gradient(
		90deg,
		#24adfc 0%,
		#5ab7fe 50%,
		#70c1ff 50%,
		#95d1ff 100%
	);
	box-shadow:0px 2px 2px rgba(000,000,000,0.2),inset 0px 1px 1px rgba(255,255,255,0.5);
	-moz-box-shadow:0px 2px 2px rgba(000,000,000,0.2),inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:0px 2px 2px rgba(000,000,000,0.2),inset 0px 1px 1px rgba(255,255,255,0.5);
}

#special-contents .colored-box  {
  background: none repeat scroll 0 0 #eff5ff;
    margin: 10px 0;
    padding: 5px;
}
