@charset "utf-8";

#content section {
	position: relative;
	padding: 20px 0 0;
}
#content section:before {
	content: "";
	position: absolute;
	display: block;
	width: 22px;
	height: 1px;
	left: 0;
	top: 0;
	background: #fff;
}
#content section + section,
#content .entry + .entry {
	margin-top: 90px;
}
#content section h3 {
	margin: 0 0 25px;
	font-size: 18px;
	font-weight: bold;
	font-family: serif;
}

#content .entry:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
#content .entry figure {
	float: left;
	width: 476px;
}
#content .entry figure span {
	display: block;
}
#content .entry figure span + span {
	margin-top: 10px;
}
#content .entry article {
	float: right;
	width: 476px;
}

#content .entry article h4 {
	margin: 0 0 35px;
	line-height: 1.3;
	font-size: 28px;
	font-family: sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: subpixel-antialiased;
}
#content .entry header p {
	margin: 0 0 30px;
	font-size: 15px;
	line-height: 1.4;
}
#content .entry .spec {
	margin: 0 0 30px;
	font-size: 13px;
	font-family: sans-serif;
	line-height: 1.6;
}
#content .entry .detail {
	font-size: 13px;
	line-height: 1.8;
}
#content .entry .detail p + p {
	margin-top: 15px;
}


#content section .extra {
	width: 100%;
	margin: 25px 0 0;
	overflow: hidden;
}
#content section .extra h5 {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: normal;
}
#content section .extra.thumb ul:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
#content section .extra.thumb ul {
	width: 495px;
}
#content section .extra.thumb li {
	float: left;
	width: 165px;
}
#content section .extra.thumb li em {
	display: block;
	width: 147px;
	margin: 8px 0 15px;
	text-align: center;
	font-style: normal;
}



#content section .extra.list ul:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
#content section .extra.list figure {
	float: left;
	width: 164px;
}
#content section .extra.list dl {
	float: right;
	width: 312px;
	font-family: sans-serif;
	line-height: 1.5;
}
#content section .extra.list dt {
	margin: 0 0 2px;
	font-size: 16px;
	font-weight: bold;
}
#content section .extra.list dt + dd {
	margin: 0 0 10px;
	font-size: 14px;
}
#content section .extra.list dd + dd {
	font-size: 13px;
}
#content section .extra.list dl + dl {
	margin-top: 30px;
}




#content section .links {
	margin: 30px 0 0;
	text-align: right;
	font-size: 18px;
	letter-spacing: 3px;
}
#content section .links a + a {
	margin-left: 5px;
}
#content section .links a:hover {
	text-decoration: none;
}





@media screen and (max-width: 736px) {

	#content section + section,
	#content .entry + .entry {
		margin-top: 60px;
	}
	#content section h3 {
		margin: 0 0 20px;
	}

	#content .entry figure {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
	#content .entry figure img {
		width: 100%;
		height: auto;
		max-width: 320px;
	}
	#content .entry figure span + span {
		margin-top: 5px;
	}
	#content .entry article {
		float: none;
		width: 100%;
	}

	#content .entry article h4 {
		margin: 0 0 15px;
		font-size: 22px;
	}
	#content .entry header p {
		margin: 0 0 15px;
		font-size: 14px;
	}
	#content .entry .spec {
		margin: 0 0 15px;
	}
	#content .entry .detail {
		line-height: 1.4;
	}


	#content section .extra {
		margin: 20px 0 0;
	}

	#content section .extra.thumb ul {
		width: 100%;
		width: calc(100% + 8px);
		max-width: 452px;
	}
	#content section .extra.thumb li {
		box-sizing: border-box;
		width: 33.33%;
		max-width: 140px;
		padding-right: 8px;
	}
	#content section .extra.thumb li img {
		width: 100%;
		height: auto;
	}
	#content section .extra.thumb li em {
		width: 100%;
		margin: 6px 0 12px;
	}



	#content section .extra.list figure {
		float: none;
		width: 100%;
	}
	#content section .extra.list figure img {
		float: none;
		width: 100%;
		height: auto;
		max-width: 120px;
	}
	#content section .extra.list dl {
		float: none;
		width: 100%;
	}
	#content section .extra.list dt {
		margin: 0;
		font-size: 15px;
	}
	#content section .extra.list dt + dd {
		margin: 0 0 5px;
		font-size: 13px;
	}
	#content section .extra.list dl + dl {
		margin-top: 25px;
	}




#content section .links {
	margin: 30px 0 0;
	text-align: right;
	font-size: 18px;
	letter-spacing: 3px;
}
#content section .links a + a {
	margin-left: 5px;
}
#content section .links a:hover {
	text-decoration: none;
}



}






