/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html {
    color: #000;
    background: #FFF;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}


#yui3-css-stamp.cssreset {
    display: none
}


*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


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

　　調整

============================== */
figure.wp-block-image.size-full {
    margin-bottom: 0;
}

a,
a img {
    text-decoration: none;
}

img {
    width: 100%;
}

iframe {
    vertical-align: bottom;
}

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

hタグの[data-name]に入力した内容をbeforeで表示できるように

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

h1[data-name]::before,
h2[data-name]::before,
h3[data-name]::before,
h4[data-name]::before,
h5[data-name]::before {
    content: attr(data-name);
    display: block;
    font-size: 0.6em;
    font-family: "Quicksand", sans-serif;
}

.wp-block-button[data-name] {
    position: relative;
    display: inline-block;
    text-align: center;
}

.wp-block-button[data-name]::before {
    content: attr(data-name);
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
    line-height: 1.2;
}