/****************************
 * ヘッダー 
 */
 #navDataView {
	color: #ff0000;
}
/****************************
 * 全体の背景画像設定
 */
#main {
	background-image: url(./images/background.png);
	background-size: contain;
	/*background-attachment: fixed;*/
	background-position: center top;
	background-repeat: repeat-y;
}
/****************************
 * ヘッダー部分の背景設定 
 */
.headerBackground{
	height: 91px;
	background: rgba(255,255,255,0.9);	
}
/****************************
 * コンテンツ TOP
 */

#contentTop {
	background-color: #fff;
	border-bottom: 4px solid #00b0f0;
}
#contentTop div.entry {
	top: 20px;
}
#contentTop div.contentTitle {
	margin: 0 4%;
	padding: 24px 0;
}
h1.mainTitle {
	color: #c00000;
	font-size: 20px;
	font-weight: 400;
}
#contentTop div.contentTitle p.subTitle {
	font-size: 18px;
	margin-top: 10px;
	margin-left: 6%;
}
/*****************************
 * カテゴリー 
 */
section {
	padding: 30px 3% 12px;
}
section .sectionInfo {
	margin-top: 8px;
	margin-bottom: 10px;
}
section div.contentMain .title {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	padding: 14px 12px;
	font-size: 22px;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
}

/*２レイアウト*/
section ul.twoBlockCcontent {
	padding-top: 18px;
}
section ul.twoBlockCcontent::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
section ul.twoBlockCcontent li {
	width: calc( (99.99% - 20px) / 2); /*Edge,IEでレイアウトがくずれないように、100%にせず余裕をもたす*/
	float: left;
	padding-bottom: 18px;
	margin-right: 20px;
}
section ul.twoBlockCcontent li:nth-child(2n) {
	margin-right: 0px;
}
section div.contentMain .blockContent {
	height: 368px;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
}
section div.contentMain .blockContent .caption {
	padding: 16px;
	font-size: 20px;
	font-weight: 400;
}
section div.contentMain .blockContent figure {
	position: relative;
	/*width: 60%;*/
	width: 100%;
	height: 200px;
	margin: 0 auto;
	padding: 0 10px;
}
section div.contentMain .blockContent figure img {
	display: block;
	max-width: 95%;
	max-height: 95%;	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;	
} 
section div.contentMain .blockContent  figcaption {
	padding: 14px 16px;
	color: #333333;
	text-align: left;
}
/* 社員数レイアウト */
section div.contentMain .blockContent .value {
	padding: 16px;
	font-size: 44px;
	font-weight: bold;
	color: #333;
}
section div.contentMain .blockContent .value .unit {
	font-size: 20px;
}
section div.contentMain .blockContent .valueimg img{
	display: block;
	max-width: 60%;
	/*max-height: 95%;	*/
	/*height:80px;*/
	position: relative;
	margin: auto;	
} 
section div.contentMain .blockContent .text {
	padding: 16px;
	color: #333;
}
/* 残業時間レイアウト */
.zangyoValueBlock{
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	.zangyoImg{
		display: inline-block;
	}
	.zangyoValue{
		display: inline-block;
		font-size: 44px;
		font-weight: bold;
		color: #333;
	}
}

/* 各カテゴリー固有の設定 */
section.categoryA {
	color: #3fcdff;
	background: rgba(225,239,255,0.9);
}
section.categoryA div.contentMain .title {
	border: 3px solid #3fcdff;
}
section.categoryA div.contentMain .blockContent {
	border: 2px solid #3fcdff;
}
section.categoryB {
	color: #ff7b21;
	background: rgba(252,225,186,0.9);
}
section.categoryB div.contentMain .title {
	border: 3px solid #ff7b21;
}
section.categoryB div.contentMain .blockContent {
	border: 2px solid #ff7b21;
}	


/*********************************************************
 * welfare area
 *********************************************************/
/* 分離線 */
div.splitLine {
	width: 98%;
	margin: 0 auto;
}
/* テーブル見出し */
div.caption {
	margin-top: 20px;
	margin-bottom: 10px;
}
div.caption h2 {
	font-size: 18px;
	font-weight: 400;
	color: #00b0f0;
}


/*********************************************************
 * month
 *********************************************************/
#schedule .oneDay{
	/* padding-top: 16px; */
	/* margin-right: 10px; */
	/* margin-left: 22px; */
	padding-left: 10px;
	/* border-left: 2px solid #00b0f0; */
}
#schedule .oneDay li {
	margin-bottom: 16px;
}
#schedule .oneDay .onePoint {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	float:left;
}

#schedule .oneDay .onePoint .month {
	color: #00b0f0;
	font-weight: 400;
	margin-left: -63.5px;
}
#schedule .oneDay .onePoint .text {
	margin-top: 10px;
	margin-bottom: 8px;
	color: #00b0f0;
	font-weight: 400;
	background-color: #dbe4ef;
	padding: 4px;
}
#schedule .oneDay .onePoint .month .mark {
	float: left;
}
#schedule .oneDay .onePoint .month .mark span.circle{
	/* 水色の丸*/
	display: inline-block;
	width:46px;
	height:46px;
	/*border:solid 5px #00b0f0;*/
	padding-top: 11px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	background-color: #00b0f0;
	border-radius: 50px;
	vertical-align: text-top;
}
/*<pre> : 半角スペースや改行をそのまま表示する*/
#schedule .oneDay .onePoint .month .mark pre {
	/* ハイフン */
	display: inline-block;
	margin: 0px;	
} 
#schedule .oneDay .onePoint .month p {
	overflow: hidden;
}