@charset "utf-8";

/* +++++++++++++++++++++++++ */
/*
/*kyugyo Page -PC-
/*
/* +++++++++++++++++++++++++ */

/*コンテンツ幅*/
main {
	display: block;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
.cat {
	background: #fff;
	font-size: 1.6rem;
	font-family: 'メイリオ', Meiryo, "sans-serif";
	margin-bottom: 20px;
}
.cat span{
	margin-right: 10px;
	padding: 5px 10px;
	color: #fff;
	font-family: "Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"ＭＳ Ｐゴシック",Osaka,Arial,Verdana,sans-serif;
	font-size: 1.4rem;
}
.cat  span.cat-icon-notice{
	background-color:#A0CCC4;
}
.cat span.cat-icon-showroom{background-color:#DDB3BB;}
h1.release-ttl,
.admin-detail-content h1{
	font-size: 28px;
	line-height: 48px;
	padding-bottom: 10px;
	border-bottom: 4px solid #ddd;
	position: relative;
	margin-bottom: 20px;
}
h1.release-ttl:after,
.admin-detail-content h1:after{
	position: absolute;
	content: '';
	display: block;
	left: 0;
	bottom: -4px ;
	width: 50%;
	border-bottom: 4px solid #a29d95;
	height: 100%;
}
h1.release-ttl.cat-icon-notice:after{border-bottom: 4px solid #A0CCC4;}
h1.release-ttl.cat-icon-showroom:after{border-bottom: 4px solid #DDB3BB;}

.font-color01{
	color:#ff0000;
}
.admin-detail-content h2{
	font-size: 22px;
	line-height: 32px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}


/* +++++++++++++++++++++++++ */

.calendar-icon{
	-webkit-box-pack: flex-end; -ms-flex-pack: flex-end; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-justify-content: flex-end; justify-content: flex-end;
}
.calendar-icon li{
	margin-left:20px;
}

#calendar{
	width:100%;
	border-collapse:collapse;
	table-layout: fixed;
}
#calendar th,
#calendar td{
	padding:10px 5px;
	border: solid 1px #ccc;
	vertical-align: middle;
}
#calendar thead th{
	font-size:11px;
	line-height:1.5;
	text-align:center;
	font-weight:bold;
	background-color:#f1f0ef;
}
#calendar thead th.showroom-name{
	width: 164px;
	line-height:1.5;
}
#calendar thead th:not(.showroom-name){
	width: 62px;
	line-height:1.5;
}
/* #calendar tbody th.showroom-name{
	white-space:nowrap;
	line-height:1.5;
} */
#calendar tbody td{
	text-align:center;
}
#calendar tbody td.rholiday{
	font-size:12px;
}
#calendar tbody td.holiday{
	color:#ff0000;
	background-color:#F6EBEB;
	font-weight:bold;
	line-height:1.2;
}
#calendar tbody td.holiday span{
	font-size:11px;
}
#calendar tbody td small{
	font-size:11px;
}

#calendar tbody td.half-holiday{
	color:#ff0000;
	font-weight:bold;
	line-height:1.2;
}
#calendar tbody td.half-holiday span{
	font-size:11px;
}

#calendar .cell01{
	width:8em;
}
#calendar .cell02{
	width:6em;
}


#information {
	width: 845px;
	margin-bottom: 130px;
	padding: 20px;
	text-align: center;
	border: solid 1px #CACACA;
}

