@charset "utf-8";
/* リーグ・オブ・レジェンド　=================================================================== */
.thm-body {
    padding: 0px;
	width: 1040px;
}
.breadcrumb {
    display: none;
}
.thm-main {
	margin-left: 10px;
}
.thm-aside {
	margin-right: 10px;
}
.thm-page-special .gigaindex .head {
	border-bottom: none;
	display: none;
}
.thm-page-special .gigaindex .detail {
	width: 100%;
}
.thm-page-special .gigaindex {
	background:#000 url("images/bg.jpg") no-repeat center bottom;
	padding-bottom: 400px;
	overflow: hidden;
}
#gigaContents .logo-elite {
	width: 100%;
	text-align: center;
	padding: 15px 0 5px;
}
#gigaContents .logo-elite .image {
	width: 100%;
	max-width: 320px;
}
#gigaContents .contents {
	width: 900px;
	margin: 30px auto;
}
#gigaContents .read {
	color: #fff;
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 20px;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
}
#gigaContents .read.title {
	font-size: 30px;
    margin-bottom: 8px;
	text-align: center;
}
#gigaContents .con {
	font-size: 0;
	margin-top: 50px;
}
#gigaContents .con .item {
    display: inline-block;
    font-size: 16px;
    width: 50%;
    margin-bottom: 50px;
    vertical-align: top;
}
#gigaContents .con .item img {
	width: 96%;
	margin: 0 auto;
	display: block;
}
#gigaContents .con .item a:hover img {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#gigaContents .sns li {
	width: 300px;
	text-align: center;
	vertical-align: top;
}
#gigaContents .sns li iframe {
	width: 290px;
	margin: 0 auto;
}
#gigaContents hr {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
	height: 2px;
	background: #000;
	background-image: -webkit-linear-gradient(left, #000, #fff, #000);
	background-image: -moz-linear-gradient(left, #000, #fff, #000);
	background-image: -ms-linear-gradient(left, #000, #fff, #000);
	background-image: -o-linear-gradient(left, #000, #fff, #000);
}
#gigaContents hr.s {
	margin-bottom: 0;
}
#gigaContents p {
	font-size: 15px;
	line-height: 1.7em;
	color: #ccc;
	margin-bottom: 20px;
}
#gigaContents a:hover {
    color: #53e5ff;
	text-decoration: none;
}
a, a:focus, *:focus {
	outline: none;
}
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}