h3{
	background: url(../../../images/bg-btn2.png);
	height: 55px;
	padding: 0 20px 0 30px;
	display:-webkit-box;/*--- Android旧ブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}

li{
	list-style: none;
}

#contents{
	width: 100%;
}

.contentsInfoText{
	width: 950px;
	margin: 0 auto 15px;
}

.contentsInfoText:nth-child(2) {
	text-align: right;
}
.contentsInfoLink::before{
	content: "\25b8";
}



#planTable {
    display:-webkit-box;/*--- Android旧ブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    margin-bottom: 100px;
}

#planTable table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #8e8e8e;
}

#planTable table th{
    background: url(../../../images/bg-btn2.png);
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 5px 15px;
}

#planTable table th{
    background: url(../../../images/bg-btn2.png);
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 8px 20px;
    border-right: 1px solid white;
}

#planTable table th:nth-child(1) {
    text-align: left;
}

#planTable table th:nth-child(2) {
    width: 300px;
}

#planTable table th:nth-child(3) {
    width: 190px;
}

#planTable table th:last-child{
    border-right: 1px solid #8e8e8e;
}

#planTable table td{
	height: 40px;
	border: 1px solid #8e8e8e;
	vertical-align: middle;
    padding: 10px 15px;
    text-align: center;
}

#planTable table td:nth-child(1){
    text-align: left;
}

#planTable table tr:nth-child(odd) td{
	background: #f3f3f3;
}

#filtering {
  margin-top: 40px;
}

#filtering ul {
  	display:-webkit-box;/*--- Android旧ブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;
    display: flex;
  	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#filtering li {
  text-align: center;
  color: #fff;
  width: 161px;
  line-height: 41px;
  list-style: none;
  background: #6d6d6d;
  margin: 0 10px;
}

#filtering li a {
  color: #fff;
  width: 161px;
  line-height: 41px;
  display: block;
  text-decoration: none;
}

#filtering li.current {
  cursor: pointer;
  background: url(../../../images/bg-btn02.png);
}
