@charset "utf-8";

*{
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

html{
  width: 100%;
  font-size: 16px;
  font-family: berdana, sans-serif;
  line-height: 1.5;
  background-image: url("../img/background.png");
}

body{
  width: 100%;
}

ul, ol{
  list-style: none;
}
img{
  max-width: 100%;
  vertical-align: middle;
}


h1{
  font-size: 48px; 
  line-height: 1;
}

h2{
  font-size: 36px;
  line-height: 1.3333;
}

h3{
  font-size: 24px;
  line-height: 1;
  margin-bottom: 24px;

  width: 100%;
  border-bottom: solid 2px #000000;
}

h4, h5{
  font-size: 16px;
  line-height: 1.5;
}

h6{
  font-size: 12px;
  line-height: 2;
}

.clearfix::after{
  height: 0;
  content: ".";
  font-size: 0.1em;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.clearfix{
  display: inline-block;
}



div.top{
  width: 100%;
  padding: 12px 0;
  margin-bottom: 12px;
  border-top: solid 2px #000000;
  border-bottom: solid 2px #000000;
}

div.top div.prev{
  width: 32%;
  float: left;
  text-align: center;
}
div.top div.back{
  width: 33%;
  float: left;
  text-align: center;
  border-left: solid 2px #000000;
  border-right: solid 2px #000000;
}
div.top div.next{
  width: 32%;
  float: left;
  text-align: center;
}


div.title{
  width: 100%;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 12px;
  border-top: solid 2px #000000;
  border-bottom: solid 2px #000000;
}

div.image{
  width: 100%;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 12px;
  border-top: solid 2px #000000;
  border-bottom: solid 2px #000000;
}

.pokename{
  font-size: 24px;
  line-height: 1;
}

div.data{
  width: 100%;
  padding: 12px 0;
  margin-bottom: 12px;
  border-top: solid 2px #000000;
  border-bottom: solid 2px #000000;
}

div.data dl.pokedata{
  width: 48%;
  margin: 0 auto;
  display: inline-block;
}
div.data dl.pokedata dt{
  /*background-color: #dddddd;*/
}
div.data dl.pokedata dd{
  /*background-color: #cccccc;*/
}


dl.charaProfile{
  width: 100%;
  display: inline-block;
}
dl.charaProfile dt{
  width: 96px;
  clear: both;
  float: left;
  /*background-color: #dddddd;*/
}
dl.charaProfile dd{
  float: left;
  /*background-color: #cccccc;*/
}
dl.charaProfile::after{
  height: 0;
  content: ".";
  font-size: 0.1em;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}


/*--------        albumIntro        --------*/

@media screen and (min-width: 480px){
/*最小幅480px以上の指定*/
}
@media screen and (min-width: 768px){
/*最小幅768px以上の指定*/
}
@media screen and (min-width: 1024px){
/*最小幅1024px以上の指定*/
}
