@charset "utf-8";
/* CSS Document */

/* 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,button,
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;
    word-wrap: break-word;
	 -webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
}

a {outline:none;text-decoration:none;}
li { list-style:none; }
textarea { resize:vertical; }
img {
	vertical-align:top;
	max-width: 100%;
	height:auto;
/*
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
*/
}
button {
    cursor: pointer;
}


/*------------------------------------------------
   common style
--------------------------------------------------*/

* { box-sizing:border-box; }

.clear { clear:both; }
.fl { float:left; }
.fr { float:right; }


.mb0   { margin-bottom: 0 !important; }
.mb5   { margin-bottom: 5px !important; }
.mb10  { margin-bottom: 10px !important; }
.mb20  { margin-bottom: 20px !important; }
.mb30  { margin-bottom: 30px !important; }
.mb40  { margin-bottom: 40px !important; }
.mb50  { margin-bottom: 50px !important; }
.mb60  { margin-bottom: 60px !important; }
.mb70  { margin-bottom: 70px !important; }
.mb80  { margin-bottom: 80px !important; }
.mb90  { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }


.alignL { text-align:left !important; }
.alignR { text-align:right !important; }
.alignC { text-align:center !important; }


.hover-opa a {
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.hover-opa a:hover {
	 opacity:0.7;
}

.underline {
	text-decoration: underline !important;
}

/* youtube resuponsive */
.youtube-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	left:0;
}



@media (max-width: 815px) {

	.sp-mt0 { margin-top: 0px !important; }
	.sp-mt10 { margin-top: 10px !important; }
	.sp-mt20 { margin-top: 20px !important; }
	.sp-mt30 { margin-top: 30px !important; }
	.sp-mt40 { margin-top: 40px !important; }
	.sp-mt50 { margin-top: 50px !important; }
	.sp-mt60 { margin-top: 60px !important; }
	.sp-mt70 { margin-top: 70px !important; }
	.sp-mt80 { margin-top: 80px !important; }
	.sp-mt90 { margin-top: 90px !important; }
	.sp-mt100 { margin-top: 100px !important; }
	
	.sp-w100 { width:100px !important; }
	.sp-w110 { width:110px !important; }
	.sp-w120 { width:120px !important; }
	.sp-w130 { width:130px !important; }
	.sp-w140 { width:140px !important; }
	.sp-w150 { width:150px !important; }
	.sp-w160 { width:160px !important; }
	.sp-w170 { width:170px !important; }
	.sp-w180 { width:180px !important; }
	.sp-w190 { width:190px !important; }
	.sp-w200 { width:200px !important; }

}
