/***********************************************************************
 * #Contents .mainCont
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
	#Contents .mainCont .introTxt {
		margin-bottom: 40px;
		font-size: 180%;
	}
	.pageList{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.mainBlock{
		margin-top: 40px;
	}
}
@media only screen and (max-width: 767px) {
	#Contents .mainCont .introTxt {
		margin-bottom: 35px;
		font-size: 120%;
	}
	.mainBlock{
		margin-top: 30px;
	}
}

/***********************************************************************
 * #Contents .pageSect
 ********************************************************************* */
#Contents .pageSect:first-child {
	margin-top: 0;
}
@media print, screen and (min-width: 768px) {
	#Contents .pageSect {
		margin-top: 60px;
	}
	#Contents .pageSect .sectTit {
		margin-bottom: 25px;
	}
	#Contents .pageSect .sectMain .sectIntro {
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 767px) {
	#Contents .pageSect {
		margin-top: 35px;
	}
	#Contents .pageSect .sectTit {
		margin-bottom: 10px;
	}
	#Contents .pageSect .sectMain .sectIntro {
		margin-bottom: 15px;
	}
}

/***********************************************************************
 * #Contents .pageBox
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
	#Contents .pageBox {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 767px) {
	#Contents .pageBox {
		margin-bottom: 20px;
	}
}

/***********************************************************************
 * #Contents .highTbl
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
	#Contents .highTbl {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	#Contents .highTbl th {
		padding-left: 20px;
		letter-spacing: -0.03em;
	}
	#Contents .highTbl th ,
	#Contents .highTbl td {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	#Contents .highTbl {
		margin-bottom: 20px;
	}
}

/***********************************************************************
 * #Contents .listTbl
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .listTbl th ,
  #Contents .listTbl td {
    padding: 15px;
    border: 1px solid #d9d9d9;
  }
  #Contents .listTbl th.targetCell ,
  #Contents .listTbl td.targetCell {
    width: 10%;
  }
  #Contents .listTbl th.nameCell ,
  #Contents .listTbl td.nameCell {
    width: 35%;
  }
  #Contents .listTbl th.placeCell ,
  #Contents .listTbl td.placeCell {
    width: 10%;
  }
  #Contents .listTbl th.termCell ,
  #Contents .listTbl td.termCell {
    width: 20%;
  }
  #Contents .listTbl th {
    background: #f7f7f7;
    text-align: center;
  }
  #Contents .listTbl td .spTit {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .listTbl tr ,
  #Contents .listTbl th ,
  #Contents .listTbl td {
    display: block;
  }
	colgroup{
		display: none;
	}
  #Contents .listTbl th {
    display: none;
  }
  #Contents .listTbl td {
    border-bottom: 1px solid #d9d9d9;
  }
  #Contents .listTbl td.nameCell {
    border-top: 1px solid #d9d9d9;
  }
  #Contents .listTbl td.targetCell {
    margin-bottom: 10px;
    padding: 0;
    border: none;
    color: #a71117;
    font-size: 1.8rem;
  }
  #Contents .listTbl td:last-child {
    margin-bottom: 20px;
  }
  #Contents .listTbl td .spTit {
    margin-bottom: 5px;
    padding: 10px 15px;
    background: #f7f7f7;
  }
  #Contents .listTbl td .cellContent {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .ie9 #Contents .listTbl tr ,
  .ie9 #Contents .listTbl th ,
  .ie9 #Contents .listTbl td {
    float: left;
    width: 100%;
  }
}

#Contents .sublinkList > li .listInner {
    padding: 10px 40px;
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


