@import url(https://fonts.googleapis.com/css?family=Cutive+Mono);
@charset "utf-8";

/* ===================================================================
CSS information

 File Name  : style.css
 Author     : COMPLEX UNIVERSAL FURNITURE SUPPLY
 Style Info : Base Style
=================================================================== */

/****************************************
		1. General Setting 
*****************************************/

html, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
}

.clear{ clear: both; line-height: 0}
	

/****************************************
		4.  Contents
*****************************************/




/* フロート回り込み解除
----------------------------------------------- */
br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}

/* フォント
----------------------------------------------- */
h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}


em {
    font-style: normal;
    color: #ff0000;
}



