<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
	Site Name:ABCスマイル・マルシェ
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
	3: clearfix
	4: link setting

==========================================================
*/


/*
==================================================================================
	 1: universal reset
==================================================================================
*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend { margin: 0; padding: 0;}


/*
==================================================================================
	 2: body and base setting
==================================================================================
*/
html{
    font-size: 62.5%;
}
body {
	font: 1.6em/1.6 'Noto Sans Japanese';
	font-weight: 200;
	color: #000;
    margin: 0;
	-webkit-text-size-adjust: 100%;
}
hr {
    border-top: 1px solid #CCC;
    border: 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
ul, ol {
	list-style:none;
}
input, select {
    vertical-align:middle;
}
img {
	border: none;
	vertical-align: bottom;
}
em {
	font-style: normal;
}



/*
==================================================================================
	 3: clearfix
==================================================================================
*/.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}

/*
==================================================================================
	 4: link setting
==================================================================================
*/
a:link {
	color: #222855;
	text-decoration: none;
}
a:visited{
	color: #222855;
}
a:hover {
	text-decoration: underline;
}
a:active{
	color: #222855;
}


</pre></body></html>