@charset "UTF-8";

.CalArea a {
	font-weight:bold;
}
.CalArea a:hover {
	font-weight:bold;
}

table.CalArea th {
	text-align:center;
	vertical-align:top;
}
table.CalArea td {
	text-align:center;
	vertical-align:top;
}
table.CalArea .satdayColor {
	background-color:#DFFAFF;
}
table.CalArea .sundayColor {
	background-color:#FFF0FF;
}
table.CalArea .todayColor {
/*
	background-color:#FF99CC;
*/
}
table.CalArea tr.bgColor {
	background-color:#F0F0F0;
}

/* 20160329 */
.CalLOCnt {
text-align:center;
margin-left:auto;
margin-right:auto;
}


/* 20191107TEST */
.OldDiaryAccess {
	width:47%;
	float:left;
	font-size: 85%;
	line-height:140%;
	margin:5px 5px 5px 5px;
}


/* 20240422 */
.CalFnt120 {
	font-size:120%;
}
.CalFnt75 {
	font-size:75%;
}


/*===============================================
Layout for SmartPhone
===============================================*/
/* @media screen and (max-width:640px) { */
/* @media screen and (max-width:480px) { */
@media screen and (min-width:320px) and ( max-width:1024px) {

.buttonStyl {
	border-style: none;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	margin-bottom: 5px;
	color: #666666;
	font-size: 75%;
	width: 40px;
}
.buttonStylWide {
	border-style: none;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 1px;
	margin-left: 0px;
	width: 84px;
	background-color: #ffffff;
	margin-bottom: 5px;
	color: #666666;
}

}



/*===============================================
Layout for PC
===============================================*/
/* @media screen and (min-width: 641px) { */
/* @media screen and (min-width: 481px) { */
@media screen and (min-width: 1024px) {

.buttonStyl {
	border-style: none;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	margin-bottom: 5px;
	color: #666666;
	font-size: 75%;
	width: 52px;
}
.buttonStylWide {
	border-style: none;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 1px;
	margin-left: 0px;
	width: 84px;
	background-color: #ffffff;
	margin-bottom: 5px;
	color: #666666;
}

}
