@charset "UTF-8";

.wrapper {
}

#contents {
	width: 1040px;
	margin: 0 auto;
    padding: 0 0 80px;
	text-align: left;
}

.subtitle {
    font-size: 24px;
    text-align: center;
	padding: 40px 0 20px;
}

.description {
	width: 800px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

.product_development_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    clear: both;
}

.product_development_item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 100%;
	max-width: 50%;
	margin-bottom: 30px;
	padding: 0 5px;
	position:relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.product_development_block_list{
	margin-bottom: 30px;
	clear: both;
}

.photo {
	/*border: 1px solid #000;*/
	padding: 20px;
    text-align: center;
}

.photo img {
    max-width: 100%;
}

.comment {
    /*border: 1px solid #000;*/
    margin-top: 10px;
    padding: 20px;
}
.product_development_item .comment {
    margin-top: 0px;
    padding-top: 0px;
}

/* about_page
--------------------------------------------------------------------*/



/*----------	IE10,11 hack	----------*/
@media all and (-ms-high-contrast:none){
	.about_page { padding-top: 12px !important;}
}
/*---------------------------------------*/

.about_page {
	float:right;
	padding-bottom:12px;
	margin: 30px 0 100px;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #000;
	/* clear: both; */
	/* -webkit-box-sizing: border-box; */
	/* box-sizing: border-box; */
}

.section_switch .about_page {
	position:absolute;
	top:-33px;
	right:0;
	padding:0;
}

.about_page:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.about_page .about_page_results {
	float: left;
}
.about_page .pager {
	float: right;
	color: #131313;
}
.pager li {
	float: left;
	margin-right: 3px;
	line-height: 20px;
	height: 20px;
	min-width: 20px;
	box-sizing:border-box;
	text-align: center;
}


/*----------	IE10,11 hack	----------*/
@media all and (-ms-high-contrast:none){
	.pager li { margin-right: 0px;	}
}
/*---------------------------------------*/



.pager li:last-child {
	margin-right:0;
}
.pager li.pager_first a {
	width:20px;
	height:20px;
	background:url(/static/full/images/list/list_allow_first.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}

.pager li.pager_prev a {
	width:20px;
	height:20px;
	background:url(/static/full/images/list/list_allow_prev.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}
.pager li.pager_next a {
	width:20px;
	height:20px;
	background:url(/static/full/images/list/list_allow_next.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}

.pager li.pager_last a {
	width:20px;
	height:20px;
	background:url(/static/full/images/list/list_allow_last.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
}

.pager li.active {
	background-color: #f0efef;
	padding:0 6px;
}
.pager li.next a {
}
.pager li a {
	display: block;
	padding:0 6px;
    text-decoration: underline;
}
