@charset "utf-8";
/* ------------------------------
 WebSurvey Custom CSS
(C) Programming Fast Inc. ALL RIGHT RESERVED.   
------------------------------ */

/* ベースカスタム
===================================== */
/*フォントサイズ*/
html {
  font-size: 100%;  
}
/*基本*/
html, body {
	margin: 0;
	width: 100%;
	height: 100%;
}
body {
  font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222222;
  background: #FFFFFF; /* 全体背景色 */
}
h1,h2,h3,h4 {
  font-size: 1em;
}
h2 {
  margin-bottom: 1em;
}
h3 {
  margin-top: 0;
  margin-bottom: .25em;}
p {
  margin-top: 0;
  margin-bottom: 0.75em;
}
small,
.small {
  font-size: .875em;
}
ul {
  margin: 0;
  padding-left: 1.2em;
}

/* アンケートカスタム
===================================== */
/* コンテナ */
.page-container {
  width: 800px; /* アンケート横幅 */
  margin: 0 auto;
  background: #FFFFFF; /* アンケート背景色 */
  border: 1px solid #CCCCCC; /* アンケート線色 */
  border-top: 0;
  border-bottom: 0;
  box-shadow: -2px 0 10px 0 rgba(0, 0, 0, .1),2px  0 10px 0 rgba(0, 0, 0, .1); /* アンケートシャドウ */
  box-sizing: border-box;
  border-radius: 0; /* アンケート角丸 */

	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding-bottom:50px;
}
/* ヘッダー */
.page-header {
  background: url(../img/header_pc.png) 0 0 no-repeat;
  box-sizing: border-box;
	width: 100%;
	height: 800px;/*
	height: 0;*/
	margin-bottom: 1px;
	padding: 0;
}
.page-header h1 {
  display: none;
}
/* コンテンツ */
.page-content {
  padding-top: 0;
}
.page-content-cntr {
  text-align: center;
  min-height: 80px;
}
.page-content-inner,
.inbox {
  border: solid 1px #FFFFFF;
}
.page-content-inner {
  padding: 0 25px 10px;
  margin: 0.25em auto 1em; 
}
.campaign {
  width: 650px;
  margin: 0 auto;
}
.inbox {
  padding: 10px 10px;
}
.page-content-inner > .inbox {
  background-color: #ffffff;
  text-align: left;
}

.page-content-campaign {
  text-align: center;
}
.link{
  margin:20px auto;
  text-align:center;
}

/* 部分 */
.page-section {}
/* フッター */
.page-footer {
  width: 100%;
  border-top: 3px solid #0C3072;

	height: 15px;
	position: absolute;
	bottom: 0;
}

