/*風頭ボックスの一覧*/
.title{/*見出しの色*/
color: darkblue;}
.main {/*記事名を太字*/
font-weight: bold;    }
.wood {/*おんぼろ木箱*/
text-decoration: none;
color: maroon;
font-size: 30;
cursor: wait;}
.blues{/*青春の筆箱*/
text-decoration: none;
color: blue;
font-size: 30;
cursor: copy;}
.nurse {/*白いの筆箱*/
text-decoration: none;
color: red;
font-size: 30;
cursor: cell;}
.blues{/*青春の筆箱*/
text-decoration: none;
color: blue;
font-size: 30;
cursor: copy;}

.height{/*トップリンク上の余白*/
line-height: 100;
margin: 50;}
.wind{
font-size: 12;
color: midnightblue;
text-align: center;
display: inline-block;
width: 20px;
height: 20px;
border-radius: 50%;
background: white;
line-height: 20px;
border: 1px solid blue;
background-color: paleturquoise;}
.twitter {
	color: white;
    background-color: #1da1f2;
	text-decoration: none;
    width: 80px;
    text-align: center;
display: inline-block;}
.facebook {
	color: white;
    background-color: #3b5998;
	font-weight: bold;
	text-decoration: none;
    width: 80px;
 text-align: center;
display: inline-block;}
.line {
	color: white;
    background-color: #00c300;
	text-decoration: none;
    width: 80px;
    text-align: center;
display: inline-block;}
.hatena {
	color: white;
    background-color: dodgerblue;
	font-weight: bold;
	text-decoration: none;
    width: 80px;
    text-align: center;
display: inline-block;}