@charset "utf-8";
/**
 * products.css
 */

/* common
--------------------------------------------------*/
#pageTitle {
	background-image: url(../imgs/products/bg-pagetitle.jpg);
}


/* index
--------------------------------------------------*/
.archiveTitle {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.5;
}
#entryList {
	border-top: #eaeaea solid 1px;
}
#entryList .entry {
	padding: 19px 0;
	border-bottom: #eaeaea solid 1px;
}
#entryList .entry .image {
	float: left;
	width: 140px;
}
#entryList .entry .image a:hover {
	opacity: 0.75;
}
#entryList .entry .text {
	margin-left: 170px;
}
#entryList .entry .text:first-child {
	margin-left: 0;
}
#entryList .entry .text .category {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.25;
}
#entryList .entry .text .category span {
	color: #ffffff;
	padding: 0 5px;
}
#entryList .entry .text .date {
	color: #999999;
}
#entryList .entry .text .ttl {
	font-size: 18px;
	line-height: 1.5;
}
/* SP */
@media only screen and (max-width:767px) {
	.archiveTitle {
		margin-bottom: 20px;
		font-size: 18px;
	}
	#entryList {
		margin: 0 -10px;
	}
	#entryList .entry {
		padding-right: 10px;
		padding-left: 10px;
	}
	#entryList .entry .image {
		width: 105px;
	}
	#entryList .entry .text {
		margin-left: 120px;
	}
	#entryList .entry .text .category {
		float: left;
		margin-right: 10px;
		margin-bottom: 0;
		padding-bottom: 5px;
	}
	#entryList .entry .text .date {
		padding-bottom: 10px;
		line-height: 1;
	}
}


/* detail
--------------------------------------------------*/
#detail {
	padding-bottom: 59px;
	border-bottom: #eaeaea solid 1px;
}
#detail .header {
	padding-bottom: 10px;
	border-bottom: #eaeaea solid 1px;
}
#detail .header .category {
	float: left;
	margin-right: 10px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 1.25;
}
#detail .header .category span {
	color: #ffffff;
	padding: 0 5px;
}
#detail .header .date {
	padding-bottom: 10px;
	color: #999999;
	line-height: 1;
}
#detail .header .ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
#detail .meta {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: #eaeaea solid 1px;
}
#detail .meta .logo {
	float: left;
	width: 230px;
}
#detail .meta .info {
	margin-left: 260px;
	line-height: 1.72;
}
#detail .meta .icons {
	margin-left: 260px;
}
#detail .meta .icons ul {
	float: left;
	padding-top: 10px;
}
#detail .meta .icons ul.platform {
	margin-right: 35px;
}
#detail .meta .icons li {
	float: left;
	margin-left: 10px;
}
#detail .meta .icons li:first-child {
	margin-left: 0;
}
#detail .meta .icons li img {
	width: auto;
	height: 46px;
}
#detail .slider {
	margin-top: 40px;
}
#detail .slider .slick-dots {
	margin-top: 20px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#detail .slider .slick-dots li {
	display: inline-block;
	margin-left: 20px;
}
#detail .slider .slick-dots li:first-child {
	margin-left: 0;
}
#detail .slider .slick-dots li button {
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	border: #b5b5b5 solid 1px;
	border-radius: 5px;
	background: #ffffff;
	vertical-align: top;
	text-indent: -5260px;
	outline: none;
	cursor: pointer;
}
#detail .slider .slick-dots li.slick-active button {
	background: #b5b5b5;
}
#detail .textImage {
	display: table;
	width: 100%;
	margin-top: 40px;
}
#detail .textImage .image {
	display: table-cell;
	width: 230px;
}
#detail .textImage .text {
	display: table-cell;
	padding-left: 30px;
}
#detail .textImage .text .ttl {
	color: #f8a519;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5
}
#detail .textImage .text .site {
	margin-top: 20px;
}
#detail .textImage .text .site li {
	margin-top: 10px;
}
#detail .textImage .text .site li:first-child {
	margin-top: 0;
}
#detail .textImage .text .site a {
	display: inline-block;
	padding: 0 10px 0 25px;
	background: #f8a519 url(../common/imgs/arw-02.png) no-repeat 10px center;
	color: #ffffff;
	line-height: 25px;
	text-decoration: none;
}
#detail .textImage .text .site a:hover {
	background-color: #fdb946;
}
/* SP */
@media only screen and (max-width:767px) {
	#detail {
		margin: 0 -10px;
		padding: 0 10px 34px;
	}
	#detail .header .ttl {
		font-size: 18px;
	}
	#detail .meta {
		margin-top: 20px;
		padding-bottom: 15px;
	}
	#detail .meta .logo {
		width: 115px;
	}
	#detail .meta .info {
		margin-left: 130px;
		font-size: 12px;
	}
	#detail .meta .icons {
		clear: both;
		margin-left: 0;
	}
	#detail .meta .icons ul {
		padding-top: 7px;
	}
	#detail .meta .icons ul.platform {
		margin-right: 25px;
	}
	#detail .meta .icons li {
		margin-left: 7px;
	}
	#detail .meta .icons li img {
		height: 32px;
	}
	#detail .slider {
		margin-top: 25px;
	}
	#detail .textImage {
		display: block;
		margin-top: 20px;
	}
	#detail .textImage .image {
		display: block;
		width: auto;
		text-align: center;
	}
	#detail .textImage .text {
		display: block;
		margin-top: 10px;
		padding-left: 0;
	}
	#detail .textImage .text .site {
		margin-top: 10px;
	}
}