@charset "utf-8";
body{
    margin:0;
    color:#333333;
	list-style: none;
    background-color: #EFF0EF;
}

a{
    color:#333333;
}
h3{
    margin:0.5vh auto;
}
.center{
 text-align: center;
}
.left{
 text-align: left;
}

.right{
	text-align: right;
}
.bold{
 font-weight: bold;
}
.t-none{
 text-decoration: none;
 color:#333333;
}
.margin0 p{
  margin:0;
}
.margin0{
  margin:0;
}
 
/*--------------------single-------------------------*//*--------------------single-------------------------*//*--------------------single-------------------------*//*--------------------single-------------------------*/

header, footer{
	background-color:#EFF0EF;
}
#content{
	margin: 10vh 1vh;
	height:100vh;
}
.in-post{
	display:none;
}


/*--------------------single-------------------------*//*--------------------single-------------------------*//*--------------------single-------------------------*//*--------------------single-------------------------*/

@media screen and (min-width:600px) {
   
}

@media screen and (min-width:1025px) {
   
}