@charset "UTF-8";

/* 
	************ reset *************
*/
html, body {
    padding: 0;
    margin: 0;
}

body, h1, h2, h3, h4, h5, h6, dd, dl {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height: 1.4;
}

h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: 500;
}

ul, ol, li {
	padding: 0;
	margin: 0;
    list-style: none;
}

a {
	margin:0;
	padding:0;
	font-size:inherit;
	color:inherit;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
table > caption {
    position: unset;
	text-indent:-100000px; 
	font-size:0;
}
select {
	-webkit-appearance:none;
	-moz-appearance: none;
	appearance: none;
	background:transparent;
}

input, select, textarea {
	vertical-align:middle;
}

input, select, textarea:focus{
    outline: none;
}

input[type="radio"],
input[type="checkbox"] { 
	margin: 0 0.2rem 0.15rem;
}

textarea { 
	resize: none;
}

select::-ms-expand {
    display: none;
}

img { 
	border-style: none;
}

address { 
    font-style: normal;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
figure, figcaption{ margin:0;padding:0;border:0; word-break: keep-all;}