@charset "utf-8";
/*
Theme Name: child_ainosato
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.1.2
*/

.aligncenter {
	text-align: center;
}

/*************
印刷時にURLを表示する設定を打ち消す
*************/
@media print {
 a[href]:after {
 content: "" !important;
 }

 abbr[title]:after {
 content: "" !important;
 }
}

.wp-block-table.is-style-vk-table-border-stripes tbody tr:nth-child(2n+1) {
    background-color: #fff;
}
