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

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

ol.fmail_checkbox_list label#en1261468173_01_label,
ol.fmail_checkbox_list label#en1261468173_02_label,
ol.fmail_checkbox_list label#en1261468173_03_label,
ol.fmail_checkbox_list label#en1261468173_04_label,
ol.fmail_checkbox_list label#en1261468173_05_label,
ol.fmail_checkbox_list label#en1261468173_06_label,
ol.fmail_checkbox_list label#en1261468173_07_label  {
	list-style: none;
	clear: both;
	padding: 5px 10px 5px 5px;
	width:350px;
}


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


/*-------------------------------------------------------*/
/*送信ボタンを画像化したい場合は下記を変更ください       */
/* 確認画面へ進む ./fmail/fmail.lib/submit.confirm.js    */
/* 送信           ./fmail/fmail.lib/submit.send.js       */
/* 前のページへ   ./fmail/fmail.lib/submit.cancel.js     */
/* 上記ファイル内のコメントアウト切り替えを行う          */
/*-------------------------------------------------------*/
/*ボタンの位置*/
.button {
	margin-top:0;
	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 {
	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 {
	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;
}

/*送信完了画面*/
.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: #666;}
#fmail .info3 { color:#009900;}
#fmail .info2 { color: #3333FF;}
#fmail .strong { font-weight:bold;}
#fmail .remail { margin-top:5px;}/*メール再入力部分*/
#fmail input, #fmail select , #fmail textarea { cursor:pointer;}
/*#fmail li { display: block; float: left; padding-left: .5em;}
* html #fmail li { white-space: nowrap;}
*:first-child+html #fmail li { white-space: nowrap;}*/


input[type="text"],input[type="search"],input[type="email"],input[type="tel"],input[type="password"],textarea{
-webkit-appearance: none;width: 100%;	outline:none;	padding:3px;margin: 0px 0 3px;border:1px solid #cccccc;vertical-align: middle;
 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

label.select {
    position: relative;
    display: inline-block;
    border:1px solid #cccccc;
    border-radius: 5px;
    background: #fff;
	margin: 0 0px 8px 0;
}
label.select:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
	
    margin: -2px 0 0 0;
    border: 5px solid transparent;
    border-top: 7px solid #004492;
}
select {
    cursor: pointer;
    position: relative;
     -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    
    padding: 0.5em 0.2em;
	padding-right: 30px;
    color:#333333;
    border: none;
    border-radius: 2px;
    background: transparent;
	vertical-align: middle
	 
}

::-ms-expand {
    display: none;
}

.inb{display: inline-block;vertical-align: middle}
#kikan_nun{padding: 0.5 2em}
radio, checkbox {

  vertical-align: middle;
 
}
input[type="submit"] {  -webkit-appearance: none;}
input[type="text"].w60{width: 60px!important}
input[type="text"].w80{width: 80px!important}
input[type="text"].w40{width: 40px!important}
input[type="text"].wp80{width: 80%!important}

#content table td label{margin-left: 5px;}

.err{color: #B20000; margin: 8px 0;font-weight: bold}
.errtitle{ margin: 20px 0;background-color: #B20000; color: #fff;   text-align: center;font-size:14px; padding:6px; }
@media screen and (min-width: 768px) { /*PC設定*/
#content table td .info{margin-bottom: 8px}
#content table td .info3{margin-bottom: 8px}
#content table td .info4{margin-bottom: 8px;margin-top: 12px}
#content form li,#content form ul {list-style: none;margin: 0;padding: 0;font-size: 0; text-align: center}
#content form li{ width: 50%;font-size: 13px; display: inline-block;margin-bottom: 6px;}
#content form td ul{text-align: left}
#content form td li{text-align: left;}
#content form ul.block li{width: 100%;display: block}

#content table th {
	background: #efefff;
	color: #636570;font-size: 11px;
	width: 25%;vertical-align: middle;text-align: left;
}
#content table td{width: 75%;vertical-align: middle;padding: 8px 4px}
}

ul.formbtarea{text-align: center;margin:30px auto}
ul.formbtarea li{width: 50%;text-align: center;}

@media screen and (max-width: 767px) {/*スマホ設定*/
input[type="text"],input[type="search"],input[type="email"],input[type="tel"],input[type="password"],textarea{
font-size: 16px!important;padding: 8px!important
}
#content table th{font-size: 14px!important;}
#content table td{font-size: 14px!important;}
ul.formbtarea li{width: 50%;display: inline-block; text-align: center;}
#fix_menu{display: none!important}
}
