@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
	line-height: 1.6em;
	color: #222222;
}
/* CSS Document */
#content {
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	max-width: 300px;
	background-color: rgba(255,255,255,0.85);
	text-align: center;
	padding-top: 36px;
	padding-bottom: 72px;
}
#content h1 {
	font-size: x-large;
	font-weight: bold;
}
#content .logo {
	margin-top: 36px;
	margin-bottom: 36px;
}
#content ul {
	margin-bottom: 36px;
}
#content li {
	line-height: 1.6em;
	border-bottom: 1px solid #FFFFFF;
	margin-right: 12px;
	margin-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	list-style-type: none;
}
#content ul a {
	color: #222;
	text-decoration: none;
	transition:background 1s,color 1s;
}
#content ul a:link {
	color: #222;
	text-decoration: none;
}
#content ul a:visited {
	color: #222;
	text-decoration: none;
}
#content ul a:hover {
	color: #222;
	text-decoration: none;
	background-color: #fff;
}
#content ul a:active {
	color: #222;
	text-decoration: none;
}
#content .sns_icon img{
	margin: 12px;
}
#content .c {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: x-small;
	font-weight: bold;
	margin-bottom: 6px;
}
#content h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: large;
	margin-bottom: 12px;
}

@media screen and (max-width: 480px){
#content {
	width: 240px;
}
#content .sns_icon img{
	margin: 8px;
}
}
