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


section {
  height: auto;
  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;
}

.section-picture1 {
  width: 100%;
  height: auto;
}

.logo-picture1 {
  width: 250px;
  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; 
}

