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

/* セクション：情報表示 */
.section-information {
    width: 50%;
    height: 450px; 
    border:1px solid gray;
    border-radius: 8px;
}
/* Informaition Detail */
.info-label {
    font-size : 1.1rem;
}
.info-value {
    font-size : 1.2rem;
    color: blue;
}
.info-words {
    width: 95%;
    height: 45%;
    margin-left : 2.5%;
    margin-right : 2.5%;
/**    overflow-x : auto; **/
    overflow-y : auto;
/**    border: 1px solid darkgreen; **/
    
}
/* 文言エリア */
.word1-area , .word2-area  {
    width: 100%;
    padding-left : 4rem;
    padding-right: 1rem;
    line-height: 1.1;
    font-size: 1.1rem;
    color: #660000;
}
.word3-area , .word4-area  {
    width: 100%;
    padding-left : 6rem;
    padding-right: 0rem;
    line-height: 0.9;
    font-size: 0.8rem;
}
.word-more  {
    width: 100%;
    text-align: right;
    padding-left : 6rem;
    padding-right: 0rem;
    line-height: 0.9;
    font-size: 1.0rem;
    color: rgba(0, 0, 255, 0.61);
}
.word-more:hover {
    cursor: pointer;
}

/* 履歴表示 */
.info-history {
    width: 95%;
    height: auto;
    margin-left : 2.5%;
    margin-right : 2.5%;
}
.info-hisotory_tbl {
    width: 100%;
}
.info-hisotory_td {
    width: 7%;
    height: 18px;
    font-size:0.9rem;
    text-align: center;
    border: 1px solid rgb(100, 99, 99);
}
.info-hisotory_ngcolor {
    background-color: gray;
}

/* セクション：メニューボタン */
.section-menu {
    width: 24%;
    height: 145px;
}

/* セクション：ダミー */
.section-dummy {
    width: 100%;
    height: 50px;
}

/* セクション：メニューボタンレイアウト */
.section-menu-rayout {
    margin: auto;
    width: 99%;
    height: 99%;
/**    border:1px solid gray; **/
    border-radius: 3px; 
}

