@import url('https://fonts.googleapis.com/css?family=Play');
body {
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
.card {
	border: 0px;
}
.card + .card {
	margin-top: 15px;
}
.card .card {
	border: 1px solid rgba(0,0,0,.125);
}
.card .card + .card {
	margin-top: 7.5px;
}
.card-body {
	padding: 1.25rem;
	padding-right: 0;
}
.card-header a {
	color: #fff;
	text-decoration: none;
}
.card .card .card-header a {
	color: #666;
	font-weight: 600;
	display: block;
}

#heading-1, #heading-2, #heading-3 {
	border-radius: 0;
	border: 1px solid rgba(0,0,0,.2);
	background: #666;
}
div + h6, h6 + div h6 {
	margin-top: 30px;
}

.card .card .card  {
	border: none;
}

.card .card .card-body {
	padding: 1.25rem;
}
.card .card .card .card-header  {
	background: #fff;
	border: 1px solid rgba(0,0,0,.125);
	padding: 0.75rem;
}
.card .card .card .card-body {
	padding: 0.75rem;
}
.gotop {
	position: fixed;
	bottom: 30px;
	right: 0;
	width: 0;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #999;
	color:#FFF;
	cursor: pointer;
	z-index: 51;
	transition: all .3s ease;
	border-radius: 50% 0 0 50%;
}
.container {
	max-width: 1200px;
    width: 100%;
}
.div-header {
	background: url(../img/header-bg.jpg) no-repeat center left;
	background-size: cover;
	padding: 0;
	margin-bottom: 15px;
	margin-top: 55px;
}
.div-header h1 {
	font-weight: bold;
	background: rgba(0,0,0,0.6);
	color: #fff;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.6);
	padding: 80px 15px 65px 15px;
	margin-bottom: 0;
	font-size: 350%;
	text-align: center;
}
@media (max-width: 600px) {
	.div-header h1 {
		font-size: 250%;
		padding: 60px 15px 40px 15px;
		text-align: center;
	}
	.card-body {
		padding-right: 0;
		padding-left: 0;
	}
}
u > b {
	font-size: 115%;
}
.bg-dark {
	background-color: #000 !important; 
}
.navbar {
	min-height: 60px;
}
.navbar .navbar-toggler {
	cursor: pointer;
	border: none;
	outline: none;
}
.navbar .navbar-brand {
	padding-top: 10px;
	padding-bottom: 0;
}
.navbar .navbar-brand img {
	height: 18px;
	width: auto;
	vertical-align: text-top;
}
.navbar .navbar-brand small {
	font-size: 75%;
	margin-top: -2px;
	margin-left: 20px;
	display: inline-block !important;
	color: #eee;
	padding-top: 4px;
}
.bg-dark {
    background-color: #000!important;
}
.navbar .nav-link {
	font-family:  'Play', sans-serif;
	color: #aaa !important;
	font-size: 110%;
	letter-spacing: 0.5px;
	font-weight: 600;
}
.navbar .nav-link:hover {
	color: #fff !important;
}
@media (max-width: 400px) {
	.navbar .navbar-brand img {
		height: 15px;
		width: auto;
	}
	.navbar .navbar-brand {
		margin-right: 0;
	}
	.navbar .navbar-brand small {
		margin-left: 10px;
		color: #bbb;
		font-size: 65%;
		line-height: 1;
	}
}

@media (min-width: 992px) {
	.navbar .navbar-nav {
		margin-left: 50px;
	}
	.navbar .navbar-nav .nav-item {
		margin: 0 25px;
	}
	.navbar .navbar-nav .nav-item:last-child {
		margin-right:0;
	}
	.navbar .navbar-nav .nav-item.active .nav-link{
		color: #fff !important;
	}
	.navbar .navbar-nav .nav-item .nav-link {
		padding: 0;
	    font-weight: 600;
		text-decoration: none;
	    z-index: 1;
		position: relative;
	}
	.navbar .navbar-nav .nav-item .nav-link:before {
	  	content: "";
	  	position: absolute;
	  	width: 100%;
	  	height: 2px;
	  	bottom: 0;
	  	left: 0;
	  	background: #fff;
	  	visibility: hidden;
	  	border-radius: 5px;
	  	transform: scaleX(0);
	  	transition: .25s linear;
	}
	.navbar .navbar-nav .nav-item .nav-link:hover:before,
	.navbar .navbar-nav .nav-item .nav-link:focus:before {
	  	visibility: visible;
	  	transform: scaleX(1);
	}
	.navbar .SearchBar .btn-link {
		color: #fff;
		cursor: pointer;
		margin-left: inherit;
	}
	.navbar .SearchBar .form-control{
		width:0 !important;
		overflow: hidden;
		opacity: 0;
		filter: alpha(opacity=0); /* For IE8 and earlier */
		-webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */
		transition: all 0.3s;
		background-color: rgba(255,255,255,0.25);
		color: #fff;
		border: 0;
	}
	.navbar .SearchBar:hover .form-control, .navbar .SearchBar:focus .form-control{
		width:140px !important;
		opacity: 1;
		filter: alpha(opacity=100); /* For IE8 and earlier */
		border: 0;
	}
	.footer-info ul > li > ul {
		display: block;
	}
	.footer-info ul > li > a {
		padding-right: 30px;
	}
	.footer-info ul > li:last-child > a {
		padding-right: 0;
	}
	.footer-info ul > li > a:hover {
		color: #fff;
	}
	.footer-info ul {
		-ms-flex-pack: start !important;
		  justify-content: flex-start !important;
	}
	.footer-info ul > li > a {
		color: #999;
	}

	.footer .copyright {
		text-align: left;
		margin-bottom: 0;
	}
	.footer .copyright .policy {
		display: inline-block;
		margin-top: 0;
	}
}
.footer {
	padding:15px 0;
	background-color: #eee;
	border-top: 1px solid #ddd;
	margin-top: 30px;
	color: #888;
	font-size: 13px;
}
.footer a {
	color: #888;
}
.footer a:hover {
	color: #333;
}
.footer .copyright a {
	text-decoration: underline;
	margin-left: 5px;
	display: inline-block;
}

.footer-sns li {
	padding: 4px;
}
.footer-sns li a {
	border-radius: 50%;
	border: 1px solid #666;
	color: #666; 
	display: inline-block;
	line-height: 28px;
	width: 31px;
	height: 31px;
	text-align: center;
	font-size: 135%;
	overflow: hidden;;
}
.footer-sns li a:hover {
	border: 1px solid #111;
	color: #111; 
	background: #ddd;
}


.termsPolicy {
	color: #666;
}

.termsPolicy a .termsLink {
    color: #666;
    border-left: 1px solid #666;
    padding: 0px 10px;
}
.InnerGIGABYTEContent .termsPolicy a:hover .termsLink {
	text-decoration: underline;
}
.InnerGIGABYTEContent .termsPolicy a:last-child .termsLink {
	border-right: 1px solid #666;
}