@charset "utf-8";

/*------------------------------
    yomi
-------------------------------*/
/* 読み仮名部分 */
.box{
    clear:both;
    height:100%;
    padding:2px;
    margin:0px auto;
    zoom:1;/*for IE 5.5-7*/
    }
.box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.box p{
    text-align:center;
    font-size:100%;
    padding:3px;
    }
* html .box p,
*:first-child+html .box p{
    font-size:108%;
    letter-spacing:1px;
    }
.box div{
    float:left;
    margin-left:2px;
    }
.box p.yomi{
    background:#dbf09a;
    border-bottom:1px solid #98CB00;
    }
/* 改行する時に使用 */
.box div.cl{
    clear:both;
    }
