@charset "UTF-8"; /* CSS Document for PC */



/* Text
********************************************************************************/
html {
	font-weight:400;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.dlList dt span { 
	font-weight:700;
}

/* normal
**************************************/
.normal, p {
	font-weight:400 !important;
}

/* medium
**************************************/
.medium {
	font-weight:500 !important;
}

/* bold
**************************************/
.bold {
	font-weight:700 !important;
}