@charset "UTF-8";
/*
    common.css
*/
html,body{
    height:100%;
}

/* 単語検索 */
.word_search{
    display: inline-block;
    position: relative;
    margin-left:5px;
    width:40%;
}
.word_search .form-control{
    display: inline-block;
}
.word_search .btn{
    position: absolute;
    top: 0;
    right: 0;
}

/* 登録編集詳細画面 */
.regist_table th{
    background-color: #cccccc;
    width: 100px;
}

.regist_table td{
    background-color: #ffffff;
}

.view_table th{
    width: 100px;
}

.btntd{
    width: 100px;
    text-align: center;
    line-height: 200%;
}

/* タイムカード */
.today {
    background-color: #ccffcc;
}
.satday {
    background-color: #ccffff;
}
.sunday {
    background-color: #ffcccc;
}


/* date picker の位置ずれの調整*/
.datepicker-orient-left {
    margin-left: 40px;
}

.datepicker-orient-bottom {
    margin-top: 45px;    
}


/* 統計情報*/
/*
#select_date_area{
    margin: 10px 0 30px 0;
}
*/

.stats_data_area{
    margin-bottom: 20px;
}

.stats_data_area p.mid_date{
    font-size: 16px;
    margin: 20px 0px;
}

.stats_data_area:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}

.stats_data_area .border_left{
    border-left: 1px #000000 solid;    
}

.stats_data_area .border_right{
    border-right: 1px #000000 solid;    
}

.stats_data{
    float: left;
    width: 200px;
}

.stats_data h3{
    font-size: 16px;
    text-align: center;
}

.stats_data p{
    font-size: 24px;
    text-align: center;
}

tr.clickable{
    cursor:pointer;
}
tr.clickable:hover{
    color:#428bca;
}

/* 名刺管理 */
#card_table tr th{
    text-align: center;
    font-size: 11px;
}
#card_table tbody tr td{
    line-height:2.428571;
    font-size: 11px;
}

#card_search{
    text-align: left;
}

.input_small{
    width: 100px;
}

.img-circle{
    border-radius: 50%;
    width: 30px;
}

.chkbox {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.manga_file_add_btn{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding: 6px 0 6px 2px;
    font-size: 12px;
}

.estimate_detail_del_btn{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding: 6px 0 6px 0px;
    font-size: 12px;
}
.estimate_set_detail_del_btn{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding: 6px 0 6px 0px;
    font-size: 12px;
}

.circle_btn_type1{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding: 6px 0 6px 1px;
    font-size: 12px;
}
.circle_btn_type2{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding: 6px 0 6px 9px;
    font-size: 12px;
    background-color:#fff;
    display: inline-block;
}

.set_detail_alert{
    position:absolute;
    padding:0px 5px;
    font-size:12px;
}

.says1 {
    display: inline-block;
    position: absolute;
    top: 65px; 
    right: 42px;
    border: 8px solid transparent;
    border-left: 18px solid #ffffff;
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    z-index: 0;
}

.says2 {
    display: inline-block;
    position: absolute;
    top: 65px; 
    left: 42px;
    border: 8px solid transparent;
    border-right: 18px solid #ffffff;
    -ms-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.checkbox_type1{
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-right: 3px;
}
.checkbox_type2{
    -webkit-transform: scale(2);
    transform: scale(2);
}
/*カーソルポインター*/
.pointer{
    cursor: pointer;
}
.interim_pagenation .pagination{
    margin: 0px;
}

