@charset "UTF-8";

/*----------------------------------------------------
  # 共通項目
----------------------------------------------------*/
.scroll300 {
	height: 300px;
	overflow-y: scroll;
}

.BWcomment {
	margin: 0 0 20px 0;
	padding: 20px;
	font-size: 16px;
	background-color: #EEEEEE;
	border-radius: 5px;
}





/*----------------------------------------------------
  # 共通／リストテーブル要素
----------------------------------------------------*/
table#BWList .l { text-align: left; }
table#BWList .r { text-align: right; }
table#BWList .c { text-align: center; }

table#BWList tr.radio {
	cursor: pointer;
}
table#BWList tr.radio:hover {
	background-color: #CCCCCC;
}


/*----------------------------------------------------
  # 共通／編集テーブル要素
----------------------------------------------------*/
table.formTable {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 5px 5px;
}

table.formTable th[scope="row"] {
	width: 20%;
	margin: 0px;
	padding: 5px;
	font-size: 16px;
	vertical-align: middle;
	background-color: #DDDDDD;
	border-radius: 5px;
}

table.formTable td {
	width: 80%;
	margin: 0px;
	padding: 5px;
	font-size: 16px;
	vertical-align: middle;
}

table.formTable td p {
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
}


/*----------------------------------------------------
  # 共通／ボタン要素
----------------------------------------------------*/
.buttonArea {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 5px;
}

.buttonArea input[type='button'] {
	margin: 0px 10px 0px 0px;
	padding: 5px 10px;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.buttonArea input[name='Delete'] {
	margin: 0px 30px 0px 30px;
}

.buttonArea input.prime {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	background-color: #0073aa;
	box-shadow: 1px 1px 1px 1px #034878;
	-webkit-box-shadow: 1px 1px 1px 1px #034878;
}

.buttonArea input.second {
	color: #000000;
	background-color: #CCCCCC;
	box-shadow: 1px 1px 1px 1px #666666;
	-webkit-box-shadow: 1px 1px 1px 1px #666666;
}


/*----------------------------------------------------
  # フォーム要素
----------------------------------------------------*/
input[name*='hallTel'],
input[name*='hallPass'] {
	width: 200px;
}

input[name*='hallZip'],
input[name*='hallPref'],
input[name*='hallStaff'] {
	width: 120px;
}


/*----------------------------------------------------
 # smart custome fields カスタム
----------------------------------------------------*/
#smart-cf-custom-field-366 th {
	display: none;
}