/* 見出し期間表示 */
.query-heading2 {
  background: #EFF3F5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #EFF3F5), color-stop(1, #EFF3F5));
  background: -webkit-linear-gradient(top, #EFF3F5 5%, #EFF3F5 100%);/*
  background: linear-gradient(to bottom,  #0094F1 0%,#0094F1 50%);*/
  border-top: 1px solid #D8EBF0;
  border-bottom: 1px solid #EFF3F5;
  color: #000000;
  padding: 0.5em 0em;
  margin: 0 auto 0.2em;
  text-align: center;
}
.query-heading2 span {
  letter-spacing: 2px;
  line-height: 1;
  padding-left: .0em;
  vertical-align: middle;
}


/* 質問見出し */
.query-heading {
  background: #EFF3F5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #EFF3F5), color-stop(1, #EFF3F5));
  background: -webkit-linear-gradient(top, #EFF3F5 5%, #EFF3F5 100%)/*
  background: linear-gradient(to bottom,  #0094F1 0%,#0094F1 50%);*/
  border-top: 1px solid #D8EBF0;
  border-bottom: 1px solid #EFF3F5;
  color: #000000;
  padding: 0.5em 1.5em;
  margin: 0 auto 1em;
}
.query-heading span {
  letter-spacing: 2px;
  line-height: 1;
  padding-left: .5em;
  vertical-align: middle;
}
.query-heading img {
  vertical-align: middle;
}
/* 質問背景 */
.query-box {
  background: none;
  padding: .4em;
}
/* 質問番号 */
.query-num {
  display: none !important;
}
.query-text {
  color: #0033CC;; 
}
.query-must-asterisk {
  font-size: 1em;
}
/* 質問アキ */
dd {
  margin: 0 0 8px 0;
}
input.etc {
  margin: 4px 0;
}
.caption-campaign {
  text-align: center;
  font-weight: 700;
}
.list-discimg {
  padding-left: 0;
  font-size: .875em;
}
.list-discimg li {
  list-style-type: none;
  margin-bottom: .25em;
  padding-left: 12px;
  background: url(../img/list_disc.png) no-repeat left top;
}
.indentbox {
  padding: 0 1em .5em;
}
.hr-dashed {
  height: 0;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #DDDDDD;
}
.line-top {
  border-top: 1px dashed #DDDDDD;
  padding-top: .5em;
}
/* テーブルカスタム（マトリックス）
===================================== */
.matrix {
 margin: 0 0 1em;
}
.matrix-table {
  border: 1px solid #A8A8A8; /* テーブル線 */
}
.matrix-table th,
.matrix-table td {
  background: #FFFFFF;
  border: 1px solid #A8A8A8; /* テーブル線 */
}
.matrix-table .matrix-header {
  background: #8593AC; /* ヘッダー背景色 */
}
.matrix-table .matrix-header-item {
  background: #8593AC; /* ヘッダー背景色 */
}
.matrix-table .matrix-row-odd {
  background: #DCEDF7; /* 奇数行背景色 */
}
.matrix-table .matrix-row-even {
  background: #FFFFFF;  /* 偶数行背景色 */
}

/* フォーム＆ボタンカスタム
===================================== */
input[type="text"], input.text,
input[type="password"], input.password {
  padding: .2em;
  font-size: 1.5em;
}
/* フォーム＆ラベル（login） */
.label-login,
.form-login {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: left;
}
.label-login {
  width: 5em;
}
/* フォーム位置 */
.page-content-survey {
  text-align: center;
  margin: 1em 0 0;  
}
/* ボタン位置 */
.page-content-button {
  margin: 0;  
}
.page-content-button-cntr {
  margin: 1em auto;
  text-align: center;  
}
/* スタートボタン */
.btn-start {
  background: #E4E4E4;
  border-color: #DBDBDB;
}
/* 次へボタン */
.btn-next {
  background: #E4E4E4;
  border-color: #DBDBDB;
}
/* 応募ボタン */
.btn-submit {
  padding: .7em 1em !important;
  font-size: 120%;
  background: #F20000;
  border: 1px solid #990000;  /*IE 6/7/8*/
  border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/ 
  font-weight: 700;
  border-radius: 4px;
  color:#FFFFFF;
}
.btn-submit:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F20000), color-stop(0.5, #F20000), to(#ff4141));
  background: -webkit-linear-gradient(top, #F20000 0%, #F20000 50%, #ff4141 100%);
  background: linear-gradient(to bottom,  #ff4141 0%, #ff4141 50%, #ff4141 100%);
}
/* 戻るボタン */
.btn-revise {
  padding: .7em 1em !important;
  font-size: 120%;
  background: #7f7f7f;
  border: 1px solid #DBDBDB;  /*IE 6/7/8*/
  border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/ 
  font-weight: 700;
  border-radius: 4px;
  color:#FFF;
}
.btn-revise:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#7f7f7f), color-stop(0.5, #CCCCCC), to(#999999));
  background: -webkit-linear-gradient(top, #7f7f7f 0%, #7f7f7f 50%, #999999 100%);
  background: linear-gradient(to bottom,  #999999 0%, #999999 50%, #999999 100%);
}
/* 完了ボタン */
.btn-finish {
  background: #E4E4E4;
  border-color: #DBDBDB;
}
/* 住所入力ボタン */
.btn-findaddress {
  background: #E4E4E4;
  border-color: #DBDBDB;
}
/* 住所選択ボタン */
.btn-selectaddress {
  background: #E4E4E4;
  border-color: #DBDBDB;
}
/* メール送信ボタン */
.btn-sendmail {
  background: #E4E4E4;
  border-color: #DBDBDB;
}
/* 予備調査完了ボタン */
.btn-thanks-h {
  background: #E4E4E4;
  border-color: #DBDBDB;
}
/* input画像ボタン */
input[type="image"]:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
/* リンクボタン */
.btn-link {
  padding: .7em 1em !important;
  font-size: 120%;
  background: #F20000;
  border: 1px solid #990000;  /*IE 6/7/8*/
  border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/ 
  font-weight: 700;
  border-radius: 4px;
  color:#FFFFFF;
}
.btn-submit:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F20000), color-stop(0.5, #F20000), to(#ff4141));
  background: -webkit-linear-gradient(top, #F20000 0%, #F20000 50%, #ff4141 100%);
  background: linear-gradient(to bottom,  #ff4141 0%, #ff4141 50%, #ff4141 100%);
}

dd {
  margin-left: 1.5em;
}

.thanks{
  text-align: center;
  padding: 2em 0;
  font-size: 1.1em;
}