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

body { padding:8px 0; margin:0; background:#000; }
.left { float:left;}
.right { float:right;}

/* ポップアップウインドウ */
#container.popWin { margin:0 auto 30px auto; padding:0 15px 20px 15px; width:1000px; background: url(../img/common/title_back_x.gif) repeat-x #FFF;}
		#container.popWin #title { margin-bottom:15px; padding:10px 0; }		
		#container.popWin .image { margin-bottom:35px;}
			/* 値段 */
			#container.popWin .price { padding-top:20px; border-top:1px dotted;}
				#container.popWin .price table { width:100%; font-size:12px; border-top:1px solid #666; border-left:1px solid #666;
					background-color:#F1F1F1;}
					#container.popWin .price table tr.even-row { background-color:#D3D3D3;}
					#container.popWin .price table th { padding:3px; text-align:center; font-size:14px; font-weight:bold; color:#FFF;
						border-right:1px solid #666; border-bottom:1px solid #666; background-color:#9FA1A0; vertical-align:middle; }
					#container.popWin .price table td { padding:3px; text-align:center; border-right:1px solid #666; border-bottom:1px solid #666; vertical-align:middle;}
						
		/* フッター */
		#footerWrap { position:fixed; bottom:0; left:0; width:100%;}
			#footerContainer { height:40px; background-color:#222;}
				#footer { position:relative; margin:0 auto; width:650px; padding:10px 0; text-align:center; }
					#footer a:link, #footer a:visited { padding-left:15px;
						font-size:11px; color:#777; text-decoration:none; background:url(../img/common/parts_close.gif) no-repeat 0 1px;}
					#footer a:hover, #footer a:active { color: #960; text-decoration: underline;}
	



.cart_btn img { vertical-align:middle; }
.cart_btn:hover { opacity:0.8; filter: alpha(opacity=80); }


.tx_L { text-align:left !important; }
.p10 { padding:10px !important; }</pre></body></html>