@charset "utf-8";
/* CSS Document */

h1 {display:none;}

#nav_note {border-bottom:2px solid #ff6699;}
#note {width:1000px; border-left:8px solid #FFF; border-right:8px solid #FFF; margin:auto; overflow:hidden;}




#title {border-left:6px solid #ff6699; height:22px; margin-top:32px;}
#title h2 {font-size:22px;}

#notes {min-height:400px;}
#notes .note {height:390px; float:left; margin-top:32px; background:#FFF;}
#notes .note img {width:495px; height:330px;}
#notes .note .info {margin-top:12px; text-align:right;}
#notes .note .info img {height:14px; width:14px;}
#notes .note .info2 {margin-top:16px; text-align:right;}

#filters {width:998px; border:1px solid #dedede; margin-top:8px; height:72px; overflow:hidden;}
#filters a {margin-right:16px;}

#cates {margin-left:16px; width:966px; border-bottom:1px solid #dedede; height:36px; line-height:36px;}


#orders {margin-left:16px; width:966px; height:36px; line-height:36px;}


#none {height:512px; text-align:center; line-height:512px;}

@media screen and (min-width: 1680px) {
	
#note {width:1200px;}

#filters {width:1198px;}
#cates {width:1166px;}

#orders {width:1166px;}

#notes {min-height:486px;}
#notes .note {height:454px;}
#notes .note img {width:595px; height:396px;}



#note #content #photo {height:675px;}

/* List */
#list {width:1200px;}
#list #list_image {height:675px;}
}


