@charset "UTF-8";

header{
    width: 1240px;
    margin: 100 auto;
}


/*写真*/
header h1 img{
    width:1020px;  /*top*/
}



section nav p img{  /*レジェンド*/
    width: 800px;
    margin:30px 70px 0px;
}

ul li {
    color: #111111;
  }


body{
    background-image: url(../images/web-bg.jpg);
    font-family: 'arial','Hiragino Sans','Meiryo',sans-serif;
    color: #333333;
}
header{
    width: 1240px;
    margin: 0 auto 50px;
}

h1{
    text-align: center;
    padding: 20px 0px 16px;
}

header nav ul{
    display: flex;
    justify-content: center;
    border-top: 2px solid #7c5d48;
    border-bottom: 2px solid #7c5d48;
    background-color: whitesmoke;
    padding: 20px 0;  
}
header nav ul li{
    margin: 0 40px;
}
header nav ul li a{
    font-size: 40px;
    font-weight: bold;
    color: #7c5d48
}
header nav ul li a:hover{
text-decoration: underline double;
}

div{
    width:1240px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    
}

main{
    flex-basis: 920px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 62px 0px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
}

aside{
    flex-basis: 284px;
}
aside nav{
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
    padding:24px 0px ;
    margin-bottom: 24px;
}

aside nav h2{ /*サイドの文字*/
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #7c5d48;
}

aside nav ul{
    font-size: 20px;
}

aside nav ul li a:hover{
    text-decoration: underline double;
    }

.categoryNav ul li{
    list-style-type: square;
    color:#7c5d48;
    margin: 0 0 16px 20px;
}

.categoryNav ul li a{
    color: #333333;
}

.resentNav ul li{
    border-bottom: 1px solid #7c5d48;
    padding-bottom: 10px;
    margin-bottom: 22px;
}

.resentNav ul{
    height: 240px;
    overflow: hidden scroll;
}

article h2 { /*文　シーズン22最新情報!!*/
    font-size : 55px;
    font-weight:600px;
    margin-bottom: 8px;
}

time{
    background-color: #91c777;
    border-radius: 0px 22px 22px 22px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding: 13px 25px 12px 28px;
    display: inline-block;
}

.postdate{
    margin-bottom: 26px;
}

.eyecatch{
    margin-bottom: 26px;
}

article section p{
    line-height: 1.6;
    margin-bottom: 24px;
}

article section{
    margin-bottom: 50px;
}

/*文　サイズ*/
article h3{ /*文　レジェンド調整*/
    border-bottom: 10px solid #6ab547;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight:500px;
    background-image: url(../images/h2_icon.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 20px 10px 10px 48px;
}

h4{
    font-size: 30px; /*ヒューズ弱体化*/
    border-bottom: 5px dashed #a7a7a7;
    padding: 10px 10px 10px 10px;
}

section ul {  /*文　囲い*/
    border: 5px solid rgb(174, 230, 191);
    padding: 30px 0px 30px 0px ;
    margin: 10px 70px 20px;
}

section ul li{ /*囲ってある文*/
    font-size: 25px;
    padding: 5px 30px;
    text-align: left;
    margin:10px 0px;
}



red{  /*ケアパケ武器化*/
    color:red;
}



bottom{ 
    border:6px double black;
    font-size: 50px;
    width:150px;
    text-align: center;
    padding: 20px auto;
    margin: 20px 385px;
    background-image:url(../images/orinnpasu-topへ.jpg);
    background-size: contain;
}

purple{
    color :blueviolet;
}
blue{
    color: blue
}
