@charset "utf-8";

.back-red{
	background-color: red;
}
.back-white{
	background-color: white;
}

.back-blue{
	background-color: blue;
}

.back-yellow{
	background-color: yellow;
}

.back-pink{
	background-color: pink;
}
.back-snow{
	background-color: #FFFDE6;
}	
.margin-b-10{
	margin-bottom: 10px;
}
.border-10{
	border: 10px;
	border-color: white;
	box-sizing: border-box;
}
.hidden{
	overflow: hidden;
}
.width100{
	width: 100%;
}
.thum-200200{
	width: 200px;
	height: 200px;
}
.height500{
	height: 135px;
	padding:10px; 
	margin-bottom: 10px;
	font-size: 14px;
	background-color: white;
}
.height500 p{
	margin-bottom: 3px;
	border-bottom: dotted #D3BD9F 1px;
}
.height100{
	height: 50px;

	margin-bottom:5px;
}
.height100 h3{
	font-size: 22px;
	margin:5px 0;

}
.height120{
	height: 60px;
}


.thum img {
	margin-top:10px;
    width: 100%;
    height: auto;
}

.font-red{
color: red;
background-color: red;
}

	
.box-m{
	background:#FAF0E6; 
	padding:15px;
	margin-bottom: 10px;
	border:solid 1px #d7d7d7;

}
.post-info p{
	display: inline;
	color: #F17C67;
}
.category-title h2{
	font-size: 18px;
}

.main-color{
background-color: #FD67A2;
}

.eria-table-wrapper{
	width: 100%;
	background-color: #ffeee0;
	background-position: center center;
	background-size:cover;
background-image: url("http://vortexof.info/wp-content/uploads/2016/12/hp.jpg");
	padding: 3% 0;
	box-sizing: border-box;
	
}
