@charset "utf-8";
.sunday{color:#ff6633 !important;}
.saturday{color:#3366ff !important;}
.left{text-align:left !important;}
.right{text-align:right !important;}

.calendar{
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #ccc;
}
.calendar td .date{
	background:#f0f0f0;
	padding:0 5px;
	font-weight:bold;
	
}
.calendar td .data{
	height:100px;
}

.calendar td .data a{
	font-weight:normal;
}

.calendar td .data a.cancel{
	color:#ee9966
}

.user-image{
	border-radius:50%;
}

.t-area-notice{
	width: 500px;
    height: 500px;
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.8em;
    font-size: 1.2em;
}

.btn-rm-width{
	width:auto;
	padding:0 10px;
}

.board_table table th.view240 {
    width: 240px;
}

.list_table_header{
	display:flex;
	justify-content: space-between;
}

.list_table_header .title{
	height:42px;font-size:1.3em;font-weight:bold
}

.list_table_header .summary{
	height:42px;font-size:1em;font-weight:bold
}