@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 0 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: 100px;
	text-indent: -50000px;
	overflow: hidden;
	display: block;
}
span#fmail_title_default {
	background-image: url(../images/title_default.gif);
}
span#fmail_title_confirm {
	background-image: url(../images/title_confirm.gif);
}
span#fmail_title_error {
	background-image: url(../images/title_error.gif);
}
span#fmail_title_thanks {
	background-image: url(../images/title_thanks.gif);
}

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 0;
}

div.fmail_error_message {
	border: solid 1px #FF0000;
	padding: 5px;
	text-align: center;
	background-color: #FFEEEE;
	color: #FF0000;
	margin: 10px;
	font-size: 12px;
}


/*-------------------------------------------------------*/
/*M{^摜ꍇ͉LύX       */
/* mFʂ֐i ./fmail/fmail.lib/submit.confirm.js    */
/* M           ./fmail/fmail.lib/submit.send.js       */
/* Õy[W   ./fmail/fmail.lib/submit.cancel.js     */
/* Lt@C̃RgAEg؂ւs          */
/*-------------------------------------------------------*/
/*{^̈ʒu*/
.button {
	margin-top: 20px;
	width:100%;
	text-align:center;
}
/*f{^̍*/
.button input.default_button {
	width: 160px;
	padding: 5px;
	border: solid 1px #999;
	background: #ddd;
}
.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 */




/*mF{^*/
.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;
}

/*M{^*/
.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 {
	background:url(../images/back_button.jpg);
	width:160px;
	height:35px;
	border-width:0;
	border-style:none;
}
.submit_cancel_button:hover {
	background-position: right bottom;
}

/*M*/
.site_top {
	width:100%;
	text-align:center;
}


/*-------------------------------------------------------*/
/*                                                       */
/* ʎw                                              */
/*                                                       */
/*-------------------------------------------------------*/
#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;}

