@import url(https://fonts.googleapis.com/css?family=Playball);
div a { background-color:#ffaa00;
           
           padding: 10px 80px;
           border-radius: 10px;
           color: #000000;
           font-weight: bold;
           text-decoration: none}
body  {font-family:"メイリオ","Hiragino Kaku Gothic Pro",sans-serif;
        color:black;
        background-color:skyblue;
        
        
                }



h1    {font-size:18px;
       margin-top:0;
       margin-bottom:0}

h2    {font-size:18px;
         margin-top:0;
         margin-bottom:0}


p     {line-height:2.2;
       font-size:2em
        }


/*ヘッダー*/
header	{background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 15px;
	zoom: 1}

header h1	{font-family: 'Bowlby One', cursive;
	font-size: 38px;
	line-height: 40px;
	width: 640px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto}

header h1 a	{text-decoration: none;
	display: block;
	width: 200px}

header h1 a:hover	{color: #000000}

header h1 img	{display: none;}


/*記事*/

article  {background-color: white;
          width:710px;
          margin-left: auto;
          margin-right: auto;
          border:2px solid yellow;
          padding:30px;
          -webkit-box-sizing:border-box;
          -webkit-box-shadow:0px 0px 119px white;
          box-shadow:0px 0px 119px white;
          
          box-sizing:border-box;
          margin-bottom:15px;
          border-radius:20px;
          overflow:  hidden}
/*画像を中央に配置するレイアウト*/
figure.photo-center {text-align: center;
                     margin-top: 36px;
                     margin-bottom: 36px
                    }

figure.kamikousaku{text-align: center;
                     margin-top: 36px;
                     margin-bottom: 15px
   
       }

figure.yokoyoko{ float:left;
    padding-left:0px
  
    }
figure.mitumitu{
   float:left;
    padding-left:0px
    }
/*フッター*/
footer  {width :710px;
         margin-left:auto;
         margin-left: auto;
         clear:both}
/*画像を中央に配置するレイアウト*/
figure.photo-center {text-align: center;
                     margin-top: 29px;
                     margin-bottom: 31px
                    }






