@charset "utf-8";

/* ====================================================================
 donate.html
==================================================================== */


/* tooltip_test2
----------------------------------------------------------*/


.main {
	position: static !important;
}
.tooltip_section {
	max-width: 450px;
	margin: 0 auto;
}
.tooltip_section img {
	width: 100%;
	vertical-align: top;
}


#p_photo_b,
#p_photo_d,
#p_photo_f
{
	display: none;
}
.p_box {
	width: 200px;
	position: absolute;
	background: #f7f7f7;
	padding: 20px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 2px 2px #e6e6e6;
	border: 3px solid #a4c639;

}
.p_box .p_title {
	/*border-top: 2px solid #006cb8;*/
	/*border-bottom: 1px solid #e6e6e6;*/
	/*text-align: center;*/
	margin: 0;
	line-height: 1.6;
}
.p_box .p_txt {
	padding: 20px 20px;
}


#p_photo_a,
#p_photo_c,
#p_photo_e
{
	display: none;
}
.p_box_o {
	width: 200px;
	position: absolute;
	background: #f7f7f7;
	padding: 20px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 2px 2px #e6e6e6;
	border: 3px solid #fb9b44;

}
.p_box_o .p_title {
	/*border-top: 2px solid #006cb8;*/
	/*border-bottom: 1px solid #e6e6e6;*/
	/*text-align: center;*/
	margin: 0;
	line-height: 1.6;
}
.p_box_o .p_txt {
	padding: 20px 20px;
}

