@charset "utf-8";
/* CSS Document ハイレゾ*/
p.back-page{
	text-align:right;
}
p.back-page a:link{
	text-decoration:none;
	color:#838383;
}
p.back-page:before{
	content:url("../img/common/other/button-icon-back-page.png");
	padding-top:10px;
}
.image01 {
	float: left;
	width: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}
section h2 {
	background-color: #333;
	text-align: center;
	height: 105px;
	background-image: url(../img/hires/common/ttl_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

section.car-audio h2 {
	background-image: url(../img/hires/car-audio/third-ttl_bg.png);
}

section.use-situation > article > h3 {
	margin-bottom: 30px;
}

section.use-situation > article > h3 > span {
	font-size: 20px;
}

section.use-situation > article > div.data {
	overflow: hidden;
}

section.use-situation > article > div.data > ul {
	margin-top: 0;
	margin-right: 40px;
	width: 170px;
	float: left;
}

section.use-situation > article > div.data > ul > li {
	font-size: 16px;
}

section.use-situation > article > div.data div.dataTables_length {
	margin-bottom: 10px;
}

section.use-situation > article > div.data div.dataTables_filter {
	margin-bottom: 10px;
}

section.use-situation > article > div.data table tr {
	border: none;
}

section.use-situation > article > div.data table > thead > tr > th {
	background-color: rgba(159, 152, 152, 0.2);
}

section.use-situation > article > div.data table > thead > tr > th:hover {
	background-color: rgba(203, 55, 55, 0.3);
}

section.use-situation > article > div.data table > tbody > tr > td {
	border-left: none;
}

section.use-situation > article > div.data .paginate_button::after,
section.use-situation > article > div.data .paginate_button::before {
	color: rgba(71,41,5,1.00);
	text-shadow: none;
}

section.use-situation > article > div.data > div.post-content > p:first-child {
	margin: 0 0 20px;
	font-weight: bold;
}

#tablepress-1 {
	table-layout : fixed;
}

#tablepress-1 > thead > tr > th.sorting:nth-child(1),
#tablepress-1 > thead > tr > th.sorting:nth-child(2),
#tablepress-1 > thead > tr > th.sorting:nth-child(4),
#tablepress-1 > thead > tr > th.sorting:nth-child(5) {
	width: 15% !important;
}

#tablepress-1 > thead > tr > th.sorting:nth-child(5) {
	width: 15% !important;
}

#tablepress-1 > thead > tr > th.sorting:nth-child(3) {
    width: 35% !important;
}

#tablepress-1 > tbody > tr > td.column-3 {
	word-wrap : break-word;
}

#tablepress-1 > thead > tr > th.sorting:nth-child(6),
#tablepress-1 > tbody > tr > td.column-6 {
	width: 0 !important;
}

#tablepress-1 > tbody > tr > td.column-5 {
	text-align: center;
}

/*section.use-situation > article > div.data > table {
	margin: 0 0 0 50px;
	width: 400px;
	float: left;
}


section.use-situation > article > div.data > table > thead > tr:first-child {
	border-top: solid 1px rgba(177,165,164,1.00);
}

section.use-situation > article > div.data > table > thead > tr > th {
	text-align: center;
	white-space: nowrap;
}

section.use-situation > article > div.data > table > tbody > tr:first-child > th {
    border-top: 4px solid #dbdbdb;
}

section.use-situation > article > div.data th {
	width: 60%;
}

section.use-situation > article > div.data th,
section.use-situation > article > div.data td {
	padding: 5px 10px;
	border-bottom: solid 1px rgba(199,195,195,0.50);
}

section.use-situation > article > div.data td  {
	text-align: center;
}*/