.riha_shinzo-table th,td{
	padding:5px !important;
	width:7%;
	font-size: 85%;
}
.riha_shinzo-table th{
	text-align: center;
}
.riha_shinzo-table td{
	text-align: right;
}
.riha_shinzo-table td.t_c{
	text-align: center;
}
h5 .pink{
	color:#E1569E !important;
}
.riha_shinzo-table td.deco_none,
.riha_shinzo-table th.deco_none{
	background-color:#fff;
	padding:0;
	text-align: left;
}

@media screen and (max-width: 768px) {
/*	#pageImgWrap {
	    height: 100px;
	    text-align: center;
	}
	#pageTitle p span{
		margin-top:15px;
		line-height: 1.5em!important;
	}
	*/

	#pageImgWrap {
	  height: 100px; /* 背景固定高さ */
	  display: flex;
	  justify-content: center; /* 横方向中央 */
	  align-items: center;     /* 縦方向中央 */
	  text-align: center;
	  padding: 0 10px; /* 横余白 */
	}

	#pageImgWrap span {
	  font-size: 180%;
	  line-height: 1.2; /* 行間を少し詰める */
	}

	#pageTitle p{
		height:100px !important;
	}
}