@charset "UTF-8";

/*サイド*/
#sideBlock {
	background: #404040;
}

textarea {
    border: 1px solid #888;
    width: auto;
    background: #fff;
    -webkit-appearance: none;
}

.bigText{
	font-size: 30px;
	font-weight: bold;
}

.plainTxtUl{
	list-style-type: disc;
	margin-left: 2em;
	line-height: 1.5;
}

.plainTxtUl li{
	padding-bottom: 5px;
}

.plainTable {
	border-right: dotted #ccc 1px;
	border-top: solid #ccc 1px;
	margin: 10px;
}

.plainTable th {
	border-left: dotted #ccc 1px;
	border-bottom: solid #ccc 1px;
	padding: 5px;
}

.plainTable td {
	padding: 5px;
	border-left: dotted #ccc 1px;
	border-bottom: solid #ccc 1px;
	font-size: 16px;
}


.listTable .on{
	color: #ff0000;
}



.listTable .th_businessContent,
.listTable .th_memo,
.listTable .th_note {
	width: 35%;
}

.listTable .th_updatedDate {
	width: 15%;
}

.listTable .th_sizeUnit_id {
	width: 10%;
}

.deleteTr td {
	background: #ccc;
}

.emptyTr td {
	background: #eee;
}

.entryRow {
	margin-bottom: 10px;
}

.navColor_field {
	background-color: #2c90dd;
}

.navColor_project {
	background-color: #f8b316;
}

.navColor_company {
	background-color: #283870;
}

.navColor_salesTool {
	background-color: #ef5800;
}

.navColor_search {
	background-color: #006938;
}

.navColor_userAdmin,
.navColor_admin {
	background-color: #d80020;
}

.accordionTarget {
	color: #d80020;
	font-size: 18px;
	font-weight: bold;
}

.accordionTarget:hover {
	cursor:pointer;
	opacity: 0.8;
}
 
.accordionItem {
	display: none;
}
