
@charset "utf-8";
/* ギガ　コンテンツレイアウト
=================================================================== */
.thm-page-special .gigaindex .detail {
    position: relative;
    top: -20px;
    width: 100%;
	background:#fff;
	color:#222;
}
.detail .cre{ text-align:center; font-size:10px; color:#999999; margin-bottom:5px;}
.detail p{ }

.youtubebox{ padding:15px; background:#000;}
.youtube{ background:#000; position: relative;width: 100%;padding-top: 56.25%;}
.youtube iframe{position: absolute;top: 0;right: 0;width: 100% !important;height: 100% !important;}
.pink{ background:#d23177;}
.purple{ background:#8465c3;}
.black{ background:#222;}
.purple2{ background:#ce94c6;}
p.read{ padding:20px;margin-bottom:0px; display:block;}
h2.title2{ text-align:center; padding:15px; font-size:24px; color:#fff;  border-radius:4px 4px 0 0; margin:0 10px;
background: rgb(255,48,25); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}

.col2{ margin-bottom:0px; }
.col2.mb10{ padding-bottom:0px; margin-bottom:0;}
.col2 li{ float:none; padding:0px ; width:100%; }
.col2 li img{ width:100%; margin-bottom:0px;}
.col2 li:nth-child(odd):after{ clear:both; display:block; content:"";}
.col2 li p{ padding:30px; line-height:1.8; margin-bottom:0; font-size:18px; color:#fff;font-size:14px;line-height:1.8;}
.col2 li .youtube{ margin-bottom:0px;}
.col2:after{ clear:both; content:""; display:block;}
.col2 li h3{ text-align:center; padding: 30px 10px 30px; font-style:italic; color:#fff; border-bottom:2px solid rgba(255,255,255,0.46); font-size:20px;}

.col2 li.w60{ width:100%;}
.col2 li.w40{ width:100%;}
.col2 li.w30{ width:100%;}
.col2 li.w70{ width:100%;}
.col2.b30{ margin-bottom:0px;}

/* info */

.col2 .info{  margin:0px; background:#fff; padding:15px 0 15px 25px; color:#222; border:1px solid #eee; border-bottom:none;}

.col2 .info h4{  color:#da1f68; padding:5px 5px 0px 5px !important; font-size:20px; font-weight:bold; text-align:left; margin-bottom:0px !important;}
.col2 .info h3{ color:#da1f68; padding:5px 5px 0px 5px !important; font-size:20px; font-weight:bold; text-align:left; margin-bottom:0px !important; border-bottom:1px solid rgba(0,0,0,0.14);}
.col2 .info p{ padding:10px !important; color:#222; font-size:12px !important;}
.col2 .info p.min{ font-size:11px;}
.col2 .info p span{ color:#AA9779;}
.col2 .info p.c{ padding:0 20px 20px;}
h3.infotext{ background:#ffd800; font-size:20px; padding:15px; color:#000; font-weight:bold;}
div.button{ background:#eee; padding:15px;}
div.button a{ display:block; width:90%; background:#E60003; color:#fff; padding:20px; margin:0 auto; font-size:20px; font-weight:bold; text-align:center;border-radius:4px;
background: rgb(255,48,25); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

}

.pinkbox {
	position: relative;
	background: #d23177;
}
.pinkbox:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(210, 49, 119, 0);
	border-bottom-color: #d23177;
	border-width: 15px;
	margin-top: -15px;
}

.purplebox {
	position: relative;
	background: #8465c3;
}
.purplebox:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(132, 101, 195, 0);
	border-bottom-color: #8465c3;
	border-width: 15px;
	margin-top: -15px;
}

.purple2box {
	position: relative;
	background: #ce94c6;
}
.purple2box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(206, 148, 198, 0);
	border-bottom-color: #ce94c6;
	border-width: 15px;
	margin-top: -15px;
}

.blackbox {
	position: relative;
	background: #000;
}
.blackbox:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(34, 34, 34, 0);
	border-bottom-color: #000;
	border-width: 15px;
	margin-top: -15px;
}