@charset "utf-8";

/*--------        全ページ共通        --------*/

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

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

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;
}


/*--------        index.html        --------*/


header p{
  padding-left: 24px;
}

#indexContents{
  width: 100%;
  /*background-color: #eeeeee;*/
}

.space1{
  padding-bottom: 24px;
}

.space2{
  padding-bottom: 48px;
}

#sidebar{
  width: 90%;
  margin: 0 auto;
  background-color: #eeeeee;
}

#sidebar article a{
  padding-left: 12px;
}

#contents{
  width: 90%;
  margin: 0 auto;
  padding: 0px;
}

article{
  padding-bottom: 24px;
}

article p{
  padding-bottom: 24px;
}

article dl{
  padding-bottom: 24px;
}

article dl dd{
  padding-left: 24px;
}

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



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


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以上の指定*/
}
