@charset "utf-8";

.trading_logo_head {
	background-image : url(../categories/nagoya/trading_logo_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 143px;
	width: 660px;
	position: relative;
}
.trading_ul {
	position: absolute;
	top: 10px;
	left : 180px;
	color: #333;
	line-height : 2em;
}
.trading_ul li {
	font-weight: bold;
	font-size : 1.2em;
}
.trading_wrap {
	width: 656px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DAFE9C;
	border-bottom-color: #DAFE9C;
	border-left-color: #DAFE9C;
}
.trading_answer {
	width: 450px;
}
.red {
	color: #C00;
	font-weight: bold;
	font-size: 1.3em;
}
.line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FCF;
	padding-bottom: 20px;
	width: 450px;
	margin-left: 180px;
}
.line_none {
	padding-bottom: 20px;
	width: 450px;
	margin-left: 180px;
}
.trading_logo_bottom {
	margin-top : -200px;
	margin-left : 10px;
  margin-right : 500px;
  
  margin-bottom : 80px;
}
.table {
	border-collapse: collapse;
}
.tr1 {
	height: 130px;
	background-color: #DAFE9C;
}
.tr2 {
	height: 130px;
}

.td1 {
	width: 200px;
	text-align: center;
}
.td2 {
	padding: 10px;
}
table.type01{
	width:450px;
	margin:0 0 10px;
	border-collapse:collapse;
	font-size:114.2%;
}
table.type01 th{
	padding:8px;
	border:1px solid #aaa;
	font-weight:normal;
	text-align:left;
}
table.type01 td{
	padding:8px;
	border:1px solid #aaa;
}

table.type02{
	
	width:100%;
	border:1px solid #CCCCCC;
}
table.type02 tr.color01 th,
table.type02 tr.color01 td{
	background:#FFD9B2;
}
table.type02 tr.color02 th,
table.type02 tr.color02 td{
	background:#C9E4FF;
}
table.type02 tr.color03 th,
table.type02 tr.color03 td{
	background:#FFC9C9;
}
table.type02 th{
	padding:10px;
	font-weight:normal;
}
table.type02 td{
	padding:10px;
}

.col{
	margin:0 0 50px;
}
.col p{
	font-size:114.2%;
}
@media only screen and (max-width : 768px ){
	.trading_logo_head {
	width: 100%;
}
.trading_ul {
	top: 15px;
	left : 150px;
	line-height : 2em;
}
.trading_ul li {
	font-size : 1.1em;
}
}

@media only screen and (max-width : 414px ){
.trading_ul {
	top: 20px;
	left : 140px;
	line-height : 1.8em;
}
.trading_ul li {
	font-size : 0.8em;
}
}
@media only screen and (max-width : 375px ){
.trading_ul {
	top: 12px;
	left : 130px;
	line-height : 1.4em;
}
.trading_ul li {
	font-size : 0.9em;
}
}
@media only screen and (max-width : 320px ){
.trading_ul {
	top: 12px;
	left : 110px;
	line-height : 1.2em;
}
.trading_ul li {
	font-size : 0.9em;
}
}

/* 2021/04 追加CSS */
.densai-mid-tit {
	border-bottom: 2px solid #7BB220;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
	padding: 0 0 6px;
}
.densai-mid-tit img {
	margin-right: 5px;
}
.densai-mechanism-img {
	margin-bottom: 20px;
	text-align: center;
}
.densai-mechanism-text {
	color: #246391;
	font-size: 18px;
}
.densai-mechanism-notes {
	margin-bottom: 40px;
}
.densai-mechanism {
	margin-bottom: 40px;
}
.densai-mechanism p {
	margin-bottom: 20px;
}
.flex-start {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack:start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
	width: 100%;
}
.densai-mechanism .flex-start dt {
	font-weight: bold;
	margin-right: 2%;
	width: 30%;
}
.densai-mechanism .flex-start dd {
	width: 68%;
}
.densai-mechanism-table {
	border-collapse: separate;
	width: 100%;
}
.densai-mechanism-table th {
	background-color: #99CC66;
	box-sizing: border-box;
	font-weight: bold;
	padding: 5px;
	vertical-align: middle;
	width: 30%;	
}
.densai-mechanism-table td {
	background-color: #E8E5C5;
	box-sizing: border-box;
	padding: 5px;
	width: 70%;
}
@media screen and (max-width: 768px) {	
	.densai-mechanism-table th,
	.densai-mechanism-table td {
		display: block;
		width: 100%;
	}
	
}

