@charset "utf-8";
/* CSS Document */

.title-box
{ 	padding:5px;
	border-radius: 10px;
	font-size: 20px;
	border-color: #000000;
	border-style: solid;
	font-weight: bold;
	text-align: center;
	
}
.title-box_r
{ 	padding-top:10px;
	font-size: 20px;
	font-weight: bold;
}

.title-box_s
{ 	background-color: #000000;
	padding:3px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	
}
.title-box_sr
{ 	padding-top:8px;
	font-size: 18px;
	font-weight: bold;
}

.halfcircle {	
	position: relative;/* ←文字の親要素に指定 */
    width: 200px;
    height: 90px; 
    background-color: #c510ce;
    border-radius:50% 50% 0 0/100% 100% 0 0;
	line-height: 28px;
    text-align: center;
}
.halfcircle-inner {
  position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	font-weight: bold;
}




