body{
font-size:75%;
text-align:center;
font-family: Gabriola, HGŠÛºÞ¼¯¸M-PRO,  'Hiragino Mincho ProN', 'Yu Mincho', serif;
line-height:2.2;
 background: #fff;
letter-spacing:2.3px;
}

#wrp{width:580px;
  margin:0 auto;
  padding:50px 25px 25px 25px;
}

#header{
text-align:center;
width:30%;
margin-right:20px;
vertical-align: middle;
display: inline-block;
}

#nav{
padding:0;
margin:0;
text-align:left;
width:65%;
vertical-align: middle;
display: inline-block;
}

ul {
list-style: none;
font-size: 15px;
line-height: 1.4;
}

li {
margin:10px 5px;
display: inline-block;
position: relative;
border-bottom:solid 3px #e9e9e9; 
}

#content{
height:auto;
width:100%;
border:0px;
}

.sickle{
  position: relative;
  display: block;
  margin: 2rem;
  width: 10rem;
  height: 10rem;
  background-color: transparent;
  box-shadow: inset -12px 5px 0 3px #f3d076;
  border-radius: 80%;
}

h1 {
font-family: Gabriola;
font-size:30px;
margin-left:5px;
letter-spacing: 5px;
line-height: 2rem;
}

h2 {
  background: repeating-linear-gradient(-45deg, #e9e9e9, #e9e9e9 5px, #fff 5px, #fff 10px);
  padding: 0.3em 0.5em;
}

p {
  font-family: Gabriola, HGŠÛºÞ¼¯¸M-PRO,  'Hiragino Mincho ProN', 'Yu Mincho', serif;
  color: #333;
  font-size: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin:0;
  padding-left: 5px;
  padding-right: 5px;
}

.box{
width:450px;
 margin: 0px auto;
padding: 20px;
 color:#000;
text-align:left;
}

a{
position: relative;
padding:2px;
font-size:15px;
border: 0;
color:#000;
text-decoration:none;
border-bottom:solid 3px #e9e9e9; 
}

a:hover {
color: #806359;
}

strong {
background:linear-gradient(transparent 70%, #f3d076 0%);
}

.box2{
margin:2em 0;
position: relative;
padding: 1.5em  2.0em 1.5em 2.0em;
border-top: solid 1px #e9e9e9;
border-bottom: solid 1px #e9e9e9;
}

.box2:before, .box2:after{
content: '';
position: absolute;
top: -10px;
width: 1px;
height: -webkit-calc(100% + 20px);
height: calc(100% + 20px);
background-color: #f3d076;
}

.box2:before {
left: 10px;
}
.box2:after {
right: 10px;
}

.box2 p {
margin: 0;
padding: 0;
} 

.box2 .box-title {
position: absolute;
display: inline-block;
top: -13px;
left: 30px;
padding: 0 9px;
line-height: 1;
font-size: 19px;
background: #FFF;
color: #999;
font-weight: normal;
}