@charset "UTF-8";
h1{
	font-size: 3vw;
}

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


#header{
	padding: 20px 5vw;
    border-bottom: 4px solid #CC0000;
}

#container {
	padding: 2vw 5vw;
}


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

.listTable .on{
	color: #ff0000;
}

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

.listTable .th_updatedDate {
	width: 15%;
}

.listTable .th_sizeUnit_id {
	width: 10%;
}

.deleteTr td {
	background: #ccc;
}

.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_admin {
	background-color: #d80020;
}

.calendarTable {
	table-layout: fixed;
	width: 100%;
}

.calendarTable td{
	color: #fff;
}

.calendarTable {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 40px;
}

.calendarTable thead,
.calendarTable tbody{
	width: 100%;
}

.calendarTable th {
	padding: 10px;
	font-weight: normal;
	vertical-align: middle;
	background: #544a47;
	color: #fff;
	border: 1px solid #9ea1a3;
	text-align: center;
}

.calendarTable td {
	border: 1px dashed #9ea1a3;
	text-align: center;
}

.calendarTable tr {
	border-bottom: 4px solid #9ea1a3;
}

.calendarTable td a{
	color: #6d6d6d;
}

.calendarTable td a.bt{
	color: #fff;
}

.calendarTable .del{
	background: #791919;
}

.calendarTable .weekTr td,
.calendarTable .c_week {
	text-align: center;
	background: #a3a3a3;
	color: #fff;
	border-top: 1px solid #ccc;
	padding: 5px 0;
}

.calendarTable .weekTr span,
.calendarTable .weekTr p,
.calendarTable .c_week p{
	color: #fff;
}

.calendarTable .dateBlock {
	padding: 10px 0;
}

.calendarTable .dateBlock .day {
	font-size: 18px;
	font-weight: bold;
}

.calendarTable .valueBox {
	position: relative;
	padding: 20px 0;
}

.calendarTable .c_none {
	background-color: #eee;
}

.calendarTable .dummyhight{
	min-height: 40px;
}

.calendarTable .conday{
	min-height: 30px;
}

.calendarTable td.red,
.calendarTable td.today{
	background: #c53d43;
	color: #fff;
}

.calendarTable td.red span,
.calendarTable td.red a{
	color: #fff;
}

.calendarTable .pink,
.calendarTable .sun{
	background: #f6bfbc;
	color: #fff;
}

.calendarTable td.blue,
.calendarTable td.sat{
	background: #c1e4e9;
	color: #fff;
}

.calendarTable td.blue a{
	color: blue;
}

.calendarTable .holiday{
	background: #d6e9ca;
	color: #fff;
}

.calendarTable .today div,
.calendarTable .today a{
	color: #fff;
}

.calendarTable .gray{
	background: #eee;
	color: #000;
}

.calendarTable .past div,
.calendarTable .past a{
	color: #9ea1a3;
}

.comparison {
	margin: 20px 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.comparison > div {
	width: 40%;
	text-align: center;
}

.comparison > .arrow {
	width: 5%;
	text-align: center;
	font-size: 50px;
}

.comparison img {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 700px;
}