@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: 98%;
	border-width: 1px;
	border-style: solid;
	border-color: #1e90ff;
	background-color: #1e90ff;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


.box1{
	width: 98%;
	border-width: 1px;
	border-style: solid;
	border-color: #999900;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;/* 上30px、左右auto、下20px */
	padding-top: 5px;
	padding-bottom: 5px;
}

.box2 {
	width: 98%;
	background-color: #fef4eb;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;/* ← これで中央揃え */
	  /* 上30px、左右auto、下20px */
	padding-top: 10px;
	padding-bottom: 10px;
}


.box3{
	width: 98%;
	background-color: #f5faed;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;/* ← これで中央揃え */
	  /* 上30px、左右auto、下20px */
	padding-top: 10px;
	padding-bottom: 10px;
}

.box4 { 
	width: 98%;
	border-width: 1px;
	border-style: solid;
	border-color: #1e90ff;
	margin: 30px auto 20px auto;  /* 上30px、左右auto、下20px */
}


.box5{
	width: 98%;
	background-color: #ebfbfe;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;/* ← これで中央揃え */
	  /* 上30px、左右auto、下20px */
	padding-top: 10px;
	padding-bottom: 10px;

}


.boxmenu{
	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;
}
