@charset "UTF-8";

h2 {
	margin-top:0px;
	padding-top:0px;
}
h2 span {
	font-size:12px;
}

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:20px;
	margin-top:30px;
}

#top_box {
	margin:50px auto;
	text-align:center;
}
#top_box p {
	line-height: 2em;
}
#top_box p a {
	color:#fff;
}

#formarea {
	margin:50px auto;
}

table {
	background-image: url(../images/washi2.jpg);
	background-repeat:no-repeat;
	padding:10px;
}
th {
	font-size:20px;
	height:3em;
	border-bottom:1px solid #aaa;
	padding:10px 0px;
}
td {
	font-size:20px;
	height:3em;
	border-bottom:1px solid #aaa;
	padding:10px 0px;
}

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

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

input[type="reset"],
input[type="submit"],
button[type="button"] {
	font-size:20px;
	text-align:center;
	width:6em;
}

input[type="radio"] {
	margin-right:10px;
	zoom:150%;
}

#btns {
	text-align:center;
}

label {
	display:inline-block;
	margin-bottom:20px;
}
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;
}

.image-overlay-container {
	/* .bts に関する直接の記述はCSS内にないため除外 */
}

#b_btn ul li a img {
	/* img に関する明示的な記述はないため除外可能 */
}

#footer_area {
	/*.phpに存在するがCSS内に直接記述はない */
}

#conf_out {
	border:1px solid #fff;
	width:90%;
	margin:auto;
	padding:10px;
}

#conf_in {
	margin-left:0px;
}

#submit_area {
	float:right;
	margin-right:20px;
	margin-bottom:20px;
}

#sendchk {
	margin-top:100px;
	line-height:5em;
	text-align:center;
}

#erbtn {
	zoom:150%;
}

::-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;
}





#msg2,#msg3 {
	margin:auto;
	width:1050px;
	margin-top:30px;
	margin-bottom:30px;

}

#msg2 p,#msg3 p {
	line-height:2em;
	font-size:18px;
}

#formarea {
	background-image: url("../images/mf_bg.jpg");
}


#pp {
	width:760px;
	margin:10px auto 50px auto;
	padding:20px;
	font-size:14px;
	background-color:#111;
	height:40em;
	overflow:scroll;
	font-weight:normal;
	margin-top:100px;
}



