@charset "UTF-8";

.sp{
	display:none;
}

.pc{ 
	display: inline;
}

body{ 
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial, Verdana, sans-serif;
	background-color: #fff;
	margin: 0px auto;
	padding: 10px; 
	text-align: left;
}

input,textarea,select{font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;font-size:14px;}

div#container {
	margin: 0px 10px;
	padding: 0px 5px;
	width: auto 100%;
    background-color: #fff;
}

.title{
	width : 640px;
	margin :0 auto 10px ;
	text-align:center;
}

h2{
	font-size:18px;
	font-weight:bold;
	text-align:left;	
	margin:30px 0 15px 3px;
	padding:5px;
	border-left: 8px #003399 solid;
	border-bottom: 2px #003399 solid;
	width: 90%;
	
}

.form_title{
	font-size:18px;
	font-weight:bold;
	text-align:left;	
	margin:30px 0 15px 3px;
	padding:5px;
	border-left: 8px #003399 solid;
	border-bottom: 2px #003399 solid;
	width: 95%;
	
}
/*===============================================
	margine
===============================================*/
.mr10{
	margin-right: 10px;
}

.ml10{
	margin-left: 10px;
}

.mb20{
	margin-bottom: 20px !important;
}

/*==============================================*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
table th {
  width: 22%;
  background: #f0f8fa;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
table td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
/*==============================================*/




/*//////////////////////////////////////////////////*/
/*// 01.�x�[�X�̐ݒ�                              //*/
/*//////////////////////////////////////////////////*/




/*===============テスト===============================*/
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	max-width: 90%;
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 10px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}

form#mail_form select {
	font-size: 100%;
	font-family: inherit;
	margin-top: 10px;
}

form#mail_form textarea {
	display: block;
	width: 90%;
	max-width: 90%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}


form#mail_form ul {
	list-style-type: none;
}

form#mail_form ul li label:hover {
	cursor: pointer;
}


form#mail_form input#company {
	width: 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule {
	width: 30%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
	width: 80%;
}

form#mail_form input#postal + a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #46b8da;
	border-radius: 3px;
	background: #5bc0de;
	font-size: 100%;
	color: #ffffff;
	text-decoration: none;
}

form#mail_form input#postal + a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
}

form#mail_form input#address {
	width: 90%;
}


form#mail_form p#form_submit {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
}

form#mail_form input[type="button"] {
	padding: 7px 20px;
	border: 1px solid #4cae4c;
	border-radius: 3px;
	background: #5cb85c;
	font-size: 100%;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
}

form#mail_form input[type="button"]:hover {
	cursor: pointer;
	background: #449d44;
	border: 1px solid #398439;
}

form#mail_form input#form_submit_button {
	margin-left: 35%;
}


/*===============テストここまで===============================*/


form #mailform {
	width : 640px;
	margin: 20px auto 50px;
	padding: 0px;
}
form #mailform label {
	cursor: pointer;
	text-decoration: none;
	display: block;
	padding: 5px 5px;
	margin-bottom: 1px;
	border-radius: 4px;
}
label.label_true {
	background-color: #FFFFEE;
	border: solid 1px #ccc;
	text-decoration: none;
}
label.label_false {
	background-color: none;
	border: none;
	text-decoration: underline;
	background-image: none;
}
div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
div#mfp_closed {
	display: none;
}
div.mfp_disp {
	display: none;
}
div#input_time_disp {
	padding: 10px;
}
div#expires_time_disp {
	padding: 10px;
	text-align: center;
}
div#expires_time_disp strong {
	font-size: 18px;
	color: #CC0000;
}
div#limit_disp {
	padding: 10px;
	text-align: center;
}
div#limit_disp strong {
	font-size: 24px;
	color: #CC0000;
}
img.must {
	width: 30px;
	height: 16px;
	float: right;
	margin: 0px 5px 0px 0px;
}
div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #003366;
	font-size: 12px;
	line-height: normal;
	background-image: url(../../mailform/img01/mfp_error01.gif);
	display: none;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
input.mfp {
	padding: 2px;
}
textarea.mfp {
	padding: 5px;
}

div#mfp_buttons {
	padding: 0px;
    height:80px;
    text-align:center;
}
div#mfp_buttons ul {
	overflow: hidden;
	margin: 0
}
div#mfp_buttons ul li {
	width: 180px;
	height: 60px;
	overflow: hidden;
	float: left;
}
div.mfp_phase_buttons {
	height: 60px;
}
input.mfp_phase_next {
	background-image: url(../../mailform/img01/mfp_next.gif);
	float: right;
}
input.mfp_phase_prev {
	background-image: url(../../mailform/img01/mfp_prev.gif);
	float: left;
}

