<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
:root {
    /* Sera Plus
    --exam_main-color: #00B6D0; */
    --exam_main-color: rgb(43, 87, 138);
}

html {
    background: #fff;
    min-height: 100%;
    position: relative;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	font-size : 100%;
    line-height : 1.5em;
    font-size: 1.0em;
    margin-bottom: 180px;   /* for footer */
}
.preview ol,
.cke ol {
	list-style-type: decimal;
	list-style-position:  inside;
	padding-left: 1em;
	text-indent: -1em;
}
.preview ul,
.cke ul {
	list-style-type: disc;
	list-style-position:  inside;
	padding-left: 1em;
	text-indent: -1em;
}
.preview ol[type='a'],
.preview ul[type='a'],
.cke ol[type='a']
.cke ul[type='a'] {
    list-style-type: lower-latin;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ui autocomplete　chenge
--------------------------------------------- */
.ui-widget  {
    font-size: 0.95em;
    line-height: 1.0em;
}
/* Auto Complete
--------------------------------------------- */
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

/* orignal tag
--------------------------------------------- */
h1 {
    font-size : 36px;
}
h2 {
    font-size : 24px;
    margin-bottom: 10px;
}
h3 {
    font-size : 16px;
}
a {
    color: #316ac5;
}
a:hover {
    color: #003781;
}

.left {
    float: left;
    margin-right: 3px;
}
.right {
    float: right;
}
.right2 {
    float: right;
    margin-right: 2%;
}
.tright{
	text-align: right;
}
.middle {
    vertical-align: middle;
}
/* 親要素で、position:relative 必要*/
.center {
    position: absolute;
    display: inline-block;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

.width35 {
    min-width:35px;
    width:35px;
}
.width40 {
    min-width:40px;
    width:40px;
}
.width45 {
    min-width:45px;
    width:45px;
}
.width60 {
    min-width:60px;
    width:60px;
}
.width70 {
    min-width:70px;
    width:70px;
}
.width80 {
    min-width:80px;
    width:80px;
}
.width90 {
    min-width:90px;
    width:90px;
}
.width100 {
    min-width:100px;
    width:100px;
}
.width120 {
    min-width:120px;
    width:120px;
}
.width150 {
    min-width:150px;
    width:150px;
}
.width200 {
    min-width:200px;
    width:200px;
}
.width250 {
    min-width:250px;
    width:250px;
}
.width300 {
    min-width:300px;
    width:300px;
}
.width400 {
    min-width:400px;
    width:400px;
}
.width500 {
    min-width:500px;
    width:500px;
}
.smaller {
    font-size: smaller;
}

/* Header
--------------------------------------------- */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--exam_main-color);
    text-align : center;
    height: 40px;
}
header div.login {
    margin-left: 20px;
    color: #fff;
}
header div.login a {
    color: #fff;
}

header .title {
    color: #fff;
    margin-left: 20px;
}

.g-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g-menu a {
    color: #ffffff;
    margin-left: 20px;
}
.g-menu a i {
    margin-right: 5px;
}

nav {
    padding: 5px 0;
    color: #ffffff;
    margin-left: 20px;
}
nav a {
    color: #ffffff;
}
nav a:hover {
    color: white;
}
nav#menu-link {
    margin-right: 20px;
    cursor: pointer;
}
/* JQuery(Utility.js) で切替 */
nav#menu-link img.menu_off {
    display: block;
}
nav#menu-link img.menu_on {
    display: none;
}

/* Password
--------------------------------------------- */
#password-wrapper {
    position: relative;
}
#password-wrapper #view {
    position: absolute;
    top: 4px;
    right: 16px;
}
#password-wrapper #view i {
    color: #999;
	cursor: pointer;
}

/* PageTop
--------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 50px;       /* 実際はJavaScriptで指定 */
    right: 6%;
    font-size: 77%;
    z-index: 9999;
}
#page-top a {
    background-color: rgba(51,51,51,0.6);
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    width: 20px;
    padding: 5px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* Footer
