@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";
@import "../tool/style.css";

/* =========================================================
   Doc
========================================================= */

/* docs
----------------------------------------------- */
#pageTitle.piece {
  margin-bottom: 5px;
}

.contentGpArticleDoc .body,
.contentGpArticleDoc .maps,
.contentGpArticleDoc .rels,
.contentGpArticleDoc .tags {
  margin-bottom: 50px;
}
.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2,
.contentGpArticleDoc .tags h2 {
  margin-bottom: 10px;
  padding: 3px 0px;
  border-bottom: 1px solid #999;
  font-size: 100%;
}
.contentGpArticleDoc .maps h3 {
  margin: 0 0 10px 15px;
  font-size: 100%;
  font-weight: normal;
}
.contentGpArticleDoc .maps #map1 {
  width: 500px !important;
  height: 350px !important;
  margin-left: 15px;
}
.contentGpArticleDoc .rels ul,
.contentGpArticleDoc .tags ul {
  margin: 0px 15px;
}
.contentGpArticleDoc .rels li {
  list-style: none;
  padding: 0px 0px 5px 10px;
  background-image: url(../base/images/ic-list03.png);
  background-position: 0 6px;
  background-repeat: no-repeat;
}
.contentGpArticleDoc .tags li {
  display: inline;
  padding-right: 10px;
}

/* docs body
----------------------------------------------- */
/* riyo
--------------------- */
table.tool span {
  background-color: #fff;
  border: 1px solid #c4c5c5;
  display: inline-block;
  font-size: 110%;
  line-height: 1;
  padding: 2px 2px 1px;
}
table.tool th .black {
  background-color: #000;
  color: #fff;
}
table.tool th .blue {
  background-color: #1745cc;
  color: #fff;
}

/* map contents
----------------------------------------------- */
/* マップ一覧 */
.contentMapMarkers #map_canvas {
  width: 100% !important;
  height: 450px !important;
}
.contentMapMarkers table {
  width: 100%;
}
.contentMapMarkers th,
.contentMapMarkers table .markerCategories {
  white-space: nowrap;
}
.contentMapMarkers table .markerImage {
  width: 20%;
  padding: 5px;
}
.contentMapMarkers table .markerImage,
.contentMapMarkers table .marker {
  text-align: center;
}
.contentMapMarkers table .markerImage img {
  width: auto;
  max-width: 150px;
  height: auto;
}
.contentMapNavigations {
  margin: 0 0 20px;
}

/* enquete
----------------------------------------------- */
.surveyForms .form {
  margin: 0 0 20px;
  padding: 10px 13px;
  border: 1px solid #ccc;
}
.new_survey_form_answer .questions {
  padding: 0 15px;
}
.new_survey_form_answer .questions .question {
  margin: 0 0 10px;
}
.new_survey_form_answer .questions .question .question_content {
  margin: 0 0 5px;
  padding-left: 10px;
  border-left: 3px solid #821300;
  font-size: 110%;
  font-weight: bold;
}
.new_survey_form_answer .questions .question .body p {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.questions .question select,
.questions .question input[type="text"],
.questions .question textarea {
  border: 1px solid #ccc;
}
.questions .question input[type="text"] {
  width: 60%;
}
.questions .question input[type="text"],
.questions .question textarea {
  padding: 5px;
}
.new_survey_form_answer .questions .question input[type="radio"] {
  margin: 0;
  vertical-align: baseline;
}
.questions .question .note {
  color: #ee0000;
  font-weight: bold;
}
.new_survey_form_answer .submit {
  margin: 20px 0;
  text-align: center;
}
.new_survey_form_answer .submit input {
  margin: 0 5px;
  padding: 8px;
  border: 1px solid #ccc;
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
#errorExplanation {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ffaaaa;
  border-radius: 7px;
  background-color: #fff3f3;
}
#errorExplanation h2 {
  color: #ee0000;
}
#errorExplanation ul {
  list-style-type: disc;
  margin: 0 10px 0 25px;
}
.surveyForm .back {
  margin: 20px 0;
  text-align: center;
}
.surveyForm .back a {
  display: block;
  width: 100px;
  margin: 0 auto;
  padding: 8px 0;
  border: 1px solid #ccc;
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  color: #000;
  text-decoration: none;
}
/* kakko-list */
.body ol.parenthesis {
  counter-reset: number;
  list-style: none;
  margin: 0 0 20px;
  padding: 0 5px;
}
.body ol.parenthesis li:before {
  counter-increment: number;
  content: "（"counter(number)"）";
}
.body ol.parenthesis li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}