/* カスタム CSS をここに入力してください */


h3{
background: #D8E7EF; /*背景色*/
padding: 0.5em;/*文字周りの余白*/
color: #6E6E6E;/*文字を白に*/
border-radius: 0.5em;/*角の丸み*/
}


h4{
background: #F2F2F2; /*背景色*/
padding: 0.5em;/*文字周りの余白*/
color: #000000;/*文字を黒に*/
border-radius: 0.5em;/*角の丸み*/
}


/*テキストボックス*/
.textbox {	
	border: solid 1px #ffffff ;
	margin:10px 10px ;
	padding:20px 15px ;
 background-color: #ECECEC ;
}