@charset 'utf-8';


body{
	font-family: swap;
	font-family: 'azukiP';
	font-weight: 400;
}

header{
	font-size: small;
	font-weight: 400;
	vertical-align: middle;
	text-align: left;
}

header b{
	font-size: small;
	font-weight: 700;
	vertical-align: bottom;
	color: maroon;
}

dl dt{
	font-size: midium;
}

dl dt dd{
	font-size: midium;
}

dd a{
	font-size: midium;
}	

h3{
	font-size: large;
}

br,p{
	font-size: large;
	font-weight: 500;
}

code{
	font-size: midium;
	font-weight: 500;
}

footer a{
	font-size: small;
	font-weight: 500;
}

address{
	font-size: x-small;
	font-weight: 500;
}

table{
	font-size: x-large;
	font-weight: 500;
}

table td,s,em{
	font-size: x-large;
	font-weight: 500;
}

@font-face{
	font-family: "azukiP";
	src: url('../font/azuki/P/azukiP.ttf')      
	format('opentype');
	font-style: normal;
	font-weight: 400;
	
}
