/* GLOBAL NAVIGATION */
#siteName a {width: 80px;}

#sns ul,
article {zoom: 1;}
#sns ul:after,
article:after {content: ""; display: block; clear: both;}

/* CONTENT */

.content {margin-top: 60px;}
.content a {text-decoration: none;}

#sns {}
#sns ul {float: right;margin-top: 17px;}
#sns li {float: left; margin-left: 10px;}

#articleall {
	display: block;
	width: 304px;
	float: left;
	
	}

#article {
	
	background-color: #000000;
}

#article2 {
	display: block;
	width: 354px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: auto;
	padding-top: 0;
	float: left;
	overflow: auto;
	background-color: #FFFFFF;
}

#article h1 {background: url(/video/img/arrow_video.png) no-repeat left center; padding-left: 22px; font-size: 14px; font-weight: bold; line-height: 18px; margin-bottom: 15px; padding-top: 3px;}

#article p {
	margin-bottom: 10px;}

#article a {display: block;}
#article aside a {display: inline; text-decoration: none;}

#article a:link {color:#333333; text-decoration:none;} 
#article a:visited {color:#333333; text-decoration:none;} 
#article a:active {color:#333333; text-decoration:none;}

#article a:hover img {opacity: 0.6; text-decoration: none;}

#article a img {
	
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease; 
	     -o-transition: all .2s ease; 
	        transition: all .2s ease;
	       }

#article aside {float: left;}

#article aside h1 {font-size: 12px; background: none; padding: 0; margin-bottom: 10px;}

#article aside li {margin-bottom: 5px;}



#article aside.relatedProduct ul {float: left; margin-right: 40px;}