--------------------------------------------- */
footer {
    position: absolute;
    bottom: 0;
    width: 95%;
    height: 34px;
    color: #fff;
    padding: 10px 5% 0 0;
    text-align : right;
    background: var(--exam_main-color);
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
}

/* Contents Structure
--------------------------------------------- */
#contents {
    min-height: 480px;
    background: #fff;
    margin : 0 auto 50px auto;
    padding-bottom: 24px;
    position: relative;
    overflow: hidden;
}
#contents #main {
    width: 98.75%;
    margin: 0 0.625%;
}

#sub {
    position: absolute;
    top : 0;

    width: 250px;
    background: #eee;
    border: 1px solid #999;
    /* ここから追加 */
    right: -252px;
    transition-duration: .3s;
    transition-property: right;
    transition-timing-function: ease-out;
    -webkit-transition-duration: .3s;
    -webkit-transition-property: right;
    -webkit-transition-timing-function:ease-out;
}
#sub.move {
    right: 0;
}

/* Sub サイドバー
--------------------------------------------- */
#sub ul {
    text-align: left;
}
#sub ul li {
    line-height: 48px;
    border: 1px solid #ddd;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
#sub ul li img,
#sub ul li i {
    width: 26px;
    margin: 0 5%;
    text-align: center;
}
#sub ul li a {
    vertical-align: middle;
    font-size: 110%;
    color: #333;
}
#sub ul li a:hover {
    color: #000;
}
#sub #logout {
    float: right;
    margin: 10px;
}

/* メッセージ欄
--------------------------------------------- */
#flashmessage {
    background:  #0D911F;
    color: #fff;
    font-size: smaller;
    padding: 0 8px;
}
#flashmessage .message:before {
    content: ' \f075';
    font-family: FontAwesome;
    padding-right: 10px
}

/* ページメニュー
--------------------------------------------- */
.contents-head {
    padding-bottom: 10px;
}
.contents-title i {
    margin-right: 5px;
}
.contents-title span:nth-of-type(1) {
    margin-right: 14px;
}
.contents-title .subtitle {
    font-size: 18px;
}
.contents-menu {
    padding-top: 5px;
    margin-right: 8%;
    font-size: 0.9em;
}
h2.contents-title {
    margin-bottom: 0;
    margin-right: 1.4%;
}

/* アクション・リンク
--------------------------------------------- */
/* Buttons and button links */
button,
.button,
input[type=submit],
input[type=reset],
.actions ul li a,
.actions a {
    padding: 2px 4px;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
    color:#333;
    border:1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
    background: #ededed;
    border-color: #acacac;
    text-decoration: none;
}

/* index submitボタン
--------------------------------------------- */
.index .pageButton {
    float: left;
    border: none;
    background-color: #fff;
    background-image: none;
    box-shadow: none;
}

/* ページネート欄
--------------------------------------------- */
.pagenavi {
    position: relative;
    height: 35px;
    padding-top: 5px;
    margin-left: 35px;
}
.paging {
    background: #fff;
    color: #ccc;
}
.paging .current,
.paging .disabled,
.paging a {
    text-decoration: none;
    display: inline-block
}
.paging &gt; span {
    display: inline-block;
    border: 1px solid #ccc;
    border-left: 0;
}
.paging &gt; span:first-child {
    border-left: 1px solid #ccc;
}
.paging &gt; span:hover {
    background: #efefef;
}
.paging .prev {
    border-left: 1px solid #ccc;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.paging .next {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.paging .disabled {
    color: #ddd;
}
.paging .disabled:hover {
    background: transparent;
}
.paging .current {
    background: #efefef;
    color: #c73e14;
    border: 1px solid #ccc;
}
@media screen and (max-width : 480px){
    .center {
        position: static;
        display: inline-block;
        transform: translate(0, 0);

        margin-right: 1%;
    }
    .pagenavi {
    	margin-left: 0;
    }
    .paging .current,
    .paging .disabled,
    .paging a {
	    padding: 2px 2px;
	    font-size: smaller;
    }
    .paging .prev {
        border-left: 1px solid #ccc;
        -moz-border-radius: 2px 0 0 2px;
        -webkit-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px;
    }
    .paging .next {
        -moz-border-radius: 0 2px 2px 0;
        -webkit-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
    }
}

