/* 共通 CSS */
@charset "utf-8";

.box-title{
	font-weight: bold;
	font-size: 1.3em;
	color: #FF0099;
	padding-bottom: 10px;
	text-align: center;
}
.box29{
	border: 5px solid pink;
  border-radius: 8px;
  padding: 15px;
}

.side-area h3{
  margin: 10px 0 10px 0!important;
}
