.box {
    position:relative;
}

.page-top {
    position: fixed;
    right: 0px;
    background: #7e7a7a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
}


h1.headline{
position: relative;
display: inline-block;
padding: 0 45px;
}
h1.headline:before, h1.headline:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 2px;
background-color: black;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}
h1.headline:before {left:0;}
h1.headline:after {right: 0;}


ul.info{
  padding: 0 0.7em;
  margin-left: -10px;
  font: 13px/1.6 'arial narrow', ¥á¥¤¥ê¥ª;
  list-style: none;
}
ul.info li{
  padding: 0.5em 1em 0.5em 2em;
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #696969;
  background: #f5f5f5;
}




