﻿/* ======================================

    DoughnutChart.css
    　ドーナツチャートのスタイル

======================================== */

/*---------------------------------

  Header

---------------------------------*/
.div-daughnut-header {
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
}
.div-daughnut-header {
    margin: 0 0 -12px 0;
}

/*---------------------------------

  チャート

---------------------------------*/
.div-daughnut-data {
    position: relative;
}

/* 
    数値表示（中央）
------------------------- */
.div-daughnut-data-text {
    position: absolute;
    width: 100%;
    top: calc(50% - 10px);
    text-shadow: 1px 1px 2px black, 0px 0px 1em #666, 0px 0px 0.2em #666;
}
.div-daughnut-data-text p {
    text-align: center;
    margin: 0;
    line-height: 16px;
}
.para-daughnut-data-percent {
    font-size: 15px;
}
.para-daughnut-data-quantity {
    font-size: 11px;
}

/* 
    Check!
------------------------- */
.div-proc-check {
    position: absolute;
    background-color: rgba(220,20,6,0.8);
    top: 12px;
    padding: 1px;
    text-align: center;
    font-size: 12px;
    z-index: 1;
}

/*---------------------------------

  Footer

---------------------------------*/
.div-daughnut-footer {
    text-align: center;
    font-size: 12px;
    word-break: break-all;
}
