.item_icn_gray {
    background: url(/shared/images/icon/page_icn_gray.png) no-repeat;
}

.status100 {
	background: #b2d9ff !important;
	width: 50px;
	height: 50px;
}

.status500_lottery {
  background: url(/shared/images/icon/status500_lottery.png) no-repeat;
}

.status900_lottery, .status900_reserves {
  background: url(/shared/images/icon/cancel.png) no-repeat;
}
.status100_reserves {
 background: url(/shared/images/icon/status100_reserves.png) no-repeat;
}

.status200_reserves {
 background: url(/shared/images/icon/status200_reserves.png) no-repeat;
}

.status300_reserves {
 background: url(/shared/images/icon/status300_reserves.png) no-repeat;
}

.status400_reserves {
 background: url(/shared/images/icon/status400_reserves.png) no-repeat;
}
.custom_resize{
	font-size: 130%;
}
.btn_inline_medium.short{
    min-width: auto;
}
.btn_inline_medium.long{
    min-width: 215px;
}
.btn_inline_large{
    min-width: 160px;
    font-size: 128.6%;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    padding: 14px;
}
.btn_inline_large.long{
    min-width: 240px;
}
.btn_radius{
    min-width: 110px;
    font-size: 114.3%;
    text-align: center;
    padding: 7px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}

.btn_gray, .btn_gray:link {
    min-width: 130px;
    font-size: 114.3%;
    text-align: center;
    padding: 7px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    background-color: #f2f2f2;
    color: #515151;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(7, 46, 86, 0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(7, 46, 86, 0.3);
    box-shadow: 0px 2px 3px 0px rgba(7, 46, 86, 0.3);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    transition: 0.4s ease all;
}

.btn_gray:hover, .btn_gray:focus {
    background-color: #dddddd;
}
.btn_round{
    display: inline-block;
    font-size: 114.3%;
    padding: 10px;
    font-weight: bold;
    min-width: 240px;
    text-decoration: none;
    text-align: center;
    border-radius: 24px!important;
    -webkit-border-radius: 24px!important;
    -moz-border-radius: 24px!important;
}
.btn_day {
    width: 58px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

.btn_disabled, .btn_disabled:hover {
	background-color: #f2f2f2 !important;
	color: #c1c1c1 !important;
	border: 1px solid #dadada;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	pointer-events: none;
	cursor: default;
}

.day_pattern .btn_day {
    margin-right: 8px;  
}
.text_center{
	text-align : center;
}

.text_red {
	color: red;
}

.mt100{
	margin-top:100px;
}

#temp_history_cnt.popup_reserve_list .table-collapsed,
#temp_history_popup.popup_reserve_list .table-collapsed{
	border-collapse:collapse;
}

.popup_reserve_list table.table-collapsed tr td:nth-child(1){
	width:30% !important;
}

.popup_reserve_list table.table-collapsed tr td:nth-child(2){
    width:70% !important;
}

#temp_history_cnt.popup_reserve_list table.table-collapsed tr td:nth-child(2),
#temp_history_popup.popup_reserve_list table.table-collapsed tr td:nth-child(2){
    width:100% !important;
}

#temp_history_cnt table.table-collapsed td:last-child,
#temp_history_popup table.table-collapsed td:last-child {
	padding-left:15px;
}

.w267 {
	background-color: #f2f2f2;
}

#coma_calendar td {
	width: 11%;
	cursor: pointer;
}

