@charset "utf-8";
/*■■■■■■■■■■■*/
/*■        form      ■*/
/*■■■■■■■■■■■*/

table.form {
	width: 650px;
	border: 2px solid #79B659;
	margin: 0 auto 0 auto;
	}

th.form {
	width: 180px;
	background-color: #8ec31f;
	font-size: 12px;
	line-height: 130%;
	color: #000;
	text-align: right;
	border-bottom: 2px solid #79B659;
	border-right: 2px solid #79B659;
	}

table.form td {
	width: 470px;
	background-color: #fff;
	font-size: 11px;
	line-height: 130%;
	color: #390;
	text-align: left;
	border-bottom: 2px solid #79B659;
	padding: 5px;
	}

#att {
	}

.hh2 {
	width: 400px;
	background-color: #eee;
	margin: 0 auto 0 auto;
	padding: 10px;
	border-bottom: 2px solid #00f;
	border-left: 5px solid #00f;
	font-weight: bold;
	text-indent: 10px;
	margin-left: 10px;
	}

.hh3 {
	font-size: 12px;
	line-height: 130%;
	color: #000;
	font-weight: bold;
	margin-left: 5px;
	}

.area {
	width: 300px;
	border: 1px solid #eee;
	padding: 0;
	margin-left: 35px;
	margin-bottom: 5px;
	}

.text {
	font-size: 13px;
	line-height: 170%;
	margin-left: 35px;
	}

.intext {
	font-size: 12px;
	line-height: 130%;
	color: #555;
	margin-left:20px;
	}

.borderred {
	border: 2px solid #f00;
	padding: 2px;
	}

.borderyellow {
	border: 2px solid #fa0;
	padding: 2px;
	}

.back {
	font-size: 12px;
	text-align: left;
	}

textarea {
	overflow: scroll;
	overflow-x: hidden;
	}

textarea.fixed {
	margin-left: 35px;
	}

.attention {
	font-weight: bold;
	text-align: left;
	color: #000;
	font-size: 14px;
	}

.submit {
	text-align: center;
	font-size: 14px;
	padding: 10px;
	}

/*-----アンケート-----*/

table.enqe {
	width: 650px;
	border: 2px solid #8edef5;
	margin: 0 auto 0 auto;
	}

th.enqe {
	width: 100%;
	background-color: #7dcdf4;
	font-size: 14px;
	line-height: 130%;
	color: #333;
	text-align: left;
	border-bottom: 2px solid #8edef5;
	border-right: 2px solid #8edef5;
	padding: 5px;
	}

table.enqe td {
	width: 80%;
	background-color: #fefefe;
	font-size: 14px;
	line-height: 130%;
	color: #555;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	}

input.user {
	width: 450px;
	height: 20px;
	}

/*-----アンケート2-----*/

table.enqe2 {
	width: 650px;
	border: 2px solid #9dd331;
	margin: 0 auto 0 auto;
	}

th.enqe2 {
	width: 100%;
	background-color: #8cc220;
	font-size: 14px;
	line-height: 130%;
	color: #fff;
	text-align: left;
	border-bottom: 2px solid #9dd331;
	border-right: 2px solid #9dd331;
	padding: 5px;
	}

table.enqe2 td {
	width: 80%;
	background-color: #fefefe;
	font-size: 14px;
	line-height: 130%;
	color: #555;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	}

/*-----アンケート3-----*/

table.enqe3 {
	width: 650px;
	/*border: 2px solid #9dd331;*/
	margin: 0 auto 0 auto;
	}

th.enqe3 {
	width: 100%;
	background-color: #dedede;
	font-size: 14px;
	line-height: 130%;
	color: #333;
	text-align: left;
	border-bottom: 2px solid #777;
	border-right: 2px solid #777;
	padding: 5px;
	}

table.enqe3 td {
	background-color: #fefefe;
	font-size: 14px;
	line-height: 130%;
	color: #555;
	padding-top: 15px;
	padding-bottom: 15px;
	/*border: 1px solid #9dd331;*/
	}

table.enqe3 td.space {
	width: 130px;
	text-align: right;
	}

table.enqe3 td.en3 {
	width: 520px;
	text-align: left;
	}
