/* google web font 
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'M PLUS 1p', sans-serif;
font-family: 'Press Start 2P', cursive;
*/

h1 {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: bolder;
}

h2 {
    background-color: white;
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: #d4be9d;
    color: black;
    padding-left: 15px;
    font-family: 'M PLUS 1p', sans-serif;
}

div#playguide, div#backstory {
    display: block;
    background-color: whitesmoke;
    padding-top: 0px;
    padding-bottom: 10px;
}

div#playguide ul li{
    color: black;
    font-family: 'M PLUS Runded 1c', sans-serif;
}

div#backstory p{
    color: black;
    font-family: 'M PLUS Runded 1c', sans-serif;
    margin-left: 30px;
}

/* tweetボタン */
div#tweet_btn {
	margin-top: 20px;
}

.sns-link {
	display: flex;
	padding: 5px;
	list-style: none;
}

.sns-link li {
	display: inline-block;
	border-radius: 4px;
	cursor: pointer;
	padding-left: 30px;
}

.sns-link.li>label {
	display: inline-block;
	margin-left: 50px;
    cursor: pointer;
    font-family: 'M PLUS 1p', sans-serif;
}

.twitter {
	background-color: #55afce;
	background-image: url(../img/share_twitter.svg);
	background-position: left;
	background-repeat: no-repeat;
	background-size: auto 20px;
	padding: 5px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bolder;
}