/* セクション：メニュー：ボタンアクション(DRF) */
.section-button_drf {
    background-color:#66FF99;
    border-bottom: 5px solid #66FF99; 
    border-right: 5px solid #66FF99; 
    background-image: url("../image/drf-w.png");
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center bottom;
}
.section-button_drf:active , .section-button_drf:hover {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
/**
    background-color:#FFFF33;
    border-bottom: 5px solid #FFFF99;
    border-right: 5px solid #FFFF99;
**/
    cursor: pointer;
}
.section-button_text {
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: dimgray;
}
/* セクション：メニュー：ボタンアクション(CHG-ACTION) */
.section-button_chg {
    background-color:#FFCC33;
    border-bottom: 5px solid #FFCC33; 
    border-right: 5px solid #FFCC33; 
    background-image: url("../image/chg-w.png");
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center bottom;
}
.section-button_chg:active , .section-button_chg:hover {
    /**
    background-color:#FFAAFF;
    border-bottom: 5px solid #FFDDFF; 
    border-right: 5px solid #FFDDFF; 
    **/
    cursor: pointer;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* セクション：メニュー：ボタンアクション(CHG-ACTION) */
.section-button_result {
    background-color:#f87474;
    border-bottom: 5px solid #f87474; 
    border-right: 5px solid #f87474; 
    background-image: url("../image/chg-w.png");
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center bottom;
}
.section-button_result:active , .section-button_result:hover {
    /**
    background-color:#FFAAFF;
    border-bottom: 5px solid #FFDDFF; 
    border-right: 5px solid #FFDDFF; 
    **/
    cursor: pointer;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* セクション：メニュー：ボタンアクション(COLUMN) */
.section-button_col {
    background-color:#FFFF33;
    border-bottom: 5px solid #FFFF33;
    border-right: 5px solid #FFFF33;
    background-image: url("../image/column-w.png");
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center bottom;
}

.section-button_col:active , .section-button_col:hover {
    /**
    background-color:#78FF94;
    border-bottom: 5px solid #CBFFD3; 
    border-right: 5px solid #CBFFD3; 
**/
    cursor: pointer;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/* セクション：メニュー：ボタンアクション(HISTORY) */
.section-button_history {
    background-color:#99CCFF;
    border-bottom: 5px solid #99CCFF; 
    border-right: 5px solid #99CCFF; 
    background-image: url("../image/history-w.png");
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center bottom;
}

.section-button_history:active , .section-button_history:hover {
    /**
    background-color:#AAFFFF;
    border-bottom: 5px solid #DDFFFF; 
    border-right: 5px solid #DDFFFF; 
    **/
    cursor: pointer;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/* セクション：メニュー：ボタンアクション(BACK) */
.section-button_back {
    background-color:#FF88FF;
    border-bottom: 5px solid #FF88FF; 
    border-right: 5px solid #FF88FF; 
    background-image: url("../image/back-w.png");
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: center bottom;
}

.section-button_back:active , .section-button_back:hover {
    /**
    background-color:#FF9872;
    border-bottom: 5px solid #FFC7AF; 
    border-right: 5px solid #FFC7AF; 
    **/
    cursor: pointer;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;

}
/* background-color:#82b732; */
/* セクション：メニュー：ボタンアクション(LOGOUT) */
.section-button_logout {
    background-color:#c9ced1;
    border-bottom: 5px solid #c9ced1; 
    border-right: 5px solid #c9ced1; 
    background-image: url("../image/logout-w.png");
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center bottom;
}
.section-button_logout:active , .section-button_logout:hover {
    /**
    background-color:#AAAAAA;
    border-bottom: 5px solid #CCCCCC; 
    border-right: 5px solid #CCCCCC; 
    **/
    cursor: pointer;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;

}
.section-button_dsc {
    background-color:#96d33a;
    border-bottom: 5px solid #96d33a; 
    border-right: 5px solid #96d33a; 
    background-image: url("../image/dsc-w.png");
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center bottom;
}
.section-button_dsc:active , .section-button_dsc:hover {
    /**
    background-color:#AAAAAA;
    border-bottom: 5px solid #CCCCCC; 
    border-right: 5px solid #CCCCCC; 
    **/
    cursor: pointer;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;

}

/* セクション：メニュー：ボタンアクション(使用不可) */
.section-button_disabled {
    background-color:#B2B2B2;
    border-bottom: 5px solid #B2B2B2; 
    border-right: 5px solid #B2B2B2; 
    background-image: url("../image/disabled-r.png");
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center bottom;
}
.section-button_disabled:active , .section-button_disabled:hover {
    /**
    background-color:#AAAAAA;
    border-bottom: 5px solid #CCCCCC; 
    border-right: 5px solid #CCCCCC; 
    **/
    cursor: pointer;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;

}

.outlink-comment {
    font-size: 0.8rem;
    color:darkred;
}



@media only screen and (min-width: 768px) and (max-width: 991px) 
{
	
    /* セクション：ダミー */
    .section-dummy {
        height: 30px;
    }
    /* 文言エリア */
    .word1-area , .word2-area  {
        padding-left : 5rem;
        padding-right: 1rem;
    }
    .word3-area , .word4-area  {
        text-align: right;
        padding-left : 7rem;
        padding-right: 0rem;
    }
    .word-more  {
        padding-left : 7rem;
        padding-right: 0rem;
    }

		
}
@media only screen and (min-width: 576px) and (max-width: 767px) 
{

    /* セクション：情報表示 */
    .section-information {
        width: 50%;
        height: 450px;
    }

    /* セクション：ダミー */
    .section-dummy {
        height: 20px;
    }
    /* 文言エリア */
    .word1-area , .word2-area  {
        padding-left : 3rem;
        padding-right: 0rem;
    }
    .word3-area , .word4-area  {
        padding-left : 5rem;
        padding-right: 0rem;
    }
    .word-more  {
        padding-left : 5rem;
        padding-right: 0rem;
    }
	
}
@media only screen and (max-width: 575px) 
{
    /* セクション：情報表示 */
    .section-information {
        width: 100%;
        max-height: 300px;
    }
    /* セクション：メニューボタン */
    .section-menu {
        width: 48%;
        height: 70px;
    }
    /* セクション：ダミー */
    .section-dummy {
        height: 5px;
    }

    .section-button_drf {
        background-size: 50px;
        background-position: center bottom;
    }

    .section-button_chg {
        background-size: 40px;
        background-position: center bottom;
    }

    .section-button_result {
        background-size: 40px;
        background-position: center bottom;
    }

    .section-button_col {
        background-size: 50px;
        background-position: center bottom;
    }

    .section-button_history {
        background-size: 60px;
        background-position: center bottom;
    }

    .section-button_back {
        background-size: 50px;
        background-position: center bottom;
    }

    .section-button_logout {
        background-size: 30px;
        background-position: center bottom;
    }
    /* Informaition Detail */
    .info-label {
        font-size : 1.1rem;
    }
    .info-value {
        font-size : 1.2rem;
    }
    /* 文言エリア */
    .word1-area , .word2-area  {
        padding-left : 2rem;
        padding-right: 0rem;
    }
    .word3-area , .word4-area  {
        padding-left : 4rem;
        padding-right: 0rem;
    }
    .word-more  {
        padding-left : 4rem;
        padding-right: 0rem;
    }

 }