@charset "utf-8";
#mp-main {
	color: #4c4c4c;
	width: 750px;
	margin: 1em auto;
	padding: 0 10px;
}
input.text {
	border: 1px solid #ccc;
	font-size: 16px;
	width: 590px;
	min-height: 30px;
	outline: none;
}
input.company,
input.email,
input.email1 {
	width: 400px;
}
input.name {
	width: 300px;
}
select {
	border: 1px solid #ccc;
	font-size: 16px;
	width: 200px;
	min-height: 30px;
	display: block;
	outline: none;
}
textarea {
  border:1px solid #ccc;
  font-size:16px;
  width:90%;
  min-height:2em;
  display:block;
  margin-bottom:15px;
  margin-top:5px;
  outline: none;
}
@media only screen and (max-width: 768px) {
#mp-main {
	color: #4c4c4c;
	width: 600px;
	margin: 1em auto;
	padding: 0 10px;
}
input.text {
	border: 1px solid #ccc;
	font-size: 16px;
	width: 400px;
	min-height: 30px;
	outline: none;
}
input.company,

input.email,
input.email1 {
	width: 400px;
}
input.name {
	width: 300px;
}
select {
	border: 1px solid #ccc;
	font-size: 16px;
	width: 200px;
	min-height: 30px;
	display: block;
	outline: none;
}
textarea {
  border:1px solid #ccc;
  font-size:16px;
  width:100%;
  min-height:2em;
  display:block;
  margin-bottom:15px;
  margin-top:5px;
  outline: none;
}
}



@media only screen and (max-width: 599px) {
#mp-main {
	padding: 0;
	color: #4c4c4c;
	width:98%;
	margin: 5px auto;
}
input.text {
	border: 1px solid #ccc;
	font-size: 16px;
	width: 300px;
	min-height: 30px;
	outline: none;
	margin-left: 0px;
	padding-left: 0px;
}
select {
	border: 1px solid #ccc;
	font-size: 16px;
	width: 150px;
	min-height: 30px;
	display: block;
	outline: none;
}
textarea {
  border:1px solid #ccc;
  font-size:16px;
  width:100%;
  min-height:200px;
  display:block;
  margin-bottom:15px;
  margin-top:5px;
  outline: none;
}
form {
	margin: 0px;
	padding: 0px;
}
}


#mp-main p,li,dt,dl {
	line-height:1.6;
}
#mp-main p {
	margin-top: 0em;
	margin-bottom: 0.5em;
}
#mp-main a:hover {
	font-size: small;
	color:#dd8d2a;
	text-decoration: underline;
}
#mp-main a {
	font-size: small;
	color:#4c4c4c;
	text-decoration: none;
}
#mp-main input.text,input.password,textarea,select {
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	background-color: #fdfdfd;
	background-repeat: repeat-x;
	border: 1px solid #abadb3;
	padding: 0.1em 0;
}
/* for browsers except IE6  */
#mp-main input[type="text"],input[type="password"],textarea[name],select[name] {
	background-image: url("../imgs/textbox_shadow.png");
}
/* */
#mp-main input.submit, input.reset, button {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	overflow: visible;
	height: 3em;
	padding: 0 0.5em;
	cursor: pointer;
}
#mp-main select {
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
}
#mp-main option {
	padding-right: 1em;
}
#mp-main option[selected="selected"] {
	background-color: #eeeeee;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}
#mp-main img {
	border: 0px;
}
#mp-main table {
	margin-bottom: 1em;
}
#mp-main div.fieldset {
	margin-bottom: 1em;
	padding: 0.5em 0;
}
#mp-main div.fieldset dl {
	padding:0;
}
#mp-main div.fieldset dt {

	color: #333;
	margin: 0.5em;
	padding-left: 13px;
	padding-top: 15px;
	font-size: 16px;
	background-image: url(../imgs/list.png);
	background-repeat: no-repeat;
	background-position: left 19px;
}
#mp-main div.fieldset dt span.optional {
	background-image: url("../imgs/optional.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 65px;
}
#mp-main div.fieldset dt span.required {
	background-image: url("../imgs/required.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 65px;
}
#mp-main div.fieldset dd {
	padding-left: 0em;
	padding-bottom: 1em;
	margin: 0.5em 0;
	padding-right: 0px;
}
#mp-main div.fieldset dd label {
	font-size: 16px;
}
#mp-main div.fieldset dd p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#mp-main div.fieldset dd.delimit {
	border-bottom: 1px dotted #6392b1;
}
#mp-main div.fieldset span.err {
	color: #880000;
}
#mp-main div.fieldset input.text.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset input.radio.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset input.checkbox.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset textarea.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.fieldset select.err {
	background-color: #fff8f8;
	border: 1px solid #aa6666;
}
#mp-main div.errs {
	background-image: url("../imgs/warning.png");
	background-repeat: no-repeat;
	color: #880000;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0px 0px 0px 30px;
	min-height: 32px;
	height: auto !important;
	height: 32px;
}
#mp-main span.radioelement {
	margin-right: 1.8em;
	color: black;
}
#mp-main span.checkelement {
	margin-right: 1.8em;
	color: black;
}



/*==============================================*/



table.form-Table,
table.form-Table1 {
  border-collapse: collapse;
  width: 98%;
  margin: 1.5em auto;
}
table.form-Table td {
	padding: 10px;
	background-color: #FFF;
	font-weight: normal;
	padding: 10px;
	border: 1px solid #CCC;
	font-weight: normal;
}
table.form-Table1 td {
	padding: 10px;
	background-color: #FFF;
	font-weight: normal;
	padding: 10px;
	font-weight: normal;
	border-style: none;
}
table.form-Table th {
	text-align: center;
	background-color: #F4F4F4;
	vertical-align: middle;
	white-space: nowrap;
	padding: 10px;
	border: 1px solid #CCC;
	font-weight: normal;
	width: 25%;
}
@media screen and (max-width: 768px) {
table.form-Table,
table.form-Table1 {
	border: none;
  }
  table.form-Table td,
  table.form-Table1 td {
	display: block;
	text-align: left;
	border: none;
  }
  table.form-Table th,
  table.form-Table1 th {
	text-align: left;
	display: block;
	width: 100%;
	border-style: none;
	background-color: #FFF;
	font-weight: bold;
  }
}
