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

html{
	font-size: 62.5%;
}
body{
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.8em;
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #232448;
	color: #333;
	background-color: #fff;
	position: relative;
}

@media (min-width: 960px){
body{
	letter-spacing: 0.05em;
	line-height: 1.8em;
}
}

/* 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;
	color: #333;
}
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,li{
	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;
}
