@charset "Shift_JIS";

* {
  line-height: 130%;
}

body {
  margin: 250px 0px 220px;
  padding: 0px;
  color: #f0f0f0;
  text-align: center;
  background: #302F30;
  background-position : 50% 0%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("../../site/img/site.png");
  background-size: 640px auto;
  font-family: 'Kosugi Maru', sans-serif;
}

#ttp {
  padding: 7px 15px 7px 10px;
  display: block;
  background: #000;
  border: #bbb 2px solid;
  z-index:999;
  font-size: 90%;
  line-height: 160%;
  color: #F5F5F5;
  text-align: left;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.colorblock {
  background-color: rgba(48,47,48,0.9);
}

.contentframe {
  margin: 0px auto 0px auto;
  padding: 0px;
  width: 580px;
  text-align: left;
}

.mmmenu {
  position:fixed;
  right: 0px;
  bottom: 25%;
  z-index:999;
  text-align:left;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  background: #4B4848;
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 2px 0px 2px 2px;
  padding: 15px;
  font-family:Kosugi Maru;
}

.menuico {
  position:fixed;
  right: 0px;
  bottom:7%;
  z-index:999;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  background: #4B4848;
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 2px 0px 2px 2px;
  padding: 15px;
  width:380px;
  height:80px;
}

.menuico img {
  margin-top: 5px;
  width: 60px;
}

.menuico img:hover {
  margin-top: -10px;
  width: 75px;
/*  transform: translateY(-5px); */
  transition: all 0.3s ease 0s;
}

.textblock {
  width: 100%;
}

.linkarea {
  margin: 35px 20px auto auto;
  padding: 20px;
  width: 210px;
  float: left;
  background-color: rgba(255,255,255,0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: small;
}

.linknail {
  margin: 3px;
}

.videoarea {
  margin: 0px auto 0px auto;
  width: 310px;
  float: left;
}

.clearboth {
  clear: both;
}

.list {
  font-size: small;
}

.vtitle {
  font-family: 'Kosugi Maru', sans-serif;
}

.vtext {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: small;
}

p.nline img {
  text-align: center;
  width: 80%;
}

.nline {
  margin: 10px auto;
  text-align: center;
}

.menu {
  font-family: 'Permanent Marker', cursive;
  font-size: x-large;
}

.menusmall {
  font-family: 'Permanent Marker', cursive;
  font-size: small;
  margin-top: 2px;
}

.wrap {
	width:560px;
	background:#000;
	margin:20px auto;
	padding:10px;
}
.wrap p {
	height:400px;
}
.wrap ul {
	display:block;
	overflow:hidden;
	margin-top:10px;
	margin-right:-10px;
	clear:both;
}
.wrap li {
	display:block;
	float:left;
	background:#fff;
	argin-right:10px;
}
.wrap li img {
	cursor:pointer;
}

div, p, form {
  margin: 0px;
  padding: 0px;
  font-family: "Meiryo UI", "CI", "Meiryo", "MS UI Gothic",sans-serif;
}

a:link {
  color: #E4D3A2;
  text-decoration : none;
}

a:visited {
  color: #BCAE87;
  text-decoration : none;
}

a[href]:active {
  color: #F4EEDB;
}

a[href]:hover { /* CSS2? */
  color: #F4EEDB;
}

div.formpl_content > a:link {
  color: #E4D3A2;
}

div.formpl_content > a:visited {
  color: #BCAE87;
}

.img-wrap img {
  width: 100%;
}

.menu_link {
  display: inline-block;
  width: 50px;
  margin:1px;
  height: 50px;
  transition: .3s;
}
.menu_link:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
img {
  border-style: none;
}

.tnail {
  margin-top: 35px;
  font-family: 'Kosugi Maru', sans-serif;
}

#ddmenu{
  list-style-type: none;
  width: 580px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  background: #585858;
/*
  border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
*/
}
#ddmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index:1000;
}
#ddmenu li a{
  display: block;
  margin: 0;
  padding: 13px 0;
  color: #F7F6EB;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#ddmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
    padding: 0;
}
#ddmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#ddmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #F7F6EB;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#ddmenu li ul li a{
  padding: 13px 15px;
  background: #414444;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#ddmenu li:hover > a{
  background: #414444;
  color: #938773;
}
#ddmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-bottom: 1px solid #fff;
}
#ddmenu li:hover ul li:first-child{
  border-top: 0;
}
#ddmenu li:hover ul li:last-child{
  border-bottom: 0;
}

