/*
Theme Name: lilyette
Version: 1.0
*/


/* CSSリセット */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

*{
	box-sizing:border-box;
}


body {
    font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
    font-size: 16px;
    line-height: 1.8;
	background:#FFFBFF;
	color:#383838;
}


img{
	width:100%;
}


.noto-b{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
}

.zenmaru{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700; /* Bold */
}

.sol-r{
	font-family: 'Solway', serif;
	font-weight: 400; /* Regular */
}
.sol-b{
	font-family: 'Solway', serif;
	font-weight: 700; /* Bold */
}