/* Enter Your Custom CSS Here */
/*Price*/
/* 2025年5月3日ホームページ修正依頼*/
.paging {
  display: none;
}


h4.new_entry_title a {
  font-size:10pt !important;
  line-height:150% !important;
}
div.ryoukin-menu {
   text-align: left;
   float: left;
}
div.kingaku {
   text-align: right;
}
div.ryoukin-menu-waku {
   border-bottom:#CCCCCC 1px solid;
    padding:0.1em;
font-size: 20px;
margin-bottom:25px;
}

#jyouge-kankaku {
margin-top: -30px;
line-height:1em;
}

.pinkwaku {
	background-color: #FFDDDD;
	padding:7px;
}
/*リストセンターリング サブメニュー*/
.centered {
  position: relative;
  overflow: hidden;
}

.centered ul {
  position: relative;
  left: 50%;
  float: left;
}

.centered ul li {
  position: relative;
  left: -50%;
  float: left;
  list-style:none;
  padding:0 15px;
  font-size:9px !important;
}

.centered ul li a {
	text-decoration:none !important;
	color: #555;
	
}
.centered ul li a:hover {
	border-bottom:1px solid #ff7ddf;
    color:#ff7ddf !important;
}
.centered ul li a:active {
	border-bottom: 1px solid #ff7ddf;
    color:#ff7ddf;
}

.pink {
  color: #DA57BA !important;
}