@charset "utf-8";
/* CSS Document */

/* Base Style */
.l-block-header,
.l-block-footer{
	margin:0;
}
.l-block-main{
    min-width: auto;
    min-height: auto;
	margin: 0;
    padding: 0;
}

/* text align */
.t_center{
	text-align: center;
}
.t_left{
	text-align: center;
}
.t_right{
	text-align: center;
}

/* social share */
.social_share{
	display: flex;
	align-items: center;
}
.social_share.center{
	justify-content: center;
}
.social_share.left{
	justify-content: flex-start;
}
.social_share.right{
	justify-content: flex-end;
}

.social_share .share-item{
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    font-size: 0;
}
.social_share .share-item + .share-item{
	margin:0 0 0 24px;
}

