@charset "utf-8";
/*
Theme Name: chocolat-wp
Description: オリジナルテーマ
Version: 1.0
*/

html{
	font-size: 62.5%;
}
body{
	font-size: 1.3rem;
	font-family: 'M PLUS 1', sans-serif;
	font-weight: 400;
	background-image: url(./images/bg-dot.svg);
	background-size: 35px 35px;
	position: relative;
}

/* Reset ========================================================= */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
table{
	border-spacing: 0;
}
fieldset,img{
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight: normal;
	font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
abbr,acronym{
	border: 0;
}
img{
	width: 100%;
	height: auto;
	display: block;
}
