@charset "UTF-8";

.post_content > h2.wp-block-heading,
.post-content > h2.wp-block-heading{
	border-bottom : solid 1px #666;
}

img.ni-menu-icon.menu{
	height : 64px;
	width : 64px;
}

span.ni-button1,
span.ni-button2{
	display :inline-block;
	white-space : nowrap;
    border: none;
	text-align : center;
	font: 13px/1.3 Meiryo,"MS PGothic",helvetica,"Hiragino Kaku Gothic ProN",arial,clean,sans-serif;
	font-size: 14px;
}

span.ni-button1 {
    padding: 8px 9px;
    margin: 2px 4px 2px 1px;
    background-color: #777777;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    min-width: 80px;
    border-radius: 1px;
}

span.ni-button1.curbe {
    border-radius: 0 6px 6px 0;
}

span.ni-button2 {
    padding: 4px 10px;
    margin: 1px 2px 2px 2px;
    background-color: #dddddd;
    color: #000000;
    text-shadow: 0 1px 1px #eee;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    border-radius: 1px;
}