
*{
	margin:0;
	padding:0;
	text-align:center;
}
html{
	height: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
}
body{
	text-align: center;
	background-color: #f5f5f5;
}
div#HI_MainFramePodPodBody{
	width: 90vw;
	margin: 20px auto;
}
@media screen and ( min-width: 500px ) and (max-width: 1000px){
	div#HI_MainFramePodPodBody{
		width: 95vw;
		margin: 5px auto;
	}
}
@media screen and (max-width: 500px){
	div#HI_MainFramePodPodBody{
		width: 95vw;
		margin: 5px auto;
	}
}


body#HI_MainFramePodBody div#HI_MainFramePodPodBody div.CC_MainFramePodUsrV3PodBody *{
	text-align: left;
}



body#HI_MainFramePodBody{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
}




body#HI_MainFramePodBody div#copyright span{
    display: none;
}
body#HI_MainFramePodBody div#copyright:before{
	content : '(C) 2026 AgentYou';
}
@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody div#copyright:before{
		content : '(C) 2026 AgentYou';
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody div#copyright:before{
		content : '(C) 2026 AgentYou';
	}
}

body#HI_MainFramePodBody div#HI_MainFramePodWaitlayer{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
/*	background-color: rgba(0,0,0, 0.6); */
/*	background-color: rgba(255,255,255, 0.6); */
	color: #ffffff;
	z-index: 50;
	display: none;
}
body#HI_MainFramePodBody div#HI_MainFramePodWaitlayer div#waitframe{
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
/* 	background: url(https://i.agentmail.jp/usrv3/usrv3img/wait_gray.svg) 0 0 transparent; */
}


