@charset "UTF-8";

/* CSS Document */
.categoryname { font-size: 18px; color: #960; font-weight: bold;   font:"Times New Roman", Times, serif; padding:30px 5px 0;}
/* detail */
#detail {width:560px; margin:0 auto; padding:10px;}


#detail .articlename { font-size: 20px; font-weight: bold; color: #600; line-height: 28px; margin-bottom: 5px; }

#detail .detailimg { }

#detail .detailimg img { border: 1px solid #060; max-width: 400px; }

#detail .price { font-size: 20px; font-weight: bold; color: #990000;  padding:10px 0; }

#detail .detailtext { line-height: 20px; color: #666666; margin-bottom: 30px; }

/* list */
#list { margin:0 20px; }

#list .listbox { width: 250px; float: left; margin-right: 10px; }

#list .categoryname { font-size: 14px; color: #999900; font-weight: bold; margin-bottom: 20px; line-height: 20px; display: none; }

#list .articlename { font-size: 12px; color: #2E5B89; line-height: 14px;}

#list .articlename a { color: #2E5B89; text-decoration: none; }

#list .articlename a:hover { color: #2E5B89; text-decoration: none; }

#list .detailimg { margin-bottom: 5px; }

#list .detailimg img { border: 1px solid #CCCCCC; width: 268px; border:1px solid #060; }

#list .price { font-size: 12px; font-weight: bold; color: #990000; }

