* {
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;

	box-sizing: border-box;

	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", sans-serif;
}

#header {
	margin: 54px auto;
	padding: 0 16px;

	max-width: 625px;
	height: auto;

	overflow: auto;
}

#header li {
	font-size: 16px;
	line-height: 24px;

	list-style: none;
	color: #333;
}

#header a {
	text-decoration: none;
	color: #333;
}

#footer {
	margin: 72px auto 72px;
	padding: 0 16px;

	max-width: 625px;
	height: auto;

	overflow: auto;
}

#footer p {
	text-align: center;

	color: #888;
}

h1 {
	font-size: 24px;
	line-height: 28px;

	color: #000;
}

h2 {
	font-size: 16px;
	line-height: 20px;

	color: #000;
}

h3 {
	margin-bottom: 8px;

	font-size: 16px;
	line-height: 20px;
	font-weight: 500;

	color: #888;
}

p {
	margin-bottom: 12px;

	font-size: 16px;
	line-height: 24px;

	color: #333;
}

p span {
	color: #666;
}

p a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

p a:hover {
	border-bottom: 3px solid #FF0066;
}

.text {
	margin: 0 auto 24px;
	padding: 0 16px;

	max-width: 625px;
	height: auto;
}

.margin-bottom {
	margin: 0 auto 64px;
}

.margin-top {
	margin: 128px auto 0;
}

.div-phone {
	margin: 0 auto 64px;

	max-width: 544px;
	height: auto;

	overflow: auto;
}

.iphonex {
	position: relative;
	float: left;

	background-image: url("i/iphonex.png");
	background-size: 323px 648px;
	width: 323px;
	height: 648px;
}

.screenshot-iphonex {
	position: relative;
	top: 19px;
	left: 21px;
	z-index: -1;

	width: 281px;
	height: 609px;
}

.iphone8 {
	position: relative;
	float: left;

	background-image: url("i/iphone8.png");
	background-size: 324px 660px;
	width: 324px;
	height: 660px;
}

.screenshot-iphone8 {
	position: relative;
	top: 80px;
	left: 22px;
	z-index: -1;

	width: 281px;
	height: 500px;
}

.caption-left {
	float: left;
	margin: 40px 20px 0 0;
	padding: 0 16px;

	/*min-width: 400px;*/
	max-width: 180px;
	height: auto;

	text-align: right;
}

.image-wide {
	margin: 0 auto;

	max-width: 1000px;
	height: auto;
}

.image-detail {
	margin: 0 auto;

	max-width: 625px;
	height: auto;
}

.responsive {
	max-width: 100%;
	height: auto;
}

.hairline {
	margin-bottom: 12px;
	border: 1px solid #ddd;
}

.video-responsive{
	position: relative;
	margin: 0 auto;

	max-width: 1000px;
	height: auto;

	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
}

.video-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

@media screen and (max-width: 700px) {
	.iphonex {
		float: none;
		margin: 0 auto;
	}

	.iphone8 {
		float: none;
		margin: 0 auto;
	}

	.caption-left {
		float: none;
		margin: 0 auto 24px;

		max-width: 625px;

		text-align: left;
	}

	.hairline {
		margin: 0;
		border: none;
	}
}

@media screen and (min-width: 701px) {

}