/* ********** 全体 ********** */

* {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#main_box {
  width: 70%;
  margin: 0px auto 0px auto;
}


/* ページヘッダー */
.header p1 {
    position:relative;
    font-size: 36px;
    color: white;
    background-color: rgba(115, 115, 115, 1);
    display: block;
    width: 100%;
    text-align:center;
	z-index: 2;
}

/* 入力者フォーム */
.questionnair_inputer {
	width: 100%;
	border-radius: 10px;
	border: solid 1px #999;
	background: rgba(240, 240, 240, 1);
	margin-top: 30px;
	font-size: 24px;
	text-align: center;
	display: inline-block;
}

.inputer_attention {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	display: inline-block;
}

.inputer_label {
	width: 25%;
	text-align: right;
	font-size: 20px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.inputer_inputarea {
	width: 73%;
	text-align: left;
	font-size: 20px;
	display: inline-block;
}


/* アンケート項目 */
.questionnair_form {
	width: 100%;
	border-radius: 10px;
	border: solid 1px #222;
	background: rgba(225, 230, 232, 1);
	margin-top: 30px;
	font-size: 24px;
	text-align: left;
}

.questionnair_title {
	margin: 10px 20px 20px 25px;
}

.koumoku {
	margin-left: 20px;
	margin-bottom: 20px;
}

.koumoku_text {
	font-size: 24px;
	width: 90%;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* 決定ボタン */
.btn {
	width: 200px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	margin: 50px auto 100px auto;
}

/* ページフッター */
.footer {
    color: white;
    position: fixed;
    bottom: 0;
    background-color: rgba(115, 115, 115, 1);
    font-size: 20px;
    width: 100%;
    padding: 1px;
    text-decoration: underline;
}


/* 確認画面 */
.subject {
	margin-top: 30px;
	font-size: 32px;
}

table {
	width: 100%;
	border: 2px solid #222;
}

.question {
	background: rgba(225, 230, 232, 1);
}

td {
	width: 100%;
	background: rgba(255, 255, 255, 1);
	font-size: 24px;
}

/* アンケート入力結果=>DBの値のときは見せない */
.questionnaire_answer {
	display: block;

}
