@import url(https://fonts.googleapis.com/css?family=Playball);
                                                                                                                          
body  {font-family:"メイリオ","Hiragino Kaku Gothic Pro",sans-serif;
        color:black;
        background-color:skyblue;
       
                       }



h1    {font-size:36px;
       margin-top:0;
       margin-bottom:0}

h2    {font-size:24px;
         margin-top:0;
         margin-bottom:0}


p     {line-height:2.2;
       font-size:24px
        }


/*ヘッダー*/

header   {background-color:white;
          width:736px;
          margin-left:0px;
          border-bottom:1px solid black;
        
          padding:0px;
          -webkit-box-sizing:border-box;
          -webkit-box-shadow:2px 2px 96px white;
          box-shadow:2px 2px 96px white;
          
          box-sizing:border-box;
          margin-bottom:16px;
          border-radius:13px;
          text-align: center;
          overflow:  hidden
           }

header h1  {font-family: 'Playball', cursive;
            font-size:36px;
           
            }

header  h1 img {vertical-align: 0px;
                margin-left: 0px}




/*記事*/

article  {background-color:white;
          width:768px;
          margin-left:16px;
         
   
          padding:8px;
          -webkit-box-sizing:border-box;
          -webkit-box-shadow:2px 8px 96px white;
          box-shadow:2px 2px 10px white;
          
          box-sizing:border-box;
          margin-bottom:16px;
          border-radius:13px;
          overflow:  hidden}
aside li	{display: inline}
nav li	{display: inline;
	font-size: 16px;
	padding-left: 24px}
/*フッター*/
footer  {width :736px;
         margin-left:auto;
         margin-left: auto;
         clear:both}
/*画像を中央に配置するレイアウト*/
figure.photo-center {text-align: center;
                     margin-top: 30px;
                     margin-bottom: 30px
                    }

figure.kamikousaku{text-align: center;
                     margin-top: 30px;
                     margin-bottom: 30px
   
       }

figure.yokoyoko{
  float: left;
    padding-left:144px
    }
figure.mitumitu{
   float:left;
    padding-left:108px
    }

/*リンク*/

a              {color:black;}
a:hover{color:#ffb6c1}
a img          {border:none}



#spring {width:710px;}