/* 2007年営業カレンダー用スタイルシート */
/* copyright 2004-2006 Therese */
/* $Id: style_calendar.css,v 2.0 2006/12/09 01:10 therese Exp $ */

@import url("https://www.badge-man.net/includes/templates/mozen_temp/css/modal.css");

/* 祝日の文字色を設定します */
.t_H_sunday, .H_sunday, .t_TC_H_sunday, .TC_H_sunday,
.t_H_monday, .H_monday, .t_TC_H_monday, .TC_H_monday,
.t_H_tuesday, .H_tuesday, .t_TC_H_tuesday, .TC_H_tuesday,
.t_H_wednesday, .H_wednesday, .t_TC_H_wednesday, .TC_H_wednesday,
.t_H_thursday, .H_thursday, .t_TC_H_thursday, .TC_H_thursday,
.t_H_friday, .H_friday, .t_TC_H_friday, .TC_H_friday,
.t_H_saturday, .H_saturday, .t_TC_H_saturday, .TC_H_saturday
{
color:#666666;  /* Crimson */
}




 
/* 各曜日の文字色 */
/* 日曜 */
.t_sunday,  .sunday, .t_TC_sunday,  .TC_sunday{
color:#666666;  /* Crimson */
}
/* 月曜 */
.t_monday,  .monday, .t_TC_monday,  .TC_monday{
color:#FFFFFF;  /* DarkSlateGray */
}
/* 火曜 */
.t_tuesday,  .tuesday, .t_TC_tuesday,  .TC_tuesday{
color:#FFFFFF;  /* DarkSlateGray */
}
/* 水曜 */
.t_wednesday,  .wednesday, .t_TC_wednesday,  .TC_wednesday{
color:#FFFFFF;  /* DarkSlateGray */
}
/* 木曜 */
.t_thursday,  .thursday, .t_TC_thursday, .TC_thursday{
color:#FFFFFF;  /* DarkSlateGray */
}
/* 金曜 */
.t_friday,  .friday, .t_TC_friday,  .TC_friday{
color:#FFFFFF;  /* DarkSlateGray */
}
/* 土曜 */
.t_saturday,  .saturday, .t_TC_saturday,  .TC_saturday{
color:#666666;  /* Crimson */
}




 /* 本日 (border)   Limeの線で囲まれる。*/
.t_sunday, .t_monday, .t_tuesday, .t_wednesday, .t_thursday, .t_friday, .t_saturday,
.t_H_sunday, .t_H_monday, .t_H_tuesday, .t_H_wednesday, .t_H_thursday, .t_H_friday, .t_H_saturday,
.t_TC_sunday, .t_TC_monday, .t_TC_tuesday, .t_TC_wednesday, .t_TC_thursday, .t_TC_friday, .t_TC_saturday,
.t_TC_H_sunday, .t_TC_H_monday, .t_TC_H_tuesday, .t_TC_H_wednesday, .t_TC_H_thursday, .t_TC_H_friday, .t_TC_H_saturday
{border:1px solid #FFFFFF;  /* Lime */
}


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}


/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%;
	text-align: center;
}
.span_2_model3_A {
	width: 15%;
	
}
.span_1_model3_A {
	width: 35%;

}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
	
	.span_2_model3_A {
		width: 30%; 
	}
	.span_1_model3_A {
		width: 60%;		
    }

}


/*  SECTION8 COLUMN  */
.section8 {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
	
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}
                                               
					
/*  GRID OF EIGHT  */
.span_8_of_8 {
	width: 100%;
}

.span_7_of_8 {
  	width: 87.3%;
}

.span_6_of_8 {
  	width: 74.6%;
}

.span_5_of_8 {
  	width: 61.9%;
}

.span_4_of_8 {
  	width: 49.2%;
}

.span_3_of_8 {
  	width: 36.5%;
}

.span_2_of_8 {
  	width: 23.8%;
}

.span_1_of_8 {
  	width: 6%;
  	text-align: center;
}
.span_1_of_8b {
  	width: 6%;
  	color:red;
  	background-color: #eadead;
  	text-align: center;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_8_of_8 {
		width: 100%; 
	}
	.span_7_of_8 {
		width: 100%; 
	}
	.span_6_of_8 {
		width: 100%; 
	}
	.span_5_of_8 {
		width: 100%; 
	}
	.span_4_of_8 {
		width: 100%; 
	}
	.span_3_of_8 {
		width: 100%; 
	}
	.span_2_of_8 {
		width: 100%; 
	}
	.span_1_of_8 {
		width: 12%;
	}
	.span_1_of_8b {
	width: 12%;
	}
}


