@import url("https://www.nazo2.net/css/global_style.css");


article p{
	padding:10px 20px;
}

/*--------------------------------------
  サイドバー
--------------------------------------*/
#side h2{
	font-size: 20px;
	text-align: left;
}
#side ul {
	width: 98%;
	list-style-type: none;
	padding-left: 2%;
	text-align: left;
	font-size: 16px;
}
li.m {
	height: 30px;
	line-height: 120%;
}
.m img {
	vertical-align: -2px;
	margin-right: 5px;
	width: 16px;
	height:16px;
} 
.side_box{
	padding:5px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:100%;
	background:#ccffcc;
	border: 3px #1ec63d solid;
	box-sizing:border-box;
}
#side .side_menu {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:0 auto;
	padding:0;
	text-align:center;
	overflow:hidden;
	background:#ccffcc;
	width:314px;
}
#side .side_menu li{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-sizing:border-box;
	width:153px;
	height:153px;
	margin:2px;
	padding:7px 5px;
	font-size:16px;
	line-height:110%;
	float:left;
	background:#ffffff;
}
#side .side_menu li img{
	height:90px;
	width:90px;
	object-fit: cover;
	border-radius: 25%;
	-webkit-border-radius: 25%;
	-moz-border-radius: 25%;
}

article {
	margin-left: 20px;
	margin-right: 10px;
}

.button {
	vertical-align: -2px;
	margin-right: 5px;
	width: 16px;
	height:16px;
} 


hr {
	color: #00b250;	
	background-color: #00b250;
	border: 1px;
	height: 1px;
	border-color: #00b250;
}

.red {
	color: #ff0000;
}


img {
	width: auto;
	height: auto;
	max-width: 100%;
	width /***/:auto;　
}

 /* フォローボタン */
.followbutton {
	float:right;
	margin-top: 1px;
	margin-bottom: 0;

}
.followbutton img {
	width: 120px;
	height: 48px;
}

 /* アプリページ用 */
.appli_logo {
	float:left;
	margin-right:20px;

}
.appli_table tr td{
	line-height: 130%;
}

.app_link {
	font-size:24px;
}
.app_link img{
	vertical-align:-20px;
	margin-right:16px;
}

.ad_contents{
	max-width:720px;
}

@media screen and (max-width: 640px){

article {
	margin-left: 5px;
	margin-right: 5px;
}

#side ul {
	font-size: 20px;}

#info li {
	width:50%;
}

 /* アプリページ用 */
.appli_logo {
	width:130px;
	margin-right:5px;
}
.appli_table {
	font-size:14px;
}


}