/* ------------------------------------------------------------------------- *
 *  Base Styles
/* ------------------------------------------------------------------------- */

button, input, select, textarea {
    font-family : inherit;
    font-size : 100%;
    border-radius: 0;
}

*:focus {
    outline:none;
}

h1, h2, h3, h4, h5, h6 ,ul,li,img,table,tr,th,td,dl,dt,dd{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
}

strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
small { font-size: 80%;}
selector {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*  base : a
/* ------------------------------------ */
a {
    text-decoration: none;
    color: #3e3e3e;
}
a:hover {
    text-decoration: underline;
}

a:link, a:visited, a:active {
    text-decoration: none;
}

/*  base : img
/* ------------------------------------ */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: bottom;
    line-height: 0px;
}
svg {
    vertical-align: middle;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

/*  base : clear
/* ------------------------------------ */
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*  base : PC SP
/* ------------------------------------ */
.sp {
    display: none !important;
}
.pc {
    display: block !important;
}

  @media screen and (max-width: 768px) {

    /*スマフォボタンリセット*/
* { -webkit-appearance: none; }

.sp {
    display: block !important;
}
.pc {
    display: none !important;
}