input.mfp_phase_next,input.mfp_phase_prev {
	width: 200px;
	height: 60px;
	overflow: hidden;
	text-indent: -5000px;
	border: none;
	border-style: none;
	cursor: pointer;
}

input#button_mfp_goconfirm {
	width: 180px;
	height: 60px;
	background-color: #fff;
	background-image: url(../../mailform/img01/mfp_goconfirm.gif);
	/*text-indent: -5000px;*/
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_reset {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #fff;
	background-image: url(../../mailform/img01/mfp_reset.gif);
	border: none;
	border-style: none;
	cursor: pointer;
	/*text-indent: -5000px;*/
}
.reset_over {
	background-image: url(../../mailform/img01/mfp_reset_over.gif);
}
.reset_out {
	background-image: url(../../mailform/img01/mfp_reset.gif);
}
.confirm_over {
	background-image: url(../../mailform/img01/mfp_confirm_over.gif);
}
.confirm_out {
	background-image: url(../../mailform/img01/mfp_confirm.gif);
}

/*===============================================
		formのデザイン
==============================================*/
form#mailform input[type="text"],
form#mailform input[type="email"],
form#mailform input[type="tel"]{
	max-width : 90%;
	height : 2em;
	padding : 2px 2%;
	border : 1px solid #ccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
	margin-top : 5px;
}

form#mailform input[type="text"]:focus,
form#mailform input[type="email"]:focus,
form#mailform input[type="tel"]:focus,
form#mailform textarea:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #fff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 10px;
}

form#mailform textarea{
	display : block;
	width : 90%;
	max-width : 90%;
	height : 200px;
	padding : 2px 2%;
	resize : vertical;
	border : 1px solid #ccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 100%;
}

form#mail_form ul {
	list-style-type: none;
}

form#mail_form ul li label:hover {
	cursor: pointer;
}


#postal+a{
	display : inline-block;
	padding : 8px 14px;
	vertical-align : middle;
	line-height : 1;
	background : #666;
	border: #666;
	border-radius : 3px;
	color : #fff;
	text-decoration : none;
	position : relative;
	margin:0 0 0 10px;
}

#postal+a:hover{
	cursor : pointer;
	background : #999;
	border: #999;
}

form#mailform input#name_1,
form#mailform input#name_2,
form#mailform input#read_1,
form#mailform input#read_2,
form#mailform input#postal,
form#mailform input#phone,
form#mailform input#schedule{
	width : 30%;
}

form#mailform input#mail_address,
form#mailform input#mail_address_confirm{
	width : 80%;
}

input.radus {
	width : 400px;
	height : 2em;
	padding : 2px 2%;
	border : 1px solid #ccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 14px;
	margin-top : 5px;
}
textarea.radus {
	padding: 5px;
	border : 1px solid #ccc;
	border-radius : 3px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size : 14px;
	margin-top : 5px;
}
/*//////////////////////////////////////////////////*/


/*===============================================
	メール　テーブルの設定
===============================================*/
table.mailform {
	width: 100%;
	padding: 10px;
	border: solid 1px #ccc;
	border-collapse: collapse;  
}
table.mailform tr th {
	padding: 7px 0px 7px 10px;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	width: 160px;
	border: solid 1px #ccc;
	border-collapse: collapse;
	line-height: 20px;
}
table.mailform tr th span {
	font-size: 12px;
	color: #666;
	padding-bottom: 10px;
	line-height: 18px;
	display: block;
}
table.mailform tr td {
	padding: 7px 10px 7px 10px;
	border: solid 1px #ccc;
	border-collapse: collapse;
	font-size: 14px;
	text-align:left;
	line-height: 20px;
}

table.mailform tr td img{
	margin:10px auto;
}

