@charset "UTF-8";

body {
          background-color:#626062;
          color: #000000;
          background-image: url(http://neko-tan.com/image/bgpic.MH.jpg);
}






header {
  height: auto;
  background-color:black;
}

nav {
  height: 80;
  background-color:black;
}

article {
  height: 2000px;
  background-color:#856859;
  font-size: 2.5vw;
  background-image: url(http://neko-tan.com/image/JPgreen.jpg);
  text-align: center;
}

section {
  height: 2000px;
  background-color:#DED2BF;
  font-size: 1.5vw;
  background-image: url(http://neko-tan.com/image/JPpurple.jpg);
}


footer {
  height:500px;
  background-color:#483C2C;
  background-image: url(http://neko-tan.com/image/JPbrown.jpg);
}


.article-picture {
  width: 100px;
  height: 100px;
}

.article-picture2 {
  width: 100px;
  height: 122px;
}

.article-picture3 {
  width: 150px;
  height: auto;
}




.flex{
  display:flex;
}
.content{
  display:#ccc;
}
.content1{
  flex:1;
}
.content2{
  flex:5;
}
.content3{
  flex:1;
  width: 100%;
}







p.F1 {
 font-family: "HG丸ｺﾞｼｯｸM-PRO","ＭＳ ゴシック",sans-serif; 
 font-size: 15px;
}
p.F2 {
 font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif; 
}

