 @charset "utf-8";
/* アマゾンプライム　=================================================================== */
.thm-page-special .gigaindex .head {
	border-bottom: none;
	display: none;
}
.thm-page-special .gigaindex .detail {
    margin: 0 auto;
    width: 1000px;
}
#gigaContents {
	width: 1000px;
	position: relative;
	background: #fff;
	color: #222;
	margin-top:0;
}
#gigaContents p a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.clearfix:before {
	clear: both;
	display: block;
	content: "";
}
#gigaContents .cre {
	height: 35px;
	text-align: right;
	color: #999;
	font-size: 9px;
	padding: 5px 0;
}
#gigaContents a.banner {
	display: block;
	margin-bottom: 20px;
}
#gigaContents .read {
	padding: 0 0 30px;
	clear: both;
	font-size: 18px;
	font-weight: 600;
}
#gigaContents hr {
	margin-top: -70px;
	padding-top: 70px;
}
#gigaContents .nav {
	font-size: 0;
	margin-left: -2%;
	z-index: 10;
	position: relative;
	font-size: 0;
}
#gigaContents .nav li {
	font-size: 0;
	margin: 0 0 0 2%;
	display: inline-block;
	width: 23%;
}
#gigaContents .nav li img {
	width: 100%;
}
#gigaContents .nav li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#gigaContents .ttllogo {
	border-top: 4px solid #333;
	background-color: #E8E8E8;
	text-align: center;
	font-weight: 600;
	margin: 50px 0 0;
	padding: 20px 0;
	font-size: 25px;
}
#gigaContents .ttllogo span {
	display: block;
	margin-bottom: 20px;
	color: #8AB941;
}
#gigaContents .ttllogo .infotext {
	background: #000;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	margin-top: -24px;
}
#gigaContents .title {
	text-align: center;
	font-weight: 600;
	margin: 0 0 30px;
	padding: 20px 0 18px;
	font-size: 24px;
	color: #000;
	/*border-bottom: 1px solid #333;
	border-top: 1px solid #333;*/
	background: #fff url("images/bg.gif") repeat center top;
	text-shadow: 3px 3px 1px #ffffff;
}
#gigaContents .ttl {
	text-align: center;
	font-weight: 600;
	margin: 40px 0 20px;
	font-size: 30px;
	color: #000;
	border-bottom: 1px solid #333;
}
#gigaContents .ttl .catch {
	font-size: 18px;
	display: block;
}
p.comingsoon {
	padding: 20px;
	text-align: center;
	border: 1px dotted #ccc;
	margin: 20px;
	font-size: 32px !important;
	color: #ccc !important;
}
.col1 {
	background: #000;
	padding-top: 15px;
}
.col1 li h2 {
	margin-bottom: 0px;
}
.col1 li h2 img {
	width: auto;
	max-width: 100%;
}
.col2, #gigaContents ul {
	margin-bottom: 0px;
}
.col2 li {
	width: 50%;
	float: left;
}
.col2:after, #gigaContents ul:after {
	clear: both;
	content: "";
	display: block;
}
#gigaContents p {
	font-size: 15px;
	line-height: 1.7em;
}
#gigaContents .col2 .txtR {
	padding: 0 0 10px 40px;
}
#gigaContents .col2 .txtL {
	padding: 0 40px 10px 0;
}
/* info */
#gigaContents .info {
	margin: 0px;
	background: #000000;
	padding: 20px;
	color: #fff;
}
#gigaContents .info .ttl {
	font-size: 28px;
	color: #8ab941;
	margin: 10px 0;
	text-align: left;
	border: none;
}
#gigaContents .img {
	float: left;
	margin-right: 30px;
	max-width: 100%;
}
#gigaContents .info p {
	font-size: 15px;
}
#gigaContents .info p span {
	font-size: 13px;
}
/* ボタン */
#gigaContents .btn {
	border: none;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 18px 100px 15px;
	display: block;
	margin: 30px auto 40px;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 24px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #f37e3f;
	border-radius: 8px;
	color: #fff;
	box-shadow: 0 6px #ce5c00;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
#gigaContents .btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#gigaContents .btn:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
#gigaContents .btn:hover {
	box-shadow: 0 4px #ce5c00;
	top: 2px;
}
#gigaContents .btn:active {
	box-shadow: 0 0 #ce5c00;
	top: 6px;
}
