@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, address, 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;
}

body {
	margin: 0;
	padding: 0;
	font-size: 100%;
    background-color: #ccc;
    font-size: 13px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #3b3b3b;
} 

a{ color: #567988; text-decoration: none;}
	a:hover{ color: #3b3b3b; text-decoration: underline; }


a.cap:link {color: #567988; text-decoration: underline;}
a.cap:visited {color: #567988; text-decoration: underline;}
a.cap:hover {color: #3b3b3b; text-decoration: underline;}

.clear{ clear: both; line-height: 0}
	
.text_italic	{
    font-style: italic;
}

.text_bluegray	{
    color: #567988;
}

h1 {
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","ＭＳ 明朝";
    font-size: 150%;
    font-weight: 400;
}




select {
    border: solid 1px #ccc;
}

/
/****************************************
		4.  Contents
*****************************************/
#contents .wrap_c {
	width:100%;
	max-width:960px;
	margin:0 auto;
}

#contents:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


span.priceLabelPrint,
.itemCodePrint {
display:none;
}

	


#copyright {
    text-align: right;
    font-family: 'Cutive Mono', serif;
    font-size: 80%;
    color: #CACFD2;
}


#copyright a{color: #CACFD2;}
#copyright a:hover{color: #ffffff; text-decoration: none;}

		


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

/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}
.price {
color: #ff0000;
font-weight: bold; 
font-size:14px;
}
.attention { color: #7d0022; }
.mini { font-size: 90%; }
em {
    font-style: normal;
    color: #ff0000;
}
span.price {
color:#7d0022;
}


