﻿html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	overflow-x : hidden;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height:100%;
	font-size: 14px;
	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;
}

section {
	margin: 0px 10px 0px 10px;
}

a {
	text-decoration: none;
}

p {
	line-height: 1.3em;
	padding: 0px;
	margin: 1em;
}

ul, ol {
	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;	
}

/*赤字*/
.r{
	color: red;
}

/*インデント*/
.indent_box {
	margin: 0 0 0 2.0em;	
}

/*タイトルバー*/
h1#titlebar  {
	background-image: url(image/titlebar.png);
	background-repeat: no-repeat;
	background-position: 0px;
	padding: 12px 0 0 20px;
	margin: 0 10px 0 10px;
	width: 600px;
	height: 30px;
	font-size: 20px;
	color: #fff;
}
h1#titlebar #cup {
	margin: 0;
	padding: 0;
	width: 120px;
	float: left;
}
h1#titlebar #title {
	margin: 0;
	padding: 0;
}

/*コンテンツボディー*/
.contents_body {
	/*width: 935px;*/ /*必要に応じてコメントアウトしてください*/
	clear: both;
	margin: 10px 10px 0px 15px;
	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;
}
.text_contents {
	height:50%;
	padding:0;
	margin:0;
}
.text_contents p {
	padding:0;
	margin:0 0 0.5em 0;
}
.media_contents {
	height: 50%;
	padding: 0;
	margin: 10px 0 0 0;
	text-align: center;
}
.media_contents_left {
	height: 50%;
	padding: 0;
	margin: 10px 0 0 0;
	text-align: left;
}
.media_contents_right {
	height: 50%;
	padding: 0;
	margin: 10px 0 0 0;
	text-align: right;
}
.media_contents p {
	float:left;
	padding:0;
	margin:0 0.5em 0.5em 0;
}

/*メディア*/
video {
	background-color: #fff;
}

/*テーブルA*/
.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*/
.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;
}

/*イントロダクション*/
#intro_precondition {
	border: solid 1px #8E8E8E;
	background-color: #EEEEEE;
}
#intro_precondition ul {
	margin-left: 3.0em;
}

/*章トップページ目次*/
#chapter_content {
	border: solid 3px #0070C0;
	background-color: #DEF1F2;
}
#chapter_content li {
	list-style: none;
}

/*章まとめページ*/
#chapter_summary {
	margin: 0 0 0.5em 0;
}
#chapter_summary ul {
	margin: 0 0 0 3.0em;
}
ul.summary_point {
	margin: 0 0 0 1.5em;	
}

/*音声選択ボタン for index.html*/
#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;
}

/*スワイプ・ローダ用*/
#swipe_dummy {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 968px;
	height: 590px;
	background-color: #d1d1d1;
	opacity: 0;
}
#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;
}

/*表フォント縮小設定*/
.fontsmall{font-size:0.9em;}

/*各マージン設定*/
.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;}

/*iOS対策*/
.ui-mobile [data-role="page"], .ui-mobile [data-role="dialog"], .ui-page {
	position: static;
	margin: 10px 0 10px 0;
}

/*2019-08-08追加*/
.bold{
    font-weight: bold;
}
.tal{
    text-align: left !important;
}
.tac{
    text-align: center !important;
}
.tar{
    text-align: right !important;
}
.split_wrap{
	width:900px;
}
.split_wrap .left_el{
	float:left;
	width:330px;
}
/*2023-07-28角追加*/
.blue_table{
    border-collapse: collapse;
}
.blue_table th{
	padding: 10px;
    border: 2px solid #ffffff;
}
.blue_table td{
	padding: 7px;
    border: 2px solid #ffffff;
}

.sub{
	vertical-align: -5%;
}

table{
	border-collapse: collapse;
}
table th,table td{
	border: solid 2px #c7cad3;
	border-collapse: collapse;
}
/*
table tr:nth-child(even){
	background: #f3f2f5;
}
*/
table tr.th_row{
    background: #9fa0b0;
    color:#fff;
}
table th.colum{
    background: #d9d8df;
}
table td.color{
    background: #f1f1f1;
}