@charset "utf-8";

/* CSS Document */
body {
	background-color: transparent;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 160%;
	color: #333333;
}
#pop_main {
	width: 666px;
	border: 1px solid #cbcbcb;
	background-color: #fff;
	margin: 0px auto;
}
#pop_main .inner {
	padding: 22px 27px;
	text-align: left;
}
#pop_closebox {
	border-top: 1px solid #cbcbcb;
	background-color: #f5f3eb;
	text-align: right;
	padding: 10px 11px 8px 0px;
}
.txt_org {
	color: #ed6d00;
}
#pop_closebox a, #pop_closebox a:visited {
	padding: 0px 0px 0px 14px;
	background: url(/kahun/treatment/images/inf_check_icon.gif) left no-repeat;
	color: #343434;
	text-decoration: underline;
}
#pop_closebox a:hover, #pop_closebox a:active {
	padding: 0px 0px 0px 14px;
	background: url(/kahun/treatment/images/inf_check_icon.gif) left no-repeat;
	color: #343434;
	text-decoration: none;
}
#pop_bottombox {
	border-top: 1px solid #cbcbcb;
	background-color: #f5f3eb;
	text-align: left;
	padding: 10px 11px 8px 11px;
}
#pop_copy {
	float: left;
	font-size: 10px;
}
#pop_close {
	float: right;
}
#pop_close a, #pop_close a:visited {
	padding: 0px 0px 0px 14px;
	background: url(/kahun/treatment/images/inf_check_icon.gif) left no-repeat;
	color: #343434;
	text-decoration: underline;
}
#pop_close a:hover, #pop_close a:active {
	padding: 0px 0px 0px 14px;
	background: url(/kahun/treatment/images/inf_check_icon.gif) left no-repeat;
	color: #343434;
	text-decoration: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;	/*\*/

	/*/
		height: auto;
		overflow: hidden;
		/**/
}
.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}
