@charset "utf-8";
/*==========================================================================

  post-style

==========================================================================*/


.poststyle-pc{
	display: none;
}
.poststyle-big{
	font-size:13px;
}

.poststyle-textcenter{
	text-align: center;
	display: inline-block;
    width: 100%;
}
.poststyle-textleft{
	text-align: left;
	display: inline-block;
    width: 100%;
}

.poststyle-textright{
	text-align: right;
	display: inline-block;
    width: 100%;
}

.poststyle-border-bottom{
	font-weight: bold;
    background: linear-gradient(transparent 52%, rgba(212,80,153,0.1) 50%);

}