﻿@CHARSET "UTF-8";

/*�\�̃N���X*/

.parts_table table.jugo {
	border: 1px rgb(137, 163, 213) solid;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
}

.parts_table table.jugo th:nth-of-type(1),
.parts_table table.jugo td:nth-of-type(1){
    border: 1px rgb(137, 163, 213) solid;
    border-width: 0 0 1px 1px;
    vertical-align: middle;
	padding: 0.5rem;
	padding: 1.3rem;
	font-size: 1.2rem;
	text-align: left;
	font-weight: normal;
	position: relative;
	z-index: -1;
	width: 15%;
}

.parts_table table.sanju {
	border: 1px rgb(137, 163, 213) solid;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
}

.parts_table table.sanju th:nth-of-type(1),
.parts_table table.sanju td:nth-of-type(1){
    border: 1px rgb(137, 163, 213) solid;
    border-width: 0 0 1px 1px;
    vertical-align: middle;
	padding: 0.5rem;
	padding: 1.3rem;
	font-size: 1.2rem;
	text-align: left;
	font-weight: normal;
	position: relative;
	z-index: -1;
	width: 30%;
}

/* �A�C�R�� */

i.parts_new_item{
	width: 13px;
	height: 13px;
	background-image: url(../images/new-window.png);
	background-size:13px 13px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: sub;
	margin: 3px 4px 2px 2px;
}

i.parts_excel_item{
	width: 16px;
	height: 16px;
	background-image: url(../images/icon_excel.png);
	background-size:16px 16px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: sub;
	margin: 3px 4px 2px 2px;
}

/* �O���T�C�g�փ����N����ۂ̃A�C�R�� */

.parts_itemization_item span{
	padding-left: 20px;
	padding-top: 5px;
	margin-top: -20px;
	display: inline-block;
}
.parts_itemization_item i{
	margin-right: -0.5rem; !important
}

/* �C���f���g */

span.indent{
	padding-left: 20px;
	padding-top: 5px;
	display: inline-block;
	font-size: 1.3rem;
}

.pageTitle_h3 .titleBlue span{
	padding-right: 0.5rem;
}

.pageTitle_h4 .titleBlue span {
    padding-right: 0.5rem;
}

.topic_path span{
	white-space: normal; !important
}

@CHARSET "UTF-8";

