@charset "utf-8";




/* ------------------------------
 WebSurvey defalt CSS
(C) Programming Fast Inc. ALL RIGHT RESERVED.

		1.ベース
		2.レイアウト要素
		3.質問
    4.選択肢
    5.マトリックス
    6.ボタン
    7.確認画面
    8.ページ区切り
    9.その他
    
------------------------------ */

/* 1.ベース
===================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
  height: 100%;
  overflow-y: scroll;
}
body {
  margin: 0;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, th, td, form, fieldset, input, textarea, blockquote { margin: 0; padding: 0; }
ul, ol { list-style: none; }
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 1.4em;
}
h2 {
  font-size: 1.1em;
}
h3 {
  font-size: 1.125em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: .8125em;    
}
h6 {
  font-size: .75em;   
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: .65em;  
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: .75em;
}
sub,
sup {
  font-size: .75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; 
  cursor: pointer; 
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
dl {
  margin: 1em 0 1.5em;  
}
dt {
  margin: 0 0 .75em;
}
dd {
  margin: 0 0 8px 3em;  
}
.clearfix::after{content: ''; display: block; clear: both;}

/* 2.レイアウト要素
===================================== */
/* すべて */
.page-container {
  width: 980px;
	margin: 30px auto 0;
}
.page-header .header-title {
	border-bottom:1px solid #bfbfbf;
}
.page-header .header-title h1 {
	float:left;
}
/* コンテンツ */
.page-content {
  padding: 10px 40px; 
}
/* ステータス */
.page-content-status {
  display: block;
}
/* アンケート */
.page-content-survey {
  display: block;
}
/* マトリックス */
.page-content-matrix {
  display: block;  
}
/* インフォメーション＆その他 */
.page-content-info {
  display: block;
}
/* ボタンエリア */
.page-content-button {
  margin: .5em 0 0 3em;
}
dd .page-content-button {
  margin: 1em 0 0;  
}
.page-content-button-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;   
}
/* フッター */
.page-footer {
  margin: 1em 0 0;
  padding: 1em 0;
  text-align: center;
}
/* テストモード */
.page-testmode {
  padding: 10px 40px; 
}

/* 3.質問
===================================== */
/* 残りページ */
.progress {
  font-size: .8125em;
	float:right;
	padding:10px 0 0;
}
/* 残りページ｜ナンバー */
.progress-num {
  font-size: 112%; 
  font-family: Arial, Helvetica, sans-serif; 
}
/* 質問文等 */
.query-num,
.query-text,
.query-must {
  vertical-align: top;
  display: inline-block; 
  *display: inline;  
  *zoom: 1; 
}
/* 質問文 */
.query-text {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.4;
}
.query-text small {
  font-size: .78em; 
  font-weight: normal;
  color: #808080;   
}
.matrix_query .query-text {
  font-size: 1em; 
}
/* 必須回答 */
.query-must {
  color: #F20000;
  font-size: 11px;
  margin: 0 .5em;
}
/* 必須回答｜アスタリスク */
.query-must-asterisk {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
  font-size: 1em;
}
/* 質問番号 */
.query-num {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 .2em 0 0; 
}
.query-num:after {
  content: "."  /* 質問番号にドットを追加 */
}
/* 質問説明 */
.query-info {
  font-weight: normal;
}
/* 質問エラー */
.query-error {
  color: #F20000;
}
/* アンケート内キャプション */
.caption-survey {
  display: block;
  font-weight: 700;  
}
/* アンケートTOPエラーキャプション */
.caption-last-error {
  display: block;
}
/* エラーキャプション */
.caption-error {
  margin: .25em 0;  
}
/* 必須回答説明文言 */
.query-caption-must {
  margin: 0 0 .5em;  
}
.query-caption-must .query-must {
  margin: 0;  
}

