@charset "Shift_JIS";

 
.kadomaru{
	/* 全部角丸 */
	border-radius: 10px 10px 10px 10px;
}
 
 
.kadomaru_top{
	/* 上だけ角丸 */
	border-radius: 10px 10px 0px 0px;
}
 
.kadomaru_bottom{
	/* 下だけ角丸 */
	border-radius: 0px 0px 10px 10px;
}
 
.kadomaru_left{
	/* 左だけ角丸 */
	border-radius: 10px 0px 0px 10px;
}
 
.kadomaru_right{
	/* 右だけ角丸 */
	border-radius: 0px 10px 10px 0px;
}
 
.kadomaru_top_left{
	/* 左上だけ角丸 */
	border-radius: 10px 0px 0px 0px;
}
 
.kadomaru_top_right{
	/* 右上だけ角丸 */
	border-radius: 0px 10px 0px 0px;
}
 
.kadomaru_bottom_right{
	/* 右下だけ角丸 */
	border-radius: 0px 0px 10px 0px;
}
 
.kadomaru_bottom_left{
	/* 左下だけ角丸 */
	border-radius: 0px 0px 0px 10px;
}

.box{
	width: 95%;
	border-width: 1px;
	border-style: solid;
	border-color: fuchsia;
	background-color: #ff4da6;
	margin-top: 10px;
}

.box1{
	width: 95%;
	border-width: 1px;
	border-style: solid;
	border-color: #ff4da6;
	margin-left: auto;
	margin-right: auto;
}

.boxblue{
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: blue;
	background-color: blue;
	margin-left: auto;
	margin-right: auto;
	color: white;
	letter-spacing: 2px;
}

.box-s{
	width: 90%;
	border-width: 1px;
	border-style: solid;
	border-color: fuchsia;
	background-color: #fcf9f1;
	margin-left: auto;
	margin-right: auto;
}
