@charset "Shift_JIS";

/* -----------------------------------------------------
フォーム要素記述用CSSファイル form.css
----------------------------------------------------- */

.alignCenter {
	text-align: center;
}

/* float解除
----------------------------------------------------- */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* table要素
----------------------------------------------------- */

.contact_form {
	width: 100%;
	border: 1px #e0e0e0 solid !important;
	border-spacing: 1px;
	margin: 0 0 15px !important;
	border-collapse: separate !important;
}

.contact_form tr th {
	width: 35%;
	padding: 5px 10px;
	background: #f3f3f3;
	color: #333;
	font-weight: normal;
	border-collapse: collapse;
	border-right: 1px #eee solid !important;
	border-bottom: 1px #eee solid !important;
	font-size: 12px;
}

.contact_form tr td {
	width: 65%;
	padding: 5px 10px !important;
	background: #fdfdfd;
	border-collapse: collapse;
	border-top: 1px #fff solid !important;
	border-bottom: 1px #e9e9e9 solid !important;
	border-left: 1px #f3f3f3 solid !important;
	text-align: left !important;
	word-break: break-all;
	font-size: 12px !important;
}

.cellodd th {
	background: #f9f9f9 !important;
	border-bottom: none !important;
}

.cellodd td {
	background: #fff !important;
	border-top: none !important;
	border-bottom: 1px #f9f9f9 solid !important;
	border-left: 1px #f9f9f9 solid !important;
}


/* p要素,span要素
----------------------------------------------------- */

.required {
	color: #f90;
	margin: 0 5px;
}

.cap {
	color: #696969;
	margin: 3px 0 5px;
}

.notice {
	display: inline;
	font-size: 10px;
	color: #f90;
}

.example {
	color: #666;
}

.warning {
	background: url(../imgs/ico_error.png) 0 50% no-repeat;
	color: #f33;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 15px !important;
	margin: 3px 0 0 5px;
}


/* ul要素,li要素
----------------------------------------------------- */

ul.buttonGroupPenta {
	margin: 0 !important;
	padding: 0 !important;
}

ul.buttonGroupPenta li {
	width: 80px;
	float: left;
	list-style: none;
}

.submitButtons {
	text-align: center;
	margin: 0 0 20px;
	padding: 15px 0;
	background: #f9f9f9;
	border: 1px #d9d9d9 solid;
}

.submitButtons li {
	margin: 0 10px;
	list-style: none;
	display: inline;
}


/* input要素など
----------------------------------------------------- */

.contact_form input {
	margin: 0 3px;
	padding: 2px;
	vertical-align: middle;
	border: 1px #7f9db9 solid;
}

.form_S {
	width: 75px;
}

.form_M {
	width: 120px;
}

.form_L {
	width: 400px;
}


