/* reset */

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

/* ---------------------------------------------------
  common 
------------------------------------------------------ */
body{
    background-color: #eee;
}
img{
  width: 100%;
}
video{
  width: 100%;
  margin-bottom: 20px;
}
.wrap{
	overflow: hidden;
	width: 100%;
}
.right{
	float: right;
}
.left{
	float: left;
}
.inner{
    width: 1000px;
    margin: 0 auto;
    background-color: #FFF;
}
h2{
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  border-bottom: 2px solid #666;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.note{
  font-size: 12px;
}

/* ---------------------------------------------------
  header
------------------------------------------------------ */
header{
    height: 75px;
    background-color: #666;
    margin-bottom: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
header .inner{
  background-color: #666;
}
header h1{
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin-top: 10px;
}
header .menu {
  position: relative;  
}
header .menu ul{
  position: absolute;
  top: 10px;
  right: 0;
}
header .menu li{
    display: inline;
    padding: 0 10px;
}
header .menu li:hover{
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .menu li a,
header .menu li a:visited{
    color: #FFF;
    text-decoration:none;
}

/* ---------------------------------------------------
  box
------------------------------------------------------ */
#box{
    width: 1020px;
    margin: 0 auto 20px;
    padding: 10px 0;
    background-color: #666;
}
#box .inner{
  padding: 3px;
}
#box .inner .color{
  background-color: #fff;
  overflow: hidden;
}
#box .inner div.right,
#box .inner div.left{
    display: inline;
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
}
#box .inner div.left{
  background-color: #ccc;
}
#box .inner div.right{
  background-color: #FFF;
}
#box .inner div.left img{
  width: 45%;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 10px;
}
#box .inner div dl{
    width: 100%;
    overflow: hidden;
}
#box .inner div dt{
    width: 30%;
    float: left;
    min-height: 20px;
    font-weight: bold;
}
#box .inner div dd{
    width: 70%;
    float: right;
    min-height: 20px;
}
#box .inner div dt,
#box .inner div dd{
  margin-bottom: 5px;
}
#box .inner div dt.main,
#box .inner div dt.sub{
    width: 100%;
    display: block;
}
#box .inner div dt.main{
  font-size: 18px;
}
.profileArea#box .inner div dt.main{
  font-size: 16px;
}

/* ---------------------------------------------------
  Profile
------------------------------------------------------ */
.profileArea#box{
  margin-top: 100px;
}
.profileArea#box .inner .left{
    width: 15%;
}
.profileArea#box .inner .right{
    width: 85%;
}

.profileArea#box .inner div dd.tool_name{
    float: left;
    width: 25%;
    margin-left: 5%;
}
.profileArea#box .inner div dd.big{
    height: 40px;
}
.profileArea#box .inner dl.pr dt{
  width: 20%;
}
.profileArea#box .inner dl.pr dd{
  width: 80%;
  line-height: 1.4;
}

/* ---------------------------------------------------
  Illust
------------------------------------------------------ */
.illustArea#box #rkgk img{
  width: 30%;
  margin-left: 3.3%;
}

/* ---------------------------------------------------
  Game
------------------------------------------------------ */
.gameArea#box p.link a,
.gameArea#box p.link a:visited{
    color: #FFF;
    text-decoration:none;
}
.gameArea#box p.link a{
  font-weight: bold;
}
.gameArea#box p.link{
  height: 30px;
  width: 150px;
  border: 3px solid #666;
  border-radius: 3px;
  background-color: #666;
  align-items: center;
  text-align: center;
  display: grid;
}
.gameArea#box p.link:hover{
  background-color: #ccc;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gameArea#box p.link:hover a{
  color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gameArea#box p{
  margin-bottom: 20px;
}



/* ---------------------------------------------------
  modal
------------------------------------------------------ */
.modal{
	z-index: 1;
	width: 80%;
	background: rgba(255,255,255,0.8);
	border: 3px solid #ccc;
	position: fixed;
	top: 10%;
	left: 10%;
	padding: 50px 10px;
	border-radius: 3px;
	display: none;
}
.modal p{
	text-align: center;
}
.modal img{
	max-height: 80%;
	max-width: 80%;
}
.modal .close{
	font-family: 'AME';
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 20px;
	cursor: pointer;
}
.body_wrap{
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	padding: 50%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}