@charset "utf-8";
#ipop {
	padding: 0;
	background-color: #F8FBFE;
	border: 1px solid #99C4F2;
	box-shadow: 4px 4px 15px #AAA;
	/* この５行は必須 */
	width: 640px;
	height: auto;
	position: absolute;
	display: none;
	z-index: 99999999999;
	margin-right: auto;
	margin-left: auto;
}
#ipop2 {
	padding: 0;
	background-color: #F8FBFE;
	border: 7px inset #F2F8FD;
	/* この５行は必須 */
	width: auto;
	height: auto;
	position: absolute;
	display: none;
	z-index: 9999;
}

#ipop_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	color: #333;
	text-align: left;
	height: auto;
	width: 600px;
	padding-top: 12px;
	padding-bottom: 4px;
	cursor: move;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
.attn_item {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: left;
	width: 600px;
	margin-left: 20px;
	padding-top: 2px;
	padding-bottom: 0px;
}
.attn_resalt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	height: auto;
	width: 580px;
	margin-left: 40px;
	padding-top: 0px;
	padding-bottom: 4px;
}
#attn_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-align: left;
	height: auto;
	width: 600px;
	padding-top: 13px;
	padding-bottom: 18px;
}
#attn_title a{
	color: #CC0000;
}

#attn_title a:hover{
	color: #06C;
}


#ipop_close {
	cursor: pointer;
	text-align: center;
	height: 25px;
	width: 450px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
a:hover #ipop_close {
	cursor: pointer;
	text-align: center;
	height: 25px;
	width: 450px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06C;
	text-decoration: underline;
}
#delivery_popup_table{
	height: auto;
	width: 600px;
	background-color: #B9D7F7;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#delivery_popup_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	color: #333;
	text-align: center;
	height: 20px;
	width: 450px;
	padding-top: 18px;
	padding-bottom: 16px;
}

#delivery_popup_table .item{
	height: auto;
	width: 150px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DCECFA;
	padding: 5px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	color: #333;
	text-align: center;
	font-weight: normal;	
}
#delivery_popup_table .result{
	height: auto;
	width: 150px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FBFDFF;
	padding: 5px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	color: #900;
	text-align: center;	
}
