/* カスタム CSS をここに入力してください */


h2#item-title {
 
	text-align:center;
	
}

h2#item-title span{
  padding: 5px 26px 5px 42px;
  background: #eeeeee;
  font-size: 20px;
/*  color: #2d2d2d; */
	color:red;
  margin-left: -33px;
  line-height: 1.3;
  border-bottom: solid 3px #8d715c;
  z-index:-2;

}






h2#sec-title{
  padding: 5px 26px 5px 42px;
  background: #eeeeee;
  font-size: 20px;
  color: #2d2d2d;
  margin-left: -33px;
  line-height: 1.3;
  border-bottom: solid 3px #8d715c;
  z-index:-2;

	text-align:center;
	
}