.ground{/*女はつらいよページ背景　plum*/
background: -moz-repeating-linear-gradient(-45deg, khaki, khaki 3px,#e9f4ff 3px, #e9f4ff 7px);
background: -webkit-repeating-linear-gradient(-45deg, khaki, khaki 3px,#e9f4ff 3px, #e9f4ff 7px);
background: repeating-linear-gradient(-45deg, khaki, khaki 3px,#e9f4ff 3px, #e9f4ff 7px);}
.reiwa{/*西暦*/
font-weight: bold;
font-size: 20;
}
.home {/*カテ名囲みボックス線*/
dicplay: inline;
padding: 0.5em 1em;
margin: 10px 5px ;
line-height: 2;
border: solid 2px #000000;
border-radius: 0.5em;
background: -moz-linear-gradient(lightpink,aliceblue );
background: -webkit-linear-gradient(lightpink,aliceblue );
background: linear-gradient(to top, lightpink,aliceblue );
width: 300;}
.link{/*枠線の中の記事名*/
padding: 3; 
font-weight: bold;/*太字に*/
text-decoration: none;/*下線消す*/
background: skyblue;/*背景を水色に*/
color:white;/*文字を白に*/
border-radius: 3px;/*角を丸くする*/}
.link:hover {/*枠線記事名マウスカーソル*/
text-decoration: none;
color:deeppink;}
.back {/*各記事の背景の青ストライプ*/
background: -moz-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
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);}
.main{/*記事名 */
position: relative;
padding: 0.25em 0;
text-align: center;   }
.main:after{/*記事名の下線グラデ*/
text-align: center;  
content: "";
display: block;
height: 4px;
background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: linear-gradient(to right, rgb(230, 90, 90), transparent);}
.box {/*文章の枠線と背景*/
dicplay: inline;
padding: 0.5em 1em;
margin: 2em 0;
border: solid 1px #000000;
border-radius: 0.5em;
background: -moz-linear-gradient(lightpink,aliceblue );
background: -webkit-linear-gradient(lightpink,aliceblue );
background: linear-gradient(to top, lightpink,aliceblue );
color: #000000;}
.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;}