﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/*  開閉操作  */
.g_hojo
{
background-image: url(../../../Images/gn_support.png);
/* background-position: 10px 7px, 18px 130px; */
background-repeat: no-repeat, no-repeat;
/* background-color: #D20001; */
	border-radius: 10px 0px 0px 0px;
/* 表示追従
	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_hojo_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: -400px;
    z-index: 100;
}

.PickUp_Urgent .g_project_list .ModuleReference
{
/*  background: #D20001; */
}

.g_hojo_list li
{
	margin: 0px;
	padding: 20px;
	background: #ffffff;
}

.toggle_hp_on
{
	display: block;
}

.toggle_hc_on
{
background-image: url(../../../Images/gn_support_cl.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)
{
/*  開閉操作  */
.g_hojo
{
}

.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_hojo_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: -400px;
    z-index: 100;
}

.PickUp_Urgent .g_project_list .ModuleReference
{
/*  background: #D20001; */
}

.g_hojo_list li
{
	margin: 0px;
	padding: 20px;
	background: #ffffff;
}

.toggle_hp_on
{
	display: block;
}

.toggle_hc_on {
    background-image: url(../../../Images/gn_close_sp.png);
    background-repeat: no-repeat;
    background-color: #004D99 !important;
    border-radius: 10px 10px 0px 0px;
    height: 60px;
    background-position: 0px 1px;
}

.toggle_c_on .tate
{
display: none;
}
}
