@charset 'utf-8';
/*	Cascading Style Sheets: style.css 5.2	*/ 

#PAGE .SHEET .SIDE_WHITE ul li a.IR6:link	{ background:#e4f4fb url(../../img/arrow_black.png) no-repeat 8% 50%; background-size:4px auto; color:#000;}
#PAGE .SHEET .SIDE_WHITE ul li a.IR6:visited	{ background:#e4f4fb url(../../img/arrow_black.png) no-repeat 8% 50%; background-size:4px auto; color:#000;}

/*見出しボックスここから*/
.out{
	width:700px;
	height:80px;
	background:#BF2800;
}
.in{
	width: 726px;
height: 162px;
background: #D63B16;
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
-ms-transform: rotate(20deg);
-o-transform: rotate(20deg);
transform: rotate(13deg);
margin-left: -27px;
margin-top: -2px;
	}
.out .in img {
	width: 80px;
height: 80px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(-13deg);
margin-left: 27px;
margin-top: 69px;
}
/*見出しボックスここまで*/
/*表ここから*/
#table_block{
	margin-top:30px;
}
.table_top .table_left{
	float:left;
	width:220px;
	background:#FAF5B5;
	height:35px;
}
.table_top .table_right{
	float:right;
	width:415px;
	background:#FAF5B5;
	margin-left:5px;
	height:35px;
}
.table_other .table_left{
	float:left;
	width:220px;
	background:#FAF5B5;
	height:35px;
}
.table_other .table_right{
	float:right;
	width:415px;
	background:#F9F9F9;
	margin-left:5px;
	height:35px;
}
.table_other{
	margin-top:5px;
}
.table_left p{
margin-top: 6px;
margin-left: 10px;
}
ul .zaimu_table{
	list-style:none;
}
.table_right li{
float: left;
margin-left: 17px;
width: 85px;
margin-top: 6px;
}
/*表ここまで*/


/*SIDEのアイコンにカラーを付ける 20230824追加*/
#PAGE .SHEET .SIDE_WHITE ul li.side.op.IR5 {
    background: #e4f4fb;
}


@media screen and (max-width: 740px){
.SP_head{
background: #BF2800;
}

.table_top .table_right{
	float:right;
	width:68%;
	background:#FAF5B5;
	margin-left:0px;
	height:35px;
}
.table_top .table_left{
	float:left;
	width:30%;
	background:#FAF5B5;
	height:35px;
}
.table_other .table_left{
	float:left;
	width:30%;
	background:#FAF5B5;
	height:35px;
}

.table_other .table_right{
	float:right;
	width:68%;
	background:#F9F9F9;
	margin-left:5px;
	height:35px;
}
.table_right li{
float: left;
margin-left: 10%;
width: 35%;
margin-top: 6px;
}
.table_left p{ line-height:1.2em; }



}
