/* Overlay */

#smcf-overlay { background-color: #ffffff; }

/* Container */

#smcf-container .caption { margin: 0 0 27px 0; }

#smcf-container {
	width: 740px;
	height: 670px;
	font-family: Arial, "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3" ,"ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
	font-size:　11px;
	text-align:　left;
}

#smcf-container { top: 120px !important; }

#smcf-container .smcf-content {
	background-color: #000000;
	color: #ffffff;
	height: 20px;
}

.smcf-content { height: 500px; padding: 30px 40px; }

#smcf-container .smcf-cc { cursor:default; }

#smcf-container h1 {
	color: #ffffff;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 24px 0;
	font-size: 14px;
	text-align: left;
	line-height: 100%;
	text-transform: uppercase;
}

#smcf-container .smcf-loading {
	display: none;
	/*
	position: absolute;
	background: url(../img/loading.gif) no-repeat;
	z-index: 8000;
	height: 55px;
	width: 54px;
	margin: -14px 0 0 170px;
	padding: 0;
	*/
}

#smcf-container .smcf-message {
	text-align: center;
}
#smcf-container .smcf-error {
	color: #ff0000;
	font-weight: bold;
	margin: 20px auto;
	line-height: 40px;
}

#smcf-container br { clear: both; }

#smcf-container form {
	padding: 0;
	margin: 0;
}

#smcf-container label {
	clear: left;
	display: block;
	width: 145px;
	height: 50px;
	float: left;
	padding-right: 4px;
	font-weight: bold;
	line-height: 40px;
}

#smcf-container .smcf-input {
	float: right;
	width: 490px;
	height: 40px;
	margin: 0 0 10px 0;
	padding: 0 10px;
	color: #ffffff;
	font-family: Arial, "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3" ,"ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
	background-color: #4c4c4c;
	border: none;
}

#smcf-container textarea {
	padding: 10px;
	height: 200px !important;
	font-family: Arial, "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3" ,"ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
	line-height: 20px;
}

#smcf-container div.smcf-top {
	display: none;
	/*
	background-color: #333333;
	height: 13px;
	padding: 0;
	margin: 0;
	*/
}

#smcf-container div.smcf-bottom {
	display: none;
	/*
	background-color: #333333;
	height: 13px;
	*/
}

#smcf-container .smcf-button {
	width: 158px;
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
	border: 0;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	margin: 20px 8px 0 0;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, "Helvetica", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3" ,"ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
}

#smcf-container .smcf-button:hover { color: #ffffff; background-color:#4c4c4c; }

#smcf-container a.modalCloseX,
#smcf-container a.modalCloseX:link,
#smcf-container a.modalCloseX:active,
#smcf-container a.modalCloseX:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	z-index: 10010;
	position: absolute;
	right: 40px;
	top: 27px;
	color: #8c8c8c;
	line-height: 100%;
}

#smcf-container a.modalCloseX:hover { color:#ffffff; }