@charset "utf-8";
body {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
p {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* CSS Document */

#formWrap {
	width:1180px;
	color:#555;
	line-height:140%;
	font-size:90%;
	background-color: #e7f1fd;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
}
#main {
	padding: 15px;
}
#formWrap h1 {
	font-size: 24pt;
	font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
	margin: 0px;
	padding: 20px 20px 20px 30px;
	color: #FFF;
	background-color: #23B14D;
}
#formWrap h2 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
#formWrap form {
	margin-top: 10px;
}
/*#formWrap form #privacy {
	margin-bottom: 15px;
	background-color: #fff8dc;
	padding: 10px;
}*/
#formWrap form .privacy {
	margin-bottom: 15px;
	background-color: #fff8dc;
	padding: 10px;
}
#formWrap form .required_sub {
	font-weight: bold;
	color: #39C;
}

#formWrap form .required {
	font-weight: bold;
	color: #F00;
}
#formWrap form .formTable tr td input, #formWrap form .formTable tr td select {
	margin: 5px;
	padding: 3px;
}
table.formTable {
	width:100%;
	border-collapse:collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
table.formTable td, table.formTable th {
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th {
	width:260px;
	font-weight:normal;
	background:#f5f5f5;
	text-align:left;
}
.sml {
	font-size: 80%;
}
.sbt {
	margin-top: 10px;
	text-align: center;
}

.fcb {
	color: #39C;
}


/* 掲示板ページ用　202106　馬場追記 */
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

#bbs {
	border-top:6px solid #26a240;
	width:1050px;
	margin-left:auto;
	margin-right:auto;
	font-family:メイリオ;
	line-height:32px;
}

#bbs .ml25 {
	margin-left:25px;
}
#bbs .ml40 {
	margin-left:40px;
}

#bbs_title {
	text-align:left;
	padding-left:20px;
	margin:25px 0 15px 15px;
	height:480px;
	width:570px;
	padding-top:10px;
	background-color:#e9feda;
}

#bbs #bbs_footer {
	width:1010px;
	background: #545454;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	padding: 12px 0px 5px 9px;
	line-height:1.5;
	text-align:left;
	color:#FFF;
	font-size:15px;
	padding-right:30px;
	height:45px;
}

#bbs_nagare table {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	text-align:center;
}

#jizen {
	width:40%;
	border:1px solid #507fab;
	border-radius:15px;
	padding:15px;
	margin:10px 0px;
	background-color:#bdd7ee;
}

.red {
	color:#F00;
}

#password {
	width:40%;
	/*border:1px solid #507fab;*/
	/*border-radius:15px;*/
	padding:5px;
	/*margin:10px 0px;*/
	margin:100px 0px 0px 0px;
	/*background-color:#ffff00;*/
	color:#F00;
	float:right;
}

.top {
	text-align:right;
	margin-right:20px;
	margin-top:15px;
	margin-bottom:15px;
}

/* bbsドロップダウン用 */
#bbs ul {
	height:580px;
}
#bbs ul li {
	list-style:none;
	height:33px;
	width:370px;
}
#bbs ul li ul {
	display: none;
	list-style:none;
	margin-left:310px;
}
#bbs ul li ul li {
	width:420px;
	height:295px;
	line-height:20px;
	font-size:16px;
	padding:10px;
}

#bbs ul li:hover ul {
	display: block;
	position: relative;
	top: -30px;
	left: 20px;
	width: 300px;
	height: 0px;
}
#bbs ul li:hover ul li {
	background-color:#d5c6d5;
}
/* bbsドロップダウン用ここまで */

.fb {
	font-weight:bold;
	font-size:22px;
}

.w80 {
	width:85%;
}

::placeholder {
  color: #bbbbbb;
}

/*inputの矢印消去*/
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type="number"] { 
  -moz-appearance:textfield; 
}

/*文字数アラート*/
.syozokuerror , .busyoerror {
	background-color:#FFCCCC;
}
.syozokualert , .busyoalert {
	color:#FF0000;font-size:small;
}

.gray-out {
  background-color: #eee;
  pointer-events: none; /* 操作もできなくなる */
  opacity: 0.6;
}

/*2025.06.20 小泉追加*/
#center-cell {
  text-align: center;        /* 横方向の中央揃え */
  vertical-align: middle;    /* 縦方向の中央揃え */
}