@charset "UTF-8";
/* --------------------------------
 * base
 * -------------------------------- */
/* フォント指定 */
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
	font-size: 62.5%;
}
body {
	color: #333;
	font-size: 1.2rem;
	font-size: 16px;
	line-height: 1.5;
	background-color: #fbfbfb;
}
*, *::before, *::after {
	box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="time"] {
    -moz-appearance:textfield;
}

input[type=time]::-webkit-clear-button {
	-webkit-appearance: none;
  }

/* --------------------------------
 * parts
 * -------------------------------- */
 .clearfix::after {
	content: '';
	display: block;
	clear: both;
  }

  .hidden {
	display: none;
  }



/* --------------------------------
 * wrapper
 * -------------------------------- */
 .wrapper {
	width: 97%;
	margin: 0 auto 30px;
  }

/* --------------------------------
 * main
 * -------------------------------- */

/* メニューバー */
.menu_bar{
	width:100%;
	float: left;
}

ul,li{
	list-style:none;
	margin:0;
	padding:0;
}

.menu_bar li{
	float:left;
	width:9.7vw;
	position:relative;
}

.menu_bar li a{
	background:#4caf50;
	border-right:1px solid #FFF;
	text-align:center;
	font-size:0.9vw;
	display:block;
	padding:10px 0;
	text-decoration:none;
	color:#FFF;
	position:relative;
	z-index:100;
	font-weight: bold;
}	

.menu_bar li:last-child a{
	border-right:none;
}

.menu_bar li ul.sub_menu{
	position:absolute;
	z-index:1002;
	top:auto;
	display:none;
}

.menu_bar li ul.sub_menu li a{
	text-align:left;
	padding-left:5px;
	float:none;
	background:#fff;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px dotted #ccc;
	display:block;
	color: #000;
	font-weight: normal;
}

.menu_bar li ul.sub_menu li a:hover{
	background:#eaeaea;
}

.menu_bar li ul.sub_menu li:last-child a{
	border-bottom:1px solid #ccc;
}

.menu_bar li:hover ul.sub_menu{
	display:block;
}

/* タイトルバー */
.title_bar{
	background-color: #006600;
	color: white;
	font-size: 1vw;
	line-height: 30px;
	width: 100%;
	text-align: center;
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;

}

.body_head{
	width: 100%;
}

/* 年プルダウンの変更 */
select.ui-datepicker-year{
	height: 2em!important;      /* 高さ調整 */
	margin-right:5px!important; /* 「年」との余白設定 */
	width:70px!important;       /* 幅調整 */
}
/* 月プルダウンの変更 */
select.ui-datepicker-month{
	height: 2em!important;      /* 高さ調整 */
	margin-left:5px!important;  /* 「年」との余白設定 */
	width:70px!important;       /* 幅調整 */
}

.midashi{
	font-size: 0.9vw;
	font-weight: bold;
}

/* テーブル共通 */
.shift_table{
	border-collapse: collapse;
}
		
.shift_table th{
	background-color: #e5f5e2;
}

.shift_table th, td{
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	padding: 5px;
	white-space: nowrap;
	font-size: 0.9vw;
}

/* テキストボックス */
.text_box{
	width: 100%;
	font-size: 0.9vw;
}

/* セレクトボックス */
.select_box{
	width: 100%;
	font-size: 0.9vw;
	height: 2.7rem;
}

/* ラベル */
.label{
	font-size: 0.9vw;
}

/* ラジオボタン */
.radio_button{
	margin: 0 3px 0 0;
}

/* テキストアイコンボタン */
.glay_text_icon{
	background-color      : #F2F2F2;/*#d2d6de;*/
	text-align            : center;
	border                : 3px double #808080; /*0px solid black;*/
	color                 : #333333;
	text-decoration       : none;
	padding               : 12px 20px 12px 20px;  /*3px 3px 3px 3px;*/
	font-weight           : bold;
	display               : inline-block;
	/*-webkit-border-radius : 4px 4px 4px 4px;
	-moz-border-radius    : 4px 4px 4px 4px;
	border-radius         : 4px 4px 4px 4px; */
}

.btn-warning {
	color: #FFF;
	background-color: #ff9800;
	border-color: #f59200;
	padding: 6px 12px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 16px;
}

.btn-warning:hover {
	background-color: #cc7a00;
	border-color: #b86d00;
	cursor: pointer;
}

.btn-success {
	color: #fff;
    background-color: #4caf50;
	border-color: #49a84d;
	padding: 6px 12px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 16px;
}

.btn-success:hover {
	background-color: #3d8b40;
	border-color: #367d39;
	cursor: pointer;
}

.btn-primary {
	color: #fff;
    background-color: #ff9800;/*#2196f3;*/
	border-color: #f59200;/*#1791f2;*/
	padding: 6px 12px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 16px;
}

.btn-primary:hover {
	background-color: #cc7a00;/*#0c7cd5;*/
	border-color: #b86d00;/*#0a71c2;*/
	cursor: pointer;
}

.btn-default{
	padding: 6px 12px;
	font-size: 16px;
}

.btn-default:hover{
	cursor: pointer;
}

.form-inline .form-group {
	display: inline-block;
}

.required:after {
    color: #F00;
    content: " *";
    font-size: 75%;
}

.explanatory_text {
    color: #F00;
    font-size: 12px;
    margin-bottom: 0px;
}

/* --------------------------------
 * 年月選択
 * -------------------------------- */
 .button_img{
	vertical-align: middle;
	margin-left: 3px;
	cursor: pointer;
}
 .month-picker-title{
	vertical-align: middle;
}

.ui-icon-circle-triangle-w{
	float: right;
}

.ui-icon-circle-triangle-e{
	float: left;
}


