@charset "utf-8";
/* products_info.css */


#product_infomation{
	margin: 2em 0;
}

#product_infomation dl > div{
	display: table;
	margin-bottom: 20px;
}

#product_infomation dt.info-date {
	display: table-cell;
	width: 8em;
	margin-bottom: 4px;
	font-size: 0.938em;
	text-align: right;
}

#product_infomation dd.info-description {
	margin-left: 36px;
}

#product_infomation dd.info-description + dd{
	margin-top: 6px;
}

/*#pager ul{
	margin-top: 2em;
	text-align: center;
}

#pager ul.pager-num li{
	display: inline-block;
	margin: 0 10px;
}

#pager ul.pager-num li.active{
	font-weight: bold;
}*/

.pager-list {
	display: flex;
	justify-content: center;
	align-items: center;
}
.pager-list__item {
	margin: 1em .2em;
}
.pager-list__item__inner {
	display: flex;
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	line-height: .5em;
	justify-content: center;
	align-items: center;
}
.pager-list__item__inner--current {
	background: #000;
	color: #FFF;
}
.pager-list__item:first-child,
.pager-list__item:last-child {
	font-size: .9em;
}


@media (max-width: 640px){
	#product_infomation dl > div{
		display: block;
	}
	#product_infomation dt.info-date{
		display: inline-block;
		text-align: left;
	}
	#product_infomation dd.info-description {
		margin-left: 14px;
		line-height: 1.4;
	}
	#product_infomation dd.info-description + dd{
		margin-top: 10px;
	}
	
}
