@charset "utf-8";

/* ========================================================
	calendar.css
======================================================== */




/* カレンダーポップアップ
============================================================================================================ */
/*#fancybox-wrap {
	top: 20% !important;
}*/

#calendarPop {
	position: relative;
	width: 530px;
	padding: 10px;
	text-align: left;
	zoom: 1;
}
#calendarPop:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#calendarPop * {
	margin: 0;
	padding: 0;
}



#calendarPop .close {
	background-color: #ffffff;
	text-align: right;
	margin-top: 30px;
}




#calendarPop02 {
	position: relative;
	width: 620px;
	padding: 10px;
	text-align: left;
	zoom: 1;
}
#calendarPop02:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#calendarPop02 * {
	margin: 0;
	padding: 0;
}
#calendarPop02 .contents .ph_img {
	text-align: center;
}


#calendarPop02 .close {
	background-color: #ffffff;
	text-align: right;
	margin-top: 30px;
}


