/* 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;}

#logo {
    font-size: 50px;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
}

article {border-top: 1px solid #e6e6e6; margin-top: 20px; padding-top: 40px;}

article h1 {font-size: 14px; font-weight: bold; line-height: 18px; margin-bottom: 15px; padding-top: 3px;}

article a h1 {background: url(/video/img/arrow_video.png) no-repeat left center; padding-left: 22px;}

article a {display: block;}
article aside a {display: inline;}

article a img {
	margin-bottom: 15px;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease; 
	     -o-transition: all .2s ease; 
	        transition: all .2s ease;
	       }

article a:hover img {opacity: 0.8;
	-webkit-transition: 0;
	   -moz-transition: 0; 
	     -o-transition: 0; 
	        transition: 0;
}

article aside {float: left;}

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

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

.relatedLink {width: 280px; margin-right: 20px;}

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

/* FOOTER */
#footer {margin-top: 120px; border-top: 1px solid #666;}