@charset "Shift_JIS";
/* CSS Document */

h2.cal{
	background:url(../img/h2_cal.png) no-repeat;
	width:713px;
	height:56px;
	padding-left:55px;
	margin-bottom:16px;
	font-size:14px;
	}

h2.cal .title{
	color:#00469B;
	font-weight:bold;
	font-size:140%;
	text-align:left;
	line-height:56px;
	float:left;
	}	
	
h2.cal .sub{
	color:#444;
	font-weight:normal;
	font-size:120%;
	text-align:right;
	margin-right:10px;
	line-height:56px;
	}

.frame{
	border:7px inset #4074B4;
	margin:0 12px 12px 0;
	float:left;
	text-align:center;
	}
	
.frameR{
	border:7px inset #4074B4;
	margin:0 0 12px 0;
	float:right;
	text-align:center;
	}
	
.frame img,.frameR img{
	display:block;
	}
	
.flex-box{
	display:-webkit-box;
  	display:-ms-flexbox;
    display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}

.flex-item{
	border:7px inset #4074B4;
	margin-bottom:12px;
	width:130px;
	text-align:center;
	}
	
.flex-item-blank{
	border:none;
	margin-bottom:12px;
	width:144px;
	text-align:center;
	}
	




/*************拡大カレンダー*************/
body#cal{
	background:#4074B4;
	}

#back{
	padding:20px;
	}

img#close{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	}

img#close:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	}