@charset "utf-8";

/* HANABUSA SCHEDULE_COMMENT.CSS  */


/*--------------------------------------
*	
*	00.SCHEDULE_COMMENT
*
*--------------------------------------*/


/**-------------------------------------
	00.SCHEDULE_COMMENT
---------------------------------------**/


#scheduleComment
{
	margin: 0;
	padding: 20px;
	width: 460px;
	text-align: left;
}

#scheduleComment h5
{
	margin: 0;
	padding: 10px 0;
	color: #FF3366;
	font-size: 107%;
	font-weight: bold;
}

#scheduleComment p
{
	margin: 0;
	padding: 0;
	color: #666666;
	line-height: 200%;
}

#scheduleComment p.scheduleThickTel
{
	margin: 0 0 30px 0;
	color: #E36686;
	font-size: 107%;
	font-weight: bold;
}

#scheduleComment p.scheduleThickMens
{
	margin: 0 0 10px 0;
	color: #009966;
	font-size: 107%;
	font-weight: bold;
}

#scheduleComment p.scheduleThickM
{
	margin: 15px 0 5px;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
}


#scheduleThickTable
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#scheduleThickTable th
{
	margin: 0;
	padding: 4px;
	border: 1px solid #DCDCDC;
	background: #F7F7F7;
	font-size: 92%;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
}

#scheduleThickTable td
{
	margin: 0;
	padding: 2px 4px;
	border: 1px solid #DCDCDC;
	height: 30px;
	vertical-align: top;
	text-align: left;
}

#scheduleThickTable h6
{
	margin: 0 0 5px;
	padding: 0 0 0 3px;
	background: #F7F7F7;
	border-bottom: #CCCCCC dotted 1px;
	font-size: 92%;
	font-weight: bold;
	text-align: left;
}

#scheduleThickTable p
{
	margin: 0;
	padding: 0;
	font-size: 92%;
	line-height: 120%;
	text-align: left;
}

#scheduleThickTable .sunday
{
	background: #FEF9FB;
}

#scheduleThickTable .sunday h6
{
	background: #FFE8F2;
	color: #D2557D;
}

#scheduleThickTable .saturday h6
{
	background: #EDF7FE;
	color: #006699;
}

table#mensTable
{
	margin: 0 0 15px 0;
	width: 400px;
	border: solid 1px #E0E0E0 !important;
}

table#mensTable tr th,
table#mensTable tr td
{
	padding: 7px 0;
	border: solid 1px #E0E0E0;
	text-align: center;
	font-size: 92%;
}

table#mensTable tr th
{
	background-color: #FEEEF5;
}

table#mensTable .mensY td
{
	background-color: #FDFBF0;
}

table#mensTable .mensW td
{
	background-color: #FFFFFF;
}

