@charset "UTF-8";

div, tr, th, td, p, span, lebel, input {
	border: px solid gray;
}

body {
    padding: 10px;
    background-image: url(../img/ui/background.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#ui {
	position: relative;
	padding-top: 50px;
    padding-left: 40px;
    padding-bottom: 30px;
    width: 960px;
    background-color:  rgba(255, 255, 255, 0.7);
	font-family: メイリオ;
}
#SESSION_id {
	position: absolute;
	padding: 5px;
	right: 0px;
	top: 0px;
	border-radius: 0.2em;
    box-shadow: 2px 2px 10px rgba(150, 150, 150, 0.2);
}

/*caption-*/
#caption-line {
	border: 1px solid #879999;
	width: 0%;
}
#caption-title {
	opacity: 0;
	line-height: 90px;
    font-size: 34px;
}
[id^="caption-sub_"] {
	opacity: 0;
	font-size: 16px;
}
#caption-sub_2 span {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
}
/**/
/*question-*/
#question-contain {
    padding-top: 50px;
    width: 860px;
    height: 560px;
}
#question {
	opacity: 0;
}
#question-top-head {
    font-size: 13px;
    text-align: center;
}
#question-table {
    border-collapse: collapse;
    background: linear-gradient(135deg, rgba(200, 215, 212, 1) 0%,rgba(200, 215, 212, 0.6) 69%,rgba(200, 215, 212, 0.3) 100%);
}
#question-table-head tr {
    visibility: collapse;
}
#question-table-body tr {
    height: 50px;
	border-bottom: 1px solid #ffffff;
    font-size: 16px;
}
.q_no {
    font-size: 12px;
    text-align: center;
}
.q_sentence {
    padding-left: 10px;
}
/**/
/*control-*/
#control-contain {
    position: relative;
    width: 860px;
    height: 40px;
}
#control {
	position: relative;
	opacity: 0;
}
#control-submit-btn {
	position: absolute;
	width: 110px;
    height: 40px;
	border: none;
	outline: none;
	background-color: #afa376;
    color: #ffffff;
	opacity: 0.3;
}
#control-pageturn {
    position: absolute;
    right: 2.5%;
    width: 266px;
}
[id^=control-pageturn-btn_] {
    width: 110px;
    height: 40px;
    border: none;
    outline: none;
    background-size: 12px;
    background-repeat: no-repeat;
    background-color: #464d4b;
    color: #ffffff;
}
#control-pageturn-btn_prev {
    background-image: url(../img/ui/left.png);
    background-position: 10% center;
}
#control-pageturn-btn_next {
    margin-left: 40px;
    background-image: url(../img/ui/right.png);
    background-position: 90% center;
}
/**/
/*questionnaaire-*/
#questionnaire-contain {
	display: none;
	position: absolute;
	margin: 0 auto;
	left: 0; top: 5%; right: 0;
	width: 900px;
	height: 800px;
}
#questionnaire {
	padding: 50px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0.4em;
	background-color: rgba(255, 255, 255, 0.95);
	font-size: 26px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.4);
}
#questionnaire p {
	font-size: 22px;
	text-align: left;
}
#questionnaire div {
	padding-left: 50px;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.4);
	text-align: left;
}
#questionnaire label {
    left: 0px;
    top: 0px;
	border: 5px solid rgba(52, 28, 138, 1);
	vertical-align: bottom;
	opacity: 1;
}
#questionnaire textarea {
	width: 750px;
	height: 400px;
	font-size: 20px;
}
#questionnaire button {
	margin-top: 40px;
	width: 150px;
	height: 40px;
    background: rgba(50, 50, 250, 0.5);
    border: none;
	border-radius: 0.1em;
    outline: none;
    font-size: 22px;
}
/**/
/*message-*/
#message-contain {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.4);
	opacity: 0;
}
#message div{
	position: absolute;
	margin: auto;
	left: 0; top: 0; right: 0; bottom: 0;
	width: 100%;
	height: 100px;
}
/**/