body {
	font-family: Raleway, 'M PLUS Rounded 1c', sans-serif;
	margin: 0;
}
body::-webkit-scrollbar {
	display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
header {
	width: 100%;
	text-align: center;
	height: 10%;
}
/* Footer */
/* footer {
	width: 100%;
	margin-top: 5%;
	padding-top: 1%;
	float: left;
}
footer p {
	font-size: 1.1em;
	color: #fff;
	margin-left: 20%;
	margin-top: 20px;
	width: 80%;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #F781BE;
	transition: 0.1s;
} */

.mec-wrap .mec-totalcal-box{
	display: none !important;
	background: #000;
}
.logo {
	background: transparent;
	border-radius: 50%;
	border: 0 solid #BDBDBD;
	float: left;
	width: auto;
	height: 11%;
	margin: 0;
	margin-left: 5%;
	margin-top: -40px;
	overflow: hidden;
}
.logo img {
	height: 100%;
}
.floating {
	top: 50px;
	position: fixed;
	z-index: 1;
}

#name {
	background: #424242;
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 35px;
	color: #ffffff;
	line-height: 40px;
	margin-bottom: 0;
}

.paypal{
  width: 30%;
  border-radius: 30%;
}
.paypal i{
  color:#FFF;
  font-size: 150%;
}

/*タグクラウドのデザイン*/
.widget_tag_cloud .tagcloud a{
 background:#fff;
 color:#666;
 padding:5px;
 margin:3px;
 border-radius:20px;
 text-decoration:none;
 font-size:10px;
}
/*タグクラウドマウスオーバー時*/
.widget_tag_cloud .tagcloud a:hover{
 color:#333; 
 background:#ddd;
}
/*タグクラウドテキスト前アイコン*/
.tagcloud a:before{
 font-family:"Font Awesome 5 Free";
 content:"\f292"; 
 font-weight: bold;
 color:#008db7;
 padding-right:6px;
}

#solo {
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}
#solo p {
	font-size: 15px;
	color: #585858;
	text-align: center;
}
#solo a {
	display: inline-block;
	width: 100%;
}
#solo img {
	height: 80%;
	width: 80%;
	object-fit: cover;
	margin-top: 5%;
}
#solo-icon {
	text-align: center;
	height: 130px;
	width: 130px;
	border: solid 1px #D8D8D8;
	border-radius: 50%;
	margin: 0 auto 0 auto;
	transition: 0.2s;
}
#solo-icon:hover {
	border: solid 1px #fff;
	transition: 0.2s;
}

@media screen and (orientation: portrait) {
	.icon {
		display: none;
	}
	#feature {
		display: none;
	}
}