/** range **/
.range {
    margin-right: 1%;
}

/* index ページ
--------------------------------------------- */
.margintop20 {
    margin-top: 25px;
}

.pd-right10 {
    padding-right: 10px;
}
.pd-right20 {
    padding-right: 20px;
}
.pd-left10 {
    padding-left: 10px;
}
.pd-left20 {
    padding-left: 20px;
}


/* Flex
--------------------------------------------- */
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-start {
    display: flex;
    justify-content: start;
    align-items: center;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.retupload {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.retupload .note {
    width: 40%;
}
.retupload textarea {
    height: 60px;
    width: 100%;
}


/* Contents Tag
--------------------------------------------- */
#contents p {
    margin-bottom : 12px;
    text-align : left;
}

#contents div.icon {
    float: right;
    margin-right: 1.04%;
    width: 34px;
    height: 31px;
}
#contents div.icon .on-icon {
    font-size: 10px;
    font-weight: bolder;
    position: relative;
    top: -24px;
    left: 8px;
}
#contents td.icon {
    position: relative;
}
#contents td.icon span.on-icon {
    font-size: 10px;
    color: #333;
    position: absolute;
    top: 12px;
    left: 12px;
}
#contents td.icon span.on-deadline {
    font-size: 10px;
}

/** #main Tables **/
#main table {
    color : #333;
    margin-bottom : 10px;
    width : 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#main th {
    border : 0;
    text-align : left;
    padding : 4px;
	background-color: #eee;
}
#main a {
    padding : 2px 4px;
    text-decoration : none;
}
#main th a:after {
    content: ' \f0dc';
    font-family: FontAwesome;
}
#main th a.asc:after {
    content: ' \f0de';
    font-family: FontAwesome;
}
#main th a.desc:after {
    content: ' \f0dd';
    font-family: FontAwesome;
}
#main table .sortup:after {
    content: ' \f176';
    font-family: FontAwesome;
    color: #316ac5;
}
#main table .sortdown:after {
    content: ' \f175';
    font-family: FontAwesome;
    color: #316ac5;
}
#main table tr td {
    padding-top : 5px;
    padding-bottom : 3px;
    text-align : left;
    border-top : 1px solid #ddd;
}
#main table tr:last-child td {
    border-bottom : 1px solid #ddd;
}
#main table tr:nth-child(even) {
    background : #f9f9f9;
}

/* 結果表示テーブル */
#main table.answer-table {
	margin-bottom: 0;
}
#main table.answer-table thead {
	background-color: #eee;
	border: none;
}
#main table.answer-table tfoot {
	background: #ffefff;
	background-color: #eee;
}
#main table.answer-table tr {
	background: none;
}

/* 一般的なテーブル */
#main th.actions,
#main td.actions {
    text-align : center;
    white-space : nowrap;
}
#main td.actions {
    font-size: 12px;
}
#main table th.actions a,
#main table td.actions a {
    margin : 0 0 2px 0;

}
#main table th.tleft,
#main table td.tleft {
    text-align: left;
}
#main table th.tcenter,
#main table td.tcenter {
    text-align: center;
}
#main table th.tright,
#main table td.tright {
    text-align: right;
}
#main table th.smartphone,
#main table td.smartphone {
    display : none;
}
#main table td i + span {
    padding: 2px 4px;
}

