@charset "UTF-8";
/* for body */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, q, strong, b, u, i, center {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
	font: 100%/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Helvetica, Verdana;
}
#footer2 {
	font-size: 11px;
	text-align: center;
	width: 100%;
	margin: 2px auto;
	color: #FFFFFF;
	padding: 3px 0px;
	background: #336633;
}
h1 {
	font-size: 140%;
	width: 100%;
	color: #fff;
	background:  #336633;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	padding: 10px 0px;
}
h2 {
	font-size: 105%;
	font-weight: bold;
	background: #DBEEDC;
	display: block;
	margin: 20px auto 0px;
	padding: 3px 3px 3px 10px;
	width: 780px;
	border-left: 5px solid #3A7A3E;
}
.read {
	width: 680px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-style: none;
	line-height: 140%;
}
.read2 {
	width: 750px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-style: none;
	text-align: center;
}
.nameid {
	width: 750px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-style: none;
	font-weight: bold;
}
.red {
	color: #FF3300;
}
.faq {
	width: 750px;
	margin: 10px auto 20px;
}
h3 {
	font-size: 105%;
	font-weight: bold;
	display: block;
	width: 790px;
	color: #666666;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	text-align: center;
	margin: 40px auto 0px;
	padding: 3px 3px 3px 10px;
}
.sonota {
	color: #990000;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
}

.b {
	font-weight: bold;
}
.redb {
	font-weight: bold;
	color: #F00;
}
.form {
	width: 100%;
	border: 1px solid #363;
	border-collapse: collapse;
	margin: 20px auto;
}
.form th {
	width: 30%;
	background: #C2E0C2;
	font-weight: normal;
	padding: 5px;
	border: 1px solid #363;
}
.form td {
	border: 1px solid #363;
	padding: 5px 5px 5px 20px;
}

input[type="text"],
input[type="number"],
	input[type="password"],
	input[type="email"],
	textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: border-color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out;
	-ms-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
	background: #fff;
	border: solid 1px #A4A4A4;
	border-radius: 5px;
	color: inherit;
	outline: 0;
	padding: 0.5em;
	text-decoration: none;
	}
.type1 {
	width: 90%;
	}
.type2 {
	width: 80%;
	}
		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #3B8B28;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}
/* for message */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* for back-button */
form.back {
	margin-top: 2em;
}

/* for table */
#form-tbl {
	margin-left: 1.5em;
}
#form {
	border-collapse: collapse;
	margin: 1em 0;
	width: 90%;
	margin: 20px auto;
}
#form th, #form td {
	border: 1px solid #363;
	padding: 8px;
}
#form th {
	white-space: nowrap;
	background: #C2E0C2;
	width: 30%;
}
#form td {
	background: #fff;
}
p.btn {
	width: 90%;
	margin: 10px auto;
	text-align: center;
}
p.btn input {
	width: 110px;
	height: 32px;
}

	@media screen and (max-width: 900px) {
h2 {
	font-size: 105%;
	font-weight: bold;
	background: #DBEEDC;
	display: block;
	margin: 20px auto 0px;
	padding: 5px 5px 5px 10px;
	width: 85%;
	border-left: 5px solid #3A7A3E;
}
.read {
	width: 90%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-style: none;
	line-height: 140%;
}
.read2 {
	width: 90%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-style: none;
	text-align: center;
}
.nameid {
	width: 95%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-style: none;
	font-weight: bold;
}
.red {
	color: #FF3300;
}
.faq {
	width: 90%;
	margin: 10px auto 20px;
}
h3 {
	font-size: 105%;
	font-weight: bold;
	display: block;
	width: 88%;
	color: #666666;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	text-align: center;
	margin: 40px auto 0px;
	padding: 5px;
}
.sonota {
	color: #990000;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
}
}
@media only screen and (max-width: 650px) {
	#body { margin-left: 0; }
	
	/* 投稿フォーム */
	#form-tbl { margin: 0 auto; text-align: center; }
	#form { width: 90%; margin: 10px auto; }
    #form th, #form td {
    	text-align: left;
		width: 100%;
        display: block;
        padding: 6px 3px;
        border-top: none;
    }
    #form tr:first-child th	{ border-top: 1px solid #666; }
    p.btn input { width: 10em;
}
    

	/* サンクス */
	p.msg { margin: 1em auto; }
	h3 {
	font-size: 105%;
	font-weight: bold;
	display: block;
	width: 85%;
	color: #666666;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	text-align: left;
	margin: 40px auto 0px;
	padding: 5px;
}
.sonota {
	color: #990000;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 5px;
}
	.read2 {
	width: 90%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-style: none;
	text-align: left;
}
}
