@font-face {
}

body {
background-color: #eeeeee;
}

.box{
font-family:"Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background: #ffffff;
width: 1000px;
padding: 40px;
border: 2px solid #cccccc;
border-radius: 10px;
margin: 30px auto;
}

.menu ul {
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -ms-transition: all 1.0s;
    -o-transition: all 1.0s;
    transition: all 1.0s;
    margin: 0;
    padding: 0;
    list-style: none;
}

input[type="checkbox"].oroniibox{
    display: none;
}

input[type="checkbox"].oroniibox + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].oroniibox:checked + ul{
    height: 1320px;
}

input[type="checkbox"].otherbox{
    display: none;
}

input[type="checkbox"].otherbox + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].otherbox:checked + ul{
    height: 780px;
}

input[type="checkbox"].kkbox{
    display: none;
}

input[type="checkbox"].kkbox + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].kkbox:checked + ul{
    height: 420px;
}

input[type="checkbox"].ppfl{
    display: none;
}

input[type="checkbox"].ppfl + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].ppfl:checked + ul{
    height: 250px;
}

input[type="checkbox"].skeb{
    display: none;
}

input[type="checkbox"].skeb + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].skeb:checked + ul{
    height: 400px;
}

.pagenation {
    height: 660px;
}

.nailthumb-container {
  width: auto;
  height: auto;
  margin: 0 0 11px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  text-align: left;
border:1px solid #ccc;
}

.nailthumb-container img.nailthumb-image {
  margin: 0px;
  padding: 0px;
  max-width: none;
  text-align: left;
  float: left;
}

.nailthumb-container span.nailthumb-title {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: White;
  display: block;
  font-size: 9px;
  height: 40px;
  left: 0;
  margin-top: 2px;
  line-height: 20px;
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
  float: left;
}

.nailthumb-container span.nailthumb-title .nailthumb-title-scroller {
  padding-left: 2px;
}

.nailthumb-container img {
  max-width: none;
  text-align: left;
}

.pager {
    clear:both;
    margin:30px 0;
    text-align:center;
}

.pager span {
    margin:5px;
    padding:5px 8px;
    color:#ffffff;
    background:#000000;
}
.pager span:hover {
    cursor:pointer;
    background:#999999;
}

.pager span.current {
    color:#000000;
    background:none;
}
.pager span.current:hover {
    cursor:default;
}

.pager span.invalid {
    color:#dcdcdc;
    background:none;
}
.pager span.invalid:hover {
    cursor:default;
}

.pager span.ellipsis {
    color:#000000;
    background:none;
}
.pager span.ellipsis:hover {
    cursor:default;
}