/*征矢が語るの一覧*/
h3 {/*タイトル*/
    text-align: center;
    border: solid 3px #000000;
    border-radius: 0.5em;
    background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    color: blue;
	padding:10;}
.box {/*一覧の枠線*/
border: solid 3px #000000;
background-color: palegreen;
padding: 0.5em 1em;
margin: 2em 0;
width: 300;}
.box a{/**/
padding: 0;
margin: 0;}
.link {/*各題名の文字と下線消し*/
    font-weight: bold;
    text-decoration: none  }
.height{/*トップページ上の余白*/
	line-height: 100;
	margin: 100;}
.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;}