@charset "utf-8";
/** 部屋別利用人数設定ダイアログ */
.room-usage-editor-table td {
	font-size: 90%;
}
.room-usage-editor-table th,
.room-usage-editor-table td {
	padding: 3px;
	margin: 3px;
	vertical-align: top;
	text-align: center;
}

.room-usage-editor-table select {
    margin-left: 5px;
    padding: 5px 12px;
}

.room-usage-editor-table .room-order {
    background-color: #3e5d82;
    border-radius: 30px;
    color: #fff;
    margin-left: 5px;
    padding: 5px 12px;
}

.room-usage-editor-table .room-order-td{
	vertical-align: middle;
}

.room-usage-editor a{ 
	background: #fff; 
	border-radius: 3px; 
	line-height: 1.6; 
	padding: 0.3em 0.8em;
	font-size: 11px;
}

.room-usage-editor-table span { 
	white-space: nowrap; 
}

@media only screen and (max-width: 768px) {
    .room-usage-editor-table {
        font-size: 80%;
    }
	.room-usage-editor-table select {
    	margin-left: 0;
    	padding: 5px 0;
    	width: 50px;
	}
}