@charset"UTF-8";
/*@font-face {
 font-family: 'JapanSans80';
 src: url('./font/JapanSans80.eot');
 src: url('./font/JapanSans80.eot?#iefix') format('embedded-opentype'),
 	  url('./font/JapanSans80.woff') format('woff'),
 	  url('./font/JapanSans80.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}*/
@font-face {
	font-family: "FontAwesome";
	src: url('./font/fontawesome-webfont.eot');
	src: url('./font/fontawesome-webfont.eot?#iefix') format('eot'),
	  	 url('./font/fontawesome-webfont.woff') format('woff'),
		 url('./font/fontawesome-webfont.ttf') format('truetype'),
	 	 url('./font/fontawesome-webfont.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'LigatureSymbols';
    src: url('./font/LigatureSymbols-2.11.eot');
    src: url('./font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('./font/LigatureSymbols-2.11.woff') format('woff'),
         url('./font/LigatureSymbols-2.11.ttf') format('truetype'),
         url('./font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('./font/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
}





body {
    color: rgb(51, 51, 51);
    font-family: JapanSans80, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Pro", メイリオ, Meiryo, "?? ?ゴシ?", "MS PGothic", sans-serif,"FontAwesome";
    text-rendering: optimizeLegibility;
    line-height: 1;
    word-wrap: break-word;
    word-break: break-all;
    background: white;
}


a{
/*display:block;*/
color:#006DD9;
text-decoration:none;
}

a:visited {
color:#7B23A7;
}


/*youtubep̂͂ݏoh*/
iframe {
  max-width: 100%;
}