﻿@charset "utf-8";

/* ===================================================================
	Author: aki
=================================================================== */

#mf1 .mf-inner{
	padding:30px 0;
}


.err{
	color:red;
	font-weight:bold;
}



#form{
	padding:0 50px;
}

#form-frame{
	border:2px solid #797b7a;
	padding:10px 10px;
	font-size:120%;
	line-height:1.5;
}

#form-frame h4{
	font-size:120%;
	line-height:1.5;
	font-weight:bold;
	padding:0 10px 5px 10px;
	border:1px solid #797b7a;
	border-width:0 0 1px 0;
}

#form-frame table{
	table-layout:fixed;
	width:100%;
}

#form-frame th{
	border:1px dashed #797b7a;
	border-width:0 0 1px 0;
	padding:15px 10px;
	vertical-align:top;
}

#form-frame th .his{
	float:right;
	color:red;
}


#form-frame td{
	border:1px dashed #797b7a;
	border-width:0 0 1px 0;
	padding:8px 10px;
}

#form-frame th.nob,
#form-frame td.nob{
	border:none;
}

#form-frame select{
	max-width:100%;
}


#form .sbtn{
	padding:30px 0;
	text-align:center;
}

#form .w1,
#form .w2,
#form .w3,
#form .w4,
#form .w5{
	border:1px solid #a0a0a0;
	font-size:14px;
	line-height:1.5;
	padding:5px;
	margin:0 0 5px 0;
}

#form .w1{
	width:30%;
}

#form .w2{
	width:15%;
}

#form .w3{
	width:20%;
}

#form .w4{
	width:70%;
}
#form .w5{
	width:80%;
}

#form select{
	border:1px solid #a0a0a0;
	font-size:14px;
	line-height:1.5;
	padding:5px;
	margin:0 0 5px 0;
}


#form .sbtn {
	text-align:center;
}

#form .sbtn input{
	border:none;
	border-radius:none;
	background:none;

	background:#cf47c7;
	display:inline-block;
	color:#fff;
	font-size:1.5em;
	line-height:1.1em;
	padding:10px 30px;
	text-decoration:none;
	box-shadow:-1px 2px 2px 0 rgba(0,0,0,0.5);
	cursor:pointer;
}



input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}



@media screen and (max-width: 950px) {
	

.err{
	color:red;
	font-weight:bold;
}



#form{
	padding:0 10px;
}

#form-frame{
	border:2px solid #797b7a;
	padding:10px;
	font-size:120%;
	line-height:1.5;
}

#form-frame h4{
	font-size:120%;
	line-height:1.5;
	font-weight:bold;
	padding:0 10px 5px 10px;
	border:1px solid #797b7a;
	border-width:0 0 1px 0;
}

#form-frame table{
	table-layout:fixed;
	width:100%;
}

#form-frame table col{
	display:none;
}

#form-frame th{
	background:rgba(207,71,199,0.1);
	border:1px dashed #797b7a;
	border-width:0 0 1px 0;
	padding:15px 10px;
	vertical-align:top;
	font-size:0.8em;
	line-height:1.5;
	width:auto;
	display:block;
}

#form-frame th .his{
	float:right;
	color:red;
}


#form-frame td{
	border:1px dashed #797b7a;
	border-width:0 0 1px 0;
	padding:10px;
	font-size:0.8em;
	line-height:1.5;
	width:auto;
	display:block;
}

#form-frame th.nob,
#form-frame td.nob{
	border:none;
}


#form .sbtn{
	padding:30px 0;
	text-align:center;
}

#form .w1,
#form .w2,
#form .w3,
#form .w4,
#form .w5{
	border:1px solid #a0a0a0;
	font-size:14px;
	line-height:1.5;
	padding:5px;
	margin:0 0 5px 0;
}

#form .w1{
	width:30%;
}

#form .w2{
	width:15%;
}

#form .w3{
	width:20%;
}

#form .w4{
	width:98%;
}
#form .w5{
	width:98%;
}

#form select{
	border:1px solid #a0a0a0;
	font-size:1.2em;
	line-height:1.5;
	padding:5px;
	margin:0 0 5px 0;
}

#form input[type="text"]{
	font-size:1.1em;
	padding:5px;
}
#form input[type="radio"]{
}
#form label{
	display:inline-block;
	border:#ccc solid 1px;
	padding:0 10px;
	border-radius:10px;
	background:#eee;
}



}



