@CHARSET "UTF-8";
@import url('../column_pc.css');

nav.index.top,
.innerBox ol.pageList{
  display: none;
}
nav.index.side{
  display: block;
}

.hitorigurashi .innerWrap{
  display: flex;
  justify-content: space-between;
  padding: 1rem 3rem 3rem 3rem;
}
.hitorigurashi .innerWrap .contentWrap {
  width: calc(100% - 340px - 1rem); 
}
.hitorigurashi .innerWrap nav.index{
  width: 340px;
  margin: 0 1rem 0 0;
  padding: 0;
}
.hitorigurashi .innerBox{
  margin: 0 1rem 1rem;
  padding: 2rem 3rem;
}
.pagenation.innerBox{
  padding: 0 1rem;
}

.hitorigurashi h1.contentTitle:not(.first){
  padding: 3rem 3rem 0 3rem;
}
.hitorigurashi h1.contentTitle div{
  border-radius: 3px;
  font-size: 1.2em;
  margin: .5rem 1rem 0 ;
  padding: .75rem;
  text-align: left;
}
.hitorigurashi h1.contentTitle:not(.first) div{ 
  background-position: 10px center;
  background-size: 40px;
  padding-left: 60px;
}
  
.hitorigurashi .contentWrap h2:nth-child(2){
  margin-top: 0;
}

.first .leadText{
  width: 50%;
  margin: 0 auto 1.5rem;
}
.toppageMenu{
  width: 70%;
  margin: .75rem auto;
}
nav.index.side h1{
  background: #000;
  color: #fff;
  font-size: 1em;
  margin: 0;
}
nav.index.side>ul{
  border: 2px solid #000;
  background: #fff;
  margin: 0;
  font-size: .9em;
}
nav.index.side li span{
  background: #f7ee13;
  display: block;
  font-weight: bold;
  padding: .25rem;
  text-align: center;
}
nav.index.side>ul>li ul{
  background: #fff;
  font-weight: 400;
}
nav.index.side li{
  border: none;
}
nav.index.side ul ul li+li{
  border-top: 1px dotted #333;
}

nav.index.side p.bnrBox {
  margin: 1rem 0;
}
nav.index.side p.bnrBox img{
  max-width: 100%;
  height: auto;
}


.hitorigurashi .money colgroup.item{
  width: 50%;
}
.hitorigurashi .money colgroup col.cost{
  width: 25%;
}
ul.inlineLinkList li{
  width: calc(100%/3);
}