@charset "UTF-8";
/* CSS Document */

/* detail */
#detail {width:480px; padding:15px; margin:0 auto; border:1px solid #ccc;}

#detail .articlename { font-size: 20px; font-weight: bold; color: #2E5B89; line-height: 28px; margin-bottom: 10px; }
#detail .detailimg { margin-bottom: 2px; }
#detail .detailimg img { border: 1px solid #CCCCCC; width: 476px; padding: 1px; margin: 1px; }
#detail .price { float: none; font-size: 20px; font-weight: bold; color: #990000; margin-bottom: 10px; height: 20px; }
#detail .btn_expansion { float: none;  text-align:right; padding:3px; margin-bottom:4px; }
#detail .detailtext {
	line-height: 20px;
	color: #666666;
	margin-bottom: 30px;
}

/* list */
#list { margin:0; }
#list .listbox { width: 166px; float: left; margin-right: 7px; margin-bottom:10px; }
 .categoryname { font-size: 16px; color: #0B3867; font-weight: bold; margin-bottom: 10px; line-height: 24px; border-left:4px solid #069; border-bottom:1px solid #069; padding-left:5px;}
#list .articlename { font-size: 12px; color: #2E5B89; line-height: 14px; height: 30px; }
#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: 164px; }
#list .price {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.clear {clear:both;}

.subnavi { font-size:11px; text-align:center;}

p {margin-left:0 !important;}

