@charset "UTF-8";

@import url("fmail_table.css");
@import url("fmail_dl.css");
@import url("fmail_label.css");

div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#twex {
	margin: 0px;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	background-color: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
img#loading_proccess_image {
	position: absolute;
	z-index: 1000;
}

div.fmail_must {
	width: 30px;
	height: 16px;
	float: right;
	margin: 0px 0px 0px 5px;
	background-image: url(../images/mfp_must.gif);
	text-indent: -50000px;
	overflow: hidden;
}

div#fmail_thankspage {
	padding: 15px;
	font-size: 12px;
	line-height: 1.5em;
}
span#fmail_title_default,span#fmail_title_confirm,span#fmail_title_error,span#fmail_title_thanks {
	width: 600px;
	height: 80px;
	text-indent: -50000px;
	overflow: hidden;
	display: block;
}
span#fmail_title_default {
	background: url(../images/title_default.gif) no-repeat center;
}
span#fmail_title_confirm {
	background: url(../images/title_confirm.gif) no-repeat center;
}
span#fmail_title_error {
	background: url(../images/title_error.gif) no-repeat center;
}
span#fmail_title_thanks {
	background: url(../images/title_thanks.gif) no-repeat center;
}

form.fmail_submit,form.fmail_cancel {
	float: left;
	padding: 5px;
}

form#fmail {
	margin: 0px auto 0px auto;
	padding: 0px;
}

span.fmail_error {
	display: block;
	font-size: 12px;
	padding: 2px 0px 5px 17px;
	background-image: url(../images/mfp_error.gif);
	background-repeat: no-repeat;
}
span.fmail_example {
	font-size: 12px;
	color: #666666;
}
p.fmail_note {
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	color: #666666;
}
ol.fmail_checkbox_list {
	width:90%;
}
ol.fmail_radio_list li,ol.fmail_checkbox_list li {
	list-style: none;
	float: left;
	padding: 5px 10px 5px 5px;
}

div.fmail_error_message {
	border: solid 1px #FF0000;
	padding: 5px;
	text-align: center;
	background-color: #FFEEEE;
	color: #FF0000;
	margin: 10px;
	font-size: 12px;
}



/*
-------------------------------------------------------*/
/* button */
.button {
	margin-top: 15px;
	width:100%;
	text-align:center;
}

.button input.default_button {
	padding:10px;
	height:40px
}
.button form.fmail_cancel {
	width:48%;
	text-align:right;
}
.button form.fmail_submit {
	width:48%;
	text-align:left;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* submit_confirm_button */
.submit_confirm_button {
	background:url(../images/submit_button.jpg);
	width:160px;
	height:35px;
	border-width:0;
	border-style:none;
}
.submit_confirm_button:hover {
	background-position: right bottom;
}

/* .submit_send_button */
.submit_send_button {
	background:url(../images/send_button.jpg);
	width:160px;
	height:35px;
	border-width:0;
	border-style:none;
}
.submit_send_button:hover {
	background-position: right bottom;
}

/* .submit_cancel_button */
.submit_cancel_button {
	background:url(../images/back_button.jpg);
	width:160px;
	height:35px;
	border-width:0;
	border-style:none;
}
.submit_cancel_button:hover {
	background-position: right bottom;
}

/* site_top */
.site_top a{
	display:block;
	margin: 1em auto;
	background:url(../images/top_button.jpg);
	width:160px;
	height:35px;
	border-width:0;
	border-style:none;
	text-align:center;
	text-indent:-9999px;
}
.site_top a:hover{
	background-position: right bottom;
}


/*
-------------------------------------------------------*/
#fmail .caution { color:red;}
#fmail .info { color:#009900;}
#fmail .strong { font-weight:bold;}
#fmail .remail { margin-top:5px;}
#fmail input, #fmail select , #fmail textarea { cursor:pointer;}