body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
/*	background-color: rgba(0,0,0, 0.6); */
	background-color: rgba(145,164,196,0.7);
	color: #ffffff;
	z-index: 27;
	display: none;
}
body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe{
/*	display: table-cell;
	vertical-align: middle;*/
	margin: 0 auto;
}
body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox{
	margin: 0 auto;
/*	padding: 20px 0px 50px 0px; */
/*	background-color: #000000; */
	color: #ffffff;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/v3_setting_failure.png?1);
	width: 600px;
	height: 350px;
	background-size: 600px 350px;	/* 600 x 350 */
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	margin: 0 auto;
/*	display: grid;
	align-items: center;*/
	position: relative;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox.Usrv3AlertMessageBoxSaveReservationSmartPhone{
		background-image: url(https://i.agentmail.jp/usrv3/usrv3img/v3_save_resevation_smart_phone.png?1) !important;
/*		width: 375px;
		height: 340px;
		background-size: 375px 340px;	*/ /* 750 x 680 */
		
		width: calc(100vw - 10px);
		width: -webkit-calc(100vw - 10px);
		height: calc( ( 100vw - 10px ) / 750 * 680 );
		height: -webkit-calc( ( 100vw - 10px ) / 750 * 680 );
		background-size: calc(100vw - 10px) calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		background-size: -webkit-calc(100vw - 10px) -webkit-calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
			
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox.Usrv3AlertMessageBoxSaveDraftSmartPhone{
		background-image: url(https://i.agentmail.jp/usrv3/usrv3img/v3_save_draft_smart_phone.png?1) !important;
/*		width: 375px;
		height: 340px;
		background-size: 375px 340px;	*/ /* 750 x 680 */
		
		width: calc(100vw - 10px);
		width: -webkit-calc(100vw - 10px);
		height: calc( ( 100vw - 10px ) / 750 * 680 );
		height: -webkit-calc( ( 100vw - 10px ) / 750 * 680 );
		background-size: calc(100vw - 10px) calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		background-size: -webkit-calc(100vw - 10px) -webkit-calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
			
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox.Usrv3AlertMessageBoxLoginFailureSmartPhone{
		background-image: url(https://i.agentmail.jp/usrv3/usrv3img/v3_login_failure_smart_hone.png) !important;
/*		width: 375px;
		height: 340px;
		background-size: 375px 340px;	*/ /* 750 x 680 */
		
		width: calc(100vw - 10px);
		width: -webkit-calc(100vw - 10px);
		height: calc( ( 100vw - 10px ) / 750 * 680 );
		height: -webkit-calc( ( 100vw - 10px ) / 750 * 680 );
		background-size: calc(100vw - 10px) calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		background-size: -webkit-calc(100vw - 10px) -webkit-calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */

		background-position: 0 0;
		background-repeat: no-repeat;
	}
	body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox.Usrv3AlertMessageBoxLogoutSmartPhone{
		background-image: url(https://i.agentmail.jp/usrv3/usrv3img/v3_logout_smart_phone.png?1) !important;
/*		width: 375px;
		height: 340px;
		background-size: 375px 340px;	*/ /* 750 x 680 */
		
		width: calc(100vw - 10px);
		width: -webkit-calc(100vw - 10px);
		height: calc( ( 100vw - 10px ) / 750 * 680 );
		height: -webkit-calc( ( 100vw - 10px ) / 750 * 680 );
		background-size: calc(100vw - 10px) calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		background-size: -webkit-calc(100vw - 10px) -webkit-calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox.Usrv3AlertMessageBoxSettingSuccessSmartPhone{
		background-image: url(https://i.agentmail.jp/usrv3/usrv3img/v3_setting_success_smart_phone.png?1) !important;
/*		width: 375px;
		height: 340px;
		background-size: 375px 340px;	*/ /* 750 x 680 */
		
		width: calc(100vw - 10px);
		width: -webkit-calc(100vw - 10px);
		height: calc( ( 100vw - 10px ) / 750 * 680 );
		height: -webkit-calc( ( 100vw - 10px ) / 750 * 680 );
		background-size: calc(100vw - 10px) calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		background-size: -webkit-calc(100vw - 10px) -webkit-calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox.Usrv3AlertMessageBoxSettingFailureSmartPhone{
		background-image: url(https://i.agentmail.jp/usrv3/usrv3img/v3_setting_failure_smart_phone.png?1) !important;
/*		width: 375px;
		height: 340px;
		background-size: 375px 340px;	*/ /* 750 x 680 */
		
		width: calc(100vw - 10px);
		width: -webkit-calc(100vw - 10px);
		height: calc( ( 100vw - 10px ) / 750 * 680 );
		height: -webkit-calc( ( 100vw - 10px ) / 750 * 680 );
		background-size: calc(100vw - 10px) calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		background-size: -webkit-calc(100vw - 10px) -webkit-calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox.Usrv3AlertMessageBoxDdAlert{
		background-image: url(https://i.agentmail.jp/usrv3/usrv3img/v3_dd_alert.png) !important;
		width: calc(100vw - 10px);
		width: -webkit-calc(100vw - 10px);
		height: calc( ( 100vw - 10px ) / 750 * 680 );
		height: -webkit-calc( ( 100vw - 10px ) / 750 * 680 );
		background-size: calc(100vw - 10px) calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		background-size: -webkit-calc(100vw - 10px) -webkit-calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		background-position: 0 0;
		background-repeat: no-repeat;
	}

	
	

}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox.Usrv3AlertMessageBoxSaveReservationSmartPhone{
		background-image: url(https://i.agentmail.jp/usrv3/usrv3img/v3_save_resevation_smart_phone.png?1) !important;
/*		width: 375px;
		height: 340px;
		background-size: 375px 340px;	*/ /* 750 x 680 */
		
		width: calc(100vw - 10px);
		width: -webkit-calc(100vw - 10px);
		height: calc( ( 100vw - 10px ) / 750 * 680 );
		height: -webkit-calc( ( 100vw - 10px ) / 750 * 680 );
		background-size: calc(100vw - 10px) calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		background-size: -webkit-calc(100vw - 10px) -webkit-calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
			
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox.Usrv3AlertMessageBoxSaveDraftSmartPhone{
		background-image: url(https://i.agentmail.jp/usrv3/usrv3img/v3_save_draft_smart_phone.png?1) !important;
/*		width: 375px;
		height: 340px;
		background-size: 375px 340px;	*/ /* 750 x 680 */
		
		width: calc(100vw - 10px);
		width: -webkit-calc(100vw - 10px);
		height: calc( ( 100vw - 10px ) / 750 * 680 );
		height: -webkit-calc( ( 100vw - 10px ) / 750 * 680 );
		background-size: calc(100vw - 10px) calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		background-size: -webkit-calc(100vw - 10px) -webkit-calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
			
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox.Usrv3AlertMessageBoxLoginFailureSmartPhone{
		background-image: url(https://i.agentmail.jp/usrv3/usrv3img/v3_login_failure_smart_hone.png) !important;
/*		width: 375px;
		height: 340px;
		background-size: 375px 340px;	*/ /* 750 x 680 */
		
		width: calc(100vw - 10px);
		width: -webkit-calc(100vw - 10px);
		height: calc( ( 100vw - 10px ) / 750 * 680 );
		height: -webkit-calc( ( 100vw - 10px ) / 750 * 680 );
		background-size: calc(100vw - 10px) calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		background-size: -webkit-calc(100vw - 10px) -webkit-calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */

		background-position: 0 0;
		background-repeat: no-repeat;
	}
	body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox.Usrv3AlertMessageBoxLogoutSmartPhone{
		background-image: url(https://i.agentmail.jp/usrv3/usrv3img/v3_logout_smart_phone.png?1) !important;
/*		width: 375px;
		height: 340px;
		background-size: 375px 340px;	*/ /* 750 x 680 */
		
		width: calc(100vw - 10px);
		width: -webkit-calc(100vw - 10px);
		height: calc( ( 100vw - 10px ) / 750 * 680 );
		height: -webkit-calc( ( 100vw - 10px ) / 750 * 680 );
		background-size: calc(100vw - 10px) calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		background-size: -webkit-calc(100vw - 10px) -webkit-calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox.Usrv3AlertMessageBoxSettingSuccessSmartPhone{
		background-image: url(https://i.agentmail.jp/usrv3/usrv3img/v3_setting_success_smart_phone.png?1) !important;
/*		width: 375px;
		height: 340px;
		background-size: 375px 340px;	*/ /* 750 x 680 */
		
		width: calc(100vw - 10px);
		width: -webkit-calc(100vw - 10px);
		height: calc( ( 100vw - 10px ) / 750 * 680 );
		height: -webkit-calc( ( 100vw - 10px ) / 750 * 680 );
		background-size: calc(100vw - 10px) calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		background-size: -webkit-calc(100vw - 10px) -webkit-calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox.Usrv3AlertMessageBoxSettingFailureSmartPhone{
		background-image: url(https://i.agentmail.jp/usrv3/usrv3img/v3_setting_failure_smart_phone.png?1) !important;
/*		width: 375px;
		height: 340px;
		background-size: 375px 340px;	*/ /* 750 x 680 */
		
		width: calc(100vw - 10px);
		width: -webkit-calc(100vw - 10px);
		height: calc( ( 100vw - 10px ) / 750 * 680 );
		height: -webkit-calc( ( 100vw - 10px ) / 750 * 680 );
		background-size: calc(100vw - 10px) calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		background-size: -webkit-calc(100vw - 10px) -webkit-calc( ( 100vw - 10px ) / 750 * 680 );	/* 750 x 680 */
		
		background-position: 0 0;
		background-repeat: no-repeat;
	}

}


body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div#HI_OverlayAlertV3Title{
/*	margin: 50px 0px 50px 0px; */
/*	font-weight: bold;*/
}
body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div#HI_OverlayAlertV3Message{
	position: absolute;
	width: 100%;
	top: 180px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	text-align: center;
}
@media screen and ( min-width: 500px ) and (max-width: 1000px){
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div#HI_OverlayAlertV3Message{
		top: 165px;
		font-size: 0.8em;
	}
}

body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div#HI_OverlayAlertV3Message.CC_OverlayAlertV3MessageDecreaseFontSize{
	font-size: 0.6em;
}




body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div#HI_OverlayAlertV3Message.CC_OverlayAlertV3MessageDdAlert{
	top: 120px;
	color: #555555;
	font-size: 0.8em;
}

body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div#HI_OverlayAlertV3Message div#HI_OverlayAlertV3DeliveryTime{
	width: 230px;
	display: grid;
	grid-template-columns: 30px 200px;
	align-items: center;
	justify-items: center;
	margin: 0 auto;
}

body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div#HI_OverlayAlertV3Message div#HI_OverlayAlertV3DeliveryTime div.CC_OverlayAlertV3DeliveryTimeIcon{
	height: 24px;
	width: 24px;
/*	display: inline-block; */
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/v3_icon_20.png?11);
	background-size: 240px 144px;	/* 1200px 720px 1/5 */
	background-position: -48px -24px;
	background-repeat: no-repeat;
}
body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div#HI_OverlayAlertV3Message div#HI_OverlayAlertV3DeliveryTime div.CC_OverlayAlertV3DeliveryTimeText{
/*	display: inline-block; */
}

	

body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div#HI_OverlayAlertV3UnserMessage{
	position: absolute;
	width: 100%;
	bottom: 3px;
	left: 50%;
	transform: translateX(-50%);
	color: #555555;
	font-size: 0.7em;
}
@media screen and ( min-width: 500px ) and (max-width: 1000px){
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div#HI_OverlayAlertV3UnserMessage{
		bottom: 7px;
		font-size: 0.7em;
	}
}




body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div#focusidname,
body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div#reloadflag{
	display: none;
}
body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div.CC_OverlayAlertV3Usrv3CloseButton{
	width: 80px;
	border-radius: 20px;
	border: solid 1px #ffffff;
	background-color: #ffffff;
	color: #555555;
	padding: 5px 30px 5px 30px;
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div.CC_OverlayAlertV3Usrv3CloseButton{
		bottom: 77px;
		font-size: 0.8em;
	}
}



body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div.CC_OverlayAlertV3Usrv3CloseButton:hover{
	background-color: #6ea37d;
	color:  #ffffff;
}
body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div.CC_OverlayAlertV3Usrv3CloseButton.CC_OverlayAlertV3Usrv3CloseButtonFailure:hover{
	background-color: #6ea37d;
	color:  #ffffff;
}
body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div.CC_OverlayAlertV3Usrv3CloseButton.CC_OverlayAlertV3Usrv3CloseButtonSuccess:hover{
	background-color: #91a4c4;
	color:  #ffffff;
}
body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div.CC_OverlayAlertV3Usrv3CloseButton.CC_OverlayAlertV3Usrv3CloseButtonSuccessDraft:hover{
	background-color: #6ea37d;
	color:  #ffffff;
}
body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div.CC_OverlayAlertV3Usrv3CloseButton.CC_OverlayAlertV3Usrv3CloseButtonDdAlert{
	background-color: #dd9eb1;
	border: 1px solid #dd9eb1;
	color:  #ffffff;
	bottom: 50px;
}
body#HI_MainFramePodBody div#HI_MainFramePodAlertV3layer div#alertmessageframe div#HI_OverlayAlertV3MessageBox div.CC_OverlayAlertV3Usrv3CloseButton.CC_OverlayAlertV3Usrv3CloseButtonDdAlert:hover{
	background-color: #ffffff;
	color: #dd9eb1;
}


		


.ui-tooltip{
	background: #555555 !important;
	color: #fcfcfc !important;
	border: 2px solid #555555 !important;
	font-size: 0.7em !important;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar{
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock{
	margin: 0 auto;
	padding: 30px 100px;
	text-align: left;
	background-color: #f5f5f5;
/*	min-height: calc(100vh - 150px);
	min-height: -webkit-calc(100vh - 150px); */
	min-height: 100vh;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock{
		padding: 10px 5px;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock{
		padding: 0px 0px;
	}
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarTitleBlock{
	background-color: #dab88b;
	border-radius: 5px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarTitleBlock div.CC_RenderingV3gCalendarTitle{
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	font-size: 0.9em;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarDesriptionBlock{
	background-color: #fcfcfc;
	border-radius: 10px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarDesriptionBlock.CC_RenderingV3gCalendarDesriptionBlockPc{
	margin: 20px 0px;
	padding: 20px 20px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarDesriptionBlock div.CC_RenderingV3gCalendarDesription{
	color: #555555;
	font-size: 0.8em;
	text-align: left;
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarperiodBox{
	color: #555555;
	text-align: left;
	background-color: #d9d9d9;
	border: 1px solid #d9d9d9;
	border-radius: 15px;
	display: inline-block;
	margin: 10px 0px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarperiodBox div.CC_RenderingV3gCalendarTabBlock{
	color: #555555;
	font-size: 0.8em;
	text-align: left;
	display: inline-block;
	padding: 5px 30px;
	border-radius: 13px;
	margin: 2px;
	cursor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarperiodBox div.CC_RenderingV3gCalendarTabBlock div.CC_RenderingV3gCalendarTab{
	color: #555555;
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarperiodBox div.CC_RenderingV3gCalendarTabBlock.CC_RenderingV3gCalendarTabBlockActive{
	background-color: #fcfcfc;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarperiodBox div.CC_RenderingV3gCalendarTabBlock.CC_RenderingV3gCalendarTabBlockActive div.CC_RenderingV3gCalendarTab{
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarAboveBox{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarAboveBox div.CC_RenderingV3gCalendarNaviBox{
	display: grid;
	grid-template-columns: 3fr 2fr;
	justify-content: center;
	align-items: center;
	background-color: #fcfcfc;
	border-radius: 10px 10px 0px 0px;
	padding: 20px 20px 20px 20px;
}


@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarAboveBox div.CC_RenderingV3gCalendarNaviBox{
		display: none;
	}

}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarAboveBox div.CC_RenderingV3gCalendarNaviBox{
		display: none;
	}
}





body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox{
	border-radius: 10px;
	background-color: #fcfcfc;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox.CC_RenderingV3gCalendarCalendarAvobeBoxInfomrationBlockShow{
	display: grid;
	grid-template-columns: 5fr 2fr;
	justify-content: center;
	align-items: start;
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarNaviBox{
	grid-template-columns: 50px 50px 1fr 50px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarNaviBox.CC_RenderingV3gCalendarNaviBoxNoForeward{
	grid-template-columns: 50px 1fr 50px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarAboveBox div.CC_RenderingV3gCalendarNaviBox div.CC_RenderingV3gCalendarNaviBackwardArrowBlock div.CC_RenderingV3gCalendarNaviBackwardArrow{
	cursor: pointer;
	margin: 0 auto;
	height: 24px;
	width: 24px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 480px 240px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	background-position: -0px -192px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarNaviBox div.CC_RenderingV3gCalendarNaviBackwardArrowBlock div.CC_RenderingV3gCalendarNaviBackwardArrow{
	font-size: 0.8em;
	text-align: center;
	cursor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarNaviBox div.CC_RenderingV3gCalendarNaviForewardArrowBlock.CC_RenderingV3gCalendarNaviForewardArrowBlockHide{
	display: none;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarNaviBox div.CC_RenderingV3gCalendarNaviForewardArrowBlock div.CC_RenderingV3gCalendarNaviForewardArrow{
	cursor: pointer;
	margin: 0 auto;
	height: 24px;
	width: 24px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 480px 240px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	background-position: -24px -192px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarNaviBox div.CC_RenderingV3gCalendarNaviTitleBlock div.CC_RenderingV3gCalendarNaviTitle{
	font-size: 0.8em;
	text-align: left;
	margin-right: 0px;
	text-indent: 1.0em;
/*	cursor: pointer; */
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarNaviBox div.CC_RenderingV3gCalendarNaviModeBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarNaviBox div.CC_RenderingV3gCalendarNaviModeBlock div.CC_RenderingV3gCalendarNaviModeIconBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarNaviBox div.CC_RenderingV3gCalendarNaviModeBlock div.CC_RenderingV3gCalendarNaviModeIconBlock div.CC_RenderingV3gCalendarNaviModeIcon{
	height: 40px;
	width: 40px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 800px 400px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	background-position: -40px -160px;
	cursor: pointer;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarInformationBlock div.CC_RenderingV3gCalendarNaviBox{
	display: block;
	padding-bottom: 50px;
	text-align: right;
	margin-left: 0px;
	display: flex;
	justify-content: flex-end;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarInformationBlock div.CC_RenderingV3gCalendarNaviBox div.CC_RenderingV3gCalendarNaviCloseArrowBlock{
	text-align: right;
	margin-left: 0px;
	background-color: #eee9e6;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	cursor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarInformationBlock div.CC_RenderingV3gCalendarNaviBox div.CC_RenderingV3gCalendarNaviCloseArrowBlock div.CC_RenderingV3gCalendarNaviCloseArrow{
/*	color: #555555;
	line-height: 2.0em; */
		margin: 0 auto;
		margin-top: 5px;
		height: 24px;
		width: 24px;
		display: block;
		background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
		background-size: 480px 240px;	/* 2400px 1200px */
		background-repeat: no-repeat;
		background-position: -48px -216px;
}











body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox{
	background-color: #fcfcfc;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
	
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox.CC_RenderingV3gCalendarCalendarBoxShowInformation{
	border-right: 1px solid #b5bec6;
	border-radius: 10px 0px 0px 10px;
}





body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock{
	padding-right: 20px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock.CC_RenderingV3gCalendarCalendarLineBlockWday{
	border-bottom: 1px solid #b5bec6;
	padding-bottom: 20px;
	margin-top: 0px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock.CC_RenderingV3gCalendarCalendarLineBlockWday div.CC_RenderingV3gCalendarCalendarLineDateBlock{
	text-align: center;
	aspect-ratio: auto;
	padding-bottom: 0px;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock.CC_RenderingV3gCalendarCalendarLineBlockWday div.CC_RenderingV3gCalendarCalendarLineDateBlock div.CC_RenderingV3gCalendarCalendarLineDate{
	color: #b5bec6;
	text-align: center;
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock div.CC_RenderingV3gCalendarCalendarLineDateBlock div.CC_RenderingV3gCalendarCalendarLineDate{
	color: #555555;
	text-align: center;
	width: 35px;
	height: 35px;
	text-align: center;
	margin: 0 auto;
	line-height: 2.0em;
	cursor: pointer;
}


@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock div.CC_RenderingV3gCalendarCalendarLineDateBlock div.CC_RenderingV3gCalendarCalendarLineDate{
		color: #555555;
		text-align: center;
		width: 20px;
		height: 20px;
		text-align: center;
		margin: 0 auto;
		line-height: 2.0em;
		cursor: pointer;
		font-size: 0.6em;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock div.CC_RenderingV3gCalendarCalendarLineDateBlock div.CC_RenderingV3gCalendarCalendarLineDate{
		color: #555555;
		text-align: center;
		width: 20px;
		height: 20px;
		text-align: center;
		margin: 0 auto;
		line-height: 2.0em;
		cursor: pointer;
		font-size: 0.6em;
	}
}








body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock div.CC_RenderingV3gCalendarCalendarLineDateBlock div.CC_RenderingV3gCalendarCalendarLineDate.CC_RenderingV3gCalendarCalendarLineDateExistPod{
	background-color: #dab88b;
	color: #fcfcfc;
	border-radius: 50%;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock div.CC_RenderingV3gCalendarCalendarLineDateBlock div.CC_RenderingV3gCalendarCalendarLineDate.CC_RenderingV3gCalendarCalendarLineDatePhraseStock{
	background-color: #e8a6b0;
	color: #fcfcfc;
	border-radius: 50%;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock div.CC_RenderingV3gCalendarCalendarLineDateBlock div.CC_RenderingV3gCalendarCalendarLineDate.CC_RenderingV3gCalendarCalendarLineDateExistPod.CC_RenderingV3gCalendarCalendarLineDatePhraseStock{
	background-color: #e8a6b0;
	color: #fcfcfc;
	border-radius: 50%;
	background: linear-gradient(to right, #dab88b 50%, #e8a6b0 50%);
}











body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock div.CC_RenderingV3gCalendarCalendarLineDateBlock{
	text-align: center;
	aspect-ratio: 1 / 1;
	padding-bottom: 20px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock div.CC_RenderingV3gCalendarCalendarLineDateBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock div.CC_RenderingV3gCalendarCalendarLineDateBlock div.CC_RenderingV3gCalendarCalendarDataBox{
	width: 50px;
	text-align: center;
	margin: 0 auto;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock div.CC_RenderingV3gCalendarCalendarLineDateBlock div.CC_RenderingV3gCalendarCalendarDataBox div.CC_RenderingV3gCalendarCalendarDataBlcok{
	padding: 5px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock div.CC_RenderingV3gCalendarCalendarLineDateBlock div.CC_RenderingV3gCalendarCalendarDataBox div.CC_RenderingV3gCalendarCalendarDataBlcok div.CC_RenderingV3gCalendarCalendarDataIconBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock div.CC_RenderingV3gCalendarCalendarLineDateBlock div.CC_RenderingV3gCalendarCalendarDataBox div.CC_RenderingV3gCalendarCalendarDataBlcok div.CC_RenderingV3gCalendarCalendarDataIconBlock div.CC_RenderingV3gCalendarCalendarDataIcon{
	height: 40px;
	width: 40px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 800px 400px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	background-position: -0px -160px;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock div.CC_RenderingV3gCalendarCalendarLineDateBlock div.CC_RenderingV3gCalendarCalendarDataBox div.CC_RenderingV3gCalendarCalendarDataBlcok div.CC_RenderingV3gCalendarCalendarDataIconBlock div.CC_RenderingV3gCalendarCalendarDataIcon{
		height: 20px;
		width: 20px;
		display: block;
		background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
		background-size: 400px 200px;	/* 2400px 1200px */
		background-repeat: no-repeat;
		background-position: -0px -80px;
		cursor: pointer;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock div.CC_RenderingV3gCalendarCalendarLineDateBlock div.CC_RenderingV3gCalendarCalendarDataBox div.CC_RenderingV3gCalendarCalendarDataBlcok div.CC_RenderingV3gCalendarCalendarDataIconBlock div.CC_RenderingV3gCalendarCalendarDataIcon{
		height: 20px;
		width: 20px;
		display: block;
		background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
		background-size: 400px 200px;	/* 2400px 1200px */
		background-repeat: no-repeat;
		background-position: -0px -80px;
		cursor: pointer;
	}
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock div.CC_RenderingV3gCalendarCalendarLineBlock div.CC_RenderingV3gCalendarCalendarLineDateBlock div.CC_RenderingV3gCalendarCalendarDataBox div.CC_RenderingV3gCalendarCalendarDataBlcok div.CC_RenderingV3gCalendarCalendarDataIconBlock div.CC_RenderingV3gCalendarCalendarDataIcon.CC_RenderingV3gCalendarCalendarDataIconBirthday{
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarInformationBlock{
	display: none;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarInformationBlock.CC_RenderingV3gCalendarCalendarInformationBlockShow{
	display: block;
}







body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarInformationBlock div.CC_RenderingV3gCalendarCalendarInformationBox{
	padding: 20px;
}




div.CC_RenderingV3gCalendarCalendarInformationHeaderBlock{
}
@media screen and ( min-width: 500px ) and (max-width: 1000px){
	div.CC_RenderingV3gCalendarCalendarInformationHeaderBlock{
		padding-bottom: 20px;
		padding-left: 10px;
	}
}
@media screen and (max-width: 500px){
	div.CC_RenderingV3gCalendarCalendarInformationHeaderBlock{
		padding-bottom: 20px;
		padding-left: 10px;
	}
}


div.CC_RenderingV3gCalendarCalendarInformationHeaderBlock div.CC_RenderingV3gCalendarCalendarInformationHeader{
	text-align: left;
	font-size: 1.0em;
	padding-bottom: 5px;
	color: #555555;
}


div.CC_RenderingV3gCalendarCalendarInformationContentsBLock{
	margin-top: 10px;
}


div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock{
	display: grid;
	grid-template-columns: 45px 1fr;
	justify-content: start;
	align-items: center;
	padding: 10px 10px;
	background-color: #f5f5f5;
}
div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock:first-child{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock:last-child{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock.CC_RenderingV3gCalendarCalendarInformationLineBlockHeader{
	display: block;
	width: 100%;
	padding: 0px;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}
div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock.CC_RenderingV3gCalendarCalendarInformationLineBlockHeader div.CC_RenderingV3gCalendarCalendarInformationLineImageBlock{
	width: 100%;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}
div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock.CC_RenderingV3gCalendarCalendarInformationLineBlockHeader div.CC_RenderingV3gCalendarCalendarInformationLineImageBlock img.CC_RenderingV3gCalendarCalendarInformationLineImage{
	width: 100%;
	border-radius: 10px 10px 0px 0px;

}

div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineIconBlock{
	width: 40px;
	height: 40px;
}
div.CC_RenderingV3gCalendarCalendarInformationContentsBLock.CC_RenderingV3gCalendarCalendarInformationContentsBLockBirthday div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineIconBlock{
	border-radius: 50%;	
	vertical-align: middle;
	text-align: left;
}
div.CC_RenderingV3gCalendarCalendarInformationContentsBLock.CC_RenderingV3gCalendarCalendarInformationContentsBLockBirthday div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineIconBlock img.CC_RenderingV3gCalendarCalendarInformationLineIcon{
	width: 40px;
	height: 40px;
	border-radius: 50%;	
	vertical-align: middle;
}
div.CC_RenderingV3gCalendarCalendarInformationContentsBLock.CC_RenderingV3gCalendarCalendarInformationContentsBLockBirthday div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineIconBlock div.CC_RenderingV3gCalendarCalendarInformationLineIcon{
	background-color: #8f8f8f;
	width: 40px;
	height: 40px;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	display: inline-block;
	background-image: none;
}

div.CC_RenderingV3gCalendarCalendarInformationContentsBLock.CC_RenderingV3gCalendarCalendarInformationContentsBLockBirthday div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineIconBlock div.CC_RenderingV3gCalendarCalendarInformationLineIcon div.CC_RenderingV3gCalendarCalendarInformationLineIconText{
	color: #ffffff;
	display: inline-block;
	justify-content: center;
	align-items: center;
	font-size: 0.8em;
	transform: translateY(20%);
}




div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock{
	justify-content: start;
	align-items: start;
}
div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineIconBlock{
}
div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineIconBlock div.CC_RenderingV3gCalendarCalendarInformationLineIcon{
	height: 30px;
	width: 30px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 600px 300px;	/* 2400px 1200px */
	background-repeat: no-repeat;
/*	cursor: pointer; */
	background-position: -60px -120px;
}
div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineIconBlock div.CC_RenderingV3gCalendarCalendarInformationLineIcon.CC_RenderingV3gCalendarCalendarInformationLineIconPhraseStock{
	background-position: -360px -90px;
}

div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineContentBox{
}
div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineContentBox div.CC_RenderingV3gCalendarCalendarInformationLineDateBlock{
}
div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineContentBox div.CC_RenderingV3gCalendarCalendarInformationLineDateBlock div.CC_RenderingV3gCalendarCalendarInformationLineDate{
	text-align: left;
	font-size: 0.5em;
	color: #555555;
}
div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineContentBox div.CC_RenderingV3gCalendarCalendarInformationLineTitleBlock{
	width: 100%;
	min-width: 0;
}
div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineContentBox div.CC_RenderingV3gCalendarCalendarInformationLineTitleBlock div.CC_RenderingV3gCalendarCalendarInformationLineTitle{
	text-align: left;
	font-size: 0.8em;
	color: #555555;
	cursor: pointer;
	width: 100%;
	min-width: 0;
/*	white-space: nowrap; */   /* 折り返さず一行で表示 */
	display: -webkit-box;            /* Flexbox の古い形式（必要） */
	-webkit-box-orient: vertical;    /* 縦方向に並べる */
	-webkit-line-clamp: 2;           /* 表示する行数を指定（ここを2に） */
	overflow: hidden;       /* はみ出た部分を非表示に */
	text-overflow: ellipsis;/* はみ出たら「…」で省略表示 */
}
div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineContentBox div.CC_RenderingV3gCalendarCalendarInformationLineTitleBlock div.CC_RenderingV3gCalendarCalendarInformationLineTitle:hover{
	text-decoration: underline;
	color: #91a4c4;
}









div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineNameBlock{
}
div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineNameBlock div.CC_RenderingV3gCalendarCalendarInformationLineName{
	font-size: 0.8em;
	text-align: left;
	color: #555555;
}

div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineDateBox{
	display: grid;
	grid-template-columns: 1fr 50px;
	justify-content: start;
	align-items: center;
}

div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineDateBox div.CC_RenderingV3gCalendarCalendarInformationLineBirthdayBlock{
}
div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineDateBox div.CC_RenderingV3gCalendarCalendarInformationLineBirthdayBlock div.CC_RenderingV3gCalendarCalendarInformationLineBirthdayBlock{
	font-size: 0.8em;
	text-align: left;
	color: #555555;
}
div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineDateBox div.CC_RenderingV3gCalendarCalendarInformationLineAgeBlock{
}

div.CC_RenderingV3gCalendarCalendarInformationContentsBLock div.CC_RenderingV3gCalendarCalendarInformationLineBlock div.CC_RenderingV3gCalendarCalendarInformationLineDateBox div.CC_RenderingV3gCalendarCalendarInformationLineAgeBlock div.CC_RenderingV3gCalendarCalendarInformationLineAge{
	font-size: 0.8em;
	text-align: right;
	margin-left: 0px;
	color: #555555;
}




@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock{
		padding-left: 0px;
		padding-right: 0px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarTitleBlock{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox{
		display:block;
		padding: 0px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox{
		background-color: #fcfcfc;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 5px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock{
		padding-right: 0px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarInformationBlock.CC_RenderingV3gCalendarCalendarInformationBlockShow{
		display: none;
	}
	
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock{
		padding-left: 0px;
		padding-right: 0px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarTitleBlock{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarTitleBlock{
		display: none;
		padding: 0px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox{
		background-color: #fcfcfc;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 5px;
		border-radius: 10px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarBox div.CC_RenderingV3gCalendarCalendarBlock{
		padding-right: 0px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox{
		display: block;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gCalendar div.CC_RenderingV3gCalendarBlock div.CC_RenderingV3gCalendarAboveBox.CC_RenderingV3gCalendarCalendarAvobeBox div.CC_RenderingV3gCalendarCalendarInformationBlock.CC_RenderingV3gCalendarCalendarInformationBlockShow{
		display: none;
	}

}





.CC_RenderingV3gCalendarStartDayOfWeekContextMenuBlock{
/*	width: 100px !important; */
	margin-left: 10px;
	display: block;
}
.CC_RenderingV3gCalendarStartDayOfWeekContextMenuBlock span{
	margin-left: 10px;
}
.CC_RenderingV3gCalendarStartDayOfWeekContext{
	margin: 0 auto;
	height: 24px; 
	display: block;
	margin-left: 10px;
}
.CC_RenderingV3gCalendarStartDayOfWeekContextActive{
	margin: 0 auto;
	height: 24px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_context_check.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin-left: 10px;
}


	
	



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod{
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPod{
}


@media screen and ( min-width: 500px ) and (max-width: 1000px){
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodPod{
	
	}

}





body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock{
	margin: 0 auto;
	padding: 30px 100px;
	text-align: left;
	background-color: #f5f5f5;
/*	min-height: calc(100vh - 150px);
	min-height: -webkit-calc(100vh - 150px); */
	min-height: calc( 100vh - 50px );
	min-height: -webkit-calc( 100vh - 50px );
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock{
		padding: 10px 5px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodPod div.CC_RenderingV3gPodBlock{
		background-color: #ffffff;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock{
		padding: 10px 5px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodPod div.CC_RenderingV3gPodBlock{
		background-color: #ffffff;
	}
}


@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock{
		height: calc(100svh - 230px);
		height: -webkit-calc(100svh -230px);
		height: calc(var(--app-height) - 230px);
		min-height: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock{
		height: calc(100svh - 230px);
		height: -webkit-calc(100svh -230px);	 /* vh dvh svh */
		height: calc(var(--app-height) - 230px);
		min-height: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
}





body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodReload{
	display: none;
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock{
	padding: 10px;
}


@media print {
	body#HI_MainFramePodBody.CC_RenderingV3gBodyCannotCopy,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodCannotCopy,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink.CC_RenderingV3gPodCannotCopy{
		display: none;
	}
}
body#HI_MainFramePodBody.CC_RenderingV3gBodyCannotCopy,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodCannotCopy,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink.CC_RenderingV3gPodCannotCopy{
/*	user-select: none; */     /* テキスト選択禁止 --> js で制御 */
/*	-webkit-user-drag: none; 
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock{
		padding: 0px;
	}

}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock{
		padding: 0px;
	}

}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock{
	background-color: #dab88b;
	border-radius: 5px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodTitle{
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	font-size: 0.9em;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}


@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock{
		background-color: transparent;
		display: grid;
		grid-template-columns: 1fr 30px 50px;
		justify-content: start;
		align-items: center;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock.CC_RenderingV3gPodTitleBlockMyFolder{
		grid-template-columns: 1fr 35px 50px;
	}
	
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodTitle{
		color: #555555;
		font-size: 1.2em;
		font-weight: bold;
		padding: 0px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodTrashBox div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock{
		background-color: transparent;
		display: block;
	}
	
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodTag div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodTag div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock{
		display: none;
	}
	
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock{
		display: block;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3eUsrV3BreadcurmBox{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodEdit div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodPod.CC_RenderingV3gPodEdit div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock{
		display: grid;
		grid-template-columns: 1fr 30px;
	}
	
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock.CC_RenderingV3gPodListCommandBlockSqure div.CC_RenderingV3gPodListCommandIconBlcok{
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock.CC_RenderingV3gPodListCommandBlockSqure div.CC_RenderingV3gPodListCommandIconBlcok div.CC_RenderingV3gPodListCommandIcon{
		display: block;
		width: 50px;
		height: 50px;
		background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_shortcut_icon.png?3);
		background-size: 500px 100px;	/* 1000px 200px */
		background-repeat: no-repeat;
		cursor: pointer;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock.CC_RenderingV3gPodListCommandBlockSqure.CC_RenderingV3gPodListCommandBlockCreatePods div.CC_RenderingV3gPodListCommandIconBlcok div.CC_RenderingV3gPodListCommandIcon{
		background-position: -0px -0px;
	}
	

}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock{
		background-color: transparent;
		display: grid;
		grid-template-columns: 1fr 30px;
		justify-content: start;
		align-items: center;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock.CC_RenderingV3gPodTitleBlockMyFolder{
		grid-template-columns: 1fr 35px 50px;
	}
	
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodTitle{
		color: #555555;
		font-size: 1.2em;
		font-weight: bold;
		padding: 0px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodTrashBox div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock{
		background-color: transparent;
		display: block;
	}
	
	
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodTag div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock{
		display: none;
	}
	
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock{
		display: block;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3eUsrV3BreadcurmBox{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodEdit div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodPod.CC_RenderingV3gPodEdit div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock{
		display: grid;
		grid-template-columns: 1fr 30px;
	}
	
	
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock.CC_RenderingV3gPodListCommandBlockSqure div.CC_RenderingV3gPodListCommandIconBlcok{
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock.CC_RenderingV3gPodListCommandBlockSqure div.CC_RenderingV3gPodListCommandIconBlcok div.CC_RenderingV3gPodListCommandIcon{
		display: block;
		width: 50px;
		height: 50px;
		background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_shortcut_icon.png?3);
		background-size: 500px 100px;	/* 1000px 200px */
		background-repeat: no-repeat;
		cursor: pointer;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock.CC_RenderingV3gPodListCommandBlockSqure.CC_RenderingV3gPodListCommandBlockCreatePods div.CC_RenderingV3gPodListCommandIconBlcok div.CC_RenderingV3gPodListCommandIcon{
		background-position: -0px -0px;
	}
	
	

}







body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock{
	display: grid;
	grid-template-columns: 100px 1fr 150px 30px;
	justify-items: start;
	align-items: center;
	margin-top: 20px;
	maring-bottom: 20px;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock{
		grid-template-columns: 50px 1fr 30px;
		margin-top: 0px;
		maring-bottom: 0px;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock{
		grid-template-columns: 50px 1fr 30px;
		margin-top: 0px;
		maring-bottom: 0px;
	}
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsIconBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsIconBlock div.CC_RenderingV3gTeamPodsIcon{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	color: #ffffff;
	background-color: #6f9e90;
	display: flex;
	justify-content: center;
	align-items: center;
/*	padding-bottom: 5px; */
	line-height: 3.0em;
	font-size: 0.8em;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsIconBlock img.CC_RenderingV3gTeamPodsIcon{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsIconBlock div.CC_RenderingV3gTeamPodsIcon{
		width: 45px;
		height: 45px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsIconBlock img.CC_RenderingV3gTeamPodsIcon{
		width: 45px;
		height: 45px;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsIconBlock div.CC_RenderingV3gTeamPodsIcon{
		width: 45px;
		height: 45px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsIconBlock img.CC_RenderingV3gTeamPodsIcon{
		width: 45px;
		height: 45px;
	}

}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsNameBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsNameBlock div.CC_RenderingV3gTeamPodsName{
	font-size: 1.2em;
	text-align: left;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsCommandBlock{

}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsDetailCommandBlock{
}



@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsCommandBlock{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsDetailCommandBlock{
		display: block;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsCommandBlock{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsDetailCommandBlock{
		display: block;
	}
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsCommandBlock div.CC_RenderingV3gTeamPodsCommand{
}
	
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsDetailCommandBlock div.CC_RenderingV3gTeamPodsDetailCommand{
	height: 30px;
	width: 30px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 600px 300px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -510px -240px;
}

	
	
	

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox{

}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodTrashBox div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock{
	padding: 0px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodImportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock{
	padding: 0px;
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock{
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock{
		padding: 0px 0px;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock{
		padding: 0px 0px;
	}
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock.CC_RenderingV3gPodListBlockNone{
	padding-top: 40px;
	padding-bottom: 40px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock.CC_RenderingV3gPodListBlockNone div.CC_RenderingV3gPodListNoneImageBlock{
	text-align: center;
		
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock.CC_RenderingV3gPodListBlockNone div.CC_RenderingV3gPodListNoneImageBlock img.CC_RenderingV3gPodListNoneImage{
	width: 50px;
	height: 61px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock.CC_RenderingV3gPodListBlockNone div.CC_RenderingV3gPodListNoneTextBlock{
	margin-top: 10px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock.CC_RenderingV3gPodListBlockNone div.CC_RenderingV3gPodListNoneTextBlock div.CC_RenderingV3gPodListNoneText{
	color: #aca4a4;
}

	
	



.CC_RenderingV3gPodListDisplayMethodContextMenuItem{
	margin-left: 10px;
	color: #555555;
}
.CC_RenderingV3gPodListDisplayMethodContextMenuItem span{
	margin-left: 10px;
}

.CC_RenderingV3gPodListDisplayMethodContextMenuItemActive{
	margin: 0 auto;
	height: 24px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_context_check.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
/*	margin-left: 5px; */
	margin-left: 10px;
}

.CC_RenderingV3gPodListDisplayMethodContextMenuItemDesc{
	border-top: 1px solid #d9d9d9;
	margin-top: 7px;
	padding-top: 100px;
	line-height: 2.5em;
}

.CC_RenderingV3gPodListDisplayMethodContextMenuItemActiveNoIcon{
	padding-left: 0px !important;
}




.CC_RenderingV3gPodContextMneuShared{
	margin-left: 10px;
	color: #555555;
	line-height: 0.8em;
}
.CC_RenderingV3gPodContextMneuShared span{
	margin-left: 10px;
	width: 100%;
	white-space: nowrap;    /* 折り返さず一行で表示 */
	overflow: hidden;       /* はみ出た部分を非表示に */
	text-overflow: ellipsis;/* はみ出たら「…」で省略表示 */
}
.CC_RenderingV3gPodContextMneuSharedActive{
	margin: 0 auto;
	height: 24px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_context_check.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
/*	margin-left: 5px; */
	margin-left: 10px;
}

li.CC_RenderingV3gPodContextMneuShared > span:only-of-type {
  margin-bottom: 30px;

}

span.CC_RenderingV3gPodContextMneuSharedOwnerName{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	color: #ffffff;
	background-color: #8f8f8f;
	display: inline-block;
	line-height: 2.8em;
	font-size: 0.6em;
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
}
img.CC_RenderingV3gPodContextMneuSharedOwnerIcon{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	vertical-align: middle;
}



.CC_RenderingV3gPodGroupMenuItem{
	margin-left: 10px;
	color: #555555;
/*	line-height: 0.8em; */
}
.CC_RenderingV3gPodGroupMenuItem span{
	margin-left: 10px;
	width: 100%;
	white-space: nowrap;    /* 折り返さず一行で表示 */
	overflow: hidden;       /* はみ出た部分を非表示に */
	text-overflow: ellipsis;/* はみ出たら「…」で省略表示 */
}
.CC_RenderingV3gPodGroupMenuItem.CC_RenderingV3gPodGroupMenuItemGroupDetail{
	margin: 0 auto;
	height: 24px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_context_detail_pod_group.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
/*	margin-left: 5px; */
	margin-left: 10px;
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3eUsrV3BreadcurmBox{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
}

	
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodTrashBox div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
	display: block;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodImportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
	display: block;
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodAllPods div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
	display: grid;
	grid-template-columns:55px 55px 1fr;
	justify-items: start;
	align-items: center;
	padding-bottom: 20px;
}


@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodAllPods div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
		grid-template-columns: 55px 55px 55px 55px 1fr;
		padding-top: 0px;
		padding-bottom: 5px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
		display: none;
	}
}
@media screen and (max-width: 500px){

	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodAllPods div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
		grid-template-columns: 55px 55px 55px 55px 1fr;
		padding-top: 0px;
		padding-bottom: 5px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
		display: none;
	}

}






body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
	display: grid;
	grid-template-columns: 80px 160px 160px 1fr ;
	justify-items: start;
	align-items: center;
	padding-bottom: 10px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodDailyReportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
	display: grid;
	grid-template-columns: 80px 160px 1fr;
	justify-items: start;
	align-items: center;
	padding-bottom: 10px;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodAllPods div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
		grid-template-columns: 55px 1fr;
		padding-top: 0px;
		padding-bottom: 5px;
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodDailyReportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
		grid-template-columns: 55px 1fr;
		padding-top: 0px;
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 500px){
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodAllPods div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
	display: none;
}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
		grid-template-columns: 55px 1fr;
		padding-top: 0px;
		padding-bottom: 5px;
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodDailyReportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
		grid-template-columns: 55px 1fr;
		padding-top: 0px;
		padding-bottom: 5px;
	}

}






body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
	display: grid;
	grid-template-columns: 1fr;
	padding-bottom: 10px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gSharePod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
	display: grid;
	grid-template-columns: 1fr 160px;
	padding-bottom: 10px;
	justify-items: end;
	align-items: center;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gSharePod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
		display: none;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gSharePod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock{
		display: none;
	}

}





body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodTrashBox div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListCommandBlock{
	width: 170px;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	padding: 0px;
	cursor: pointer;
}

	
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodTrashBox div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodDescriptionBox{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodTrashBox div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodDescriptionBox.CC_RenderingV3gPodDescriptionBoxTrashBox{
	display: grid;
	grid-template-columns: 1fr 250px;
	justify-content: start;
	align-items: center;
	background-color: #d9d9d9;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}


@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodTrashBox div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodDescriptionBox.CC_RenderingV3gPodDescriptionBoxTrashBox{
		grid-template-columns: 1fr 100px;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodTrashBox div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodDescriptionBox.CC_RenderingV3gPodDescriptionBoxTrashBox{
		grid-template-columns: 1fr 100px;
	}
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodTrashBox div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodDescriptionBox div.CC_RenderingV3gPodTextBlock{
	text-align: left;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodTrashBox div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodDescriptionBox div.CC_RenderingV3gPodTextBlock div.CC_RenderingV3gPodText{
	text-align: left;
	font-size: 0.8em;
	color: #555555;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodTrashBox div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodDescriptionBox div.CC_RenderingV3gPodCommandBlock{
	text-align: right;
	cursor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodTrashBox div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodDescriptionBox div.CC_RenderingV3gPodCommandBlock div.CC_RenderingV3gPodCommand{
	font-size: 0.8em;
	text-align: right;
	color: #555555;
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox{
	display: none;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox{
		display: block;
		width: 100%;
		text-align: right;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodTrashBox div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox{
		display: none;
	}


}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox{
		display: block;
		width: 100%;
		text-align: right;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodTrashBox div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox{
		display: none;
	}
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gSharePod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox{	
	justify-self: end;
}	
	
	


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodAllPods div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodDailyReportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gSharePod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodImportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock{	
/*
	width: 150px;
	text-align: left;
	margin-right: 0px;
	display: grid;
	grid-template-columns: 1fr 30px;
	justify-items: start;
	align-items: center;
	border-radius: 5px;
	padding: 5px;*/
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsCommandBlock div.CC_RenderingV3gTeamPodsCommand div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock{
	width: 120px;
	text-align: left;
	margin-right: 0px;
	display: grid;
	grid-template-columns: 1fr 20px;
	justify-items: start;
	align-items: center;
	border-radius: 5px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
}





body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodAllPods div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodDailyReportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gSharePod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodImportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock,
	display: none;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsCommandBlock div.CC_RenderingV3gTeamPodsCommand div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock div.CC_RenderingV3gPodListDisplayMethodText,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodAllPods div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock div.CC_RenderingV3gPodListDisplayMethodText,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodDailyReportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock div.CC_RenderingV3gPodListDisplayMethodText,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock div.CC_RenderingV3gPodListDisplayMethodText,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock div.CC_RenderingV3gPodListDisplayMethodText,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gSharePod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock div.CC_RenderingV3gPodListDisplayMethodText,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodImportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock div.CC_RenderingV3gPodListDisplayMethodText{
	display: none;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsCommandBlock div.CC_RenderingV3gTeamPodsCommand div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock div.CC_RenderingV3gPodListDisplayMethodText{
	color: #8f8f8f;
	font-size: 0.8em;
	text-align: center;
	
}
	



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodAllPods div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodDailyReportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gSharePod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock,		
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodImportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsCommandBlock div.CC_RenderingV3gTeamPodsCommand div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock div.CC_RenderingV3gPodListDisplayMethodIcon,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodAllPods div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock div.CC_RenderingV3gPodListDisplayMethodIcon,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodDailyReportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock div.CC_RenderingV3gPodListDisplayMethodIcon,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock div.CC_RenderingV3gPodListDisplayMethodIcon,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock div.CC_RenderingV3gPodListDisplayMethodIcon,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gSharePod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock div.CC_RenderingV3gPodListDisplayMethodIcon,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodImportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock div.CC_RenderingV3gPodListDisplayMethodIcon,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsCommandBlock div.CC_RenderingV3gTeamPodsCommand div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock div.CC_RenderingV3gPodListDisplayMethodIcon{
	height: 30px;
	width: 30px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 600px 300px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -510px -240px;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gTeamPodsHeaderBlock div.CC_RenderingV3gTeamPodsCommandBlock div.CC_RenderingV3gTeamPodsCommand div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock div.CC_RenderingV3gPodListDisplayMethodIcon{
	height: 15px;
	width: 15px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 300px 150px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -240px -15px;
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox{
	display: block;
	width: auto;
/*	text-align: right; */
/*	justify-items: end; */
	justify-self: start;
	text-align: left;
	margin: 0;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodAllPods div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodDailyReportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gSharePod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodImportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock{
	width: 130px;
	text-align: left;
	margin-right: 0px;
	display: grid;
	grid-template-columns: 1fr 20px;
	justify-items: start;
	align-items: center;
	border-radius: 5px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox.CC_RenderingV3gPodListHeaderGridBoxSort,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodAllPods div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox.CC_RenderingV3gPodListHeaderGridBoxSort,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox.CC_RenderingV3gPodListHeaderGridBoxSort,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodDailyReportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox.CC_RenderingV3gPodListHeaderGridBoxSort{
	width: auto;
	justify-self: end;
}



@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox.CC_RenderingV3gPodListHeaderGridBoxOnlyPc{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodAllPods div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodDailyReportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gSharePod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodImportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock{	
		display: none;
	}

}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox.CC_RenderingV3gPodListHeaderGridBoxOnlyPc{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodAllPods div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodDailyReportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gSharePod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodImportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock{
		display: none;
	}
}







body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodAllPods div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodDailyReportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gSharePod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodImportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock{
	padding-left: 10px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock div.CC_RenderingV3gPodListDisplayMethodText,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodAllPods div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock div.CC_RenderingV3gPodListDisplayMethodText,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodDailyReportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock div.CC_RenderingV3gPodListDisplayMethodText,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock div.CC_RenderingV3gPodListDisplayMethodText,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock div.CC_RenderingV3gPodListDisplayMethodText,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gSharePod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock div.CC_RenderingV3gPodListDisplayMethodText,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodImportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodTextBlock div.CC_RenderingV3gPodListDisplayMethodText{	
	color: #8f8f8f;
	font-size: 0.8em;
	text-align: center;
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodAllPods div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodDailyReportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gSharePod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock,		
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodImportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock div.CC_RenderingV3gPodListDisplayMethodIcon,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodAllPods div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock div.CC_RenderingV3gPodListDisplayMethodIcon,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodDailyReportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock div.CC_RenderingV3gPodListDisplayMethodIcon,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock div.CC_RenderingV3gPodListDisplayMethodIcon,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gTeamPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock div.CC_RenderingV3gPodListDisplayMethodIcon,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gSharePod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock div.CC_RenderingV3gPodListDisplayMethodIcon,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodImportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListDisplayMethodBlock div.CC_RenderingV3gPodListDisplayMethodIconBlock div.CC_RenderingV3gPodListDisplayMethodIcon{	
	height: 15px;
	width: 15px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 300px 150px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -240px -15px;
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gMyPodDailyReportFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock{
	width: 140px;
	display: grid;
	grid-template-columns: 30px 1fr;
	justify-content: start;
	align-items: center;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock.CC_RenderingV3gPodListCommandBlockSqure{
	display: block;
	width: 50px;
	height: 50px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock.CC_RenderingV3gPodListCommandBlockSqure div.CC_RenderingV3gPodListCommandIconBlcok{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock.CC_RenderingV3gPodListCommandBlockSqure div.CC_RenderingV3gPodListCommandIconBlcok div.CC_RenderingV3gPodListCommandIcon{
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_shortcut_icon.png?3);
	background-size: 500px 100px;	/* 1000px 200px */
	background-repeat: no-repeat;
	cursor: pointer;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock.CC_RenderingV3gPodListCommandBlockSqure.CC_RenderingV3gPodListCommandBlockCreatePods div.CC_RenderingV3gPodListCommandIconBlcok div.CC_RenderingV3gPodListCommandIcon{
	background-position: -0px -0px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock.CC_RenderingV3gPodListCommandBlockSqure.CC_RenderingV3gPodListCommandBlockManagementTags div.CC_RenderingV3gPodListCommandIconBlcok div.CC_RenderingV3gPodListCommandIcon{
	background-position: -450px -0px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock.CC_RenderingV3gPodListCommandBlockSqure.CC_RenderingV3gPodListCommandBlockImportPods div.CC_RenderingV3gPodListCommandIconBlcok div.CC_RenderingV3gPodListCommandIcon{
	background-position: -0px -50px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock.CC_RenderingV3gPodListCommandBlockSqure.CC_RenderingV3gPodListCommandBlockExportsPods div.CC_RenderingV3gPodListCommandIconBlcok div.CC_RenderingV3gPodListCommandIcon{
	background-position: -50px -50px;
}













body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock.CC_RenderingV3gPodListCommandBlockRename{
	background-color: #c46060;
	text-align: right;
	margin-left: 0px;
	grid-template-columns: 25px 1fr;
		
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock.CC_RenderingV3gPodListCommandBlockDelete{
	background-color: #8f8f8f;
	text-align: right;
	margin-left: 0px;
	grid-template-columns: 35px 1fr;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock div.CC_RenderingV3gPodListCommandIconBlcok{
/*	padding-left: 10px; */
	justify-self: end;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock div.CC_RenderingV3gPodListCommandTextBlock{
	justify-self: start;
	padding-left: 5;
	width: calc(100% - 5px);
	width: webkit-calc(100% - 5px);
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock div.CC_RenderingV3gPodListCommandIconBlcok{
		padding-left: 0px;
	}

}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock div.CC_RenderingV3gPodListCommandIconBlcok{
		padding-left: 0px;
	}
}






body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock div.CC_RenderingV3gPodListCommandIconBlcok div.CC_RenderingV3gPodListCommandIcon{
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 400px 200px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock.CC_RenderingV3gPodListCommandBlockRename div.CC_RenderingV3gPodListCommandIconBlcok div.CC_RenderingV3gPodListCommandIcon{
	background-position: -320px -40px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock.CC_RenderingV3gPodListCommandBlockDelete div.CC_RenderingV3gPodListCommandIconBlcok div.CC_RenderingV3gPodListCommandIcon{
	background-position: -60px -0px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock div.CC_RenderingV3gPodListCommandTextBlock{

}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListHeaderBlock div.CC_RenderingV3gPodListHeaderGridBox div.CC_RenderingV3gPodListCommandBlock div.CC_RenderingV3gPodListCommandTextBlock div.CC_RenderingV3gPodListCommandText{
	color: #ffffff;
	font-size: 0.8em;
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodCircleCommandBox{
	display: none;
}
@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodCircleCommandBox{
		display: block;
		position: absolute;
		bottom: 80px;
		right: 20px;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodCircleCommandBox{
		display: block;
		position: absolute;
		bottom: 80px;
		right: 20px;
	}
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodCircleCommandBox div.CC_RenderingV3gPodCircleCommandBlock{
	display: inline-block;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodCircleCommandBox div.CC_RenderingV3gPodCircleCommandBlock div.CC_RenderingV3gPodCircleIconBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodCircleCommandBox div.CC_RenderingV3gPodCircleCommandBlock div.CC_RenderingV3gPodCircleIconBlock div.CC_RenderingV3gPodCircleIcon{
	height: 50px;
	width: 50px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 1000px 500px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodCircleCommandBox div.CC_RenderingV3gPodCircleCommandBlock div.CC_RenderingV3gPodCircleIconBlock div.CC_RenderingV3gPodCircleIcon.CC_RenderingV3gPodCircleIconRenameFolder{
	background-position: -900px -400px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodCircleCommandBox div.CC_RenderingV3gPodCircleCommandBlock div.CC_RenderingV3gPodCircleIconBlock div.CC_RenderingV3gPodCircleIcon.CC_RenderingV3gPodCircleIconDeleteFolder{
	background-position: -0px -450px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodCircleCommandBox div.CC_RenderingV3gPodCircleCommandBlock div.CC_RenderingV3gPodCircleIconBlock div.CC_RenderingV3gPodCircleIcon.CC_RenderingV3gPodCircleIconCreateTag{
	background-position: -750px -400px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodCircleCommandBox div.CC_RenderingV3gPodCircleCommandBlock div.CC_RenderingV3gPodCircleIconBlock div.CC_RenderingV3gPodCircleIcon.CC_RenderingV3gPodCircleIconCreateFolder{
	background-position: -400px -150px;
}










body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents{
	padding: 0px 10px;
}



@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodEdit div.CC_RenderingV3gPodBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShare div.CC_RenderingV3gPodBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodPublish div.CC_RenderingV3gPodBlock{
		background-color: #f5f5f5;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShare div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsShare,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodPublish div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsPublish{
		padding: 5px;
/*		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);*/
		border-radius: 10px;
		background-color: #ffffff;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShare div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsShare{
		padding: 5px 0px;
	}

}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodEdit div.CC_RenderingV3gPodBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShare div.CC_RenderingV3gPodBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodPublish div.CC_RenderingV3gPodBlock{
		background-color: #f5f5f5;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShare div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsShare,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodPublish div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsPublish{
		padding: 5px;
/*		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);*/
		border-radius: 10px;
		background-color: #ffffff;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShare div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsShare{
		padding: 5px 0px;
	}

}










body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAboveHeaderBlock{
	display: grid;
	grid-template-columns: 100px 1fr;
	justify-items: start;
	align-items: center;
/*	padding: 10px 0px; */
	padding: 0px 0px 10px 0px;
	width: 100%;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAboveHeaderBlock{
		display: none;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAboveHeaderBlock{
		display: none;
	}
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAboveHeaderBlock div.CC_RenderingV3gPodOwnerBlock{
	width: 100%;
	min-width: 0px;
	justify-content: center;
	align-items: center;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAboveHeaderBlock div.CC_RenderingV3gPodOwnerBlock div.CC_RenderingV3gPodOwnerIconBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAboveHeaderBlock div.CC_RenderingV3gPodOwnerBlock div.CC_RenderingV3gPodOwnerIconBlock div.CC_RenderingV3gPodOwnerIcon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #ffffff;
	background-color: #8f8f8f;
/*	display: flex;
	justify-content: center;
	align-items: center;*/
/*	padding-bottom: 5px; */
	line-height: 3.5em;
	font-size: 0.8em;
		
	text-align: center;
	margin: 0 auto;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAboveHeaderBlock div.CC_RenderingV3gPodOwnerBlock div.CC_RenderingV3gPodOwnerIconBlock img.CC_RenderingV3gPodOwnerIcon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAboveHeaderBlock div.CC_RenderingV3gPodOwnerBlock div.CC_RenderingV3gPodOwnerNameBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAboveHeaderBlock  div.CC_RenderingV3gPodOwnerBlock div.CC_RenderingV3gPodOwnerNameBlock div.CC_RenderingV3gPodOwnerName{
	text-align: center;
	margin: 0 auto;
	font-size: 0.8em;
	color: #555555;
	width: 100%;
	white-space: nowrap;    /* 折り返さず一行で表示 */
	overflow: hidden;       /* はみ出た部分を非表示に */
	text-overflow: ellipsis;/* はみ出たら「…」で省略表示 */
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAboveHeaderBlock div.CC_RenderingV3gPodInformationBlock{
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	min-width: 0px;
	padding-left: 20px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAboveHeaderBlock div.CC_RenderingV3gPodInformationBlock div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagementTeamPods{
	display: grid;
	grid-template-columns: 1fr 300px 50px 50px 50px;
/*	justify-items: start; */
	align-items: center;
	padding: 0px 0px;
	margin-bottom: 5px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAboveHeaderBlock div.CC_RenderingV3gPodInformationBlock div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagementTeamPods.CC_RenderingV3gPodHeaderBlockManagementSharePods{
 	grid-template-columns: 1fr 50px 50px 50px;
}








body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock{
	display: grid;
	grid-template-columns: 225px 30px 1fr 120px 120px;
	justify-items: start;
	align-items: center;
/*	padding: 10px 0px; */
	margin-bottom: 10px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodCrateDateBox{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodCrateDateBox div.CC_RenderingV3gPodCrateDateTitleBlock{
	display: inline-block;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodCrateDateBox div.CC_RenderingV3gPodCrateDateTitleBlock div.CC_RenderingV3gPodCrateDateTitle{
	color: #555555;
	font-size: 0.7em;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodCrateDateBox div.CC_RenderingV3gPodCrateDateBlock{
	display: inline-block;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodCrateDateBox div.CC_RenderingV3gPodCrateDateBlock div.CC_RenderingV3gPodCrateDate{
	color: #555555;
	font-size: 0.7em;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodDelimiterBlock{
	display: inline-block;
	padding-top: 3px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodDelimiterBlock div.CC_RenderingV3gPodDelimiter{
	color: #555555;
	font-size: 0.7em;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodModifyDateBox{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodModifyDateBox div.CC_RenderingV3gPodModifyDateTitleBlock{
	display: inline-block;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodModifyDateBox div.CC_RenderingV3gPodModifyDateTitleBlock div.CC_RenderingV3gPodModifyDateTitle{
	color: #555555;
	font-size: 0.7em;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodModifyDateBox div.CC_RenderingV3gPodModifyDateBlock{
	display: inline-block;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodModifyDateBox div.CC_RenderingV3gPodModifyDateBlock div.CC_RenderingV3gPodModifyDate{
	color: #555555;
	font-size: 0.7em;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodCommandPulbishBlock{
	display: grid;
	grid-template-columns: 20px 1fr;
	justify-items: center;
	align-items: center;
	cursor: pointer;
	background-color: #dab88b;
	border-radius: 20px;
	padding: 5px 10px;
	text-align: right;
	margin-left: 0px;
	width: calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodCommandPulbishBlock div.CC_RenderingV3gPodCommandPulbishIconBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodCommandPulbishBlock div.CC_RenderingV3gPodCommandPulbishIconBlock div.CC_RenderingV3gPodCommandPulbishIcon{
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 400px 200px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	background-position: -80px -20px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodCommandPulbishBlock div.CC_RenderingV3gPodCommandPulbishTextBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodCommandPulbishBlock div.CC_RenderingV3gPodCommandPulbishTextBlock div.CC_RenderingV3gPodCommandPulbishText{
	font-size: 0.8em;
	color: #ffffff;
}
	
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodCommandShareBlock{
	display: grid;
	grid-template-columns: 20px 1fr;
	justify-items: center;
	align-items: center;
	cursor: pointer;
	background-color: #dab88b;
	border-radius: 20px;
	padding: 5px 10px;
	text-align: right;
	margin-left: 0px;
	width: calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodCommandShareBlock div.CC_RenderingV3gPodCommandShareIconBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodCommandShareBlock div.CC_RenderingV3gPodCommandShareIconBlock div.CC_RenderingV3gPodCommandShareIcon{
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 400px 200px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	background-position: -100px -20px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodCommandShareBlock div.CC_RenderingV3gPodCommandShareTextBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodCommandShareBlock div.CC_RenderingV3gPodCommandShareTextBlock div.CC_RenderingV3gPodCommandShareText{
	font-size: 0.8em;
	color: #ffffff;
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement{
	display: grid;
	grid-template-columns: 1fr 180px 20px 210px 50px 50px 50px;
	justify-items: center;
	align-items: center;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement.CC_RenderingV3gPodHeaderBlockManagementTrashBox{
	display: grid;
	grid-template-columns: 1fr 180px 20px 210px;
	justify-items: center;
	align-items: center;
}



@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement{
		display: block;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodEdit div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock{
		display: none;
	}

}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement{
		display: block;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodEdit div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock{
		display: none;
	}
	
}









body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement{
	grid-template-columns: 100px 1fr;
}
@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement{
		display: grid;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement{
		display: grid;
	}
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagementTeamPods{
	display: grid;
	grid-template-columns: 100px 1fr 180px 20px 210px 50px 50px 50px;
	justify-items: center;
	align-items: center;
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodOwnerBlock{
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodOwnerBlock div.CC_RenderingV3gPodOwnerIconBlock{
	width: 60px;
	text-align: center;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodOwnerBlock div.CC_RenderingV3gPodOwnerIconBlock img.CC_RenderingV3gPodOwnerIcon,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagementTeamPods div.CC_RenderingV3gPodOwnerBlock div.CC_RenderingV3gPodOwnerIconBlock img.CC_RenderingV3gPodOwnerIcon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;	
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodOwnerBlock div.CC_RenderingV3gPodOwnerIconBlock div.CC_RenderingV3gPodOwnerIcon,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagementTeamPods div.CC_RenderingV3gPodOwnerBlock div.CC_RenderingV3gPodOwnerIconBlock div.CC_RenderingV3gPodOwnerIcon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #ffffff;
	background-color: #8f8f8f;
	display: flex;
	justify-content: center;
	align-items: center;
/*	padding-bottom: 5px; */
	line-height: 3.0em;
	font-size: 0.8em;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodOwnerBlock div.CC_RenderingV3gPodOwnerNameBlock,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagementTeamPods div.CC_RenderingV3gPodOwnerBlock div.CC_RenderingV3gPodOwnerNameBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodOwnerBlock div.CC_RenderingV3gPodOwnerNameBlock div.CC_RenderingV3gPodOwnerName,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagementTeamPods div.CC_RenderingV3gPodOwnerBlock div.CC_RenderingV3gPodOwnerNameBlock div.CC_RenderingV3gPodOwnerName{
	text-align: center;
	margin: 0 auto;
	font-size: 0.8em;
	color: #555555;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodTitleBlock{
	width: 100%;
	min-width: 0;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodTitleBlock div.CC_RenderingV3gPodPodTitle{
	font-size: 1.2em;
	color: #555555;
	text-align: left;
	width: 100%;
	min-width: 0;
	white-space: nowrap;    /* 折り返さず一行で表示 */
	overflow: hidden;       /* はみ出た部分を非表示に */
	text-overflow: ellipsis;/* はみ出たら「…」で省略表示 */
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodTitleBlock div.CC_RenderingV3gPodPodTitle{
		font-size: 1.0em;
	}

}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodTitleBlock div.CC_RenderingV3gPodPodTitle{
		font-size: 1.0em;
	}
}





body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodInformationBlock{
	width: 100%;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodInformationBlock div.CC_RenderingV3gPodPodTitleBlock{
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodInformationBlock div.CC_RenderingV3gPodPodTitleBlock div.CC_RenderingV3gPodPodTitle{
	width: 100%;
	font-size: 1.0em;
	color: #555555;
	text-align: left;
	margin-right: 0px;
}





body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodCreateDateBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodCreateDateBlock div.CC_RenderingV3gPodPodCreateDate{
	font-size: 0.6em;
	color: #555555;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodDelimiterBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodDelimiterBlock div.CC_RenderingV3gPodPodDelimiter{
	font-size: 0.6em;
	color: #555555;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodModifyDateBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodModifyDateBlock div.CC_RenderingV3gPodPodModifyDate{
	font-size: 0.6em;
	color: #555555;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodAccessReadBlock{
	width: 100%;
	text-align: right;
	margin-left: 0px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodAccessReadBlock div.CC_RenderingV3gPodAccessReadIconBlock{
	display: inline-block;
	margin: 0px 5px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodAccessReadBlock div.CC_RenderingV3gPodAccessReadIconBlock div.CC_RenderingV3gPodAccessReadIcon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #ffffff;
	background-color: #8f8f8f;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8em;
	line-height: 1.2; /* 通常値に */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid transparent;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodAccessReadBlock div.CC_RenderingV3gPodAccessReadIconBlock img.CC_RenderingV3gPodAccessReadIcon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
	border: 1px solid transparent;
}



@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodCreateDateBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodDelimiterBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodModifyDateBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodCommandModifyBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodCommandCopyBlcok,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodCommandMenuBlock{
		display: none;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodCreateDateBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodDelimiterBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodModifyDateBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodCommandModifyBlock,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodCommandCopyBlcok,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodCommandMenuBlock{
		display: none;
	}
}






body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodCommandModifyBlock{
	justify-items: end;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodCommandModifyBlock div.CC_RenderingV3gPodPodCommandMoidfy{
	height: 40px;
	width: 40px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 800px 400px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -240px -80px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodCommandModifyBlock div.CC_RenderingV3gPodPodCommandMoidfy.CC_RenderingV3gPodPodCommandMoidfyCannot{
	display: none;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodCommandCopyBlcok{
	justify-items: end;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodCommandCopyBlcok div.CC_RenderingV3gPodPodCommandCopy{
	height: 40px;
	width: 40px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 800px 400px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -280px -80px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodCommandCopyBlcok div.CC_RenderingV3gPodPodCommandCopy.CC_RenderingV3gPodPodCommandCopyCannot{
	display: none;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodCommandMenuBlock{
	justify-items: end;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement div.CC_RenderingV3gPodPodCommandMenuBlock div.CC_RenderingV3gPodPodCommandMenu{
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 400px 200px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -160px -40px;
}

.context-menu-list{
	max-height: none !important;
	height: auto !important;
}
.context-menu-list::after {
	content: "";
	display: table;
	clear: both;
}

.context-menu-item.context-menu-submenu::after {
  content: '>';
  background-image: unset;
  color: #555555;
  background-size: 12px 12px;
  border: unset;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 20%;
}
.CC_RenderingV3gPodPodContextMenuBlock{
	margin-left: 10px;
	display: block;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px 0px !important;
}





.CC_RenderingV3gPodPodContextMenuBlock span{
	margin-left: 10px;
}

.CC_RenderingV3gPodPodContextMenu{
	margin-left: 9px;
	color: #555555;
	display: block;
}

.CC_RenderingV3gPodPodContextMenu span{
	margin-left: 10px;
}

.CC_RenderingV3gPodPodContextMenu.CC_RenderingV3gPodPodContextMenuDisabled{
	position: relative;
}
.CC_RenderingV3gPodPodContextMenu.CC_RenderingV3gPodPodContextMenuDisabled span{
	color: #8f8f8f;
}

.CC_RenderingV3gPodPodContextMenu.CC_RenderingV3gPodPodContextMenuDisabled::after{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.5); /* 上に塗る色 */
}

	
	

.CC_RenderingV3gPodPodContextMenuInformation{
	margin: 0 auto;
	height: 24px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_context_detail.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.CC_RenderingV3gPodPodContextMenuInformationDetail{
	margin: 0 auto;
	height: 24px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_context_detail.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.CC_RenderingV3gPodPodContextMenuInformationActivity{
	margin: 0 auto;
	height: 24px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_restore.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.CC_RenderingV3gPodPodContextMenuCopyLink{
	margin: 0 auto;
	height: 24px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_context_copy_link.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.CC_RenderingV3gPodPodContextMenuSendPod{
	margin: 0 auto;
	height: 24px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_context_send_copied_pod.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.CC_RenderingV3gPodPodContextMenuWritePdf{
	margin: 0 auto;
	height: 24px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_context_write_pdf.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin-left: 10px;
}	
.CC_RenderingV3gPodPodContextMenuMoveTrashBox{
	margin: 0 auto;
	height: 24px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_context_delete_map.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin-left: 10px;
}







body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagementTag{
	display: grid;
	grid-template-columns: 30px 1fr;
	justify-items: start;
	align-items: center;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagementTag div.CC_RenderingV3gPodPodTagIconBlcok{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagementTag div.CC_RenderingV3gPodPodTagIconBlcok div.CC_RenderingV3gPodPodTagIcon{
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 400px 200px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	background-position: -40px -20px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagementTag div.CC_RenderingV3gPodPodTagIconBlcok div.CC_RenderingV3gPodPodTagIcon.CC_RenderingV3gPodPodTagIconNone{
	background-image: unset;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagementTag div.CC_RenderingV3gPodPodTagBox{
	width: 100%;
	text-align: left;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagementTag div.CC_RenderingV3gPodPodTagBox div.CC_RenderingV3gPodPodTagBlcok{
	display: inline-block;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagementTag div.CC_RenderingV3gPodPodTagBox div.CC_RenderingV3gPodPodTag{
	display: inline-block;
	padding: 2px 8px 2px 8px;
	padding: 2px;
	color: #555555;
	font-size: 0.7em;
	margin-right: 8px;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagementTag div.CC_RenderingV3gPodPodTagBox div.CC_RenderingV3gPodPodTag.CC_RenderingV3gPodPodTagMyTag{
	border-radius: 15px;
	border: 1px solid #dab88b;
	padding: 2px 8px 2px 8px;
	background-color: #ffffff;
	cursor: pointer;
}






body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodInformationBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodInformationBlock div.CC_RenderingV3gPodOwnerTagBox{
	margin-top: 10px;
	margin-bottom: 10px;
	display: grid;
	grid-template-columns: 30px 1fr;
	justify-items: start;
	align-items: center;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodInformationBlock div.CC_RenderingV3gPodOwnerTagBox div.CC_RenderingV3gPodPodTagIconBlcok{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodInformationBlock div.CC_RenderingV3gPodOwnerTagBox div.CC_RenderingV3gPodPodTagIconBlcok div.CC_RenderingV3gPodPodTagIcon{
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 400px 200px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	background-position: -40px -20px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodInformationBlock div.CC_RenderingV3gPodOwnerTagBox div.CC_RenderingV3gPodPodTagIconBlcok div.CC_RenderingV3gPodPodTagIcon.CC_RenderingV3gPodPodTagIconNone{
	background-image: unset;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodInformationBlock div.CC_RenderingV3gPodOwnerTagBox div.CC_RenderingV3gPodPodTagBox{
	text-align: left;
	margin-right: 0px;
	width: 100%;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodInformationBlock div.CC_RenderingV3gPodOwnerTagBox div.CC_RenderingV3gPodPodTagBox div.CC_RenderingV3gPodPodTagBlcok{
	display: inline-block;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock div.CC_RenderingV3gPodInformationBlock div.CC_RenderingV3gPodOwnerTagBox div.CC_RenderingV3gPodPodTagBox div.CC_RenderingV3gPodPodTag{
	display: inline-block;
	color: #8f8f8f;
/*	border-radius: 15px;
	border: 1px solid #dab88b;
	padding: 2px 15px 2px 15px;
	color: #8f8f8f;
	background-color: #ffffff;*/
	font-size: 0.7em;
	margin-right: 8px;
}







body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement{
	padding: 0px 3px;
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox{
	display: grid;
	display: flex;
/*	grid-template-columns: 295px 1fr; */
/*	grid-template-columns: 308px 1fr; */
/*	grid-template-columns: 308px calc(100% - 308px); */
	justify-items: start;
//	align-items: start;
	align-items: stretch;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox.CC_RenderingV3gPodBodyBoxShareLink{
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox.CC_RenderingV3gPodPodBodyBoxNoIndex{
	display: block;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox{
/* 	padding-right: 10px; */
//	height: -webkit-calc(100vh - 250px);
	border-right: 1px solid #d9d9d9;
	border-radius: 10px 0px 0px 10px;
	background-color: #ffffff;
	width: 308px;	// for flex
	height: 100%;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxHide{
	display: none;
}


	


@media print {
	
	html, body {
		height: auto !important;
		overflow: visible !important;
	}
	body * {
		max-height: none !important;
	}


	body#HI_MainFramePodBody.CC_RenderingV3gBodyPodManagement section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock{
/*		width: calc(100vw - 10px);
		width: -webkit-calc(100vw - 10px);*/
		width: 1100px;
		padding: 0;
		height: auto;
	}
	body#HI_MainFramePodBody.CC_RenderingV3gBodyPodManagement section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodTitleBlock{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement{
		padding: 0;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagementTag{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodHeaderBlock.CC_RenderingV3gPodHeaderBlockManagement> :not(:first-child){
		display: none;
	}
	body#HI_MainFramePodBody.CC_RenderingV3gBodyPodManagement section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox{
		display: block;
		height: auto;
	}
	body#HI_MainFramePodBody.CC_RenderingV3gBodyPodManagement section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox{
		display: none;
	}
	body#HI_MainFramePodBody.CC_RenderingV3gBodyPodManagement section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodBodyBlock{
		width: 100%;
		height: 100%;
		max-height: 100%;
		overflow-y: visible;
	}
	
	body#HI_MainFramePodBody.CC_RenderingV3gBodyPodManagement section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody{
		width: 100%;
		height: 100%;
		max-height: 100%;
		overflow-y: visible;
	}
	
	body#HI_MainFramePodBody.CC_RenderingV3gBodyPodManagement section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox.CC_RenderingV3gPodBodyBoxShareLink div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody{
		width: 100%;
		height: 100%;
		max-height: 100%;
		overflow-y: visible;
	}
	
	
	.CC_RenderingV3gPodPodContextMenuBlock{
		display: none;
	}
	.ui-helper-hidden-accessible{
		display: none;
	}
}


	






@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone{
		display: block;
		position: fixed;
		top: 0px;
		right: 0px;
		height: auto;
		z-index: 10;
		height: 100vh;
		box-shadow: -10px 0 10px -5px white;
		border-radius: 0px;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox{
		position: relative;
		z-index: 0;
		display: block;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone{
		display: block;
		position: fixed;
		top: 0px;
		right: 0px;
		z-index: 10;
		height: 100vh;
		box-shadow: -10px 0 10px -5px white;
		border: 0px;
		border-radius: 0px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhoneCommandMode{
		display: block;
		position: fixed;
		bottom: 0px;
		left: 0px;
		top: auto;
		right: auto;
		z-index: 10;
		height: 45vh;
		width: 100vw;
		border-radius: 30px 30px 0px 0px;
		box-shadow: none;
	}
}






body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodPodBodyLeftHeaderBox{
	display: block;
	height: 50px;
	position: relative;
}
@media screen and ( min-width: 500px ) and (max-width: 1000px){
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone div.CC_RenderingV3gPodPodBodyLeftHeaderBox{
		display: none;
	}
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodPodBodyLeftHeaderBox div.CC_RenderingV3gPodPodBodyLeftCloseBlock{
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	cursor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodPodBodyLeftHeaderBox div.CC_RenderingV3gPodPodBodyLeftClose{
	height: 40px;
	width: 40px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 800px 400px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	background-position: -80px -360px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock{
/*	padding-left: 10px; */
	width: 100%;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody{
//	overflow-y: scroll; /* または scroll */
//	max-height: calc(100vh - 250px);
//	max-height: -webkit-calc(100vh - 250px);
//	height: calc(100vh - 250px);
//	height: -webkit-calc(100vh - 250px);
	background-color: #ffffff;
	border-radius: 10px 0px 0px 10px;
	border-left: 2px solid #ffffff;
	padding-left: 10px;
	width: calc(100% - 12px);
	width: -webkit-calc(100% - 12px);
	border-right: 1px solid #d9d9d9;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox.CC_RenderingV3gPodBodyBoxShareLink div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody{
	max-height: calc(100vh - 150px);
	max-height: -webkit-calc(100vh - 150px);
	height: calc(100vh - 150px);
	height: -webkit-calc(100vh - 150px);
	overflow-y: scroll; /* または scroll */
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhoneCommandMode div.CC_RenderingV3gPodBodyBlock{
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhoneCommandMode div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody{
		margin-top: 10px;
		border-radius: 30px 30px 0px 0px;
		padding: 10px 0px 10px 0px;
		box-shadow: 0 -4px 8px -2px rgba(0,0,0,0.3);
		width: 100vw;
		overflow-y: scroll;
	}

}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhoneCommandMode div.CC_RenderingV3gPodBodyBlock{
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhoneCommandMode div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody{
		margin-top: 10px;
		border-radius: 30px 30px 0px 0px;
		padding: 10px 0px 10px 0px;
		box-shadow: 0 -4px 8px -2px rgba(0,0,0,0.3);
		width: 100vw;
		overflow-y: scroll;
	}
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyFooter{
	display: none;
	height: 60px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyFooter{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone div.CC_RenderingV3gPodBodyFooter div.CC_RenderingV3gPodBodyCommandBlock{
	display: none;
	height: 100px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyFooter{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhoneCommandMode div.CC_RenderingV3gPodBodyFooter{
	border: 1px solid #d9d9d9;
}
	
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone div.CC_RenderingV3gPodBodyFooter div.CC_RenderingV3gPodBodyButtonBlock{
	display: block;
	text-align: center;
	margin: 0px auto;
	background-color: #ffffff;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone  div.CC_RenderingV3gPodBodyFooter div.CC_RenderingV3gPodBodyButtonBlock div.CC_RenderingV3gPodBodyButton{
	border: 1px solid #6f9e90;
	border-radius: 5px;
	color: #6f9e90;
	width: 100px;
	text-align: center;
	margin: 0px auto;
	font-size: 0.6em;
	padding: 5px 20px 5px 20px;
	cursor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhoneCommandMode div.CC_RenderingV3gPodBodyFooter div.CC_RenderingV3gPodBodyCommandBlock{
	display: block;
	text-align: center;
	margin: 0px auto;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhoneCommandMode div.CC_RenderingV3gPodBodyFooter div.CC_RenderingV3gPodBodyCommandBlock div.CC_RenderingV3gPodBodyCommand{
	color: #555555;
	text-align: center;
	margin: 0px auto;
	font-size: 0.8em;
	padding: 20px 0px;
	cursor: pointer;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone div.CC_RenderingV3gPodBodyBlock{
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody{
		height: calc( 100vh - 60px );
		height: -webkit-calc( 100vh - 60px );
		max-height: none;
		border-radius: 0px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone div.CC_RenderingV3gPodBodyFooter{
		display: flex;
		align-items: center;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhoneCommandMode div.CC_RenderingV3gPodBodyFooter div.CC_RenderingV3gPodBodyButtonBlock{
		display: none;
	}
	
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhoneCommandMode div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody{
		height: calc( 45vh - 100px );
		height: -webkit-calc( 45vh - 100px );
		max-height: none;
	}
	
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhoneCommandMode div.CC_RenderingV3gPodBodyFooter div.CC_RenderingV3gPodBodyCommandBlock{
		display: flex;
		align-items: center;
	}

}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone div.CC_RenderingV3gPodBodyBlock{
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody{
		height: calc( 100vh - 60px );
		height: -webkit-calc( 100vh - 60px );
		max-height: none;
		border-radius: 0px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone div.CC_RenderingV3gPodBodyFooter{
		display: flex;
		align-items: center;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhoneCommandMode div.CC_RenderingV3gPodBodyFooter div.CC_RenderingV3gPodBodyButtonBlock{
		display: none;
	}
	
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhoneCommandMode div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody{
		height: calc( 45vh - 100px );
		height: -webkit-calc( 45vh - 100px );
		max-height: none;
	}
	
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhone.CC_RenderingV3gPodPodBodyLeftBoxShowSmartPhoneCommandMode div.CC_RenderingV3gPodBodyFooter div.CC_RenderingV3gPodBodyCommandBlock{
		display: flex;
		align-items: center;
	}
}






body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody *{
	width: 290px; 
	min-width: 0;

}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h1{
	font-size: 0.8em;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h2{
	font-size: 0.8em;
	text-indent: 1em;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h3{
	font-size: 0.8em;
	text-indent: 1.5em;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h4{
	font-size: 0.8em;
	text-indent: 2.0em;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h5{
	font-size: 0.8em;
	text-indent: 2.5em;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h6{
	font-size: 0.8em;
	text-indent: 3.0em;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h7{
	font-size: 0.8em;
	text-indent: 3.5em;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h1,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h2,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h3,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h4,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h5,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h6,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h7{
	cursor: pointer;
	padding-left: 2px;
	border-left: 2px solid #ffffff;
	font-weight: normal;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h1:hover,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h2:hover,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h3:hover,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h4:hover,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h5:hover,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h6:hover,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h7:hover{
	border-left: 2px solid #dab88b;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h1.CC_RenderingV3gPodPodBodyLeftBoxIndexActive,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h2.CC_RenderingV3gPodPodBodyLeftBoxIndexActive,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h3.CC_RenderingV3gPodPodBodyLeftBoxIndexActive,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h4.CC_RenderingV3gPodPodBodyLeftBoxIndexActive,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h5.CC_RenderingV3gPodPodBodyLeftBoxIndexActive,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h6.CC_RenderingV3gPodPodBodyLeftBoxIndexActive,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h7.CC_RenderingV3gPodPodBodyLeftBoxIndexActive{
	border-left: 2px solid #dab88b;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h1,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h2,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h3,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h4,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h5,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h6,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h7,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h1 *,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h2 *,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h3 *,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h4 *,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h5 *,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h6 *,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyLeftBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody h7 *{
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #555555;
	background-color: transparent;
	font-weight: normal;
	white-space: nowrap;        /* 折り返さない */
	overflow: hidden;           /* はみ出しを非表示に */
	text-overflow: ellipsis;    /* 省略記号をつける */
	text-align: left;
	margin-bottom: 1.0em;
}

	  
	  
	  
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox{
	padding-top: 10px;
/*	padding-left: 30px; */
	width: calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: 100%;
	overflow-x: scroll;
	height: 100%;
	background-color: #ffffff;
	border-radius: 0px 10px 10px 0px;
	position: relative;
	flex: 1;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodBodyBlock{
	padding-left: 10px;
	padding-right: 10px;
	padding: 40px 10px;
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	min-height: calc(100vh - 300px);
	min-height: -webkit-calc(100vh - 300px);
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodBodyBlock{
	padding-left: 10px;
	padding-right: 10px;
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	min-height: calc(100vh - 100px);
	min-height: -webkit-calc(100vh - 100px);
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox.CC_RenderingV3gPodPodBodyBoxNoIndex div.CC_RenderingV3gPodPodBodyRightBox{
	border-radius: 10px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox.CC_RenderingV3gPodPodBodyBoxNoIndex div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodBodyBlock{
	padding-left: 70px;
	width: calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
}


@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodBodyBlock{
		padding: 0 5px;
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodShareLink div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodBodyBlock{
		padding: 0 5px;
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
	}
}







body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodBodyBlock 
	text-align: right;
	margin-right: 0px;
//	overflow-y: auto; /* または scroll */
//	overflow-x: auto; /* または scroll */
//	max-height: calc(100vh - 250px);
//	max-height: -webkit-calc(100vh - 250px);
//	height: calc(100vh - 250px);
//	height: -webkit-calc(100vh - 250px);
	width: calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	padding-left: 50px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox.CC_RenderingV3gPodBodyBoxShareLink div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodBodyBlock 
	max-height: calc(100vh - 150px);
	max-height: -webkit-calc(100vh - 150px);
	height: calc(100vh - 150px);
	height: -webkit-calc(100vh - 150px);
	text-align: left;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox{
		width: calc(100vw - 10px);
		width: -webkit-calc(100vw - 10px);
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody{
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		white-space: normal;   /* これがデフォルト */
		overflow-wrap: break-word;
		word-break: break-word;
		overflow-y: visible;
		padding-left: 0px;
		max-height: none;
		height: auto;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox{
		width: calc(100vw - 10px);
		width: -webkit-calc(100vw - 10px);
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody{
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		white-space: normal;   /* これがデフォルト */
		overflow-wrap: break-word;
		word-break: break-word;
		overflow-y: visible;
		padding-left: 0px;
		max-height: none;
		height: auto;
	}
	
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody{
/*	all: unset; */
}


/* for evernote */
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody .en-note.peso{
	padding-left : 0px;
	padding-right : 0px;
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody.CC_RenderingV3gPodBodyAllHeight{
	max-height: none;
	height: auto;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodPodBodyRightBoxCloseBlock{
	position: absolute;
	left: 10px;
	height: 40px;
	width: 40px;
	display: block;
/*	border-radius: 50%;
	text-align: center;*/
	cursor: pointer;
/*	background-color: #d9d9d9;*/
	display: block;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodPodBodyRightBoxCloseBlock.CC_RenderingV3gPodPodBodyRightBoxCloseBlockHide{
	display: none;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodPodBodyRightBoxCloseBlock div.CC_RenderingV3gPodPodBodyRightBoxClose{
	height: 40px;
	width: 40px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 800px 400px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	background-position: -120px -360px;
}


@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodPodBodyRightBoxCloseBlock{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodPodBodyRightBoxCloseBlock.CC_RenderingV3gPodPodBodyRightBoxCloseBlockShow{
		display: block;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodPodBodyRightBoxCloseBlock{
		position: fixed;
		top: 60px;
		right: 10px;
		left: auto;
		z-index: 10;
	}

}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodPodBodyRightBoxCloseBlock{
		display: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodPodBodyRightBoxCloseBlock.CC_RenderingV3gPodPodBodyRightBoxCloseBlockShow{
		display: block;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodPodBodyRightBoxCloseBlock{
		position: fixed;
		top: 60px;
		right: 10px;
		left: auto;
		z-index: 10;
	}
}














body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents.CC_RenderingV3gPodContentsManagement div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodPodBodyRightBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody *{
/*	all: unset; */
	text-align: left;
		
/*	word-wrap: break-word;     */ /* 長い単語も折り返す */
/*	overflow-wrap: break-word; */ /* ↑の新しい書き方、今はこちらが主流 */
/*	word-break: break-word;   */
/*		white-space: nowrap;       */ /* 折り返さない */
/*		  overflow: hidden;         */  /* はみ出しを非表示に */
/*		  text-overflow: ellipsis;  */  /* 省略記号をつける */
}

	
div.CC_RenderingV3gPodBody.ProseMirror ol {
  list-style-type: decimal !important;
  list-style-position: outside !important;
  padding-left: 2rem !important;
}

div.CC_RenderingV3gPodBody.ProseMirror ol > li {
  display: list-item !important;
}

div.CC_RenderingV3gPodBody.ProseMirror ol[data-list-style-type="decimal"] {
  list-style-type: decimal !important;
}

div.CC_RenderingV3gPodBodyProseMirror ol > li::marker {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
}





body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodPodTitleBlock{
	width: stretch;
	text-align: left;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodTagFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodPodTitleBlock{
	display: none;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodPodTitleBlock input.CC_RenderingV3gPodPodTitle{
	width: calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	padding: 7px 10px;
	border: 1px solid #dab88b;
	border-radius: 5px;
/*	color: #aca4a4; */
	color: #555555;
	text-align: left;
	font-size: 0.8em;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodPodTitleBlock input.CC_RenderingV3gPodPodTitle{
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodPodTitleBlock input.CC_RenderingV3gPodPodTitle{
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
	}
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock{
	display: grid;
	grid-template-columns: 1fr 40px 1fr 40px;
	justify-items: start;
	align-items: start;
	margin: 10px auto;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock{
		grid-template-columns: 1fr 0.1fr 0.1fr 1fr 0.1fr;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock{
		grid-template-columns: 1fr 0.1fr 0.1fr 1fr 0.1fr;
	}
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemTitleBlock{
	margin-bottom: 5px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemTitleBlock.CC_RenderingV3gPodAdditionalItemTitleBlockFolder{
	margin-top: 30px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemTitleBlock div.CC_RenderingV3gPodAdditionalItemTitle{
	color: #555555;
	text-align: left;
	margin-right: 0;
	font-size: 0.8em;
}






body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemBlock{
	width: calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
	display: grid;
	grid-template-columns: 1fr 30px;
	justify-items: start;
	align-items: center;
	border: 1px solid #dab88b;
	border-radius: 5px;
	background-color: #ffffff;
	cursor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemBlock.CC_RenderingV3gPodAdditionalItemBlockSmartPhone{
	display: none;
	border: none;
}
@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemBlock{
		height: 30px;
		min-height: 30px;
		max-height: 30px;
		overflow:hidden;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemBlock.CC_RenderingV3gPodAdditionalItemBlockSmartPhone{
		display: block;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock{
		display: none;
	}


}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemBlock{
		height: 30px;
		min-height: 30px;
		max-height: 30px;
		overflow:hidden;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemBlock.CC_RenderingV3gPodAdditionalItemBlockSmartPhone{
		display: block;
	}
	
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock{
		display: none;
	}
	
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodTagFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock{
	display: block;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodTagFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock{
		display: block;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod.CC_RenderingV3gPodTagFolder div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock{
		display: block;
	}
		
}








body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemBlock div.CC_RenderingV3gPodAdditionalItemTextBlock{
	text-align: left;
	width: calc( 100% - 30px);
	width: -webkit-calc( 100% - 30px);
	white-space: nowrap;    /* 折り返さず一行で表示 */
	overflow: hidden;       /* はみ出た部分を非表示に */
	/*text-overflow: ellipsis; *//* はみ出たら「…」で省略表示 */
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemBlock div.CC_RenderingV3gPodAdditionalItemTextBlock.CC_RenderingV3gPodAdditionalItemTextBlockTag{
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemBlock div.CC_RenderingV3gPodAdditionalItemTextBlock div.CC_RenderingV3gPodAdditionalItemText{
	padding: 6px 10px;
	border-radius: 5px;
/*	color: #aca4a4; */
	color: #555555;
	text-align: left;
	margin-right: 0px;
	font-size: 0.8em;

}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemBlock div.CC_RenderingV3gPodAdditionalItemTextBlock div.CC_RenderingV3gPodAdditionalItemText.CC_RenderingV3gPodAdditionalItemTextTag{
	display: inline-block;
	text-align: center;
	margin: 2px;
	color: #fcfcfc;
	background-color: #dab88b;
	border-radius: 15px;
	padding: 3px 15px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemBlock div.CC_RenderingV3gPodAdditionalItemTextBlock.CC_RenderingV3gPodAdditionalItemTextBlockTag div.CC_RenderingV3gPodAdditionalItemText.CC_RenderingV3gPodAdditionalItemTextTag{
	font-size: 0.7em;
	margin: 4px;
	padding: 4px 15px;
	line-height: 1.2em;
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemBlock div.CC_RenderingV3gPodAdditionalItemTextBlock div.CC_RenderingV3gPodAdditionalItemText.CC_RenderingV3gPodAdditionalItemTextFolder{
	width: 100%;
	white-space: nowrap;    /* 折り返さず一行で表示 */
	overflow: hidden;       /* はみ出た部分を非表示に */
	text-overflow: ellipsis;/* はみ出たら「…」で省略表示 */
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemBlock div.CC_RenderingV3gPodAdditionalItemIconBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemBlock div.CC_RenderingV3gPodAdditionalItemIconBlock div.CC_RenderingV3gPodAdditionalItemIcon{
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 400px 200px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -320px -20px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemBlock div.CC_RenderingV3gPodAdditionalItemIconBlock div.CC_RenderingV3gPodAdditionalItemIcon.CC_RenderingV3gPodAdditionalItemIconClose{
	background-position: -360px -20px;
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemCreateIconBlock{
	width: 100%;
	text-align: left;
	margin-right: 0px;
	padding-top: 8px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemCreateIconBlock div.CC_RenderingV3gPodAdditionalItemCreateIcon{
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 400px 200px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemCreateIconBlock div.CC_RenderingV3gPodAdditionalItemCreateIcon.CC_RenderingV3gPodAdditionalItemCreateIconTag{
	background-position: -120px -20px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodAdditinalInformationBLock div.CC_RenderingV3gPodAdditionalItemCreateIconBlock div.CC_RenderingV3gPodAdditionalItemCreateIcon.CC_RenderingV3gPodAdditionalItemCreateIconFolder{
	background-position: -80px -0px;
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodBodyBox{
/*	display: grid;
	grid-template-columns: 1fr 3fr;
	justify-items: start;
	align-items: start;*/
	margin: 0px auto;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodBodyHeaderBlock{
	width: 100%;
	align-self: stretch;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodBodyBlock{
	width: 100%;
	align-self: stretch;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodBodyHeaderBlock div.CC_RenderingV3gPodBodyHeaderHaderBlock{
	background-color: #ffffff;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodBodyHeaderBlock div.CC_RenderingV3gPodBodyHeaderHaderBlock div.CC_RenderingV3gPodBodyHeaderCloseArrowBlock{
	text-align: lext;
	margin-left: 0px;
	background-color: #eee9e6;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	cursor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodBodyHeaderBlock div.CC_RenderingV3gPodBodyHeaderHaderBlock div.CC_RenderingV3gPodBodyHeaderCloseArrowBlock div.CC_RenderingV3gPodBodyHeaderCloseArrow{
	color: #555555;
	line-height: 2.0em;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodBodyHeaderBlock div.CC_RenderingV3gPodBodyHeaderBodyBlock{
}






body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodBodyBlock{
	overflow: visible !important;
	  transform: none !important;
	  contain: none !importan
		  height: 100dvh !important;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodBodyBlock textarea.CC_RenderingV3gPodBody{
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody.CC_RenderingV3gPodBodyStickky{
	position: sticky;
	top: 50px;
	height: calc(100dvh - 50px);
	height: -webkit-calc(100dvh - 50px);
	overflow: hidden;
	background: #fff;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody iframe.CC_RenderingV3gPodBodyIframe{
	overflow: hidden;
	height: 100%;
	width: 100%;
	display: block;
	border: 0;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody.CC_RenderingV3gPodBodyStickky{
		top: 150px;
		height: calc(100dvh - 150px);
		height: -webkit-calc(100dvh - 150px);
	}

}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodContents div.CC_RenderingV3gPodBodyBox div.CC_RenderingV3gPodBodyBlock div.CC_RenderingV3gPodBody.CC_RenderingV3gPodBodyStickky{
		top: 150px;
		height: calc(100dvh - 150px);
		height: -webkit-calc(100dvh - 150px);
	}
	
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock{
	display: grid;
/*	grid-template-columns: 3fr 1fr;*/
	grid-template-columns: 1fr 280px;
	justify-items: start;
	align-items: start;
	text-align: left;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock{
	width: 100%;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameRightBLock{
	padding-top: 37px;
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock{
		display: block;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameRightBLock{
		display: none;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock{
		display: block;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameRightBLock{
		display: none;
	}
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTabBox{
	display: grid;
	grid-template-columns: 205px 205px 1fr;
	justify-content: start;
	-webkit-align-items: center;
	text-align: left;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTabBox div.CC_RenderingV3gPod{
/*  	display: inline-block; */
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTabBox div.CC_RenderingV3gPodTabBlcok div.CC_RenderingV3gPodTab{
	width: 200px;
	border-radius: 5px 5px 0px 0px;
	margin: 5px 5px 0px 0px;
	cursor: pointer;
	box-shadow: 2px -2px 5px #aaaaaa;
	background-color: #dab88b;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTabBox{
		grid-template-columns: 155px 155px 1fr;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTabBox div.CC_RenderingV3gPodTabBlcok div.CC_RenderingV3gPodTab{
		width: 150px;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTabBox{
		grid-template-columns: 155px 155px 1fr;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTabBox div.CC_RenderingV3gPodTabBlcok div.CC_RenderingV3gPodTab{
		width: 150px;
	}
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTabBox div.CC_RenderingV3gPodTabBlcok div.CC_RenderingV3gPodTab:hover,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTabBox div.CC_RenderingV3gPodTabBlcok div.CC_RenderingV3gPodTab.CC_RenderingV3gPodTabSelected{
	background-color: #ffffff;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTabBox div.CC_RenderingV3gPodTabBlcok div.CC_RenderingV3gPodTab div.CC_RenderingV3gPodTabText{
	font-size: 0.8em;
	color: #ffffff;
	padding: 5px 0px 5px 0px;
	text-align: center;
	color: #ffffff;	
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTabBox div.CC_RenderingV3gPodTabBlcok div.CC_RenderingV3gPodTab:hover div.CC_RenderingV3gPodTabText{
	color: #dab88b;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTabBox div.CC_RenderingV3gPodTabBlcok div.CC_RenderingV3gPodTab.CC_RenderingV3gPodTabSelected div.CC_RenderingV3gPodTabText{
	color: #555555;
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox{
	background-color: #ffffff;
	border-radius: 0px 10px 10px 10px;
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	padding: 10px;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox{
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		padding: 5px;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox{
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		padding: 5px;
	}
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsTitleBlock{
	padding: 15px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsTitleBlock.CC_RenderingV3gPodContetsTitleBlockCount{
	display: grid;
	grid-template-columns: 100px 1fr;
	justify-items: start;
	align-items: center;
	text-align: left;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsTitleBlock div.CC_RenderingV3gPodContetsTitle,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsTitleBlock div.CC_RenderingV3gPodContetsTitleCount{
	text-align: left;
	margin-right: 0px;
	font-size: 1.2em;
	color: #555555;
}


@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsTitleBlock{
		padding: 10px;
	}
	
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsTitleBlock div.CC_RenderingV3gPodContetsTitle,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsTitleBlock div.CC_RenderingV3gPodContetsTitleCount{
		font-weight: bold;
		font-size: 1.0em;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsTitleBlock{
		padding: 10px;
	}

	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsTitleBlock div.CC_RenderingV3gPodContetsTitle,
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsTitleBlock div.CC_RenderingV3gPodContetsTitleCount{
		font-weight: bold;
		font-size: 1.0em;
	}
}







/*
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsTitleBlock div.CC_RenderingV3gPodContetsTitleCount:before{
	content: '(';
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsTitleBlock div.CC_RenderingV3gPodContetsTitleCount:after{
	content: ')';
}
*/
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsLineBlock{
	display: grid;
	grid-template-columns: 1fr 100px 100px;
	justify-items: end;
	align-items: center;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 10px;
	padding-top: 10px;
}


@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsLineBlock{
		grid-template-columns: 1fr 100px 50px;
		padding-bottom: 5px;
		padding-top: 5px;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsLineBlock{
		grid-template-columns: 1fr 100px 50px;
		padding-bottom: 5px;
		padding-top: 5px;
	}

}






body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsLineBlock:last-child{
	border-bottom: none;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsLineBlock div.CC_RenderingV3gPodContetsLineTagAvobeBlock{
	display: block;
	margin-left: 20px;
	width: 100%;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsLineBlock div.CC_RenderingV3gPodContetsLineTagAvobeBlock div.CC_RenderingV3gPodContetsLineTagBlock{
	display: block;
	text-align: left;
	margin-right: 0px;
	margin-left: 20px;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsLineBlock div.CC_RenderingV3gPodContetsLineTagAvobeBlock{
		margin-left: 0px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsLineBlock div.CC_RenderingV3gPodContetsLineTagAvobeBlock div.CC_RenderingV3gPodContetsLineTagBlock{
		margin-left: 0px;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsLineBlock div.CC_RenderingV3gPodContetsLineTagAvobeBlock{
		margin-left: 0px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsLineBlock div.CC_RenderingV3gPodContetsLineTagAvobeBlock div.CC_RenderingV3gPodContetsLineTagBlock{
		margin-left: 0px;
	}

}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsLineBlock div.CC_RenderingV3gPodContetsLineTagAvobeBlock div.CC_RenderingV3gPodContetsLineTagBlock div.CC_RenderingV3gPodContetsLineTag{
	display: inline-block;
	color: #8f8f8f;
	font-size: 0.8em;
	border: 1px solid #dab88b;
	border-radius: 15px;
	padding: 2px 20px 2px 20px;		
	text-align: left;
	margin: 0 auto 0 0;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsLineBlock div.CC_RenderingV3gPodContetsLineCountBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsLineBlock div.CC_RenderingV3gPodContetsLineCountBlock div.CC_RenderingV3gPodContetsLineCount{
	text-align: right;
	margin-left: 0px;
	color: #555555;
	font-size: 0.8em;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsLineBlock div.CC_RenderingV3gPodContetsLineCommandBLock{
	padding-right: 20px;
}


@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsLineBlock div.CC_RenderingV3gPodContetsLineCommandBLock{
		padding-right: 0px;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsLineBlock div.CC_RenderingV3gPodContetsLineCommandBLock{
		padding-right: 0px;
	}
}





body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodContetsLineBlock div.CC_RenderingV3gPodContetsLineCommandBLock div.CC_RenderingV3gPodContetsLineCommand{
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 400px 200px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -160px -40px;
}

.CC_RenderingV3gPodContetsLineCommandRename{
	margin: 0 auto;
	height: 24px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_context_rename_map.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.CC_RenderingV3gPodContetsLineCommandDelete{
	margin: 0 auto;
	height: 24px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_context_delete_map.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.CC_RenderingV3gPodContetsLineCommandDelete span,
.CC_RenderingV3gPodContetsLineCommandRename span{
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodTagSearchFrameBlock{
	background-color: #f5f5f5;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodTagCloudBox{
	margin: 3px;
	text-align: left;
	margin-right: 0px;
	width: 100%;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodTagCloudBox div.CC_RenderingV3gPodTagCloudAboveBlock{
/*	margin: 5px; */
	display: inline-block;
	corsor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodTagCloudBox div.CC_RenderingV3gPodTagCloudAboveBlock div.CC_RenderingV3gPodTagCloudBlock{
	margin: 5px;
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	align-items: center;
	border: 1px solid #dab88b;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 2px 20px 2px 20px;		
	cursor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodTagCloudBox div.CC_RenderingV3gPodTagCloudAboveBlock div.CC_RenderingV3gPodTagCloudBlock.CC_RenderingV3gPodTagCloudBlockIcon{
	display: grid;
	grid-template-columns: 1fr 20px;
	justify-items: center;
	align-items: center;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodTagCloudBox div.CC_RenderingV3gPodTagCloudAboveBlock div.CC_RenderingV3gPodTagCloudBlock div.CC_RenderingV3gPodTagCloudText{
	display: inline-block;
	color: #8f8f8f;
	font-size: 0.8em;
	text-align: left;
	margin: 0 auto;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodTagCloudBox div.CC_RenderingV3gPodTagCloudAboveBlock div.CC_RenderingV3gPodTagCloudBlock div.CC_RenderingV3gPodTagCloudCount{
	display: inline-block;
	color: #8f8f8f;
	font-size: 0.8em;
/*	padding-left: 10px; */
	padding-right: 10px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodTagCloudBox div.CC_RenderingV3gPodTagCloudAboveBlock div.CC_RenderingV3gPodTagCloudBlock div.CC_RenderingV3gPodTagCloudCount:before{
	content: '(';
	display: inline-block;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodTagCloudBox div.CC_RenderingV3gPodTagCloudAboveBlock div.CC_RenderingV3gPodTagCloudBlock div.CC_RenderingV3gPodTagCloudCount:after{
	content: ')';
display: inline-block;	
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodTagCloudBox div.CC_RenderingV3gPodTagCloudAboveBlock div.CC_RenderingV3gPodTagCloudBlock div.CC_RenderingV3gPodTagCloudClose{
	margin-left: 15px;
	height: 12px;
	width: 12px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 240px 120px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -204px -24px;
}
	
	
	
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodTagCloudBox div.CC_RenderingV3gPodTagCloudAboveBlock div.CC_RenderingV3gPodTagCloudBlock.CC_RenderingV3gPodTagCloudBlockSelected{
	background-color: #dab88b;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodTagCloudBox div.CC_RenderingV3gPodTagCloudAboveBlock div.CC_RenderingV3gPodTagCloudBlock.CC_RenderingV3gPodTagCloudBlockSelected div.CC_RenderingV3gPodTagCloudText,
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodContetsBox div.CC_RenderingV3gPodTagCloudBox div.CC_RenderingV3gPodTagCloudAboveBlock div.CC_RenderingV3gPodTagCloudBlock.CC_RenderingV3gPodTagCloudBlockSelected div.CC_RenderingV3gPodTagCloudCount{
	color: #ffffff;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox{
	padding: 10px 0px 10px 0px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine{
	display: grid;
	grid-template-columns: 100px 1fr;
	justify-items: center;
	align-items: start;
	border-bottom: 1px solid #d9d9d9;
	padding-top: 10px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine:first-child{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine:last-child{
	border-bottom: none;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine.CC_RenderingV3gPodTagPodLineHeader{
	display: grid;
	grid-template-columns: 120px 1fr;
	justify-items: start;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: none;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine.CC_RenderingV3gPodTagPodLineHeader div.CC_RenderingV3gPodTagPodLineDateBlock{
	padding-left: 20px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine.CC_RenderingV3gPodTagPodLineHeader div.CC_RenderingV3gPodTagPodLineDateBlock div.CC_RenderingV3gPodTagPodLineDate{
	color: #555555;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine.CC_RenderingV3gPodTagPodLineHeader div.CC_RenderingV3gPodTagPodLineIconBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine.CC_RenderingV3gPodTagPodLineHeader div.CC_RenderingV3gPodTagPodLineIconBlock div.CC_RenderingV3gPodTagPodLineIconCloser{
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 400px 200px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -360px -20px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine.CC_RenderingV3gPodTagPodLineHeader div.CC_RenderingV3gPodTagPodLineIconBlock div.CC_RenderingV3gPodTagPodLineIconCloser.CC_RenderingV3gPodTagPodLineIconOpener{
	background-position: -320px -20px;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodBoxLineBox{
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine div.CC_RenderingV3gPodTagPodLineDateBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine div.CC_RenderingV3gPodTagPodLineDateBlock div.CC_RenderingV3gPodTagPodLineDay{
	font-size: 1.0em;
	color: #555555;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine div.CC_RenderingV3gPodTagPodLineDateBlock div.CC_RenderingV3gPodTagPodLineWday{
	font-size: 0.7em;
	color: #555555;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine div.CC_RenderingV3gPodTagPodLineDateBlock div.CC_RenderingV3gPodTagPodLineTime{
	font-size: 0.7em;
	color: #555555;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine div.CC_RenderingV3gPodTagPodLineContentsBlock{
	width: 100%;
	min-width: 0;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine div.CC_RenderingV3gPodTagPodLineContentsBlock div.CC_RenderingV3gPodTagPodLineTitleBlock{
	text-align: left;
	padding-bottom: 5px;
	width: 100%;
	min-width: 0;		
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine div.CC_RenderingV3gPodTagPodLineContentsBlock div.CC_RenderingV3gPodTagPodLineTitleBlock div.CC_RenderingV3gPodTagPodLineTitle{
	text-align: left;
	color: #91a4c4;
	font-size: 1.0em;
	width: 100%;
	min-width: 0;
	white-space: nowrap;        /* 折り返さない */
	overflow: hidden;           /* はみ出しを非表示に */
	text-overflow: ellipsis;    /* 省略記号をつける */
	text-align: left;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine div.CC_RenderingV3gPodTagPodLineContentsBlock div.CC_RenderingV3gPodTagPodLineTitleBlock div.CC_RenderingV3gPodTagPodLineTitle.CC_RenderingV3gPodTagPodLineTitleWithLink{
	cursor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine div.CC_RenderingV3gPodTagPodLineContentsBlock div.CC_RenderingV3gPodTagPodLineTagBlock{
	display: grid;
	grid-template-columns: 30px 1fr;
	justify-items: start;
	align-items: center;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 15px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine div.CC_RenderingV3gPodTagPodLineContentsBlock div.CC_RenderingV3gPodTagPodLineTagBlock div.CC_RenderingV3gPodTagPodLineTagIconBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine div.CC_RenderingV3gPodTagPodLineContentsBlock div.CC_RenderingV3gPodTagPodLineTagBlock div.CC_RenderingV3gPodTagPodLineTagIconBlock div.CC_RenderingV3gPodTagPodLineTagIcon{
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 400px 200px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -40px -20px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine div.CC_RenderingV3gPodTagPodLineContentsBlock div.CC_RenderingV3gPodTagPodLineTagBlock div.CC_RenderingV3gPodTagPodLineTagListBlock{
	text-align: left;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine div.CC_RenderingV3gPodTagPodLineContentsBlock div.CC_RenderingV3gPodTagPodLineTagBlock div.CC_RenderingV3gPodTagPodLineTagListBlock div.CC_RenderingV3gPodTagPodLineTag{
	display: inline-block;
	border-radius: 15px;
	border: 1px solid #dab88b;
	padding: 2px 20px 2px 20px;
	color: #8f8f8f;
	background-color: #ffffff;
	font-size: 0.8em;
	margin-right: 8px;
	margin-bottom: 5px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameLeftBLock div.CC_RenderingV3gPodTagPodBox div.CC_RenderingV3gPodTagPodLine div.CC_RenderingV3gPodTagPodLineContentsBlock div.CC_RenderingV3gPodTagPodLineTagBlock div.CC_RenderingV3gPodTagPodLineTagListBlock div.CC_RenderingV3gPodTagPodLineTag.CC_RenderingV3gPodTagPodLineTagSelected{
	color: #ffffff;
	background-color: #dab88b;
}

















body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineHeader{
	display: grid;
	grid-template-columns: 130px 1fr;
	justify-items: start;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: none;
	margin-top: 20px;
	background-color: #fcfcfc;
	border-radius: 10px 10px 0px 0px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineHeader:hover{
	border-left: 8px solid #fcfcfc;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineHeader:first-child{
	margin-top: 0px;
}






body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineHeader.CC_RenderingV3gPodLineHeaderBoxHide{
	border-radius: 10px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineHeader div.CC_RenderingV3gPodLineDateBlock{
	padding-left: 20px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineHeader div.CC_RenderingV3gPodLineDateBlock div.CC_RenderingV3gPodLineDate{
	color: #555555;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineHeader div.CC_RenderingV3gPodLineIconBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineHeader div.CC_RenderingV3gPodLineIconBlock div.CC_RenderingV3gPodLineIconCloser{
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 400px 200px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -360px -20px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineHeader div.CC_RenderingV3gPodLineIconBlock div.CC_RenderingV3gPodLineIconCloser.CC_RenderingV3gPodLineIconOpener{
	background-position: -320px -20px;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock{
/*	padding: 10px 0px 10px 0px;
	background-color: #fcfcfc;
	border-radius: 0px 0px 10px 10px;*/
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine{
	display: grid;
/*	grid-template-columns: 100px 1fr 100px 200px; */
	grid-template-columns: 100px 1fr 100px 150px;
	justify-items: center;
	align-items: start;
	align-items: center;
	border-bottom: 1px solid #d9d9d9;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 8px solid #fcfcfc;
	height: 100%;
	background-color: #fcfcfc;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineSharePod{
	grid-template-columns: 40px 70px 100px 1fr 100px 150px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:has( + .CC_RenderingV3gPodLineHeader){
	border-radius: 0px 0px 10px 10px;
	border-bottom: 1px solid #fcfcfc;
}



@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine{
		grid-template-columns: 50px 1fr 70px;
		width: cal( 100% - 10px );
		width: -webkit-cal( 100% - 10px );
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineSharePod{
		grid-template-columns: 20px 50px 50px 1fr;
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		position: relative;
		border-bottom: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineSharePod::after{
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		height: 1px;
		background: #d9d9d9;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineSharePod:has( + .CC_RenderingV3gPodLineHeader){
		border-bottom: 1px solid #fcfcfc;
	}

}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine{
		grid-template-columns: 50px 1fr 70px;
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineSharePod{
		grid-template-columns: 20px 50px 50px 1fr;
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		position: relative;
		border-bottom: none;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineSharePod:not(:has( + .CC_RenderingV3gPodLineHeader)):not(:last-child)::after{
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		height: 1px;
		background: #d9d9d9;
	}
	

}








body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:hover{
	border-left: 8px solid #dab88b;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:first-chlid{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:last-child{
	border-bottom: none;
	border-radius: 0px 0px 10px 10px;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineDateBlock{
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineDateBlock div.CC_RenderingV3gPodLineDay{
	font-size: 1.0em;
	color: #555555;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineDateBlock div.CC_RenderingV3gPodLineWday{
	font-size: 0.7em;
	color: #555555;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineDateBlock div.CC_RenderingV3gPodLineTime{
	font-size: 0.7em;
	color: #555555;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock{
	width: 100%;
	min-width: 0;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock{
	text-align: left;
/*	padding-bottom: 5px; */
	width: 100%;
	min-width: 0;
	display: block; 
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle{
	text-align: left;
	color: #555555;
	font-size: 1.0em;
	width: 100%;
	min-width: 0;
	white-space: nowrap;    /* 折り返さず一行で表示 */
	overflow: hidden;       /* はみ出た部分を非表示に */
	text-overflow: ellipsis;/* はみ出たら「…」で省略表示 */
	cursor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:hover div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle{
	text-decoration: underline;
	width: 100%;
	min-width: 0;
	white-space: nowrap;    /* 折り返さず一行で表示 */
	overflow: hidden;       /* はみ出た部分を非表示に */
	text-overflow: ellipsis;/* はみ出たら「…」で省略表示 */
	cursor: pointer;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: normal;
		cursor: pointer;
		line-height: 1.2;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:hover div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: normal;
		cursor: pointer;
		line-height: 1.2;
	}
	
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:hover div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle span{
		text-decoration: underline;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: normal;
		cursor: pointer;
		line-height: 1.2;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:hover div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: normal;
		cursor: pointer;
		line-height: 1.2;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:hover div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle span{
		text-decoration: underline;
	}
}




	

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle.CC_RenderingV3gPodLineTitleWithLink{
	cursor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTagBlock{
	display: grid;
	grid-template-columns: 30px 1fr;
	justify-items: start;
	align-items: center;
	text-align: left;
	cursor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTagBlock div.CC_RenderingV3gPodLineTagIconBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTagBlock div.CC_RenderingV3gPodLineTagIconBlock div.CC_RenderingV3gPodLineTagIcon{
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 400px 200px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	background-position: -40px -20px;
	cursor: auto;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTagBlock div.CC_RenderingV3gPodLineTagIconBlock div.CC_RenderingV3gPodLineTagIcon.CC_RenderingV3gPodLineTagIconNone{
	background-image: unset;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTagBlock div.CC_RenderingV3gPodLineTagListBlock{
	text-align: left;
	width: 100%;
	white-space: nowrap;    /* 折り返さず一行で表示 */
	overflow: hidden;       /* はみ出た部分を非表示に */
/*	text-overflow: ellipsis; *//* はみ出たら「…」で省略表示 */	
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTagBlock div.CC_RenderingV3gPodLineTagListBlock div.CC_RenderingV3gPodLineTag{
	display: inline-block;
	color: #8f8f8f;
	font-size: 0.7em;
	margin-right: 8px;
	cursor: auto;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTagBlock div.CC_RenderingV3gPodLineTagListBlock div.CC_RenderingV3gPodLineTag.CC_RenderingV3gPodLineTagMyPod{
	border-radius: 15px;
	border: 1px solid #dab88b;
	padding: 2px 8px 2px 8px;
	background-color: #ffffff;
	cursor: pointer;
}



@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTagBlock{
		display: none;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTagBlock{
		display: none;
	}
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineImageBlock{
	width: 100px;
	height: 80px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineImageBlock img.CC_RenderingV3gPodLineImage{
/*	width: 100px;
	aspect-ratio: auto;
	border-radius: 5px;*/
	text-align: right;
		
		width: 100%;
		height: 100%;
		object-fit: contain;
}


@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineImageBlock{
		width: 65px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineImageBlock img.CC_RenderingV3gPodLineImage{
/*		width: 65px; */
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineImageBlock{
		width: 65px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineImageBlock img.CC_RenderingV3gPodLineImage{
/*		width: 65px; */
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineSharePod div.CC_RenderingV3gPodLineImageBlock{
		display: none;
	}
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock{
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	align-items: center;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock.CC_RenderingV3gPodLineCommandBlockTrashBox{
	width: 70%;
	grid-template-columns: 1fr;
	justify-items: end;
	align-items: center;
		
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock div.CC_RenderingV3gPodLineCommand{
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 400px 200px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -160px -40px;
	text-align: right:
	margin-left: 0px;
}


@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock{
		display: none;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock{
		display: none;
	}
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock div.CC_RenderingV3gPodLineModifyBlock{
	display: inline-block;
	margin-right: 10px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock div.CC_RenderingV3gPodLineModifyBlock div.CC_RenderingV3gPodLineModify{
	height: 40px;
	width: 40px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 800px 400px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -240px -80px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock div.CC_RenderingV3gPodLineModifyBlock div.CC_RenderingV3gPodLineModify.CC_RenderingV3gPodLineModifyCannot{
	cursor: auto;
	display: none;
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock div.CC_RenderingV3gPodLineCopyBlcok{
	display: inline-block;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock div.CC_RenderingV3gPodLineCopyBlcok div.CC_RenderingV3gPodLineCopy{
	height: 40px;
	width: 40px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 800px 400px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -280px -80px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock div.CC_RenderingV3gPodLineCopyBlcok div.CC_RenderingV3gPodLineCopy.CC_RenderingV3gPodLineCopyCannot{
	cursor: auto;
	display: none;
}














body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineAccessBlock{
/*	display: flex;
	align-items: center;
	height: 100%;*/
	display: flex;
	justify-items: center;
	align-items: center;
	height: 100%;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineAccessBlock div.CC_RenderingV3gPodLineAccces{
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #91a4c4;
	width: 10px;
	height: 10px;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineAccessBlock div.CC_RenderingV3gPodLineAccces{
		width: 8px;
		height: 8px;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineAccessBlock div.CC_RenderingV3gPodLineAccces{
		width: 8px;
		height: 8px;
	}
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineAccessBlock div.CC_RenderingV3gPodLineAccces.CC_RenderingV3gPodLineAcccesNone{
	display: none;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineOwnerIconBlock{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineOwnerIconBlock img.CC_RenderingV3gPodLineOwnerIcon{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineOwnerIconBlock div.CC_RenderingV3gPodLineOwnerIcon{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #ffffff;
	background-color: #8f8f8f;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 3.0em;
	font-size: 0.8em;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineOwnerIconBlock{
		width: 45px;
		height: 45px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineOwnerIconBlock img.CC_RenderingV3gPodLineOwnerIcon{
		width: 45px;
		height: 45px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineOwnerIconBlock div.CC_RenderingV3gPodLineOwnerIcon{
		width: 45px;
		height: 45px;
	}
}





body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineOwnerNameBlock{
	
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineOwnerNameBlock div.CC_RenderingV3gPodLineOwnerName{
	font-size: 0.8em;
	text-align: left;
}

		
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodLineBodyFinishPagerBlcok{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodLineBodyFinishPagerBlcok.CC_RenderingV3gPodLineBodyFinishPagerBlcokHidden{
display: none;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodLineBodyFinishPagerBlcok div.CC_RenderingV3gPodLineBodyFinishPager{
margin: 50px auto;
color: #aca4a4;
font-size: 1.2em;
}
		

		
		
		
/****** **** ****  for home update --> **** **** **** **** **** **** **** **** *** */


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox{
	box-shadow: 0px 2px 2px #aca4a4;
	border-radius: 10px;
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock{
/*	padding: 10px 0px 10px 0px;
	background-color: #fcfcfc;
	border-radius: 0px 0px 10px 10px;*/
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock.CC_RenderingV3gPodListBlockHomeUpdateBody{
	height: 60dvh;
	overflow-y: scroll;
	border-radius: 0px 0px 10px 10px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine{
	display: grid;
/*	grid-template-columns: 100px 1fr 100px 200px; */
	grid-template-columns: 100px 1fr 100px;
	justify-items: center;
	align-items: start;
	align-items: center;
	border-bottom: 1px solid #d9d9d9;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 8px solid #fcfcfc;
/*	height: 100%; */
	background-color: #fcfcfc;
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineSharePod{
	grid-template-columns: 30px 50px 100px 1fr 110px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:has( + .CC_RenderingV3gPodLineHeader){
	border-radius: 0px 0px 10px 10px;
	border-bottom: 1px solid #fcfcfc;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineHomeUpdateHeader{
	grid-template-columns: 50px 1fr;
	border-radius: 10px 10px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineHomeUpdateHeader:hover{
	border-left: 8px solid #fcfcfc;
}



@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine{
		grid-template-columns: 50px 1fr 70px;
		width: cal( 100% - 10px );
		width: -webkit-cal( 100% - 10px );
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:not(.CC_RenderingV3gPodLineHomeUpdateHeader)::after{
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		height: 1px;
		background: #d9d9d9;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineSharePod{
		grid-template-columns: 20px 50px 50px 1fr;
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine{
		grid-template-columns: 50px 1fr 70px;
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		border-bottom: none;
		position: relative;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:not(.CC_RenderingV3gPodLineHomeUpdateHeader)::after{
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		height: 1px;
		background: #d9d9d9;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineSharePod{
		grid-template-columns: 20px 50px 50px 1fr;
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
	}
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:hover{
	border-left: 8px solid #dab88b;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:first-chlid{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock.CC_RenderingV3gPodListBlockHomeUpdateBody div.CC_RenderingV3gPodLine:last-child{
	border-bottom: none;
	border-radius: 0px 0px 10px 10px;
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineDateBlock{
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineDateBlock div.CC_RenderingV3gPodLineDay{
	font-size: 1.0em;
	color: #555555;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineDateBlock div.CC_RenderingV3gPodLineWday{
	font-size: 0.7em;
	color: #555555;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineDateBlock div.CC_RenderingV3gPodLineTime{
	font-size: 0.7em;
	color: #555555;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock{
	width: 100%;
	min-width: 0;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock{
	text-align: left;
	width: 100%;
	min-width: 0;
	display: block; 
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle{
	text-align: left;
	color: #555555;
	font-size: 0.8em;
	width: 100%;
	min-width: 0;
	white-space: nowrap;    /* 折り返さず一行で表示 */
	overflow: hidden;       /* はみ出た部分を非表示に */
	text-overflow: ellipsis;/* はみ出たら「…」で省略表示 */
	cursor: pointer;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:hover div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle{
	text-decoration: underline;
	width: 100%;
	min-width: 0;
	white-space: nowrap;    /* 折り返さず一行で表示 */
	overflow: hidden;       /* はみ出た部分を非表示に */
	text-overflow: ellipsis;/* はみ出たら「…」で省略表示 */
	cursor: pointer;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle{
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:hover div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle{
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:hover div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle span{
		text-decoration: underline;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle{

	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:hover div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle{
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine:hover div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle span{
		text-decoration: underline;
	}
}




	

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle.CC_RenderingV3gPodLineTitleWithLink{
	cursor: pointer;
}





body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineBottomBlock{
	display: grid;
	grid-template-columns: minmax(0, 1fr) 1fr;
	justify-items: start;
	align-items: center;
	width: 100%;
}




@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineBottomBlock{
		display: block;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineBottomBlock{
		display: block;
	}
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineBottomBlock div.CC_RenderingV3gPodLineGroupBox{
	display: grid;
	grid-template-columns: 30px 1fr;
	justify-items: start;
	align-items: center;
	width: 100%;
	min-width: 0; 
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineBottomBlock div.CC_RenderingV3gPodLineGroupBox div.CC_RenderingV3gPodLineGroupIconBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineBottomBlock div.CC_RenderingV3gPodLineGroupBox div.CC_RenderingV3gPodLineGroupIconBlock div.CC_RenderingV3gPodLineGroupIcon{
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 400px 200px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	background-position: -20px -20px;
	cursor: auto;
	align-self: center;
}




body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineBottomBlock div.CC_RenderingV3gPodLineGroupBox div.CC_RenderingV3gPodLineGroupNameBlock{
	width: 100%;
	min-width: 0;
	align-self: center;
	padding-top: 5px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineBottomBlock div.CC_RenderingV3gPodLineGroupBox div.CC_RenderingV3gPodLineGroupNameBlock div.CC_RenderingV3gPodLineGroupName{
	font-size: 0.7em;	
	text-align: left;
	width: 100%;
	white-space: nowrap;    /* 折り返さず一行で表示 */
	overflow: hidden;       /* はみ出た部分を非表示に */
	text-overflow: ellipsis; /* はみ出たら「…」で省略表示 */	
	min-width: 0;
	align-self: center;
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineHomeUpdateHeader div.CC_RenderingV3gPodLineHomeUpdateHeaderIconBlock{
	
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineHomeUpdateHeader div.CC_RenderingV3gPodLineHomeUpdateHeaderIconBlock div.CC_RenderingV3gPodLineHomeUpdateHeaderIcon{
	margin: 0 auto;
	height: 24px;
	width: 24px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 480px 240px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	background-position: -0px -24px;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineHomeUpdateHeader div.CC_RenderingV3gPodLineTitleBlock{
	text-align: left;
	width: 100%;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineHomeUpdateHeader div.CC_RenderingV3gPodLineTitleBlock div.CC_RenderingV3gPodLineTitle{
	width: calc(100% - 10px );
	width: -webkit-calc(100% - 10px );
	font-weight: bold;
	padding-left: 10px;
	text-align: left;
	color: #555555;
}

	
	


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTagBlock{
	display: grid;
	grid-template-columns: 30px 1fr;
	justify-items: start;
	align-items: center;
	text-align: left;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTagBlock div.CC_RenderingV3gPodLineTagIconBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTagBlock div.CC_RenderingV3gPodLineTagIconBlock div.CC_RenderingV3gPodLineTagIcon{
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 400px 200px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	background-position: -40px -20px;
	cursor: auto;
	align-self: center;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTagBlock div.CC_RenderingV3gPodLineTagIconBlock div.CC_RenderingV3gPodLineTagIcon.CC_RenderingV3gPodLineTagIconNone{
	background-image: unset;
	align-self: center;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTagBlock div.CC_RenderingV3gPodLineTagListBlock{
	text-align: left;
	width: 100%;
	white-space: nowrap;    /* 折り返さず一行で表示 */
	overflow: hidden;       /* はみ出た部分を非表示に */
/*	text-overflow: ellipsis; *//* はみ出たら「…」で省略表示 */	
	align-self: center;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTagBlock div.CC_RenderingV3gPodLineTagListBlock div.CC_RenderingV3gPodLineTag{
	display: inline-block;
	color: #8f8f8f;
	font-size: 0.7em;
	margin-right: 8px;
	cursor: auto;
	align-self: center;
	line-height: 2.2;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTagBlock div.CC_RenderingV3gPodLineTagListBlock div.CC_RenderingV3gPodLineTag.CC_RenderingV3gPodLineTagMyPod{
	border-radius: 15px;
	border: 1px solid #dab88b;
	padding: 2px 20px 2px 20px;
	background-color: #ffffff;
	cursor: pointer;
}



@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTagBlock{
		display: none;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineTagBlock{
		display: none;
	}
}








body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineImageBlock{
	width: 60px;
	height: 60px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineImageBlock img.CC_RenderingV3gPodLineImage{
/*	width: 60px;
	aspect-ratio: auto;
	border-radius: 5px;*/
	text-align: right;
		
	width: 100%;
	height: 100%;
	object-fit: contain;
}


@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineImageBlock{
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineImageBlock img.CC_RenderingV3gPodLineImage{
		width: 65px;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineImageBlock{
		width: 65px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineImageBlock img.CC_RenderingV3gPodLineImage{
/*		width: 65px; */
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine.CC_RenderingV3gPodLineSharePod div.CC_RenderingV3gPodLineImageBlock{
		display: none;
	}
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock{
	display: none;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock.CC_RenderingV3gPodLineCommandBlockTrashBox{
	width: 70%;
	grid-template-columns: 1fr;
	justify-items: end;
	align-items: center;
		
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock div.CC_RenderingV3gPodLineCommand{
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 400px 200px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -160px -40px;
	text-align: right:
	margin-left: 0px;
}


@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock{
		display: none;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock{
		display: none;
	}
}


body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock div.CC_RenderingV3gPodLineModifyBlock{
	display: inline-block;
	margin-right: 10px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock div.CC_RenderingV3gPodLineModifyBlock div.CC_RenderingV3gPodLineModify{
	height: 40px;
	width: 40px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 800px 400px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -240px -80px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock div.CC_RenderingV3gPodLineModifyBlock div.CC_RenderingV3gPodLineModify.CC_RenderingV3gPodLineModifyCannot{
	cursor: auto;
	display: none;
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock div.CC_RenderingV3gPodLineCopyBlcok{
	display: inline-block;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock div.CC_RenderingV3gPodLineCopyBlcok div.CC_RenderingV3gPodLineCopy{
	height: 40px;
	width: 40px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 800px 400px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -280px -80px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineCommandBlock div.CC_RenderingV3gPodLineCopyBlcok div.CC_RenderingV3gPodLineCopy.CC_RenderingV3gPodLineCopyCannot{
	cursor: auto;
	display: none;
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineAccessBlock{
/*	display: flex;
	align-items: center;
	height: 100%;*/
	display: flex;
	justify-items: center;
	align-items: center;
	height: 100%;
}

body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineAccessBlock div.CC_RenderingV3gPodLineAccces{
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #91a4c4;
	width: 10px;
	height: 10px;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineAccessBlock div.CC_RenderingV3gPodLineAccces{
		width: 8px;
		height: 8px;
	}
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineAccessBlock div.CC_RenderingV3gPodLineAccces{
		width: 8px;
		height: 8px;
	}
}



body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineAccessBlock div.CC_RenderingV3gPodLineAccces.CC_RenderingV3gPodLineAcccesNone{
	display: none;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineOwnerIconBlock{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineOwnerIconBlock img.CC_RenderingV3gPodLineOwnerIcon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineOwnerIconBlock div.CC_RenderingV3gPodLineOwnerIcon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #ffffff;
	background-color: #8f8f8f;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 3.0em;
	font-size: 0.8em;
}

@media screen and ( min-width: 500px ) and (max-width: 1000px){
}
@media screen and (max-width: 500px){
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineOwnerIconBlock{
		width: 45px;
		height: 45px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineOwnerIconBlock img.CC_RenderingV3gPodLineOwnerIcon{
		width: 45px;
		height: 45px;
	}
	body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineOwnerIconBlock div.CC_RenderingV3gPodLineOwnerIcon{
		width: 45px;
		height: 45px;
	}
}





body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineOwnerNameBlock{
	
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3eUsrV3AgentI div.CC_RenderingV3eUsrV3AgentIBlock div.CC_RenderingV3eUsrV3AgentIHomeItemAboveBox div.CC_RenderingV3eUsrV3AgentIHomeItemBox div.CC_RenderingV3gPodListBox div.CC_RenderingV3gPodListBlock div.CC_RenderingV3gPodLine div.CC_RenderingV3gPodLineContentsBlock div.CC_RenderingV3gPodLineOwnerNameBlock div.CC_RenderingV3gPodLineOwnerName{
	font-size: 0.7em;
	text-align: left;
}




/****** **** **** ---> home update  **** **** **** **** **** **** **** **** *** */

		
		







.CC_RenderingV3gPodLinecontextMenuItem{
	margin-left: 9px;
	color: #555555;
	display: block;
}
.CC_RenderingV3gPodLinecontextMenuItem span{
	margin-left: 10px;
}

.CC_RenderingV3gPodLinecontextMenuItemRestore{
	margin: 0 auto;
	height: 24px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_restore.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin-left: 10px;
}
.CC_RenderingV3gPodLineContextMenuItemPermanentlyDelete{
	margin: 0 auto;
	height: 24px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_permanently_delete.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin-left: 10px;
}	


















body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameRightBLock div.CC_RenderingV3gPodCreateTagBlock{
	background-color: #ffffff;
	border-radius: 10px;
	width: calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	margin-left: 20px;
	padding: 10px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameRightBLock div.CC_RenderingV3gPodCreateTagBlock div.CC_RenderingV3gPodCreateTagDescriptionBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameRightBLock div.CC_RenderingV3gPodCreateTagBlock div.CC_RenderingV3gPodCreateTagDescriptionBlock div.CC_RenderingV3gPodCreateTagDescription{
	color: #555555;
	font-size: 0.8em;
	text-align: left;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameRightBLock div.CC_RenderingV3gPodCreateTagBlock div.CC_RenderingV3gPodCreateTagButton{
	display: grid;
	grid-template-columns: 30px 1fr;
	justify-items: center;
	align-items: center;
	cursor: pointer;
	background-color: #c46060;
	border-radius: 15px;
	width: 130px;
	text-align: center;
	margin: 20px auto 10px auto;
	padding: 5px 10px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameRightBLock div.CC_RenderingV3gPodCreateTagBlock div.CC_RenderingV3gPodCreateTagButton div.CC_RenderingV3gPodCreateTagIconBlcok{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameRightBLock div.CC_RenderingV3gPodCreateTagBlock div.CC_RenderingV3gPodCreateTagButton div.CC_RenderingV3gPodCreateTagIconBlcok div.CC_RenderingV3gPodCreateTagIcon{
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(https://i.agentmail.jp/usrv3/usrv3img/agenti/v3_icon.png?19);
	background-size: 400px 200px;	/* 2400px 1200px */
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: -280px -40px;
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameRightBLock div.CC_RenderingV3gPodCreateTagBlock div.CC_RenderingV3gPodCreateTagButton div.CC_RenderingV3gPodCreateTagTextBlock{
}
body#HI_MainFramePodBody section#HI_MainFramePodSection div.CC_RenderingV3gPod div.CC_RenderingV3gPodBlock div.CC_RenderingV3gPodFrameBLock div.CC_RenderingV3gPodFrameRightBLock div.CC_RenderingV3gPodCreateTagBlock div.CC_RenderingV3gPodCreateTagButton div.CC_RenderingV3gPodCreateTagTextBlock div.CC_RenderingV3gPodCreateTagText{
	color: #ffffff;
	font-size: 0.8em;
}

/* tktn: 追加 */
.calendar-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: transparent;
  z-index: 10;  
  cursor: pointer;
  display: flex; justify-content: center; align-items: center;
  transition: background 0.25s;
}               
				
.go-calendar-btn {
  opacity: 0;   
  transition: opacity 0.25s;
  pointer-events: none; /* ボタン以外のクリックを防ぐ場合はコメントアウト */
		width: 150px;
		background-color: #c46060;
		border: none;
		border-radius: 20px;
		margin: 20px 0px;
		padding: 10px 30px 10px 30px;
		text-align: center;
		margin: 0 auto;
		cursor: pointer;
		margin-top: 25px;
  text-align: center;
		color: #ffffff;
		font-size: 0.8em;
		letter-spacing: 1px;
		font-size: 14px; 
		letter-spacing: 0.2em;
}               
		
.calendar-overlay:hover {
  background: rgba(255,255,255,0.35);   /* 濃すぎないように */
}
		
.calendar-overlay:hover .go-calendar-btn {
  opacity: 1;
  pointer-events: auto;
}



.CC_RenderingV3gPodTagBoxEllipsis{
	color: #555555;
}


a,
a:hover,
a:visited{
	color: #0000ff;
}
.clear{
	clear: both;
	line-height: 0px;
	height: 0px;
	padding: 0px !important;
}
.spacer{
	clear: both;
	height: 10px;
}
#showprinttop{	/* 印刷用ID */
	display: none;
}
.showprintentry{	/* 印刷用クラス */
	display: none;	
}
.showpagenumber{ /* 印刷クラス */
	display: none;	
}
.bold{
	font-weight: bold;
}
.red{
	color: #ff0000;
}
.red2{
	color: #c5140f;
}
.pink{
	color: #ff0080;
}
.agentmailcolor{
	color: #800000;
}
p{
	margin: 5px 0px 20px 0px;
	line-height: 1.5em;
}
img{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
strong{
	font-weight: normal;
}
br.doublebr{
	line-height: 3.0em;
}
br.pc{ display:block; }
br.sp{ display:none; }
.overflowSelectMenu{
	max-height: 200px;
/*	width: 90%;
*/
}
span.ui-selectmenu-text{
	font-size: 0.8em;
	text-align: left;
}
#HI_FrameSystemLanguage{
	display:none;
}
.overflowSelectMenu .ui-menu-item-wrapper{
	font-size: 0.8em;
	text-align: left;
}
.ui-menu-item-wrapper{
	font-size: 0.8em;
	text-align: left;
}

.CC_FrameNotDisplay{
	display: none;
}

@media only screen and (max-width: 500px) {
	div#HI_FrameFrameIsSmartPhone{
		display: none;
	}
}
@media screen and ( min-width: 500px ) and (max-width: 1000px){
	br.sp{ display:block; }
}
@media screen and (max-width: 500px){
	br.sp{ display:block; }
}
