@charset "UTF-8";
/* App
======================================== */
@-webkit-keyframes hop {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, -10px);
		        transform: translate(0, -10px);
	}
}

@keyframes hop {
	0% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0, -10px);
		        transform: translate(0, -10px);
	}
}

.animate-hop:hover span {
	-webkit-animation: hop 200ms ease both;
	        animation: hop 200ms ease both;
}

#main {
	position: relative;
	z-index: 0;
}
#main section .inner {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
@media (min-width: 980px) {
	#main section .inner {
		width: 940px;
		padding-left: 0;
		padding-right: 0;
		margin: 0 auto;
	}
}

#secDetail .hero {
	background: url("../img/app/detail-hero-bg.jpg") center center no-repeat;
	background-size: cover;
}
@media (max-width: 679px) {
	#secDetail .hero {
		background-size: auto 100%;
	}
}
#secDetail .hero h1 {
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	line-height: 240px;
	margin-top: 0;
	margin-bottom: 0;
}

#secDetail > .inner {
	padding-top: 60px;
}

#secDetail .img {
	margin-bottom: 15px;
}

#secDetail .bnr-store {
	margin-top: 20px;
}
#secDetail .bnr-store img {
	max-width: 220px;
	margin-bottom: 12%;
}
@media (max-width: 679px) {
	#secDetail .bnr-store {
		text-align: center;
	}
}
#secDetail .bnr-store a:hover {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#secDetail .img-ani {
	margin-top: -12%;
	text-align: center;
}

#secDetail .txt p {
	margin-bottom: 10px;
	line-height: 1.8;
}

#secDetail .txt ul {
	font-size: 16px;
	margin-bottom: 10px;
}
#secDetail .txt ul li {
	position: relative;
	padding-left: 1em;
	line-height: 1.4;
	padding-top: 3px;
	padding-bottom: 3px;
}
#secDetail .txt ul li:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: .65em;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background: #ccc;
}

#secDetail h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

#secTags {
	margin: 0 auto;
	max-width: 1280px;
	background: #fff url("../img/app/tag-bg.png") center top no-repeat;
	background-size: 100% auto;
	padding-top: 100px;
	padding-bottom: 60px;
}
@media (max-width: 979px) {
	#secTags {
		background-size: 110% auto;
		padding-top: 80px;
	}
}
@media (max-width: 679px) {
	#secTags {
		padding-top: 50px;
	}
}
@media (max-width: 359px) {
	#secTags {
		padding-top: 20px;
	}
}
#secTags h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
#secTags h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
#secTags .tags {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}
@media (min-width: 680px) {
	#secTags .tags img {
		max-width: 400px;
	}
}
#secTags .txt {
	text-align: center;
}
#secTags .txt p {
	font-size: 16px;
	line-height: 1.8;
}
#secTags .txt p small {
	font-size: 12px;
}
#secTags .items .item {
	margin-top: 25px;
}
#secTags .items .item h4 {
	font-size: 19px;
	margin-bottom: 8px;
	line-height: 1.3;
}
#secTags .items .item .desc {
	font-size: 15px;
	line-height: 1.7;
}
#secTags .items .item:hover a {
	text-decoration: none;
}
#secTags .items .item .img {
	position: relative;
	overflow: hidden;
}
#secTags .items .item:hover .img {
	opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	transition: color .15s ease-in-out, background-color .15s ease-in-out, opacity .15s ease-in-out;
}
#secTags .items .item .new {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #f90 transparent;
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
}
#secTags .items .item .new span {
	color: #fff;
	display: block;
	-webkit-transform: rotate(-45deg) translate(-34px, 2px);
	    -ms-transform: rotate(-45deg) translate(-34px, 2px);
	        transform: rotate(-45deg) translate(-34px, 2px);
	font-size: 11px;
}

