@charset "UTF-8" body {
  width: 100%;
}

body {
  background-image: url(../images/bg.png);
  background-size: 45px ;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 12px;
  margin: 8px 4px 8px 4px;

  }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

a {
  text-decoration: none;
  transition: .5s ease;
  font-weight: bold;
}

a:hover {
  opacity: 0.6;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}


li {
  margin: 10px 0px 10px 0px;
  padding: 0;
}


.no_list {
  list-style: none;
}



section {
  max-width: 100%;
  margin: 0 auto;

}

section h2 {
  font-size: 22px;
  color: #FB4CC9;
  padding: 0px 0px -10px 0px;
  margin: 0px 0px 0px 0px;
  text-align: center;
}

section h3 {
  font-size: 18px;
  color: #FB4CC9;
  border-bottom: dashed 1px #927105;
  padding: 0px 0px 0px 0px;
  margin: 8px 0px 8px 0px;
}


section h4 {
  font-size: 14px;
  color: #FB4CC9;
  padding: 0px 0px 0px 0px;
  margin: 8px 0px 8px 0px;
}


.menu {
 color: #FFFFFF;
 padding: 5px;
 margin: 10px 0px 0px 0px;
 border-style: solid;
 border-width: 6px;
 border-image-source: url(../images/btn.png);
 border-image-width: 16px;
 border-image-repeat: repeat;
 border-image-slice:30 fill;

/*
 padding: 5px;
 margin: 10px 0px 0px 0px;
 border-style: solid;
 border-width: 16px;
 border-image-source: url(../images/btn.png);
 border-image-slice: 16;
 border-image-width: 30px;
 border-image-repeat: repeat;
 border-image-slice:30 fill;
*/
}

.box {
 list-style: none;
 padding: 0px 8px 10px 8px;
 margin: 10px 2px 10px 2px;
 border-style: solid;
 border-width: 6px;
 border-image-source: url(../images/pop_up.png);
 border-image-width: 16px;
 border-image-repeat: repeat;
 border-image-slice:30 fill;
/*
 list-style: none;
 padding: 5px;
 margin: 10px 4px 0px 4px;
 border-style: solid;
 border-width: 20px;
 border-image-source: url(../images/pop_up.png);
 border-image-width: 30px;
 border-image-repeat: repeat;
 border-image-slice:30 fill;
 border-image-slice: 20;
 border-image-width: 30px;
 border-image-repeat: repeat;
 border-image-slice:30 fill;
*/
}

.boxz_head {
 list-style: none;
 padding: 4px 4px 4px 4px;
 margin: 10px 2px 0px 2px;
 border-style: solid;
 border-width: 6px;
 border-image-source: url(../images/pop_up.png);
 border-image-width: 16px;
 border-image-repeat: repeat;
 border-image-slice:30 fill;
}


.field{
 margin: 4px 0px 4px 16px; 

}

.SMP {
  text-align: left;
}
.SMP .inner {
  display: none;
}

.SMP p{
  cursor: pointer;
  padding: 10px;
}

.SMP .inner li{
  padding: 0px 0px;
}
.SMP .inner li{
  padding: 4px
}

.resizeimage_100 img {
  width: 100%;
}

.resize {
  width: 100%;
  height: 100%;
}


.inner_box {
 padding: 5px;
 margin: 5px 0px 5px 20px;
}

.table_line {
  display: table;
  width: 100%;
}
.box_left {
 margin: 4px 4px 4px 4px;
 width: 50%;
 display: table-cell;
 text-align: right;
 font-weight: bold;
}

.box_right {
 margin: 0px 0px 0px 0px;
 width: 50%;
 display: table-cell;
 text-align: left;
}

.box_center {
 margin: 0px 0px 0px 0px;
 width: 20%;
 display: table-cell;
 text-align: center;
 font-weight: bold;
}

.box_center_1 {
 margin: 0px 0px 0px 0px;
 width: 20%;
 display: table-cell;
 text-align: center;
}

.box_center_2 {
 margin: 0px 0px 0px 0px;
 width: 50%;
 display: table-cell;
 text-align: center;
}

.box_center_2_2 {
 margin: 0px 0px 0px 0px;
 width: 50%;
 display: table-cell;
 text-align: center;
 font-weight: bold;
}
.box_center_3 {
 margin: 0px 0px 0px 0px;
 width: 20%;
 display: table-cell;
 text-align: center;
}

.credit {
 text-align: center;
}

