html,body{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size: 12px;
	background-color: #fafafa;
}
body{
	padding-bottom: 30px;
}

h1,h2,h3,h4,h5,button,input,select,textarea{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif !important;
}

h1{
	font-size: 18px;
}



input[type="radio"],input[type="checkbox"]{
	position: relative;
	top: 2px;
	margin-right: 3px;
}

.h3{
    padding: 5px 10px;
    margin-bottom: 15px;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	background-color: #f9f9f9;
	background-image: repeating-linear-gradient(-45deg,transparent,transparent 5px,rgba(255,255,255,.5) 5px,rgba(255,255,255,.5) 10px);
}

table{
	font-size: 12px;
}
table.list td{
	padding: 5px 8px;
	white-space: nowrap;
	border-bottom: solid 1px #ddd;
}

a{
	color: #333;
}
a:hover, a:active{
	color: #006600;
	text-decoration: none;
}

a.disabled{
    pointer-events: none;
}


tfoot.total{
    border-top-style: double !important;
}

.table.dataTable{
	margin-top: 0 !important;
}

.scroll-table {
	overflow: auto;
	white-space: nowrap;
}

.header-nav{
	padding: 15px;
	display: flex;
	flex-wrap: nowrap;
	background-color: #FFF;
	border-bottom: 1px solid #e9e9e9;
}
.header-nav p{
	margin:0;
	height: 35px;
	line-height: 35px;
}
.header-nav p:first-child {
	margin-right: auto;
}

.tab-content{
	padding-top: 15px;
}

.logo{
	height: 30px;
	margin-right: 20px;
}

.header-nav > .btn , .header-nav > a.btn{
	height: 30px;
	padding: 7px;
	margin-left: 5px;
}

.navi{
	margin: 10px 15px;
	height: 35px;
}
.navi > .btn{
	float: left;
	margin-right: 5px;
	padding: 7px;
}

.breadcrumb{
	background-color: #fafafa;
	padding-left: 80px;
}

.container-fluid{
	clear: both;
	margin: 15px;
	padding: 0;
	border: 1px solid #e9e9e9;
	background-color: #FFF;
}

.container-fluid h1{
	margin: 0;
	padding: 10px 15px;
	border-bottom: 1px solid #e9e9e9;
}

.content{
	padding: 15px;
}

.control , .control_left{
	margin: 0;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
}
.control > div, .control_left > div{
	margin: 0 5px;
}


.control_left >:first-child {
	margin-right: auto;
}

.btn-blue {
	background-color: #9e9eff;
	color: #FFF;
	border: none;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.btn-blue:hover, .btn-yellow:focus {
	background-color: #7f7fff;
	color: #FFF;
}
.btn-blue:active {
	background-color: #7f7fff;
	color: #FFF;
}


input.form-control.inp_short{
	width: 250px;
}


.activity{
	margin:0;
	margin-left:20px;
	padding:0;
}
.activity li{
	line-height: 2em;
}

.file_list{
	padding-left: 5px;
}
.file_list li{
	list-style: none;
	line-height: 2.3em;
}
.file_list li i{
	margin-right: 10px;
}


.icn {
	line-height: 34px;
	font-size: 15px;
}

.btn-group-xs>.btn, .btn-xs{
	padding: 1px 2px;
	line-height: 1.2em;
	font-size: 8px;
}



.green{color :#006600;}
.red{color :#A00000;}



.no-display{
	display: none;
}

.explain{
	font-size: 10px;
}

.over_text{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.btn-right{
	display: flex;
	flex-flow: wrap;
	justify-content: flex-end;
}
.btn-right > .btn{
	margin-left: 10px;
}

.right{text-align: right;}





.pt-1{padding-top: 1em;}
