@charset "utf-8";
/*--------------- Reset -----------------*/

html, body, div,span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
font-weight:initial;
}
body {
line-height:1;
-webkit-text-size-adjust: 100%;
}

address{
font-style:normal;
display:inline;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main { 
display:block;
}

ol,ul,li {
list-style: none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

html, body {
position: relative;
height: 100%;
margin-top: 0;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration:none;
outline:none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

a:hover{
text-decoration:none;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

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

hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select,textarea {
vertical-align:middle;
font-size: 16px;
outline: none;
border:none;
border-radius: 0;
}

img {
vertical-align: middle;
font-size:0;
line-height: 0;
border:none;
}

*{
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin:0;
}

.aligncenter{
display: block;
clear: both;
margin:0 auto 30px auto;
text-align:center;
}

.alignleft{
float:left;
margin:0 30px 30px 0;
}

.alignright{
float:right;
margin:0 0 30px 30px;
}

.cl{
clear:both;
}

.font-b{
font-size:1.3rem;
}

.font-s{
font-size:0.9rem;
}

.gallery{
overflow: hidden;
}

.gallery-item{
float: left;	
}

.gallery-columns-3 .gallery-item{
width:31.333%;
margin:0 1% 15px 1%;
}

.gallery-columns-4 .gallery-item{
width:23%;
margin:0 1% 15px 1%;
} 

/* responsive ----------------------- */

img{
max-width:100%;
width:auto;
height:auto;
}

img[src$=".svg"],
img[src$=".svgz"]{
width: 100%;
}

.iframe-area{ position:relative; padding-bottom:31%; padding-top:30px; height:0; overflow:hidden;}
.iframe-area iframe,
.iframe-area object,  
.iframe-area embed{ position:absolute; top:0; left:0; width:100%; height:100%; }

.sp{
display:none;
}

/* Layout ----------------------- */

body{
font-size:16px;
line-height:1.5;
word-wrap: break-word;
}

.row{
position: relative;
width:100%;
padding:0 20px;
margin:0 auto;
overflow:hidden;
}


@media only screen and (max-width:465px){
.alignleft,
.alignright{
float: none;
display: block;
margin:0 auto 20px auto;
}	
.sp{
display: block;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item{
width:48%;
margin:0 1% 5px 1%;
}
}