@charset "UTF-8";
/* CSS Document */


 
.kuromaru  {
 text-align: center; /* 中央寄せ */
 valign:middle;
 color: #fff; /* 文字を白色に */
 margin: 0; /* h1とpの余白をリセット */
 font-size:14px;
 font-weight:bold;
 
 width:24px;
 height: 24px;
 
 -webkit-border-radius: 12px;/* width,heightの半分 */
 -moz-border-radius: 12px;
 border-radius: 12px;
 background-color: #000;/* 円の色 */
 
}
 
 .kuromaru-t  {
 text-align: center; /* 中央寄せ */
 valign:middle;
 color: #fff; /* 文字を白色に */
 margin: 5; /* h1とpの余白をリセット */
 font-size:16px;
 font-weight:bold;
 
 width:60px;
 height: 60px;
 
 -webkit-border-radius: 30px;/* width,heightの半分 */
 -moz-border-radius: 30px;
 border-radius: 30px;
 background-color: #000;/* 円の色 */
 
}
 