
/* ------------------------------------------------------------------
	1-2. Headline styles
-------------------------------------------------------------------*/
#pageProduct #main {
	width:100%;
	min-height:100% !important;
	background:#FFF;
	border-top:1px solid #FAFAFA;
}
#pageProduct #main .mainSection {
	background:#FFF;
}
#pageProduct #main .mainContent {
	background:none;
	margin:74px auto 256px;
	width:960px;
}
.headline10 {
	font-size:30px;
	font-weight:bold;
	color:#000;
	text-align:center;
}
.headline11 {
	margin-bottom: 30px;
	padding:11px 20px;
	background:#9ac92b;
	color: #FFF;
	font-size:20px;
	font-weight:bold;
}
.closedBlock {
	margin-bottom: 70px;
}
.closedText {
	padding-bottom: 39px;
	font-size: 16px;
	line-height: 1.5;
	text-align:center;
}
.closedList {
	display:-webkit-flex;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	margin-bottom: -20px;
}
.closedList::after {
	content:"";
	width:calc((100% - 18px) / 2);
}
.closedList li {
	display:-webkit-flex;
	display:flex;
	flex-flow:row wrap;
	width:calc((100% - 18px) / 2);
	margin-bottom: 20px;
	padding: 20px;
	background: #f8f8f8;
	border: 1px solid #cacaca;
	box-sizing: border-box;
}
.closedList li .image {
	display:flex;
	align-items: center;
	justify-content: center;
	width: 157px;
	height: 209px;
	margin-right: 23px;
	padding: 5px;
	background: #FFF;
}
.closedList li .inner {
	width: calc(100% - 190px);
}
.closedList li .inner .ttlClosed {
	display: flex;
	align-items: center;
	min-height: 79px;
	margin: 7px 0 10px;
	font-size: 18px;
	font-weight: bold;
}
.closedList li .inner .productInner {
	display: flex;
	justify-content: center;
	min-height: 56px;
	margin-bottom: 10px;
}
.closedList li .inner .productInner .txt01 {
	display: flex;
	align-items: center;
	width: 44px;
	padding: 10px 10px;
	background: #dedddd;
	color: #6e6b6b;
	font-size: 12px;
	text-align: center;
}
.closedList li .inner .productInner .txt02 {
	display: flex;
	align-items: center;
	flex-flow:row wrap;
	width: calc(100% - 64px);
	padding: 10px;
	background: #FFF;
}
.closedList li .inner .productInner .txt02 span {
	display: block;
	width: 100%;
	font-size: 10px;
}
.note {
	margin-left: 0;
	text-indent: 0;
}