/**********************************************************************************************
calender select style
*/
.cal_select{
	height: 60px;
	background-color: #EBFBC5;
	padding: 5px;
	padding-left:24px;
	margin: 8px 5px 10px 5px;
	border: 1px solid #ccc;
}
.cal_select .now_ym{
	float:left;
	width: 60%;
	font-size: 24px;
/*	font-weight: bold;
*/	line-height: 60px;
}
.cal_select .select_month{
	float: left;
	width:40%;
	padding-top: 12px;
}
.cal_select .select_month ul{
	list-style: none;
	overflow: hidden;
}
.cal_select .select_month li{
	float: left;
	width:31%;
	margin:1%;
}
.cal_select .select_month li a{
	display: block;
	background-color: #6EBF29;
	color:#fff;
	text-decoration: none;
	text-align: center;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
}
.cal_select .select_month li a:hover {
	background-color: #346B06;
}


/**********************************************************************************************
calender style
*/
.calender_table{
	box-sizing:border-box;
	width:100%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 12px;
}
.calender_table thead th{
	background-color: #EBFBC5;
	width:122px;
	font-weight: normal;
	border: 1px solid #ccc;
}
.calender_table thead th:first-child{
	color:#f00;
}
.calender_table thead th:last-child{
	color:#00f;
}
.calender_table tbody th{
	background-color: #faf8d9;
	font-weight: normal;
	text-align: left;
	padding-left: 8px;
	border: 1px solid #ccc;
}
.calender_table tbody td{
	vertical-align: top;
	text-align:center;
	padding:2px;
	width:137px;
	height:91px;
	border: 1px solid #ccc;
}
.calender_table tbody td a{
	text-align: center;
	display: block;
	width: 100%;
	line-height: 18px;
	text-decoration: none;
	font-size: 12px;
	border-radius: 5px;
	background-color: #1D5579  !important;
	color:#fff !important;
	margin:2px 0 2px 0;
	padding:2px 0 2px 0;
	/*margin-top: 22px;*/
}
/**********************************************************************************************
calender culmus
*/
.tbg_vacancy{
	background-color:#ccffcc !important;
}
.tbg_vacancy a{
	background-color:#1D5579  !important;
	color:#fff !important;
}
.tbg_cancel_wait{
	background-color:#ffff99 !important;
}
.tbg_cancel_wait a{
	background-color:#ffcc33 !important;
	color:#006400 !important;
}
.tbg_full{
	background-color:#FFB6C1 !important;
}
.tbg_full a{
	background-color:#8B0000 !important;
	color:#fff !important;
}
.tbg_today{
	background-color:#d2d2d2 !important;
}
.is_event a{
	margin-top: 2px !important;
}
.is_event p{
	height:20px;
	text-indent: -9999px;
	background-image:url("../../../img/mypage/eventicon.png");
	background-repeat: no-repeat;
	background-position:94px bottom;

}
.is_entry{
	color:#f00;
}
.calender_table tbody td a.other_link{
	height:18px !important;
	line-height:18px !important;
}
.calender_table tbody td a.one_link{
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  width: 140px;
  font-size: 14px;
}
.dtbg_button{
	line-height: 30px;
	text-align:center;
	display:block;
	width:100%;
	height:60%;
	text-decoration: none !important;
	font-size:12px;
	border-radius:20px;
	margin-bottom:2px;
	background-color: #ccc;
	color:#000;
}
/**********************************************************************************************
entry event
*/
#entry_ditails{
	width:860px;
	margin:0 auto 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#entry_ditails .ed_box{
	margin-bottom:16px;
}
#entry_ditails .ed_main_ttl{
	margin-left: 16px;
	margin-bottom: 10px;
	padding:16px;
	width:800px;
	/*height:24px;*/
	font-size: 14px;
	background-color: #e9fbbf;
}
#entry_ditails .ed_box .ed_ttl{
	margin-left: 16px;
	padding:8px 12px;
	width:800px;
	/*height:24px;*/
	font-size: 14px;
	/*font-weight: bold;*/
	border-left: 8px solid #666;
	border-bottom: 1px solid #666;
}
#entry_ditails .ed_box .ed_con{
	margin-left: 16px;
	width:800px;
	padding:8px 16px;
	font-size: 12px;
	word-break: break-all;
}
#entry_ditails .ed_box .ed_table{
	margin-left: 16px;
	width:832px;
	border-collapse: collapse
}
#entry_ditails .ed_box .ed_table th{
	border: 1px solid #ccc;
	padding:8px 16px;
	width: 140px;
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9fbbf;
	text-align: left;
}
#entry_ditails .ed_box .ed_table td{
	border: 1px solid #ccc;
	padding:8px 16px;
	line-height: 16px;
	font-size: 12px;
	text-align: left;
}
#entry_ditails .ed_box .entry_button, #entry_ditails .ed_box .cancel_button {
	text-align:center;
	font-size:13px;
}
#entry_ditails .ed_box .entry_button input[type=submit]{
	border: 1px solid #ccc;
	font-size:14px;
	padding:4px 8px;
	border-radius: 4px;
	background-color: #088A08;
	color:#fff;
}
#entry_ditails .ed_box .entry_button input[type=submit][disabled]{
	border: 1px solid #ccc;
	font-size:14px;
	padding:4px 8px;
	border-radius: 4px;
	background-color: #71A571;
	color:#fff;
}

#entry_ditails .ed_box .cancel_button input[type=submit]{
	border: 1px solid #ccc;
	font-size:14px;
	padding:4px 8px;
	border-radius: 4px;
	background-color: #FE2E2E;
	color:#fff;
}
#entry_ditails .ed_box .cancel_button input[type=submit][disabled]{
	border: 1px solid #ccc;
	font-size:14px;
	padding:4px 8px;
	border-radius: 4px;
	background-color: #F78181;
	color:#fff;
}
#entry_ditails .ed_box .cancel_wait_button input[type=submit]{
	border: 1px solid #ccc;
	font-size:14px;
	padding:4px 8px;
	border-radius: 4px;
	background-color: #088A08;
	color:#fff;
}
.entry_msg_box{
	width:860px;
	margin:0 auto 20px;
}
.entry_msg_box .ok_msg{
	border: 1px solid #ccc;
	margin-left: 16px;
	width:800px;
	padding:8px 16px;
	background-color: #ffff99;
}
.entry_msg_box .ok_msg li{
	list-style-type: square;
	margin-left: 24px;
	color:#336633;
}
.entry_msg_box .err_msg{
	border: 1px solid #ccc;
	margin-left: 16px;
	width:800px;
	padding:8px 16px;
	background-color: #ffcccc;
}
.entry_msg_box .err_msg li{
	list-style-type: square;
	margin-left: 24px;
	color:#f00;
}


.entry_details td{
	background-color:#FFE4E1 !important;
}
.details_link a{
	line-height: 30px;
	text-align:center;
	display:block;
	width:100%;
	height:60%;
	text-decoration: none;
	color:#006400;
	font-size:12px;
	background-color:#ADD8E6;
	border-radius:20px;
	margin-bottom:2px;
}

.contents_label{
	width:800px;
	margin:0 auto 8px;
	padding:8px 16px;
	border-left: 16px solid #336633;
	background-color: #339933;
	color:#fff;
	line-height: 18px;
	font-size: 16px;
}
.cal_nav{
	float: left;
	height: 20px;
	line-height: 20px;
}
.event_icon{
	padding-left: 24px;
	background-image:url("../../../img/mypage/eventicon.png");
	background-repeat: no-repeat;
	/*background-position:;*/
}