@charset "utf-8";






.jfiosdjifs {
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	padding: 5px 13px 5px 13px;
	text-decoration: none;
	background-color: #666666;
	border: solid 1px #666666;
	border-radius: 3px;
}



.scheduleComment {
	font-size: 11px;
	color: #333333;
	text-align: left;
	padding: 8px 0px 16px 0px;
}

.schedulePulldownList {
	text-align: left;
	margin-bottom: 10px;
}


.wrap_list {
	width: 100%;
	border-top: 1px solid #cccccc;
	background-color: #f8f8f8;
}

.list_l {
	float: left;
	width: 19%;
	height: 100%;
	text-align: center;
	color: #666666;
	font-size: 13px;
	font-weight: 600;
	background-color: #f8f8f8;
	padding: 20px 0px 0px 0px;
}

.list_r {
	float: right;
	width: 80%;
	min-height: 50px;
	text-align: left;
	font-size: 12px;
	padding: 10px 0px 0px 1%;
	background-color: #ffffff;
}

.clear {
	clear: both;
}

.fdfsf {
	display: inline-block;
	width: 173px;
}

.list1_1 {
	color: #0078dc;
}

.list1_2 {
	color: #0078dc;
}

.list2_1 {
	color: #0078dc;
}

.list2_2 {
	color: #0078dc;
}

.list3_1 {
	color: #0078dc;
}

.list3_2 {
	color: #0078dc;
}



.list4_1 {
	/* color: #e60505; */
	color: #0078dc;
}

.list4_2 {
	color: #0078dc;
}


.list5_1 {
	color: #0078dc;
}

.list5_2 {
	color: #0078dc;
}


.list6_1 {
	color: #0078dc;
}

.list6_2 {
	color: #0078dc;
}



/*土曜の文字色*/
.youbi_6 {
	color: #0078dc;
}

/*祝日と日曜の文字色*/
.youbi_0,
.shukujitu {
	color: #e60505;
}

/*本日の背景色　※ただし設定ファイルでの設定が優先されます*/
.today {
	background: #fcffa3;
	height: 40px;
}

/*休業日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.holiday {
	color: #e60505;
	font-weight: bold;
}

/*定休日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.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;
}

/*---------------------------------
			index.php 
---------------------------------*/

/* Calender style */

#calenderTable {
	width: 100%;
	font-family: "Noto Sans Japanese";
	border-collapse: collapse;
}

#calenderTable th {
	padding: 5px;
	font-size: 12px;
	border: 1px solid #ccc;
	color: #333;
	background: #eee;
}

#calenderTable td {
	padding: 5px;
	text-align: right;
	font-size: 12px;
	border: 1px solid #ccc;
	color: #555;
	width: 14%;
	vertical-align: top;
}

#calenderTable .calenderHeader a {
	color: #555;
	text-decoration: none;
}

#calenderTable td {
	text-align: left;
	color: #555;
	font-size: 10px;
}

#calenderTable td {
	text-align: left;
	color: #555;
	font-size: 10px;
	padding: 0px 0 3px;
	border-bottom: 1px dotted #ccc;
}

#calenderTable .borderless {
	border: 0 !important
}

.countNum {
	font-size: 10px;
	margin-left: 5px;
}

p.holidayText {
	font-size: 12px !important;
	color: #444;
	margin: 0;
	padding: 0 0 5px;
}


/* if ListStyle */
ul#calenderList {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans Japanese";
}

#calenderList li {
	border-bottom: 1px solid #666666;
	padding: 5px;
}

#calenderList li.first-child {
	border-top: 1px solid #666666;
}

#calenderList {
	text-align: left;
	color: #555;
	font-size: 10px;
}

#calenderList {
	text-align: left;
	color: #555;
	font-size: 11px;
	padding: 0px 0 3px;
	border-bottom: 1px dotted #aaa;
}

table.navNextPrev {
	width: 100%;
	margin-top: -30px;
	margin-bottom: 20px;
}

table.navNextPrev .dspPrev {
	text-align: left;
	padding: 0px;
	font-size: 13px;
	letter-spacing: 1px;
	font-family: "Noto Sans Japanese";

}

table.navNextPrev .dspNext {
	text-align: right;
	padding: 0px;
	font-size: 13px;
	letter-spacing: 1px;
	font-family: "Noto Sans Japanese";
}

.dspPrev a:link {
	text-decoration: none;
	color: #0078dc;
}

.dspPrev a:visited {
	text-decoration: none;
	color: #0078dc;
}

.dspPrev a:hover {
	text-decoration: underline;
	color: #0078dc;
}

.dspNext a:link {
	text-decoration: none;
	color: #0078dc;
}

.dspNext a:visited {
	text-decoration: none;
	color: #0078dc;
}

.dspNext a:hover {
	text-decoration: underline;
	color: #0078dc;
}




h2#headerY {
	color: #666666;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	font-weight: 300;
	letter-spacing: 2px;
	font-family: "Noto Sans Japanese";
}

h2#headerM {
	color: #666666;
	text-align: center;
	padding: 0px;
	margin: -5px 0px 0px 0px;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 2px;
	font-family: "Noto Sans Japanese";
}

/* /if ListStyle */


/* Reserv Btn styl*/
.reservForm {
	display: inline;
}

.reservForm input {
	color: #ffffff;
	font-size: 11px;
	font-weight: 200;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	background-color: #666666;
	border: solid 1px #666666;
	border-radius: 3px;

}

/* /Reserv Btn styl*/

/* ReservForm Style */

#formWrap {
	width: 650px;
	margin: 10px auto;
	color: #555;
	line-height: 120%;
	font-family: "Noto Sans Japanese";
}

#formWrap h2 {
	font-family: "Noto Sans Japanese";
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	text-align: center;
	border-bottom: 3px solid #dddddd;
	margin: 0 0 15px;
	padding: 5px 0px 8px;
}

#formWrap p {
	font-family: "Noto Sans Japanese";
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 0px;
	padding: 0;
	font-size: 12px;
}

table.formTable {
	width: 100%;
	margin: 10px auto;
	border-collapse: collapse;
}

table.formTable td,
table.formTable th {
	border: 1px solid #ccc;
	padding: 10px;
	font-family: "Noto Sans Japanese";
	font-size: 11px;
	font-weight: 300;
}

table.formTable th {
	width: 30%;
	font-family: "Noto Sans Japanese";
	font-size: 11px;
	font-weight: 300;
	background: #f8f8f8;
	text-align: left;
}

/*---------------------------------
		/index.php style 
---------------------------------*/