.search_top {
    background-color: #000000;
    padding: 10px;
    color: #FFF;
	font-size:100%;
	text-align:center;
	letter-spacing:5px;
}

#h-b4 {
	width:100%;
	height:30px;
	overflow:hidden;
}
#h-b4 * {
	vertical-align:middle;
}
#h-b4 #header-search-txt {
	width:123px;
	height:30px;
	margin-top:0px;
	margin-left:3px;
	border:1px solid #A4031C;
	font-size:110%;
	/*line-height:12px;*/
}
#h-b4 #header-search-btn {
	width:50px;
	height:30px;
	overflow:hidden;
	margin-left:-6px;

}

select {
width: 170px; 
height:30px;
line-height:12px;
font-size:105%;
}


section h3{
    background-color: #A4031C;
    border-bottom: solid 1px #A4031C;
    margin-bottom: 1px;
    padding: 10px;
    color: #FFF;
    cursor: pointer;
    position: relative;
	font-size:100%;
}
 
section h3:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #FFF;
}
 
section h3:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -11px;
  background: #A4031C;
}
 
section h3.active:before {
  margin-top: -2px;
}
 
section h3.active:after{
  margin-top: 1px;
}
 
section li {
    background-color: #F2F2F2;
    border-bottom: solid 1px #D6D6D6;
    padding: 8px 0 8px 24px;
	font-size:100%;
}
 
section li a {
    position: relative;
    display: block;
}

section li a:hover{
	text-decoration: none!important;
	color:#A4031C;
}


section li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #A4031C;
}
 
section li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #F2F2F2;
}

section h4{
    background-color: #8D0318;
    border-bottom: solid 1px #8D0318;
    margin-bottom: 1px;
    padding: 10px;
    color: #FFF;
    cursor: pointer;
    position: relative;
	font-size:100%;
}
 
section h4:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #FFF;
}
 
section h4:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -11px;
  background: #8D0318;
}
 
section h4.active:before {
  margin-top: -2px;
}
 
section h4.active:after{
  margin-top: 1px;
}

.itemlist{
padding-left:10px;
}



/*ページトップへボタン表示*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #330000;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.pagetop a:hover {
    display: block;
    background-color: #A4031C;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}