﻿/*　メニュー画面関連 */
.td_menu_title{
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.td_menu_btn{
    width: 300px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    border-style: none;
    background-image: url(../img/janbari/common/button1.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 20px;
    color: black;
    background-size: 100%;
}

.td_menu_btn1{
    width: 300px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    border-style: none;
    background-image: url(../img/janbari/common/button2.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 20px;
    color: black;
    background-size: 100%;
}

.td_menu_btn2{
    width: 300px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    border-style: none;
    background-image: url(../img/janbari/common/button3.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 20px;
    color: black;
    background-size: 100%;
}

.td_menu_btn3{
    width: 300px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    border-style: none;
    background-image: url(../img/janbari/common/button4.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 20px;
    color: black;
    background-size: 100%;
}

.td_logout_btn{
    width: 180px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    border-style: none;
    background-image: url(../img/janbari/common/button1.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 24px;
    color: black;
    background-size: 100%;
}

/*　登録編集画面関連 */
.div_scrn_title{
    font-size: 20px;
}

.div_edit_title{
    font-size: 24px;
}

.tbl_edit{
	border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
}

.td_edit_center{
	border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.td_edit_left{
	border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    font-size: 20px;
}

.td_edit_right{
	border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    text-align: right;
    vertical-align: middle;
    font-size: 20px;
}

.submit_regist{
	width: 120px;
	height: 40px;
    font-size: 16px;
}

.textbox_basic{
	width: 60px;
    text-align: left;
}

.textbox_name{
	width: 250px;
    text-align: left;
}

.inp_basic{
    font-size: 20px;
}

.inp_basic_num {
    width: 65px;
    text-align: center;
    vertical-align: middle;
    font-size: 100%;
	border-width: 2px;
}

.inp_basic_date{
    width: 120px;
    text-align: center;
    vertical-align: middle;
    font-size: 100%;
	border-width: 2px;
}

.inp_basic_date_ni{
    width: 120px;
    text-align: center;
    vertical-align: middle;
    font-size: 100%;
	border-width: 2px;
	background-color: #cccccc;
}

.tbl_edit_nb{
	border-width: 0px;
    border-style: none;
    border-collapse: collapse;
}

.td_edit_center_nb{
	border-width: 0px;
    border-style: none;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.td_edit_left_nb{
	border-width: 0px;
    border-style: none;
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    font-size: 20px;
}

.td_edit_left_nb2{
	border-width: 0px;
    border-style: none;
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
}

.td_edit_right_nb{
	border-width: 0px;
    border-style: none;
    border-collapse: collapse;
    text-align: right;
    vertical-align: middle;
    font-size: 20px;
}

.div_guide_message{
    font-size: 26px;
    color: black;
}

.div_guide_message_ok{
    font-size: 26px;
    color: blue;
}

.div_guide_message_bad{
    font-size: 26px;
    color: red;
}

.div_attention_message{
    font-size: 16px;
    color: red;
}

.div_attention_message2{
    font-size: 14px;
    color: red;
}

.div_setsumei{
    text-align: center;
    font-size: 14px;
}

.td_setsumei_left{
	border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
}

.div_setsumei_left{
    text-align: left;
    vertical-align: middle;
    font-size: 10px;
}