/* 4.選択肢
===================================== */
/* 選択肢文 */
.answer-text {
  margin: 4px 0;
  font-size: .875em; 
  display: inline-block;
  *display: inline;
  *zoom: 1;   
}
label {
  margin: 4px 0;
  word-wrap: break-word;
  display: block;  
}
label img {
  vertical-align: top;  
}
input[type="text"],
input.text {
  margin: 4px;
  /* width を指定してはいけない */
}
input[type="password"],
input.password {
  margin: 4px;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin: 4px;
  vertical-align: top;
}
textarea {
  margin: 4px;
  padding: 4px;
  /* width を指定してはいけない */
}
.choice-table label {
  vertical-align: top;  
}
.choice-table-input {
  vertical-align: top;     
}
.sama-table td {
  vertical-align: top; 
  padding: 0 0 4px; 
}
.sama-table label {
  margin: 4px 8px 4px 0; 
}
/* 5.マトリックス
===================================== */
.matrix-table {
  border: 1px solid #A8A8A8;
  overflow-x: auto;
}
.matrix-table th,
.matrix-table td {
  border: 1px solid #A8A8A8;
  padding: 0.5em;
  text-align: center;
}
.matrix-table .error-content {
  text-align: left;  
}
.matrix-table .matrix-header {
  vertical-align: top;
  background: #8593AC;
}
.matrix-table .matrix-header-item {
  vertical-align: top;
  background: #8593AC;
}
.matrix-table .matrix-row-odd {
  background: #DCEDF7;  
}
.matrix-table .matrix-row-even {
  background: #FFFFFF;  
}
.matrix-table .query-text {
  font-size: 1em;  
}
.matrix-table .matrix-check,
.matrix-table .matrix-text {
  vertical-align: middle; 
}
.matrix-table .matrix-side-left {
  text-align: left;
}
.matrix-table .matrix-side-right {
  text-align: left;
}
.matrix-side-left-dir,
.matrix-side-right-dir {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* 6.ボタン
===================================== */
/* 基本ボタン */
.button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 1em;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border: 1px solid #DBDBDB;
  white-space: nowrap;
  padding: .4em .8em;
  border-radius: 4px;
  color: #1D1D1D;
  background-color: #E4E4E4;
  text-decoration: none;
}
.button:hover, .button:focus {
  background-color: #F7F7F7;
  border-color: #DBDBDB;
}
.button:focus {
  outline: 0;
}
.button:active,.button:visited {
  box-shadow: none;
}
/* 住所検索 */
.btn-findaddress {
  margin: .5em 0;
  font-size: .8125em;
  padding: .4em .8em;    
}
/* 戻る */
.btn-back {
  background: none;
  border: none; 
  color: #0066FF;
  text-decoration: none;  
}
.btn-back:hover {
  background: none;
  border: none;
  text-decoration: underline;  
}
/* 7.確認画面
===================================== */
/* 確認画面文 */
.confirm-text {
  margin: .5em 0 1em;
  line-height: 1.6;
}
.confirm-text-caption {
  font-weight: 700;
}
.confirm-text-item {
  font-weight: 700;
  font-size: .875em;
}
.confirm-text-answer {
  color: #0077FF;
  font-size: .875em;  
}
.confirm-text-caption small {
  font-size: .78em; 
  font-weight: normal;
  color: #808080;   
} 
/* 8.ページ区切り（全ページ一括表示機能）
===================================== */
.partition {
  border-bottom: 2px dotted #000000;
  text-align: center;
  position: relative;
  height: 6px;
  margin: 12px 0;
}
.partition span {
  background: #000000;
  color: #FFFFFF;
  font-size: 12px;
  position: absolute;
  padding: 0 .5em;
  left: 50%;
  margin: 0 0 .5em -3em;
  border-radius: .25em;
}
/* 9.その他
===================================== */
/* 画像まわり */
img {
  max-width: 100%;
  height: auto;
}
html.ie7 img,
html.ie8 img {
  max-width: none; /* ie7,8 */
}
.img-full {
	width: 100%;
  height: auto;
}
/* テストモード */
.testmode-text-message {
    color: #F20000;
}