/*
  Skin Name: IBF
  Description: IBFの親テーマ「God bless you」
  Skin URI: https://ibf147.site/
  Author: masako
  Author URI: https://ibf147.site/
  Screenshot URI: 
  Version: 0.0.1
*/

body {
	background:#fff url("https://ibf147.site/wp/img/bg/bg.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
body::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url("https://ibf147.site/wp/img/bg/bg.jpg") center no-repeat;
	background-size: auto;
	background-size: cover;
}
#header,#header-container , #header-in,.hlt-center-logo, .header-container-in,
.container, .cf ,.header-container {
    background:transparent;
}
#main {
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
#sidebar {
  border:10px solid rgba(255,255,255,0);
  border-radius: 15px;
  background: rgba(255,255,255,0.6);
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  line-height: 1.2;
}

#sidebar ul {
  font-size:0.9em;
  margin:0;
}
#sidebar ul li {
  margin:0 0 0 0.6em;
  padding:0;
}
#sidebar ul#recentcomments li {
  margin:0 0 0.6em 0.6em;
  padding:0;
}
#sidebar ul li a {
  text-decoration: underline;
  padding:0.4em;
}
#footer {
  clear: both;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px;
}

