@charset "UTF-8";
/*
 * ==========================================================================
 *
 * [works]
 *
 * ==========================================================================
 */

/**
 * --------------------------------------------------------------------------
 * common
 * --------------------------------------------------------------------------
 */
#mainContent {
	padding: 63px 0;
}

#pageTitleVox {
	background-image: url(../images/works/mainVis.jpg);
}


section {
	margin-bottom: 5px;
}

section .inner {
	width: 828px;
	margin: 0 auto;
	
}
.mainDesc {
	font-size: 18px;
	margin: 0 auto 35px;
	margin-top: 30px;


}

section h2 {
	position: relative;
	background-color: #ffe27c;
	background-image: url(../images/works/table_line_diagonal.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 20px;
	line-height: 43px;
	padding-left: 22px;
}

table{
	display: flex;
    justify-content: space-around;
    text-align: center;
	padding-image
}  
}   
/**
 * --------------------------------------------------------------------------
 * table
 * --------------------------------------------------------------------------
 */

.worksTable {
	width: 100%;
}

.worksTable .gray {
	background: #e6e6e6;
}
.worksTable col {
	/*width: 27.25%;*/
}
.worksTable .left {
	width: 60%;
}

.worksTable thead th {
	border-bottom: 3px double  #000;
}

.worksTable tr {
	border-bottom: 1px solid #000;
}

.worksTable th,
.worksTable td {
	vertical-align: middle;
	padding: 1em 0;
	text-align: center;
}

.worksTable tr:last-child() {
	border-bottom: none:;
}


.afterTable {
	display: none;
}

/*
	accordion
 */
.accordion {
	background: #ffe27c;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	padding: 10px 0;
}
.accordion span {
	display: inline-block;
	background-image: url(../images/common/ico_down.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1.75em;
}
@media all and (-ms-high-contrast:none) {
	.accordion span {
		background-position: right top;
		height: 20px;
	}
}