﻿html {
  height: 100%;
}
body {
  margin: 10px;
  padding: 0px;
  background-color: #FFFFFF;
  color: #000000;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  font-size: 14px;
}
body {
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  color: #3d3d3d;
  line-height: 1.4em;
  width: 100%;
}
p {
  line-height: 1.3em;
  padding: 0px;
  margin: 1em;
}
ul {
  padding: 0px;
  margin-left: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
li {
  padding: 0px;
  margin: 0.5em 0em 0.5em 0pc;
}
strong.red {
  color: red;
}
/*見出し -- 20150707追記*/
.midashi {
  float: left;
  width: 100%;
}
.midashi ul {
  list-style-type: none;
  margin: 0px;
}
.midashi li {
  float: left;
}
.midashi li.left {
  background-image: url(image/t_bar01.gif);
  width: 24px;
  height: 32px;
}
.midashi li.title {
  background-color: #6C8CC7;
  margin-right: 2px;
  padding-top: 7px;
  height: 25px;
  width: 100px;
}
.midashi li.title p {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  margin: -3px 0 auto;
}
.midashi li.title_cap {
  background-color: #000;
  padding: 7px;
  height: 18px;
  width: 680px;
  margin-right: 0;
}
.midashi li.title_cap p {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  margin: -3px 0 auto;
  padding: 0;
}
.midashi li.right {
  background-image: url(image/t_bar02.gif);
  background-position: right;
  width: 27px;
  height: 32px;
  position: absolute;
  left: 827px;
}
/*見出し2 -- 20150707追記*/
.midashi2 {
  clear: both;
  float: left;
  width: 100%;
}
.midashi2 ul {
  list-style-type: none;
  margin: 0px;
}
.midashi2 li {
  float: left;
}
.midashi2 li.left {
  background-image: url(image/t_bar01.gif);
  width: 24px;
  height: 32px;
}
.midashi2 li.title {
  background-color: #6C8CC7;
  margin-right: 2px;
  padding-top: 7px;
  height: 25px;
  width: 100px;
}
.midashi2 li.title p {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  margin: -3px 0 auto;
}
.midashi2 li.title_cap {
  background-color: #FFF;
  padding: 7px;
  height: 16px;
  width: 436px;
  border: #000 1px solid;
  border-right: none;
}
.midashi2 li.title_cap p {
  font-size: 20px;
  font-weight: bold;
  margin: -3px 0 auto;
}
.midashi2 li.right {
  background-image: url(image/t_bar03.gif);
  background-position: right;
  width: 27px;
  height: 32px;
  position: absolute;
  left: 583px;
}
/*コンテンツボディー -- 20150707追記*/
.contents_body {
  width: 935px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 1em;
  max-height: 100%;
}
.ChapterTitle_new {
  font-variant: normal;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #003399;
  padding: 0.5em;
  margin: 0.5em 1em 0.5em 2em;
  width: 895px;
}
.ChapterPoint_new {
  font-variant: normal;
  text-decoration: none;
  margin: 0.5em 1em 0.5em 3em;
  padding: 0px;
  width: 895px;
}
/*テーブルA -- 20150707追記*/
.block_a table {
  font-size: 0.9em;
  width: 100%;
  margin-left: 10px;
  margin-bottom: 20px;
  line-height: 1.3em;
}
.block_a table colgroup.left {
  width: 30%;
  background-color: #666;
}
.block_a table col.center {
  width: 5%;
}
.block_a table col.right {
  width: 65%;
}
.block_a table th {
  border: solid 1px #666;
  color: #FFF;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 5px;
}
.block_a table td {
  border: solid 1px #666;
  vertical-align: top;
  padding: 5px;
}
.block_a table td.ico {
  border: solid 1px #666;
  vertical-align: top;
  padding: 5px;
  text-align: center;
}
/*テーブルB -- 20150707追記*/
.block_b table {
  font-size: 0.9em;
  width: 100%;
  border-bottom: none;
  border-right: none;
  text-align: center;
  margin-bottom: 10px;
  padding: 5px;
  line-height: 1.3em;
}
.block_b table colgroup.center {
  width: 30%;
}
.block_b table th {
  background-color: #666;
  font-weight: normal;
  color: #FFF;
  vertical-align: middle;
  padding: 5px;
}
.block_b table td {
  border: solid 1px #666;
  vertical-align: top;
  padding: 5px;
  text-align: left;
}
.block_b table td.list {
  border: solid 1px #666;
  vertical-align: top;
  padding: 5px;
  background-color: #e9e9e9;
  text-align: left;
}
.block_b table td.sub {
  border: solid 1px #666;
  vertical-align: top;
  padding: 5px;
  background-color: #e9e9e9;
  text-align: center;
  width: 25%;
}
.block_b table td.img {
  border: solid 1px #666;
  padding: 5px;
  text-align: center;
}
.block_b table td.cap {
  border: none;
  vertical-align: top;
  padding: 5px;
}
.TableBorderGR {
  border: 1px #666666 solid;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  text-decoration: none;
  padding: 10px;
  background-color: #eee;
  width: 360px;
}
#swipe_dummy {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 968px;
  height: 590px;
  background-color: #d1d1d1;
  opacity: 0;
}
/*音声選択ボタン for index.html -- 20140825追記*/
#voiceBtn_wrapp {
  width: 410px;
  margin: 0 auto;
}
#voiceON_btn {
  width: 200px;
  height: 50px;
  float: left;
}
#voiceON_btn a {
  background-image: url(image/voice_choice.png);
  display: block;
  width: 100%;
  height: 100%;
}
#voiceON_btn a:link, #voiceON_btn a:visited {
  background-position: 0 0;
}
#voiceON_btn a:hover, #voiceON_btn a:active {
  background-position: 0 -50px;
}
#voiceON_btn a span {
  display: none;
}
#voiceOFF_btn {
  width: 200px;
  height: 50px;
  float: left;
  margin-left: 10px;
}
#voiceOFF_btn a {
  background-image: url(image/voice_choice.png);
  display: block;
  width: 100%;
  height: 100%;
}
#voiceOFF_btn a:link, #voiceOFF_btn a:visited {
  background-position: -200px 0;
}
#voiceOFF_btn a:hover, #voiceOFF_btn a:active {
  background-position: -200px -50px;
}
#voiceOFF_btn a span {
  display: none;
}
#loading {
  position: absolute;
  top: 260px;
  width: 968px;
  text-align: center;
  z-index: 100;
  display: none;
}
#loading span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 40px;
  padding: 10px 20px;
  background-color: #FFF;
  color: #3d3d3d;
  opacity: 0.8;
  border: solid 0.15em #eb0000;
  border-top: 0.15em solid #ff0000;
  border-bottom: 0.15em solid #d30000;
  border-radius: 10px;
}
/*表フォント縮小設定・左寄せ -- 20160106追記*/
.01030001_li {
  float: left;
  width: 33%;
}
.fontsmall {
  font-size: 0.9em;
}
/*各マージン設定 -- 20160106追記*/
.mt00 {
  margin-top: 0px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb00 {
  margin-bottom: 0px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml00 {
  margin-left: 0px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.mr00 {
  margin-right: 0px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.r {
  color: #FF0000;
}
.ui-mobile [data-role="page"], .ui-mobile [data-role="dialog"], .ui-page {
  position: static;
  margin: 10px 0 10px 0;
}
section {
  margin: 0.5em;
}
/*表の罫線処理 -- 20161013追記*/
.table1 {
  border-collapse: collapse; /* 枠線の表示方法 */
}
.table2 {
  border-collapse: collapse; /* 枠線の表示方法 */
  text-indent: 5px; /* インデント */
}

.table_matome {
  border-collapse: collapse; /* 枠線の表示方法 */
  font-size: 0.8em;
}

/*丸数字リスト -- 20161013追記*/
ol {
  position: relative;
  margin: 0;
  padding: 0
}
ol li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 2.25em
}
ol li span {
  position: absolute;
  left: 1em;
  margin: 0;
}
ol.notes1 {
  padding-left: 3.5em;
  margin-top: -1em;
  margin-left: 1em;
}
ol.notes1 li {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 0;
}
.img1 {
  text-align: left;
  vertical-align: middle;
}

/*リスト表示*/
ol.relist  {
position: relative;
margin:0;
padding-left:1.5em
}

ol.relist li  {
list-style-type: inherit;
padding:0;	
}

ol.relist2  {
position: relative;
margin:0;
padding-left:2.5em;
}

ol.relist2 li  {
list-style-type: inherit;
padding:0;	
}

/*括弧リスト -- 20200106追記*/
ol.kakko  {
position: relative;
margin:0;
padding:0
}
ol.kakko li  {
list-style: none;
list-style-position:outside;
margin:0;
padding-left:2.5em
}
ol.kakko li span {
position: absolute;
left:1em;
margin:0;
}
