.freespace_box {
  border: 3px solid #ffd3d4;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-bottom: 1em;
  padding: 0;
  width: 702px;
}
.freespace_box p:first-child {
  background-color: #ffd3d4;
  border-radius: 1px 1px 0 0;
  padding: 4px 20px;
}
.free_space {
  font-size: 12px;
  height: 356px;
  line-height: 1.5em;
  margin: 0 auto;
  overflow: auto;
  scrollbar-face-color: #ff8c00;
  scrollbar-track-color: #fff8dc;
  scrollbar-arrow-color: #ffffff;
  scrollbar-highlight-color: #fff8dc;
  scrollbar-shadow-color: #d2691e;
  scrollbar-3dlight-color: #ffebcd;
  scrollbar-darkshadow-color: #8b0000;
  width: 100%;
  box-sizing:border-box;
}

.top_3row {
  width: 100%;
  font-size: 16px;
  margin-bottom: 1em;
}
.top_3row li {
  display: inline-block;
  box-sizing: border-box;
  margin-right: 15px;
  width: 225px;
}
.top_3row li:last-child {
  margin-right: 0;
}
.top_3row span {
  font-size: 12px;
}
.top_3row p.title {
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(237, 237, 237)),color-stop(1, rgb(204, 204, 204)));
	background-image: -moz-linear-gradient(0deg,rgb(237, 237, 237) 0%,rgb(204, 204, 204) 100%);
	background-image: linear-gradient(0deg,rgb(237, 237, 237) 0%,rgb(204, 204, 204) 100%);
	-ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
  font-size: 14px;
  height: 38px;
  padding-left: 1em;
}

.top_moomiselect {
  /*generator*/
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(199, 171, 152)),color-stop(1, rgb(249, 236, 220)));
	background-image: -moz-linear-gradient(0deg,rgb(199, 171, 152) 0%,rgb(249, 236, 220) 100%);
	background-image: linear-gradient(0deg,rgb(199, 171, 152) 0%,rgb(249, 236, 220) 100%);
	-ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffc7ab98, endcolorstr=#fff9ecdc, gradienttype=0));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffc7ab98, endcolorstr=#fff9ecdc, gradienttype=0))";
	zoom: 1;
  /*generator*/
  box-sizing: border-box;
  padding-top: 15px;
  text-align: center;
  width: 712px; height: 190px;
}
.top_moomiselect h2 {
  font-size: 2.5em;
  border-bottom: 3px solid #a7673d;
  margin: 1em;
  margin-top: 0em;
}
.top_moomiselect li {
  display: inline-block;
  margin-right: 10px;
}
.top_moomiselect li:last-child {
  margin-right: 0px;
}