/**  Actions  **/
#main .actions ul {
    margin: 0;
    padding: 0;
}
#main .actions li {
    margin:0 0 0.5em 0;
    list-style-type: none;
    white-space: nowrap;
    padding: 0;
}
#main .actions ul li a {
    font-weight: normal;
    display: block;
    clear: both;
}

/* Commmon
--------------------------------------------- */
#authMessage {
    color: #c73e14;
    font-size: larger;
    margin: 0 0 24px 5%;
}
section#message {
    background: #fff;
    color: #c73e14;
    padding: 5px 0;
    min-height: 24px;
}
section h3 {
    margin-bottom: 10px;
}
#title h2 {
    text-align: center;
    font-size: 24px;
    float: left;
    width: 55%;
    margin-bottom: 12px;
}
#title h2 img {
    vertical-align: bottom;
    margin-right: 5%;
}
#title .actions {
    float: right;
    margin: 5px 1.04% 5px 0;
}
.horizon {
	display: inline-block;
}
.pointer {
	cursor: pointer;
}

/* カテゴリー表示
----------------------------------------------*/
.category-list .pathon:hover,
.category-list .pathoff:hover {
	background-color: #fff;
}
.category-list .categories {
    margin-left: 20px;
    list-style: none;
}
.category-list .level0.categories {
    margin-left: 0px;
}
.category-list .slide {
    font-weight: bolder;
    cursor: pointer;
}

/* 回答するところ
----------------------------------------------*/
input,
select,
textarea {
    padding: 3px 3px;
    font-size: 100%;
}
input::placeholder {
    font-size: smaller;
}
input.short-text {
    width: 90%;
}
div.textarea textarea,
div.input textarea {
    padding: 3px;
    font-size: 96%;
    line-height: 1.3em;
    width: 90%;
    height: 80px;
}
input[type=checkbox],
input[type=radio] {
    width: 20px;
    line-height: 24px;
    margin: 6px 5px 0 0;
    padding: 0;
}

.checkbox label,
.radio label {
    margin: 0 15px 0 5px;
}
.radio label {
    display: block;
}

/* submit-box */
.submit-box {
    margin-bottom: 20px;
    margin-right: 20px;
}
.submit-box input.left,
.submit-box a.left {
    display: block;
    float: left;
}
.submit-box input.right,
.submit-box a.right {
    display: block;
    float: right;
}

/* Update Form
--------------------------------------------- */
.error-message {
    font-size: 90%;
    color: #c73e14;
    margin: 0 0 10px 10px;
}

 /* card
 --------------*/
form.card {
    background-color: #eee;
    border-radius: 5px;
    padding: 20px;
}
form.card div.input {
    display: flex;
    margin-bottom: 16px;
}
form.card div.input label {
    min-width: 20%;
}


.form section {
    background: #eee;
    margin-bottom: 10px;
    padding: 10px;
}
.form fieldset {
    width: 96%;
    margin: 0 auto;
}
.form fieldset legend {
    font-size: 18px;
    padding: 2px 1.25%;
    border : 1px solid #d8c2a4;
    box-shadow : 2px 2px 3px #ddd;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.form div.input {
    margin-bottom: 12px;
    text-align: left;
}
.form div.input.comment {
    margin-bottom: 0px;
}
.form fieldset div.input label {
    float: left;
    display: block;
    width: 25.0%;		/*480/960*/
    min-width: 100px;
}
.form fieldset div.input textarea,
.form fieldset div.input input,
.form fieldset div.input select,
.form fieldset div.input.checkbox input,
.attention {
    float: left;
    text-align: left;
    display: block;
}
.form fieldset div.input.checkbox label {
    margin: 0;
}
.form fieldset div.input.checkbox input {
    margin-top: 2px;
    width: 10px;
}
.form fieldset div.input.date input,
.form fieldset div.input.number input {
    width: 20%;
}
.form fieldset div.input.number4 input {
    width: 60px;
}
.form fieldset div.input.number6 input {
    width: 80px;
}
.form fieldset div.input div.ckeditor {
    float: right;
    width: 90%;		/*400/960*/
    margin-right: 3%;
}
.attention {
    font-size: 80%;
    color: #555;
}

