@charset "utf-8";
/*
Theme Name: ライズペーパードライバーズクラブ様
Theme URI:
Description: ブログテーマ
Version: 1.0
Author:
Author URI:
*/

/* Reset.css入れるならここ */

/* 以下ブログテーマのスタイル */

#sbc-calendar-wrapper, #sbc-calendar-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sbc-calendar{
	width: 100%;
	margin: 0;
}
.sbc-calendar-month{
	width: 100%;
	margin: 0;
}
#sbc-calendar table{
	width: 100%;
}
#sbc-calendar-wrapper table tr td{
	padding: 10px;
	line-height: unset;
}
.sbc-status-free::after,
.sbc-status-booked::after,
.sbc-status-changeover::after{
	display: block;
	line-height: 50px;
}
.sbc-status-free::after{
	content: '○';
	font-size: 50px;
}
.sbc-status-changeover::after{
	content: '△';
	font-size: 30px;
}
.sbc-status-booked::after{
	content: '×';
	font-size: 50px;
}
#sbc-calendar .sbc-navigation select{
	height: 25px;
}
@media screen and (max-width: 1000px){
	.sbc-status-free::after,
	.sbc-status-booked::after,
	.sbc-status-changeover::after{
		line-height: 5vw;
	}
	.sbc-status-free::after,
	.sbc-status-booked::after{
		font-size: 5vw;
	}
	.sbc-status-changeover::after{
		font-size: 3vw;
	}
}