﻿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 {
	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;
/*	border:solid 1px #0A08F3;	*/
}
#text_contents p {
	padding:0;
	margin:0 0 0.5em 0;
}
#media_contents {
	height: 50%;
	padding: 0;
	margin: 10px 0 0 0;
/*	border: solid 1px #F013E1;
*/	text-align: center;
}
#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;
}

/*イントロダクション*/
#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;	
}

/*スワイプ・ローダ用*/
#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;
}

/*各マージン設定*/
.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;
}