/* View
--------------------------------------------- */
.view dl dt {
    width: 22%;
	min-width: 90px;
}
.view dl dt,
.view dl dd {
    float: left;
}
p.qtitle {
    margin-top: 20px;
}
.state {
    padding: 5px;
    margin-top: 20px;
}
.state p {
    cursor: pointer;
}
.total {
    background: #cee0f4;
    border: 1px dotted #aaa;
    border-top: none;
    padding: 5px;
    width: 100px;
    text-align: center;
}
.option {
    background: #eee;
    border: 1px dotted #aaa;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*
	CKEditor Video
	JQuery で、.embeddedContentに下記を追記
	width、max-width
*/
.embeddedContent {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.embeddedContent iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* プレビュー */
.preview {
    border: 1px dotted #777;
    padding: 10px;
    position: relative;
}
.preview #exclamation-button {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.preview .answer {
    margin-top: 10px;
}
.preview .answer label {
    margin-top: 7px;
}
.preview .answer label + input {
    margin-top: 12px;
}
.preview .answer div.textarea {
    background: #eee;
    padding: 10px;
    margin: 10px 0;
}
/* プレビュー内のテーブル */
.preview table {
    border: 1px solid #777;
    font-size: smaller;
}
.preview table td {
	padding-left: 3px;
	padding-right: 2px;
}
.preview table tr:nth-child(even) {
    background : #fbfbfb;
}
#main .preview table tr:first-child  td {
    border-top: 1px solid #777;
}
#main .preview table tr:last-child  td {
    border-bottom: 1px solid #777;
}
.navi a {
    display: block;
}
.preview img {
    max-width:90%;
}
.itemRead {
    cursor: pointer;
    font-size: larger;
}
td#itemRead {
    vertical-align: middle;
}
.previewToggle {
    display: none;
}

/* preview 動画
.oembed-provider-youtube {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	max-width: 560px;
}
.oembed-provider-youtube iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100% !important;
	width: 100% !important;
}*/

/* preview dialog */
.bugtext {
	margin: 7px 0 10px 0;
}

#timer {
    padding-left: 10px;
}

/* CsvBox &amp; pulldownBox
----------------------------------------------*/
#controleSection {
    position: relative;
}
#controleSection form {
    position: absolute;
    top: 0;
}
#operate,
#search {
    cursor: pointer;
    padding: 0 10px;
    margin-right: 1%;
    background: #d5e3df;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
}
#operate.on,
#search.on {
    color: red;
}
.operate,
.search {
    margin: 0;
    padding: 0.5% 1%;
    background: #d5e3df;
    border: 1px solid #d5e3df;
    border-radius: 0 0 3px 3px;
    display: none;			/* 最初は非表示 */
}
.operate dl,
.search dl {
    margin: 0 2.0% 10px 0;
}
.operate dt,
.search dt {
    float:left;
    margin-right: 5px;
}
.operate dd,
.search dd {
    float:left;
}
.operate date,
.search .date {
    width: 100px;
}

/* Result Graph
--------------------------------------------- */
#chart {
    max-width : 90% !important;
    height: auto !important;
    border : 1px solid #ddd;
    margin-left: 3%;
    padding: 10px;
}
.results_graph .quest {
    margin: 0 0 30px 0;
}
.results_graph ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 5%;
    text-align: left;
}
.results_graph ul li.evn {
    background-color: #eee;
}
.graph.under-menu h3 {
    display: inline-block;
}

/* Dashbord */
.dashboard .actions {
	border: 1px solid #ddd;
	padding: 3%;
	border-radius: 1%;
}
.dashboard .apikey {
	margin-bottom: 5px;
}
.dashboard .apikey label {
	display: inline-block;
	width: 220px;
}
.dashboard .apikey input {
	font-size: 0.8em;
	width: 60%;
	min-width: 300px;
}