/* ==================================================
background(reserve)
================================================== */
.reserve_100{
    background-color: #B2D9FF !important;
    color: #515151;
	font-size: 95%;
	border: 1px solid #000000 !important;
}
.reserve_200{
    background-color: #B6DC9F !important;
	color: #515151;
	font-size: 95%;
	border: 1px solid #000000 !important;
}
.reserve_900{
    background-color: #515151 !important;
    color: #ffffff;
	font-size: 95%;
	border: 1px solid #000000 !important;
}
/* ==================================================
background(approval)
================================================== */
.approval_100{
    background-color: #B2D9FF !important;
    color: #515151;
	font-size: 95%;
	border: 1px solid #000000 !important;
}
.approval_200{
    background-color: #B6DC9F !important;
	color: #515151;
	font-size: 95%;
	border: 1px solid #000000 !important;
}
.approval_900{
    background-color: #515151 !important;
    color: #ffffff;
	font-size: 95%;
	border: 1px solid #000000 !important;
}
/* ==================================================
background(lottery)
================================================== */
.lottery_100{
    background-color: #B2D9FF !important;
    color: #515151;
	font-size: 95%;
	border: 1px solid #000000 !important;
}
.lottery_200{
    background-color: #E4A0D3 !important;
    color: #515151;
	font-size: 95%;
	border: 1px solid #000000 !important;
}
.lottery_400{
    background-color: #EBEBEB !important;
    color: #515151;
	font-size: 95%;
	border: 1px solid #000000 !important;
}
.lottery_500{
    background-color: #EBEBEB !important;
	font-size: 95%;
    color: #515151;
	border: 1px solid #000000 !important;
}
.lottery_900{
    background-color: #515151 !important;
    color: #ffffff;
	font-size: 95%;
	border: 1px solid #000000 !important;
}

/* ==================================================
background(payment)
================================================== */
.payment_100{
    background-color: #E4A0D3 !important;
    color: #515151;
	font-size: 95%;
	border: 1px solid #000000 !important;
}
.payment_200{
    background-color: #E4A0D3 !important;
    color: #515151;
	font-size: 95%;
	border: 1px solid #000000 !important;
}
.payment_300{
    background-color: #E4A0D3 !important;
    color: #515151;
	font-size: 95%;
	border: 1px solid #000000 !important;
}
.payment_400{
    background-color: #B2D9FF !important;
    color: #515151;
	font-size: 95%;
	border: 1px solid #000000 !important;
}
.payment_900{
    background-color: #B6DC9F !important;
    color: #515151;
	font-size: 95%;
	border: 1px solid #000000 !important;
}
.payment_910{
    background-color: #E4A0D3 !important;
    color: #515151;
	font-size: 95%;
	border: 1px solid #000000 !important;
}
.payment_920{
    background-color: #B6DC9F !important;
    color: #515151;
	font-size: 95%;
	border: 1px solid #000000 !important;
}
.payment_930{
    background-color: #B6DC9F !important;
    color: #515151;
	font-size: 95%;
	border: 1px solid #000000 !important;
}
.payment_940{
    background-color: #B6DC9F !important;
    color: #515151;
	font-size: 95%;
	border: 1px solid #000000 !important;
}
.payment_990{
    background-color: #515151 !important;
    color: #ffffff;
	font-size: 95%;
	border: 1px solid #000000 !important;
}

/* ==================================================
添付ファイル有
================================================== */
.with_file{
    background-color: #dfe4a0 !important;
    color: #515151;
	font-size: 95%;
	border: 1px solid #000000 !important;
}

.coma_calendar_all_room {
	cursor: pointer;
}

/* ==================================================
begin rakuraku calendar
================================================== */
.raku_calendar_wrap {
	margin-top: 20px;
}

.raku_calendar {
	margin-bottom: 30px;
}

.raku_calendar .controls {
	padding-bottom: 8px;
}

.raku_calendar .controls a {
	font-weight: bold;
	color: #1564b3;
	background: inherit;
	text-decoration: none;
}

.raku_calendar .controls a:hover, .raku_calendar .controls a:active,
	.raku_calendar .controls a:focus {
	text-decoration: underline;
}

.raku_calendar .controls .btn_prev {
	float: left;
}

.raku_calendar .controls .btn_prev:before {
	content: '<';
	margin-right: 15px;
}

.raku_calendar .controls .btn_next {
	float: right;
}

.raku_calendar .controls .btn_next:after {
	content: '＞';
	margin-left: 15px;
}

.raku_calendar .cnt {
	margin: 0 -12px;
}

.raku_calendar .item {
	float: left;
	width: 33.33%;
	padding: 0 12px;
}

.raku_calendar .item table {
	border: 1px solid #cdcdcd;
	background-color: #f4f4f4;
	color: #515151;
	width: 100%;
	text-align: center;
	font-size: 71.4%;
}

.raku_calendar .item caption {
	background-color: #f4f4f4;
	color: inherit;
	font-size: 180%;
	border: 1px solid #cdcdcd;
	border-bottom: none;
	font-weight: bold;
	padding: 12px 0 8px;
}

