a{
	text-decoration:none;
}

body{
	/*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	background-color:#ffffff00;
	font-size:10px;
}


/* calendar main header */
#webcal_header{
	padding:3px;
	width:95%;
	background-color:#fff;
	border: solid 1px #c8c8c8;
	border-spacing:0;
}
#webcal_header td{
	background-color:#fff;
	text-align:center;
}
body.showPC #webcal_header > tbody > tr{
	display:inline-block;
}
#webcal_header form{
	margin-bottom:0;
}
body.showPC #webcal_header #webcal_list_header_tr1{
	border-left:solid 5em #ffffff00;
}
#webcal_header #webcal_list_header_tr2{
	display:none;
}
#webcal_header_showingMonth > table{
	margin:0 auto;
}
#webcal_header_moveMonth_tool{
	display:inline-block;
}
body.showPC #webcal_header_showingMonth > table{
	display:inline-block;
}
#webcal_headder_calendarTitle{
	display:none;
}
#webcal_header #webcal_header_title{
	font-size:1.2em;
}
#webcal_header_year{
	text-align:center;
	color:#ff0000;
}
#webcal_header_month{
	font-size:50px;
}

#webcal_header_tool{
	display:none;
}
.webcal_header_tool_icon,
.webcal_move_month{
	color:#003c7d;
}
.webcal_header_tool_icon.fa{
	min-width:1em;
	font-size:1.4em;
}

.webcal_move_today{
	display:inline-block;
}
.webcal_istoday{
	color:#505050;
}
.webcal_move_today_icon.fa{
	font-size:1.3em;
}
.webcal_move_today_text{
	font-size:0.8em;
}
.webcal_istoday,
.webcal_istoday .webcal_move_today_text{
	color:#000;
}

/* calendar */
.webcal_saturday{
	background-color:#0080ff;
}
.webcal_sunday{
	background-color:#ff0000;
}

/* calendar list view */
#webcal_list_wrapper{
	width:100%;
}
#webcal_list{
	border-collapse: collapse;
	border: solid 1px #c8c8c8;
	font-size:1.3em;
}

#webcal_list th,
#webcal_list tr,
#webcal_list td{
	border-collapse: collapse;
	border: solid 1px #c8c8c8;
}

#webcal_list td{
	word-break:break-word;
	white-space:normal;
}
.webcal_list_time{
	min-width:4em;
}
#webcal_list .webcal_list_tr{
	background-color:#fff;
}
#webcal_list .webcal_list_tr #webcal_list_th_date{
	min-width:2em;
}

#webcal_list .webcal_list_Rokuyou{
	
}