﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* == 外枠 == */
.PickUp_Urgent
{
}

.PickUp_Urgent .ModuleReference
{
    background: #A30818;
    padding: 10px;
}
/*
#HeaderPane .PickUp_Urgent .ModuleReference
{
    width: 980px;
}
*/
#ContentPane .PickUp_Urgent .ModuleReference
{
    width: 530px;
}

#LeftPane .PickUp_Urgent .ModuleReference,
#RightPane .PickUp_Urgent .ModuleReference
{
    width: 180px;
}


/* == 見出しブロック == */
.PickUp_Urgent h2
{
/*    background: none; */
    color: #000;
    font-size: medium;
    font-weight: bold;
    margin: 0x;
    padding: 20px 0 0 25px;
    position: relative;
/*    background: rgba(0, 0, 0, 0) url("../../../images/saigai-icon.png") no-repeat scroll left 4px; */
background: #fff;
}

.PickUp_Urgent .info_link
{
    top: 10px;
}


/* == リスト == */
.PickUp_Urgent .Urgent_contents ul,
.PickUp_Urgent .kinkyu_contents
{
    background: #ffffff;
    list-style: none;
    margin: 0;
 /*   padding: 10px; */
    position: relative;
}

.PickUp_Urgent .Urgent_contents li
{
}


/* == リスト2 == */
.PickUp_Urgent .ExtraordinaryInfo
{
    background: #ffffff;
    list-style: none;
    margin: 0;
    padding: 10px;
    position: relative;
}

.PickUp_Urgent .ExtraordinaryInfo li
{
}

.PickUp_Urgent .ExtraordinaryInfo li a
{
}
.PickUp_Urgent .pickup_item 
{
}

/*  開閉操作  */
.g_project
{
background-image: url(../../../Images/emergency.png) ,url(../../../Images/2022r/icon_lw.png);
/* background-position: 10px 7px, 18px 130px; */
background-repeat: no-repeat, no-repeat;
/* background-color: #D20001; */
	border-radius: 10px 0px 0px 10px;
/* 表示追従
	position: fixed;
	right: 0px;
	top: 130px;
*/
	width: 130px;
	height: 50px;
	cursor: pointer;
	z-index: 10;
}

.g_project .tate
{
/* 縦書き writing-mode: vertical-rl; */
  color: #ffffff;
  font-size: small;
  font-weight: normal;
  padding: 15px 0px 0px 40px;
background: none;
	display: none;
}
.g_project_list
{
/*	background: #7DD6F9; */
/* 表示追従
	position: fixed;
	top: 130px;
	right: 50px;
*/
/*	padding: 10px 10px 10px 50px; */
	margin: 0px;
	list-style: none;
/*	border-radius: 4px 0px 0px 4px; */
/*	height: 61px; */
	display: none;
position: absolute;
left: -430px;
    z-index: 10;
}

.PickUp_Urgent .g_project_list .ModuleReference
{
/*  background: #D20001; */
}

.g_project_list li
{
	margin: 0px;
	padding: 50px 20px 20px 20px;
	background: #ffffff;
}

.toggle_p_on
{
	display: block;
}

.toggle_c_on
{
background-image: url(../../../Images/emergency_x.png) ,url(../../../Images/2022r/icon_rw.png);
/* background-position: 10px 7px, 18px 130px; */
background-repeat: no-repeat, no-repeat;
/* background-color: #D20001; */
	border-radius: 0px 0px 0px 0px;

}
.toggle_c_on .tate
{
display: none;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* == 外枠 == */
.PickUp_Urgent
{
}

.PickUp_Urgent .ModuleReference
{
    background: #b2081e;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}


/* == 見出しブロック == */
.PickUp_Urgent h2
{
    background: none;
    color: #ffffff;
    font-size: medium;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 0 25px;
    position: relative;
    background: rgba(0, 0, 0, 0) url("../../../images/saigai-icon.png") no-repeat scroll left 4px;
}

.PickUp_Urgent .info_link
{
    top: 10px;
}



/* == リスト == */
.PickUp_Urgent .Urgent_contents ul,
.PickUp_Urgent .kinkyu_contents
{
    background: #ffffff;
    list-style: none;
    margin: 0;
    padding: 10px;
    position: relative;
}

.PickUp_Urgent .Urgent_contents li
{
}


/* == リスト2 == */
.PickUp_Urgent .ExtraordinaryInfo
{
    background: #ffffff;
    list-style: none;
    margin: 0;
    padding: 10px;
    position: relative;
}

.PickUp_Urgent .ExtraordinaryInfo li
{
}

.PickUp_Urgent .ExtraordinaryInfo li a
{
}

/*  開閉操作  */
.g_project
{
background-image: url(../../../Images/emergency_sp.png);
background-position: 0;
background-repeat: no-repeat;
background-color: #D20001;
	border-radius: 10px 10px;
	position: fixed;
	right: 80px;
	top: 5px;
	width: 60px;
	height: 70px;
	cursor: pointer;
	z-index: 10;
}

.g_project .tate
{
/*writing-mode: vertical-rl;*/
  font-size: small;
  font-weight: normal;
  padding: 40px 0px 0px 5px;
background: none;
}
.g_project_list
{
/*	background: #7DD6F9; */
	position: absolute;
	top: 55px;
	right: 0px;
/*	padding: 10px 10px 10px 50px; */
	margin: 0px;
	list-style: none;
/*	border-radius: 4px 0px 0px 4px; */
/*	height: 61px; */
	display: none;
    z-index: 10;
}

.PickUp_Urgent .g_project_list .ModuleReference
{
  background: #D20001;
}

.g_project_list li
{
	margin: 0px;
	padding: 60px 20px 20px 20px;
	background: #ffffff;
}

.toggle_p_on
{
	display: block;
}

.toggle_c_on
{
background-image: url(../../../Images/emergency_close_sp.png);
background-position: 0;
background-size: 50px;
background-repeat: no-repeat;
background-color: #D20001;
	border-radius: 10px 10px 0px 0px;

}
}