/* tab */
.tab {
    overflow: hidden;
    margin-top: 10px;
    margin-left: 2%;
}
.tab li {
	border: 1px solid #ddd;
	border-bottom: none;
	background: #ddd;
	padding: 3px 6px;
	float: left;
	margin-right: 1px;
	cursor: pointer;

	border-radius: 5px 5px 0 0;
}
.tab li.select {
    background: #fff;
}
.tab li a {
    color: #000;
}
.tab-contents .tab-item {
    border-top: 1px solid #ddd;
    background: #fff;
    padding: 20px 1.5%;
}
.tab-contents .tab-item.hide {
    display: none;
}
.graph.tab-contents div.tab-item .state:first-child {
    margin-top: 0;
}
.graph.tab-contents div.tab-item .results.view {
    margin-bottom: 40px;
}
.graph .state {
    background: #90C3D4;
    cursor: pointer;
    border-radius: 3px 3px 0 0;
}
.graph .state .left span {
    font-weight: bold;
}
#main .graph table tr td:first-child {
    padding-left: 1.0%;
}

/* Map */
.map_canvas {
    width: 100%;
    height: 300px;
    border: 1px solid #ddd;
    background-color: #eee;
}
.map_canvas.result {
    height:500px;
}
#main table.map_table {
    width: 94%;
    margin: 10px 3%
}
#map_graph {
    border: 1px solid #ddd;
}
#map-table .point {
    cursor: pointer;
}

/* 質問一覧 */
.questions table .up,
.questions table .down {
    cursor: pointer;
}

.respondents .reminder-ok {
    background-color: #FFCCBA;
}
#examDel {
    cursor: pointer;
}

/* User update */
.sns_login {
	padding: 2%;
	border: 1px solid #ddd;
	border-radius: 3px;
}

#marubatu {
    padding-left: 10px;
    font-size: 0.8em;
}

/* Error Message
--------------------------------------------- */
.error-message {
    clear: both;
}

/* Problems Choice Table
--------------------------------------------- */
.problems #choice,
.problems #etc,
.questions #choice,
.questions #etc  {
    display: flex;
    flex-direction: column;
}

.choice,
#choice,
#category {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 20px 0;
    background: #eee;
}
/* table 内 input */
.choice table td input,
#choice table td input {
    width: 95%;
    margin-right: 5%;
}
#add-action,
.del-action {
    cursor: pointer;
}

/* Preview Minus &amp; Plus
--------------------------------------------- */
.plus,
.minus {
    font-size: smaller;
    color: #316ac5;
}

/* under-menu
--------------------------------------------- */
.under-menu h3 {
    display: inline-block;
    margin-left: 3%;
    margin-right: 1%;
}
/* sort table
--------------------------------------------- */
table#sortable td .number {
    border: 1px solid #ddd;
    background: #ffffe6;
    padding: 3px 2px;
    border-radius: 3px;
    font-size: 0.80em;
}
/* sort table
--------------------------------------------- */
.dashboard form {

}
.dashboard form .input {

}
.dashboard form .input.text label {
    display: inline-block;
    width: 240px;
}
.dashboard form .input.text input {
    width: calc(100% - 260px);
}


/* cute close
--------------------------------------------- */
#close-message {
    margin: 30vh auto 0;
}
#close-message.board {
	width: 60%;
	max-width: 600px;
	border: 3px solid rgb(247, 138, 5);
	padding: 20px;
}
@media screen and (max-width : 670px) {
	#close-message.board {
		width: 98%;
        padding: 20px 0;
	}
}

#contents #close-message.board p {
	font-size: 14px;
    text-align: center;
}
#contents #close-message.board .message p {
	color: #333;
}
#contents #close-message.board h3 {
	color: rgb(247, 138, 5);
	margin-bottom: 30px;
	text-align: center;
}
</pre></body></html>