table.mailform tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
table.mailform tr td ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
table.mailform tr td p,table.mailform tr td div,table.mailform tr td span {
	clear: both;
}
table.mailform select{
    font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", ;
        font-size:14px;
}
/*===============================================
	確認画面の設定
===============================================*/
ul.confirm_layer {
	width: 720px;
	padding: 0px;
	margin: 0px;
    
}
ul.confirm_layer li {
	width: 720px;
	list-style: none;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
li.confirm_middle {
	background-image: url(../../mailform/img01/mfp_table_background.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../mailform/img01/mfp_table_background.png', sizingMethod='scale');
}
li.confirm_top {
	height: 33px;
	background-image: url(../../mailform/img01/mfp_table_top.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../mailform/img01/mfp_table_top.png', sizingMethod='scale');
}
li.confirm_bottom {
	height: 33px;
	background-image: url(../../mailform/img01/mfp_table_bottom.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../mailform/img01/mfp_table_bottom.png', sizingMethod='scale');
}
div#disabled_submit {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#disabled_submit input {
	margin: 10px;
}
table.infield {
	width: 660px;
	margin: 0px auto 0px auto;
    font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", ;font-size:14px;
    }
    
table.infield tr th {
	padding: 5px;
	margin: 0px;
	text-align: right;
	font-size: 14px;
	width: 150px;
	border-bottom: solid 1px #ccc;
	color: #232323;
}
table.infield tr td {
	padding: 5px;
	border-bottom: solid 1px #ccc;
}
table.infield tr td p {
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}
.mfp_color {
	background-color: #E8EEF9;
}
div#confirmWindow {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
	position: relative;
	top: 0;
	left: 0;
	visibility: hidden;
	background-color: #000;
	font-size: 18px;
	text-align: center;
	_top: expression(
		document.documentElement && document.documentElement.scrollTop  || 
		document.body && body.scrollTop  || 0
		+ 0 + 'px'
	);
}
div#confirmBody {
	width: 1px;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	text-align: center;
	margin: 0px auto 0px auto;
}
div#confirmBody div.mfp_title {
	color: #fff;
	margin: 0px auto 0px auto;
	width: 294px;
	height: 33px;
	padding-top: 10px;
}
div.buttons {
	margin: 0px auto 20px auto;
	height: 100px;
}

div#twex {
	margin: 0px;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
img#loading_proccess_image {
	position: absolute;
	z-index: 1000;
}
/*//////////////////////////////////////////////////*/

dl.mailform {
	padding: 0px 15px;
	margin: 0px;
}

dl.mailform dt {
	float: left;
	width: 180px;
	clear: both;
	font-size: 14px;
	text-align: right;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
dl.mailform dt span {
	display: block;
	font-size: 14px;
	color: #999;
}
dl.mailform dd {
	padding: 10px 10px 15px 190px;
	border-bottom: solid 1px #ccc;
	font-size: 12px;
	margin: 0px;
}
dl.mailform dd ul,dl.mailform dd ol {
	margin: 0px;
	padding: 0px;
}
dl.mailform dd ul li,dl.mailform dd ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
dl.mailform dd ul li {
	/*float: left;*/
	padding: 0px 10px 0px 0px;
}

/*// Phase Input Style //*/

div.mfp_phase_section {
	display: none;
	padding: 2px 2px 15px 2px;
	margin: 10px 5px;
	border: solid 1px #EEEEEE;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	clear: both;
}
p.mfp_caption {
	margin: 10px;
}
input.mfp_phase_ui {
	border-radius: 2px;
	padding: 3px;
	margin: 5px 15px;
}
h3.mfp_phase_title {
	background-image: url(../../mailform/img01/mfp_h3.png);
	padding: 5px 15px;
	border-radius: 3px;
	font-size: 21px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
ol.mfp_phase_input_proccess {
	margin: 15px;
	height: 40px;
}
ol.mfp_phase_input_proccess li {
	border-radius: 3px;
	padding: 5px 10px;
	margin: 5px;
	float: left;
	font-weight: bolder;
}
li.mfp_phase_disabled {
	-webkit-box-shadow: 1px 1px 4px #999;
	-moz-box-shadow: 1px 1px 4px #999;
	box-shadow: 1px 1px 4px #999;
	background-color: #ccc;
	border: solid 1px #999;
}
li.mfp_phase_current {
	-webkit-box-shadow: 1px 1px 4px #999;
	-moz-box-shadow: 1px 1px 4px #999;
	box-shadow: 1px 1px 4px #999;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	background-image: url(../../mailform/img01/mfp_h3.png);
	border: solid 1px #fff;
	background-color: #FFEEEE;
}
.p_10_12{ 
	font-size: 10px; 
	line-height: 12px; 
	color: #ff0000; 
	margin: 0px; 
	letter-spacing: 0em;
}


/* 固定フッター
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.fixed_footer {
position: fixed; /* フッターを固定する */
bottom: 0; /* 上部から配置の基準位置を決める */
left: 10px; /* 左から配置の基準位置を決める */
width: auto; /* フッターの横幅を指定する */
height: 100px; /* フッターの高さを指定する */
padding:5px 0 0 10px; /* フッター内側の余白を指定する(上下左右) */
border-top:2px solid #a78e06;
background-color:#fff;
}


