@charset "utf-8";

/*========================================
Reset
========================================*/
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	background:#ffffff !important;
	font-size:12px !important;
	line-height:180% !important;
}

/*
div:before,div:after{content:"";display:table;}div:after{clear:both;}div{zoom:1;}
ul:before,ul:after{content:"";display:table;}ul:after{clear:both;}ul{zoom:1;}
dl:before,dl:after{content:"";display:table;}dl:after{clear:both;}dl{zoom:1;}
*/

.table-bordered td{
	border: 1px solid #ddd !important;
}

.head-btn {
	float: right;
        position: absolute;
        top: 20px;
        right: 130px;
}
.head-btn a{
        color: #ff3300;
	text-shadow: none;
}

/*===========================================
 * メニューの段ずれ無理やり対応（深町）
 ============================================*/
.sidebar {
	position: absolute !important;
}

.deposit{
	margin-top: 20px;
}
.deposit th{
	width: 160px;
}

/*========================================*/

/*共通========================================*/
header{
	display:block;
	background: #fff;
	color:#000;
	padding:0 10px;
	font-size:20px;
	text-shadow:0 0 4px rgba(0,0,0,0.5);
	border-bottom:solid 2px #ccc;
	height: 80px;
}

.head_name{
	float:left;
	/* background:#FFF; */
	padding: 0 4px 8px 8px;
	margin: 4px 0 10px 0;
}

.head_hon_name{
	float:right;
	font-size:14px;
	line-height:18px;
	margin-top:20px;
	text-align:right;
}

.container{
	margin-top:40px;
}