.raku_calendar .item tbody td {
	background: #ffffff;
	color: inherit;
	border: 1px solid #cdcdcd;
	font-weight: bold;
	padding: 9px 0 8px;
}

.raku_calendar .item tbody td.day {
	cursor: pointer;
}

.raku_calendar .item thead th {
	background: #ffffff;
	color: inherit;
	border: 1px solid #cdcdcd;
	padding: 1px 0 0;
}

.raku_calendar .item tbody .empty {
	background-color: #f4f4f4;
}

.raku_calendar .btn {
	width: 240px;
	height: 56px;
	font-size: 114.3%;
	display: block;
	margin: 21px auto 24px;
	font-weight: bold;
	padding: 18px 0 0;
}

#temp_bread {
	background: #f5f5f5;
	font-weight: bold;
	box-shadow: 0 3px 3px #e8e8e8;
}

.layout_slidebar #temp_bread_inner {
	width: 100%;
	float: left;
	margin-right: -300px;
}

.layout_slidebar .bread_content {
	margin-right: 300px;
	padding: 10px 0;
}

#temp_bread .txt {
	float: left;
	margin-right: 27px;
}

#temp_bread .icons_bread {
	width: 33px;
	height: 27px;
	display: inline-block;
	vertical-align: bottom;
	background: url('/shared/images/icon/icons_bread.png') no-repeat;
	margin-right: 10px;
}

.btn_switch {
	display: inline-block;
	vertical-align: middle;
	min-width: 144px;
	height: 29px;
	line-height: 29px;
	color: #222222;
	text-decoration: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	text-align: center;
	box-shadow: 0px 2px 3px #dcdcdc;
}

.btn_switch:link {
	color: #222222;
}

.btn_switch:before {
	content: " ";
	background: url('/shared/images/icon/icons_switch.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.btn_tb_calendar {
	background: #1564b3;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	width: 170px;
	border: 0;
	border-radius: 4px;
	height: 24px;
	cursor: pointer;
	box-shadow: 0 3px 3px #c2cbd5;
}

.btn_tb_calendar:before {
	content: " ";
	background: url('/shared/images/icon/icons_calendar_sm.png') no-repeat;
	display: inline-block;
	vertical-align: text-top;
	width: 14px;
	height: 16px;
	margin-right: 10px;
}

.color_pattern {
	margin-top: 50px;
}

.color_pattern .ttl {
	font-size: 128.5%;
	margin-bottom: 14px;
}

.color_list {
	margin: 0 -15px;
	list-style: none;
}

.color_list li {
	float: left;
	width: 130px;
	padding: 0 15px;
	height: 100px;
	margin-bottom: 20px;
}

.color_list li div {
	height: 100%;
}

.title_pattern .panel_h1 {
	margin: 100px 0 100px;
}

.title_pattern .ttl {
	margin-bottom: 72px;
}
.popup_body {
	left: 0;
	right: 0;
}
/* ==================================================
End rakuraku calendar
================================================== */
.mt-10 {
	margin-top: 10px;
}

.table-header-color thead {
	background: #f2f2f2;
}

#temp_history_cnt .table-header-color tr td:first-child,
#temp_history_popup .table-header-color tr td:first-child {
	background: none;
}

.popup_body .pp_cnt {
	max-height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.table-w100 {
	width: 100%;
	overflow-x: scroll;
}

.form_panel .page_item {
    margin: 20px 0;
}

.form_panel .page_item .ttl_item {
    border-bottom: 2px solid #dadada;
}

.form_panel .page_item .ttl_item h2, .form_panel .page_item .ttl_item h3 {
    font-size: 142.8%;
    color: #323232;
    font-weight: bold;
    background: url(/shared/images/icon/icn_border_left.png) no-repeat left center;
    padding: 13px 20px 8px;
    display: inline-block;
}

.form_panel .page_item ul {
    margin: 15px 0 0 8px;
}

.form_panel .page_item ul li {
    padding: 7px 0 8px 25px;
    font-size: 114.3%;
    list-style: none;
}

.form_panel .page_item ul li a {
    color: #0072bc;
    text-decoration: none;
}

.text_left{
	text-align: left;
}
.text_right{
	text-align: right;
}