#secSoftwareTag {
	padding-bottom: 90px;
}
#secSoftwareTag h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
#secSoftwareTag .tabs .tab-menu {
	text-align: center;
	margin-bottom: 10px;
}
#secSoftwareTag .tabs .tab-menu ul {
	overflow: hidden;
}
#secSoftwareTag .tabs .tab-menu li {
	cursor: pointer;
	border: 1px solid #ccc;
}
#secSoftwareTag .tabs .tab-menu li:first-child {
	border-radius: 6px 0 0 6px;
	border-right: none;
}
#secSoftwareTag .tabs .tab-menu li:last-child {
	border-radius: 0 6px 6px 0;
	border-left: none;
}
#secSoftwareTag .tabs .tab-menu li.current,
#secSoftwareTag .tabs .tab-menu li:hover {
	border-color: #7fbf34;
	background-color: #7fbf34;
	color: #fff;
}
@media (min-width: 680px) {
	#secSoftwareTag .tabs .tab-menu ul {
		letter-spacing: -.4em;
	}
	#secSoftwareTag .tabs .tab-menu li {
		display: inline-block;
		letter-spacing: normal;
		padding: 8px 40px;
	}
}
@media (max-width: 679px) {
	#secSoftwareTag .tabs .tab-menu ul {
		zoom: 1;
	}
	#secSoftwareTag .tabs .tab-menu ul:before,
	#secSoftwareTag .tabs .tab-menu ul:after {
		content: "";
		display: table;
	}
	#secSoftwareTag .tabs .tab-menu ul:after {
		clear: both;
	}
	#secSoftwareTag .tabs .tab-menu ul li {
		padding: 5px 0;
		display: block;
		float: left;
		width: 33.33333333%;
	}
}
#secSoftwareTag .tabs .tab .lead {
	margin-bottom: 10px;
}
#secSoftwareTag .tabs .item {
	margin-bottom: 20px;
}
#secSoftwareTag .tabs .item .header {
	margin-top: -5px;
	margin-bottom: 20px;
}
#secSoftwareTag .tabs .item .header .tit {
	font-size: 20px;
}
#secSoftwareTag .tabs .item .header .tit .new {
	color: #f90;
}
#secSoftwareTag .tabs .item .header .more {
	font-size: 12px;
	margin-top: 5px;
}
#secSoftwareTag .tabs .item .header .more a:before {
	display: inline-block;
	content: "▼";
	color: #ccc;
	margin-right: 3px;
}
#secSoftwareTag .tabs .item .detail {
	display: none;
}
#secSoftwareTag .tabs .item .detail p {
	margin-bottom: 10px;
}
#secSoftwareTag .tabs .item .detail .func {
	margin-bottom: 20px;
}
#secSoftwareTag .tabs .item .detail .func .tit {
	margin-top: 0;
	margin-bottom: 3px;
	font-weight: bold;
}
@media (max-width: 679px) {
	#secSoftwareTag .tabs .item .detail .func .img-func {
		max-width: 50%;
	}
}
#secSoftwareTag .tabs .item .detail .func p.method {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 12px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
}
#secSoftwareTag .tabs .item .detail .func table.method-subdescription {
	font-size: 12px;
	border-left: 1px solid #ccc;
	text-align: left;
}
#secSoftwareTag .tabs .item .detail .func table.method-subdescription th,
#secSoftwareTag .tabs .item .detail .func table.method-subdescription td {
	padding-left: 10px;
	font-weight: normal;
}
#secSoftwareTag .tabs .item .detail .func table.method-subdescription tr:first-child th,
#secSoftwareTag .tabs .item .detail .func table.method-subdescription tr:first-child td {
	padding-top: 10px;
}
#secSoftwareTag .tabs .item .detail .att {
	margin-bottom: 20px;
}
#secSoftwareTag .tabs .item .detail .att .tit {
	margin-top: 0;
	margin-bottom: 3px;
	font-weight: bold;
}
#secSoftwareTag .tabs .item .detail .att ul {
	font-size: 16px;
	margin-bottom: 10px;
}
#secSoftwareTag .tabs .item .detail .att ul li {
	position: relative;
	padding-left: 1em;
	line-height: 1.4;
	padding-top: 3px;
	padding-bottom: 3px;
}
#secSoftwareTag .tabs .item .detail .att ul li:before {
	display: block;
	content: "";
	position: absolute;
	left: 2px;
	top: .65em;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background: #ccc;
}
#secSoftwareTag .tabs .item .detail .close {
	margin-top: 20px;
	font-size: 12px;
}
#secSoftwareTag .tabs .item .detail .close a:before {
	font-size: 10px;
	display: inline-block;
	content: "▲";
	color: #ccc;
	margin-right: 3px;
}

#secSDK {
	position: relative;
	background: url("../img/app/sdk-bg.jpg") center bottom no-repeat;
	background-size: 100% auto;
	background-color: #fbf7f1;
}
#secSDK .inner {
	position: relative;
	z-index: 2;
	padding-top: 110px;
	padding-bottom: 110px;
}
#secSDK h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
#secSDK h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
#secSDK .txt {
	margin-bottom: 15px;
}
#secSDK .txt p {
	line-height: 1.9;
}
#secSDK .button {
	text-align: center;
	margin-bottom: 10px;
}
#secSDK .button .btn {
	background-color: inherit;
	width: 70%;
}
#secSDK .att {
	font-size: 12px;
	text-align: center;
}

#secFaq {
	position: relative;
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}
#secFaq h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
#secFaq .items {
	margin-bottom: 15px;
}
#secFaq .items li {
	margin-bottom: 15px;
}
@media (min-width: 680px) and (max-width: 979px) {
	#secFaq .items li:nth-child(2n+1) {
		clear: both;
	}
}
@media (min-width: 980px) {
	#secFaq .items li:nth-child(3n+1) {
		clear: both;
	}
}
#secFaq .more {
	text-align: center;
}
@media (min-width: 980px) {
	#secFaq .more .btn {
		width: 50%;
	}
}

#secLineup {
	position: relative;
	background-color: #f0f0f0;
}
#secLineup > .inner {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 30px;
}
@media (min-width: 980px) {
	#secLineup > .inner {
		width: 940px;
		padding-left: 0;
		padding-right: 0;
		margin: 0 auto;
	}
}
@media (min-width: 680px) {
	#secLineup > .inner {
		padding-bottom: 40px;
	}
}
#secLineup h2 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
}
#secLineup .items {
	text-align: center;
}
#secLineup .items ul {
	letter-spacing: -.4em;
}
#secLineup .items li {
	display: inline-block;
	letter-spacing: normal;
	width: 58px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#secLineup .items li a {
	display: block;
	position: relative;
	overflow: visible;
	padding-bottom: 20px;
}
#secLineup .items li a span {
	display: block;
}
#secLineup .items li a:hover span,
#secLineup .items li.active span {
	margin-top: -10px;
}
#secLineup .items li a:hover:before,
#secLineup .items li.active a:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -9px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #999 transparent;
}
