@charset "utf-8";
/* --------------------------------
	基本設定
-------------------------------- */

body {
    font-size: 15px;
    color: #000000;
	font-style:normal;
	font-weight: normal;
}

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,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section,summary,
embed,output,ruby,
time,mark,audio,video,
tr,th,td{
	font-size: inherit;
	color: inherit;
	font-style: inherit;
	font-weight: inherit;
}

html{
    /*パソコンでスムーズスクロールできるが、上手くキャプチャできなくなるため不使用*/
  /*scroll-behavior: smooth;*/
}
@media (min-width: 760px) {
body {font-size: 16px;}
}


/* --------------------------------
	タグ設定
-------------------------------- */

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

small {
    font-size: 12px;
}

.relabox {
    position: relative;
}

/* --------------------------------
	リンク、リンク色
-------------------------------- */

a {
    text-decoration: underline;
}


/*色*/

a,a:link{color: #167AC6/*#12c*/;}
a:visited{color: #0E4F7E/*#609*/;}
a:hover,a:active, a:focus{color: #00723a/*#2B9661*//*#78f*/;}

