@charset "Shift_JIS";
/******************************
RESET
*******************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video,#nlq_sch_num input {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body,h1,h2,h3,h4,h5,h6,h7,p,ul,ol,li,dl,dt,dd,input,span,div { margin:0; padding:0; }
li { list-style-type:none; }
img { border:none; }

/******************************
font
*******************************/
body,input,select { font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}

/* LINK色 */
#nlq_loginFrame a{ color:#FFF; text-decoration:none;}

#nlq_cart_btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	text-decoration:none;
}
/******************************
cart内部
*******************************/
#nlq_cart_btn {
	width:120px;
	background: url("/nol_common_v3/images/pc/all/160106/cart.jpg") no-repeat 0 0;
	position:relative;
	height: 30px;
}

#nlq_cart_btn #nlq_cart_num {
	position:absolute;
	color:#FFF;
	top: 0px;
	left: 20px;
	font-size:11px;
}

#nlq_cart_btn #nlq_cart_num span {
	text-align:center;
	margin: 0 auto;
	background-color: #ff6900;
	border-radius: 6px;
	padding: 0 4px;
}

#nlq_cart_btn #nlq_cart_num:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}


#nlq_cart_btn #nlq_cart_word,
#nlq_cart_btn #nlq_cart_pri{
	position:absolute;
	top: 9px;
	left: 45px;
	font-size:12px;
}

#nlq_cart_btn #nlq_cart_word { color:#313131;}
#nlq_cart_btn #nlq_cart_pri { font-weight:bold; color:#ff6900;}

#nlq_cart_btn a{
	display: block;
	width: 120px;
	height:30px;
}