.btn-primary{background:#ff8258; border:none;}
.btn-primary:hover{background:#ff3300; border:none;}
.btn-primary:focus{background:#ff3300; border:none;}
.btn-primary:active:focus{background:#ff3300; border:none;}

.form-control:focus{
    border-color: #ff8258;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 130, 80, 0.6);
    outline: 0 none;
}

.sidebar{
	margin-top:0;
	width:200px;
}

.sidebar li a:before{
	content:"≫ ";
}

.sidebar li:first-child a:before{
	content:none;
}

.sidebar li{
	border-bottom:solid 1px #ddd !important;
}

.sidebar li a{
	padding:15px 20px !important;
	border-bottom:solid 1px #FFF;
}

.sidebar li a:hover img{
	opacity:0.7
}

.sidebar ul li a.active{
	background:#666;
	color:#FFF
}

.head-logout{
	float:right;
	margin:20px 0 0 20px;
	text-shadow:none;
}

.head-logout a{
	display:block;
	width:100px;
}

#page-wrapper{
	margin-left:200px;
}

.panel{
	border:none;
	box-shadow:none;
}

.btn-primary.btn-outline{
	color:#FFF;
}

.dataTable th, .table th{
	background:#333 !important;
	color:#FFF !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
 	background-color: #ff8258;
	border-color: #ff8258;
}

.pagination > li > a, .pagination > li > span{
	color: #ff8258;
	float: left;
}

.edit-btn-lg{
	width:300px;
}

.input_note{
	margin-top:5px;
	color:#aaa;
}

.btn_area{
	/* margin-top:80px; 20170901*/
	margin-top:20px;
}

.form-group{
	margin-bottom:30px;
}

.dataTable_wrapper a{
	color: #ff8258;
	text-decoration:underline;
}

.dataTable_wrapper a:hover{
	text-decoration:none;
}

.sub_title{
	font-size:20px;
	margin-bottom:20px;
	margin-top:20px;
	border-left:8px solid #999;
	padding:0 10px;
}

/*ログイン========================================*/

.login_f .panel{
	border:solid 1px #FFF;
	box-shadow:0 0 2px rgba(0,0,0,0.5);
}

.login_f .panel-heading{
	text-align:center;
	background:#F1F1F1;
	border-bottom:solid 1px #DDD;
	margin-bottom:15px;
	font-size:20px;
}

.login_f.container{
	width:600px;
}

.login_f .form-control{
	width:80%;
}

.login_f button{
	display:block;
	margin:30px auto 0 auto;
	width:200px;
}

.login_f .form-group label{
	text-align:right;
}


/*メッセージ作成========================================*/
.message_title{
	font-size:32px;
	margin-bottom:10px;
}

.message_status{
	background:#EEE;
	padding:10px;
	margin-bottom:50px;
}

.message_fukidashi_box{
	padding:20px;
	margin:0 15px 20px 15px;
	border:solid 2px #EEE;
	background:#fafafa;
}

.message_fukidashi_title{
	font-size:20px;
	float:left;
	margin-right:20px;
}

.message_fukidashi_select{
	float:left;
}

.message_fukidashi_title_area{
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:solid 1px #CCCCCC;
}

.message_fukidashi_contents05_box{
	margin-bottom:20px;
}

.message_fukidashi_contents05_l{
	float:left;
	width:90px;
	text-align:right;
	padding-top:7px;
}

.message_fukidashi_contents05_r{
	float:left;
}

.message_fukidashi_contents05_l02{
	float:left;
	width:90px;
	text-align:right;
	padding-top:7px;
}

.message_fukidashi_contents05_r02{
	float:left;
	width:100px;
	text-align:right;
}

.message_fukidashi_contents08_tit{
	border-left: solid 8px #333;
	padding:4px 8px;
	margin-bottom:10px;
}

.message_fukidashi_contents08_f{
	margin-bottom:40px;
}

.message_fukidashi_contents08_areabox{
	float:left;
	margin-right:10px;
	text-align:center;
}

.message_fukidashi_contents08_areabox img{
	display:block;
	margin-bottom:5px;
}1

.message_fukidashi_contents08_linkbox{
	margin-bottom:20px;
}

.message_fukidashi_contents08_linkbox_l, .message_fukidashi_contents08_linkbox_r{
	float:left;
}

.message_fukidashi_contents08_linkbox_l{
	padding-top:7px;
	padding-right:7px;
}

.message_fukidashi_contents01, .message_fukidashi_contents02, .message_fukidashi_contents05, .message_fukidashi_contents08{
	display:none;
}

#message_show_table{
	width:auto;
}

table{
	table-layout: fixed;
}
table.longwise th{
	text-align: left;
}
table.widthwise th{
	text-align: center;
}
.th1{
	width: 200px;
}
.error_box{
	margin: 10px;
	padding: 16px;
	background-color: #FFDAB9;
}


.table-hover > tbody > tr:hover{
	background-color:#e9e9e9 !important;
}

.table td{
	vertical-align:middle !important;
	padding:8px 15px !important;
}

.user_mask img{
	border-radius:50%;
	border:solid 1px #EEE;
}

.table{
	width:auto !important;
	max-width:100%;
}

.csv_up{
	display:flex;
	align-items:center;
	margin:30px 0 20px 0;
}

.csv_up > div{
	padding-right:10px;
}

.csv_up input{
	margin-bottom:0 !important;
}

.form-group{
	margin-bottom:10px!important;
}

#page-wrapper{
	padding:0 40px !important;
}

.buttom_num_base{
	position:relative;

}

.button_num{
	background:#F00;
	color:#FFF;
	width:25px;
	height:25px;
	text-align:center;
	line-height:25px;
	font-size:11px;
	border-radius:50%;
	position:absolute;
	left:105px;
	top:-8px;
	box-shadow:0 0 2px #FFF;
}

.button_num02{
	background:#F00;
	color:#FFF;
	width:25px;
	height:25px;
	text-align:center;
	line-height:25px;
	font-size:11px;
	border-radius:50%;
	position:absolute;
	left:118px;
	top:2px;
	box-shadow:0 0 2px #FFF;
}

.dialog-text{
	margin-bottom: 10px;
}
.error_bg{
	background-color: #FFDAB9;
}
.head_name img{
	background:#FFF;
        margin: 4px;  
	height:54px;
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}
