@charset "UTF-8";

h3 {
	border-bottom:1px solid #fff;
	display:inline-block;
	font-size:16px;
	margin-top:2em;
}

h4 {
	float:left;
	width:400px;
	display:block;
	margin-left:30px;
	font-size:18px;
	margin-top:30px;
}




#gaikan {
	position: absolute;
	top:218px;
	left:80px;
}

#floor2 {
	position: absolute;
	right:80px;
	bottom:0px;
}





#mid_area {
	padding:0px 10px;
	background-color:#000;
}

#msg {
	color:#fff;
	width:100%;
	margin:50px auto;
	line-height:1.5em;
	font-size:16px;
}

#top_box {
	margin:10px auto;
	text-align:center;
}


#top_box p {
	line-height: 2em;
}

#formarea {
	width:100%;

	margin:0px auto 50px auto;
}

.kumiko1 {
	width:80px;
	height:80px;
	margin:auto;
	display:block;
}

table{ 
	padding:10px;
	color:#fff;
}

th { font-size:16px;height:3em; border-bottom:1px solid #aaa;padding:10px 0px;}
td { font-size:16px;height:3em; border-bottom:1px solid #aaa;padding:10px 0px;}

input[type="text"],
input[type="phone"],
input[type="email"] { font-size:18px; width:95%;}


textarea { font-size:18px; width:95%;height:10em;}


input[type="reset"],
input[type="submit"],
button[type="button"]
{ font-size:16px;
	text-align:center;
	width:6em;
 }
 
 input[type="radio"]{ margin-right:10px;zoom:100%;float:left; }
 
 #btns {
	 text-align:center;
 }
 
label { display:inline-block; margin-bottom:18px;}

label span { width:6em; background-color:#f5f5dc;color:#000;padding:5px 10px;border-radius:10px;font-size:14px;display:inline-block;text-align:center; }

#emcu {
	font-size:14px;
}

#pp {
	width:100%;
	margin:50px auto 30px auto;
	padding:10px 18px 50px 18px;
	font-size:12px;
	background-color:#333;
	height:30em;
	overflow:scroll;
	font-weight:normal;
	color:#fff;
	background-color:#444;

}

#pp div {
	display:block;
	margin:auto;
}

h2 { 
	margin-top:0px;
	padding-top:0px;
}

h2 span { font-size:12px; } 





/* スクロールバーのトラック（背景） */
::-webkit-scrollbar {
	width: 12px; /* スクロールバーの幅 */
}

/* スクロールバーのハンドル（つまみ） */
::-webkit-scrollbar-thumb {
	background-color: #808080; /* ハンドルの背景色 */
	border-radius: 6px; /* ハンドルの角の丸み */
}

/* スクロールバーのトラックの境界 */
::-webkit-scrollbar-track {
	background-color: #2f2f2f; /* トラックの背景色 */
}

::-webkit-scrollbar-corner {
	background-color: #2f2f2f; /* トラックの背景色 */
}


.hover-effect {
	background-color: white;
	transition: background-color 0.3s ease;
}

.hover-effect:hover {
	background-color: #f5f5dc;
}







#conf_out {
	margin: 50px auto !important;
	text-align: center;
	
}




#conf_out div {
	display: inline-block;
	color:#fff;
	font-size:16px;
	padding: 10px; /* 必要に応じてパディングを調整 */
	border: 1px solid #bbb; /* ボーダーを設定（任意） */
	text-align: left; /* 必要に応じてテキストを左揃え */
}



#submit_area {
	margin-top:20px;
	width:200px;
	float:right;
	display:block;
	text-align:center;
	background-color:#555;
}

#kakunin {
	color:#fff;
	text-align:center;
	margin-top:0em;
}

#sendchk {
	font-size:20px;
	color:#fff;
	text-align:center;
	height:600px;
	line-height:3em;
	margin-top:100px;
	margin-left:1em;
	margin-right:1em;
}