html body {
	font-size: 14px;
	background-color: #ffffff;
	color: #303060;
	overflow:visible;
	padding-top: 89px;
}
.navbar-right {
	margin-right: 0px;
}
#logo_img {
	width: 117px;
	/*width: 90px;*/
	height: 30px;
	/*padding-top: 4px;*/
}
.header_container {
	margin: 0px 20px;
}
#contents {
	margin: 20px 25px;
}
#contents.nopad {
	margin: 0px;
}
.row_contents {
	margin: 0px;
}
.card {
	border: 1px solid #308030;
}
.card_full {
	margin: 25px;
}
/*
 * 入力フォーム全般	
 */
.form-group {
	margin-top: 5px;
	margin-bottom: 7px;
}
.form-group>label {
	margin-bottom: 0px;
}
.form-group>input {
}
input::-ms-clear {
	visibility: hidden;
}

/*
 * 検索条件
 */
#sidebar {
	background: #F5F5F5 none repeat scroll 0 0;
	box-shadow: 0px 0px;
	border-right: 1px solid #A0A0A0;
	overflow: auto;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
	width: 240px;
	position: fixed;
	z-index: 20;
}
#sidebar input {
	padding: 0px 3px;
	height: 24px;
	font-size: 14px;
}
#sidebar input[type=radio] {
	height: auto;
}
#sidebar input[type=checkbox] {
	margin: -2px 0px 0px -16px;
	padding: 0px;
}
#sidebar .checkbox-inline{
	margin-left: 0px;
}
#sidebar .form-group .search_text,
#sidebar .form-group .search_select,
#sidebar .form-group .search_date
{
	width: 200px;
	padding: 0px;
	padding-left: 5px;
	height: 24px;
}
#sidebar .input-group-addon {
	padding: 0px 5px;
}
#sidebar .search_btn {
	margin-top: 50px;
	width: 200px;
}
#toggle {
	float: left;
	margin-top: 20px;
	display: inline-block;
	position: fixed;
}
#showbar{
	height: 50px;
	width: 20px;
	position: fixed;
	padding: 0;
}
#hidebar{
	float: right;
	cursor: pointer;
}

/*
 * メイン部分
 */
.main {
}
.main_contents {
	position: absolute;
	display: inline-block;
	margin-left: 250px;
}
.main_contents .row{
	margin-left: 0px;
	margin-right: 0px;
}
.main_contents .row:first-child {
	margin-top: 20px;
}
.row_buttons_left {
	float: left;
}
.row_buttons_right {
	float: right;
}
.table-head {
	background-color: #377700;
	color: #FFFFFF;
	margin: 0px;
}

/* jquery-uiのフォントサイズ */
.ui-widget {
	/*font-size: 0.8em !important;*/
	font-size: 9pt !important;
}

.align_top{
	vertical-align: top !important;
}
.align_middle{
	vertical-align: middle !important;
}
.align_bottom{
	vertical-align: bottom !important;
}
.align_left{
	text-align: left !important;
}
.align_right{
	text-align: right !important;
}
.align_center{
	text-align: center !important;
}
.bg_white{
	background-color: #FFFFFF !important;
}
.bg_gray{
	background-color: #CCCCCC !important;
}
.bg_ash{
	background-color: #F0F0F0 !important;
}
.bg_darkgray{
	background-color: #333333 !important;
}
.color_white{
	color: #FFFFFF !important;
}
.sunday{
	background-color: #FFD8D8 !important;
}
button.sunday:hover {
	background-color: #EFC8C8 !important;
}
.saturday{
	background-color: #C0D0FF !important;
}
button.saturday:hover {
	background-color: #B0C0EF !important;
}
.currentday{
	background-color: #FFFF88 !important;
}
.nowrap{
	white-space: nowrap;
}
.noborder{
	border: none !important;
}

.display_none{
	display: none;
}
.display_block{
	display: block;
}
.float_left {
	float: left !important;
}
.float_right {
	float: right !important;
}
.width_zero {
	width: 0px !important;
}
.height_zero {
	height: 0px !important;
}



/*
 * Bootstrapで丸いボタンを作るために。
 */
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

/*
 * headmenu関連
 */
.dropdown-header {
	font-size: 14px;
	padding: 0px 0px 0px 20px;
	color: #ffffff;
}
.dropdown-inner {
	padding-left: 20px;
}

.dropdown-menu li.divider {
}

.dropdown-menu {
	z-index: 2000;
}
