@charset "utf-8";

#gapp-tab > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#gapp-tab > ul li {
	float: left;
	width: 33%;
	width: -webkit-calc(100% / 3 - 1px);
	width: -moz-calc(100% / 3 - 1px);
	width: calc(100% / 3 - 1px);
	margin-right: 1px;
	padding: 5px 35px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #191970;
}

#gapp-tab > ul li.gapp-tab-select {
	background: #0000cd;
}

#gapp-tab > ul li h2 {
	display: inline;
	padding: 0;
	font-size: 14px;
	background: none;
}

#gapp-tab > ul li i {
	margin-right: 8px;
	font-size: 12px;
	font-weight: nomal;
}

#gapp-tab .gapp-content {
	height: 100%;
	overflow: hidden;
	margin-top: 5px;
}

#gapp-tab .gapp-content .gapp:nth-of-type(n+2) {
	display: none;
}

.gapp-clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.gapp {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	clear: both;
	margin-top: 4px;
}

.gapp > div {
	position: relative;
	display: block;
	padding: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.gapp > div:last-child {
	border-bottom: 0;
}

.gapp > div:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	content: '-';
}

.gapp img {
	float: left;
	margin: 0 6px 0 0;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.gapp img:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-ms-filter: "alpha(opacity=90)";
}

.gapp a {
	color: #0000cd;
	text-decoration: none;
}

.gapp a span:hover {
	color: #00008b;
}

.gapp span {
	margin: 0;
	font-size: 12px;
	line-height: 1.2;
	color: #000;
}

.gapp .gapp-pv {
	position: absolute;
	top: 6px;
	left: 6px;
	padding: 2px 4px;
	font-size: 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
}

.gapp .gapp-pv:after {
	content: ' PV';
}

