@charset "utf-8";
/* ::::::::::::: ファイル情報 ::::::::::::: 


汎用リセットCSS


:::::::::::::::::::::::::::::::::::::::: */

/* ::::::::::::::::::::::::::::::::::::::::::

	標準スタイルのリセット（reset.css）
	
:::::::::::::::::::::::::::::::::::::::::: */

html {
	color: #000000;
	background: #FFFFFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
	vertical-align: bottom;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
 font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	font-size: 100%;
}
legend {
	color: #000;
}
.remove {
    display: none;
}
.clear {
	clear: both;
}
/* ::::::::::::::::::::::::::::::::::::::::::

	フォントの指定（fonts.css）
	
:::::::::::::::::::::::::::::::::::::::::: */

body {
	font: 12px/1.66 "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	*font: x-small;
	*font-size: small;
}
table {
	font: 100%;
	font-size: inherit;
}


/* 
	Layout
------------------------------------- */
.leftBox, .left {
	float: left;
}
.rightBox, .right {
	float: right;
}

/* ::::::::::::::::::::::::::::::::::::::::::

	カレンダー
	
:::::::::::::::::::::::::::::::::::::::::: */

/*土曜の文字色*/
.youbi_6{
	color:#36F!important;
}
/*祝日と日曜の文字色*/
.youbi_0,.shukujitu{
	color: #ec1d1d!important;
}
/*本日の背景色　※ただし設定ファイルでの設定が優先されます*/
.today{
	background:#FF9;	
}
/*休業日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.holiday{
	background:#FDD;	
}
/*定休日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.closed{
	background:#FDD;	
}
.hidden{
	display:none;	
}
/*休業日テキスト部の左側の四角*/
.holidayCube{
	display:inline-block;
	width:13px;
	height:13px;
	margin:3px 3px 0 3px;
	position:relative;
	top:2px;
}
/*定休日テキスト部の左側の四角*/
.closedCube{
	display:inline-block;
	width:13px;
	height:13px;
	margin:3px 3px 0 3px;
	position:relative;
	top:2px;
}

/* カレンダー */
#calendar {
	margin-bottom: 30px;
}
#calendarTable{
	width:100%;
	margin-bottom: 10px;
}
#calendarTable th{
	padding: 2px 0 0;
	color:#000;
	background:#eee;
	text-align: center;
	border-top:1px solid #000;
}
#calendar td{
	padding:5px;
	text-align:right;
	font-size:12px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	color:#000;
	width:14%;
	vertical-align:top;
	text-align: center;
}

body#index .calendarHeader a{
	color:#555;
}
#calendarTable th.calendarHeader {
	color: #28883A;
	background: none;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 4px;
	border-top: none;
}
.youbi_0 {
	background: #CDF0B5;
}

/* if ListStyle */
#calendarList li{
	border-bottom:1px solid #999;
	padding:5px;
}
#calendarList li.first-child{
	border-top:1px solid #999;
}
table.navNextPrev {
	width:100%;
}
table.navNextPrev .dspPrev{
	text-align:left;	
	padding:10px;
}
table.navNextPrev .dspNext{
	text-align:right;
	padding:10px;
}
h2#headerYm{
	background:#666;
	color:#fff;
	text-align:center;
	padding:5px ;
	font-size:110%;
	font-weight:normal;
}
#calendar div {
	display: none;
}

.bg_gray {
  padding: 20px;
  background: #eeeeee;
}