﻿html {
	height:100%;
}
body {
	margin: 10px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	max-width: 100%;
	max-height: 100%;
	height:100%;
	font-size: 14px;
    /*-webkit-text-size-adjust: 100%;*/
}
body {
	overflow-x : hidden;
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #3d3d3d;
	line-height: 1.4em;
	width: 100%;
}
a {
	text-decoration: none;
}
p {
	line-height: 1.3em;
	padding: 0px;
	margin: 1em;
    font-size: 1em;
    max-height: 100%;
}
ul {
	padding: 0px;
	margin-left: 2.5em;
	margin-top: 1em;
	margin-bottom: 1em;
    font-size: 1em;
    max-height: 100%;
}
ol {
	margin-left: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
    font-size: 1em;
    max-height: 100%;
}
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: 20px;
	height: 35px;
}
.midashi li.title {
	background-color: #E00000;
	padding-top: 7px;
	height: 28px;
	width: 100px;
}
.midashi li.title p {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	margin: -3px 0 auto;
}
.midashi li.title_cap {
	background-color: #FFF;
	padding: 7px;
	height: 15px;
	width: 686px;
	margin-right: 0;
	border: #E00000 3px solid;
	border-right: none;
}
.midashi li.title_cap p {
	font-size: 20px;
	font-weight: bold;
	margin: -6px 0 auto;
	padding: 0;
}
.midashi li.right {
	background-image: url(image/t_bar03.gif);
	background-position: right;
	width: 20px;
	height: 35px;
	position: absolute;
	left: 830px;
}
/*見出し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: 20px;
	height: 35px;
}
.midashi2 li.title {
	background-color: #E00000;
	padding-top: 7px;
	height: 28px;
	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: 15px;
	width: 686px;
	border: #E00000 3px 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: 20px;
	height: 35px;
	position: absolute;
	left: 830px;
}
/*コンテンツボディー -- 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: #333333;
	text-decoration: none;
	background-color: #fbd8d5;
	border: solid 2px #f8bbb6;
	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;
}