@charset "utf-8";
/*--------------------------------------------------
	デフォルトスタイル
--------------------------------------------------*/
/* 全称セレクタ */
*{
margin:0;
padding:0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
outline: 0;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 99%;
vertical-align: baseline;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
background: transparent;
}
img,
fieldset{
border: none;
}
img,a img{
vertical-align:bottom;
border:none;
background:transparent;
}
blockquote, q {
quotes: none;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*--------------------------------------------------
	リンク
--------------------------------------------------*/
a:link {
color: #003399;
text-decoration: underline;
}
a:visited {
color: #003399;
text-decoration: underline;
}
a:active {
color: #003399;
text-decoration: underline;
}
a:hover {
color: #003399;
text-decoration: none;
}
/*--------------------------------------------------
	レイアウト
--------------------------------------------------*/
body {
line-height: 1.5em;
background: #ffffff;
color: #000000;
}
#container {
background: #FFF;
padding: 0;
text-align:left;
letter-spacing: 0;
clear: both;
}
#contents {
width: 750px;
padding: 0 10px 0 10px;
margin: 0 auto;
}
/*--------------------------------------------------
	パンくずナビ
--------------------------------------------------*/

#pan {
margin: 0;
width: 100%;
overflow: hidden;
clear: both;
}
#pan ul {
width: 750px;
margin:0 auto;
padding-top: 3px;
list-style: none;
}
#pan li {
float: left;
font-size: 14px;
margin-left: 3px;
}
#pan li a {
font-size: 14px;
padding-right: 3px;
margin-right: 3px;
}
/*--------------------------------------------------
	コンテンツ共通
--------------------------------------------------*/
#PageTitle {
color: #000000;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
border-top-style : solid;
border-right-style : solid;
border-bottom-style : solid;
border-left-style : solid;
border-top-color : #cccccc;
border-right-color : #cccccc;
border-bottom-color : #cccccc;
border-left-color : #cccccc;
border-left: 0;
line-height:40px;
font-size: 120%;
margin: 15px 0 15px 0;
padding: 0 15px 0 30px;
margin-right:10px;
box-shadow: 0 0 0 2px #f0f0f0 inset;
background: url(../image/res_title_bgi_l.gif) 8px 2px repeat-y #f0f0f0;
white-space:normal;
word-break:break-all;
padding-bottom: 0.4em;
padding-top: 0.4em;
line-height:1.6em;
}
.BlockTitle {
/* ■項目タイトル文字■ */
	text-indent:0 !important;
font-size: 110%;
letter-spacing: 0.3em;
background-image : url(../image/right_triangle.gif);
background-repeat: no-repeat;
background-position: 0px 13px;
margin-top: 10px;
margin-right: 0;
margin-left: 10px !important;
padding-top: 10px;
padding-right: 1em;
padding-bottom: 10px;
padding-left: 25px;
}
.BlockBody {
/* ■本文エリア■ */
	margin: 0px;
padding: 0.5em;
background-color: #ffffff;
color: #000000;
}
.BlockBody h3 {
/* ■本文内タイトル■ */
	font-size: 110%;
font-weight: bold;
padding: 0 1em;
line-height: 2em;
height: 2em;
background-color: #0066ff;
color: #ffffff;
}
.BlockBody h4 {
/* ■・・の場合■ */
	text-indent:-1.5em;
margin-left:1.5em;
margin-bottom:10px;
font-weight: bold;
color: #000000;
}
.BlockBody h5 {
/* ■・・の場合の、さらに・・の場合）■ */
	text-indent:-1em;
margin-left:1.5em;
font-weight: normal;
}
.nonePre #Preparation,
.noneDisCom #DisplayComment,
.noneProc #Process,
.noneHow #HowToUse,
.noneTroub #Troubleshooting {
display: none;
}
/* ------ 補足／参考／注意 の書式  ------ */
.CommentBox {
margin: 0;
padding: 0.5em 1em 1em 1em;
background-color: #f0ffff;
border-top:1px solid #003399;
border-left:1px solid #003399;
border-right:1px solid #003399;
border-bottom:1px solid #003399;
}
.CommentBox img[src$="memo_icon.gif"] {
height:100% !important;
margin-left: -6px;
margin-bottom: 5px;
}
.CommentBox .cb_h {
display: flex;
gap: 0.5em;
margin-bottom: 5px;
}
.CommentBox .cb_h > * {
display: block;
font-weight: bold;
margin-top:auto;
margin-bottom:auto;
}
.CommentBox .cb_h img[src$="memo_icon.gif"] {
margin-top:0;
margin-bottom:0;
}
.CommentBox .fyi,
.CommentBox .note,
.CommentBox .caution {
zoom:1;
text-indent:2px;
letter-spacing: 0.25em;
padding: 0 !important;
}
.CommentBox ul {
margin: 0 0 0 1.5em;
}
.CommentBox ul li{
margin-bottom: 0;
}
.fyi {
color: #0000cc;
font-weight: bold;
}
.note {
color: #006600;
font-weight: bold;
}
.caution {
color: #ff0000;
font-weight: bold;
}
/*----------- ▲ページトップ ------------*/
.totop{
	clear:both;
	zoom:1;
}
.totop:after {
clear: both;
content: "";
display: block;
height: 0;
visibility: hidden;
}
.totop p {
text-align: right;
margin: 10px 0 20px;
}
/*---------------------------------------*/
.screenborder {
border: ridge 2px #cccccc;
}
/* safari */
_::-webkit-full-page-media, _:future, :root .screenborder {
	border: solid 2px #cccccc;
}
#contents hr {
border: 0 none;
height: 1px;
color: #999999;
background-color: #999999;
}
hr.clear {
height: 0 !important;
border: none !important;
background: none !important;
}
/*--- イエローボックス　---*/
#contents div.yellow {
background-color: #FFFFCC;
padding: 20px 20px 20px 20px;
}

#contents table.yellow {
background-color: #ffffcc;
border-top:1px solid #ff9933;
border-left:1px solid #ff9933;
border-collapse:collapse;
empty-cells:show;
border-spacing:0;
}

.yellow th, .yellow td {
background-color: #ffffcc;
border-right:1px solid #ff9933;
border-bottom:1px solid #ff9933;
padding:1em;
vertical-align: top;
text-align: left;
}

.yellow h4 {
text-indent:0;
margin-left:0;
margin-bottom:10px;
font-weight: bold;
color: #000000;
}
/*--- ボックスサイズ ---*/
.box-com {
width: 380px;
}
/*--------------------------------------------------
	表
--------------------------------------------------*/

table {
border-top:2px solid #000000;
border-left:2px solid #000000;
border-collapse:collapse;
empty-cells:show;
border-spacing:0;
margin-bottom: 10px;
}
/* Firefox */
@-moz-document url-prefix() {
	table {
		border-collapse: separate !important;
	}
}
th, td {
border-right:2px solid #000000;
border-bottom:2px solid #000000;
padding:3px;
vertical-align: middle;
}
th {
text-align: center;
font-size: 1em;
line-height: 1.5em;
background: #cccccc;
}
td {
font-size: 1em;
line-height: 1.5em;
text-align: left;
}
.bn ,
table.bn td {
 border:none;
 vertical-align:top; 
 padding: 1px;
 font-size:1em;
}
.b1 ,
table.b1 td {
 border:#000000 solid 1px ;
 vertical-align:top; 
 padding: 3px;
 font-size:1em;
}
/*--------- テキストインデント　---------*/
/*--- 1字ぶら下げ インデントなし　---*/
.br10m {
text-indent: -1em;
margin-left: 1em;
}
.br2m {
 text-indent: -2em;
 margin-left: 2em;
}
.br3m {
text-indent: -3em;
margin-left: 3em;
}
/*--- 米印用ぶら下げ ---*/
.brkm {
text-indent: -1.3em;
margin-left: 1.3em;
}
.brkm2 {
margin-left: 1em;
text-indent: -0.9em;
}
/*--- （*）用ぶら下げ［<p>の場合 など］ ---*/
.brkm3 {
margin-left: 1.3em;
text-indent: -1.4em;
}
/*--- （*）用ぶら下げ ［<ul>リスト無しの場合 など］ ---*/
.brkm4 {
margin-left: 1.6em;
text-indent: -1.6em;
}
/*--------- 番号リスト ---------*/
dl.num1 {
margin-bottom: 15px;
}
dl.num1 dt {
float: left;
width: 1.8em;
line-height: 150%;
text-align: right;
padding-top: 5px;
margin-right: 5px;
margin-left: 12px;
}

dl.num1 dd {
background : transparent url(../image/blue_line.gif) repeat-y scroll left 50%;
border-bottom:#0066ff solid 3px;
padding: 5px 0 10px 3em;
line-height: 150%;
}
.num1 dl.def
{
padding: 0;
margin: 0;
}
.num1 dl.def dt
{
float: none;
width: auto;
text-align: left;
padding: 0;
margin: 0;
}
.num1 dl.def dd
{
margin: 0;
padding: 0;
background: none;
border: none;
}
dl.km
{
}
dl.km dt
{
line-height: 150%;
width: 2em;
float: left;
}
dl.km dd
{
padding-bottom: 0px;
line-height: 150%;
padding-left: 2.8em;
padding-right: 0px;
background: none;
border: none;
}
.num1 dl.pre
{
padding: 0;
margin: 0;
}
.num1 dl.pre dt
{
float: none;
width: auto;
text-align: left;
padding: 0;
margin: 0;
}
dl.num1 dl.pre dd
{
margin: 0;
padding: 0;
background: none;
border: none;
}
/*--------- リスト　---------*/
.list-none {
list-style: none;
}
li.list-disc {
list-style-type: disc;
color:  #999999;
}
li.list-disc span{
color:  #000000;
}
/*----- コロンで区切るリスト -----*/
dl.co4m {
}
dl.co4m dt {
float: left;
width: 4em;
line-height: 150%;
}
dl.co4m dd {
line-height: 150%;
padding-left: 4em;
text-indent: -0.8em;
margin-left: 0.8em;
background: none;
border: none;
}
dl.co7m {
}
dl.co7m dt {
float: left;
width: 7em;
line-height: 150%;
}
dl.co7m dd {
line-height: 150%;
padding-left: 7em;
text-indent: -0.5em;
margin-left: 0.5em;
background: none;
border: none;
}
/*--------- フォントカラー　---------*/
.red {
color: #ff0000 !important;
}
.grn {
color: #008000 !important;
}
.org {
color: #ff4500 !important;
}
.gry {
color: #333333 !important;
}
/*--------- フォントサイズ・太さ　---------*/
.fb {
font-weight: bold !important;
}
.fn {
font-weight: normal !important;
}
/* ------- float --------- */
.f-left {
float: left;
}
/* ------- clearfix ---------- */
* html .clearFix {
zoom: 1;
}
*+html .clearFix {
zoom: 1;
}
.clearFix:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}
/* --------------------------- */

.clear {
clear: both;
}
.dis {
display: block;
}
.dis_ib {
display: inline-block;
}
.over {
overflow: hidden;
}
/* テキスト */
.ar{
text-align: right !important;
}
.ac{
text-align: center !important;
}
.al{
text-align: left !important;
}
.center {
	display: flex;
	flex-direction: column;
}
.center > img, .center > span {
	max-width: 100%;
	text-align: center;
}
.nw {
white-space: nowrap;
}
/* 間隔 */
.mt0 {
margin-top: 0px !important;
}
.mt05 {
margin-top: 5px !important;
}
.mt10 {
margin-top: 10px !important;
}
.mt40 {
margin-top: 40px !important;
}
.ml0 {
margin-left: 0px !important;
}
.ml05 {
margin-left: 5px !important;
}
.ml10 {
margin-left: 10px !important;
}
.ml20 {
margin-left: 20px !important;
}
.ml40 {
margin-left: 40px !important;
}
.ml1m {
margin-left: 1em !important;
}
.ml1_5m {
margin-left: 1.5em !important;
}
.ml2m {
margin-left: 2em !important;
}
.ml3m {
margin-left: 3em !important;
}
.ml4m {
margin-left: 4em !important;
}
.ml5m {
margin-left: 5em !important;
}
.mr05 {
margin-right: 5px !important;
}
.mr20 {
margin-right: 20px !important;
}
.mb0 {
margin-bottom: 0 !important;
}
.mb5 {
margin-bottom: 5px !important;
}
.mb10 {
margin-bottom: 10px !important;
}
.mb20 {
margin-bottom: 20px !important;
}
.mb40 {
margin-bottom: 40px !important;
}
.mb1m {
margin-bottom: 1em !important;
}
.pb0 {
padding-bottom: 0 !important;
}
.pb5 {
padding-bottom: 5px !important;
}
.pb0_3m {
padding-bottom:0.3em;
}
.pb10 {
padding-bottom: 10px !important;
}
table.t_c th,
table.t_c td,
.t_c {
text-align: center !important;
}
table.t_l th,
table.t_l td,
.t_l {
text-align: left !important;
}
table.plpr1m th,
table.plpr1m td,
.plpr1m {
padding-left: 1em !important;
padding-right: 1em !important;
}
.va_mid {
vertical-align: middle;
}
.va_top {
vertical-align: top;
}
.va_bas {
vertical-align: baseline;
}
.underline {
text-decoration: underline;
}
.fs_m {
font-size: 80%;
}
.block_c {
	margin-left:auto;
	margin-right:auto;
}
.w100 {
	width: 100%;
}
/* ******  PLページ　固有　******* */
.pl dl.plMark dt {
line-height:20px;
height:20px;
display: table-cell;
}
.pl h3 {
line-height:50px;
height:50px;
display: table-cell;
width: 1000px;
}
.pl dl.plMark dt img ,
.pl h3 img {
vertical-align: middle !important;
}
.pl dl.plMark dt span ,
.pl h3 span {
font-size: 20px;
vertical-align: middle !important;
}
.pl h4 {
text-indent: -2em;
}
/* ******  付録　固有　******* */
h3.app {
background : transparent url(../image/blue_line.gif) repeat-y scroll left 50%;
border-bottom: #0066ff solid 3px;
margin-left: 0;
padding: 5px 0 0 20px;
line-height: 150%;
font-weight: bold;
color: #000000;
height: 100%;
}
h4.app {
text-indent:-1em;
margin-left:1em;
margin-bottom:10px;
font-weight: bold;
color: #333333;
}
/* ******  製品仕様ページ　固有　***** */
.SpecTbl
{
border-spacing: 0;
border-collapse: collapse;
border: none;
table-layout: fixed;
width: 100%;
word-wrap: break-word;
}
.SpecTbl tr.Param {
height:5px;
}
.SpecTbl tr.Param td {
border-color: #ffffff #ffffff #cccccc #ffffff;
}
.SpecTbl tr.Param td.Item1 {
width: 5em;
}
.SpecTbl tr.Param td.Item2 {
width: 6em;
}
.SpecTbl tr.Param td.Item3 {
width: 5.5em;
}
.SpecTbl th, .SpecTbl td {
font-size: 99%;
text-align: left;
padding-bottom: 10px;
padding-left: 7px;
padding-right: 7px;
padding-top: 10px;
border: #c0c0c0 1px solid;
}
.SpecTbl th {
line-height: 1.5;
background-color: #f0ffff;
color: #000000;
}
.SpecTbl td {
line-height: 1.5;
color: #000000;
}
span.SpecNotes {
color: #333333;
font-size: 90%;
font-weight: normal;
}
ol.SpecNotes {
margin: 0 0 10px 0;
text-indent: -1.6em;
padding-left: 1.6em;
list-style: none;
}
ol.SpecNotes li {
color: #333333;
font-size: 90%;
font-weight: normal;
}
dl.SpecNotes {
margin: 0px 0px 10px;
}
dl.SpecNotes dt {
float: left;
width: 1.6em;
color: #333333;
font-size: 90%;
font-weight: normal;
}
dl.SpecNotes dd {
padding: 0 0 0 1.8em;
color: #333333;
font-size: 90%;
font-weight: normal;
}
dl.SpecList1 {
margin-left: 0.5em;
margin-bottom: 20px;
}
dl.SpecList1 dt {
background :url(../../image/bg_h3.png) no-repeat scroll left 0.6em;
padding-left: 15px;
color: #3366cc;
font-weight: bold;
}
dl.SpecList1 dd {
margin-left: 1em;
color: #000000;
font-weight: normal;
}
/* *****  初期値一覧表ページ　固有  ****** */
table.IVTbl {
table-layout: fixed;
width: 740px;
margin-bottom: 20px;
border-spacing: 0;
border-collapse: collapse;
border-top: none;
border-right: none;
border-bottom: #c0c0c0 2px solid;
border-left: none;
}
.IVTbl th, .IVTbl td {
padding: 5px 7px 5px 7px;
font-size: 99%;
text-align: left;
}
.IVTbl th {
line-height: 120%;
background-color: #f0ffff;
color: #333333;
border-top: #c0c0c0 2px solid;
border-bottom: #c0c0c0 2px solid;
border-left: none;
border-right: none;
font-weight: bold;
}
.IVTbl td {
text-align: left;
line-height: 1.2em;
color: #333333;
vertical-align: top;
border-top: none;
border-bottom: #c0c0c0 1px solid;
border-left: none;
border-right: none;
}
.IVTbl tr.Param {
height:10px;
}
.IVTbl tr.Param td {
border-style: none;
}
.IVTbl tr.Param td.Item1 {
width: 230px;
}
.IVTbl tr.Param td.Item2 {
width: 270px;
}
.IVTbl tr.Param td.Item3 {
}
.IVTbl table.normal  {
border: #c0c0c0 2px solid;
}
.IVTbl table.normal th,
.IVTbl table.normal td {
border-right: #c0c0c0 1px solid;
}
.IVTbl th.ItemG {
border-top: none;
border-bottom:#c0c0c0 1px solid;
}
/* *****  ソフトウェアライセンスページ　固有  ****** */
.license {
}
.license p {
margin-bottom: 1em;
}
.license dl {
margin-bottom: 1em;
}
.license dl dt {
float: left;
/*	width: 1em;
*/
	line-height: 150%;
text-align: right;
padding-top: 5px;
margin-right: 5px;
/*	margin-left: 5px;
*/
}
.license dl dd {
padding: 5px 0 0 1.2em;
line-height: 150%;
}
.license dl.ab dd {
padding: 5px 0 0 1.5em;
line-height: 150%;
}

dl.num1 .dis img{
	margin-left:10px;
}
dl.num1 .dis img:first-child{
	margin-left:0px;
}
/* *****  対象動作モード表示  ****** */
.modeBox {
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-top: -8px;
	margin-bottom: 15px;
}

.modeTitle {
	display: flex;
	text-decoration: none !important;

}

.modeTitle  span {
	color: ##0000cc;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	cursor: pointer;
}

.modeBoxInner {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.mode {
	font-size: 14px;
	font-weight: bold;
	border-radius: 4px;
	padding: 4px 5px 3px 5px;
	line-height: 1;
}
	.mode_1 {border: 2px solid #c51162; color: #c51162}
	.mode_2 {border: 2px solid #7c4dff; color: #7c4dff}
	.mode_3 {border: 2px solid #ff6d00; color: #ff6d00}
	.mode_4 {border: 2px solid #0091ea; color: #0091ea}
	.mode_5 {border: 2px solid #009688; color: #009688}
/* =========================================================
footer
========================================================= */
#footer {
	background: url(../image/bg_footer.jpg) left top repeat-x;
	zoom: 100%;
	font-size: 80%;
}
#footerArea {
	clear: both;
	zoom: 100%;
	padding-top:20px;
	padding-bottom:20px;
	position: relative;
}
#footerArea:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
#footerArea .copyright {
	padding-right: 22em;
	padding-bottom: 2.5em;
	font-size: 90%;
	display: block;
}
#footerArea .footerLink {
	position: absolute;
	right: 13em;
	bottom: 20px;
}
#footerArea .ver {
	text-align: right;
	position: absolute;
	right: 16px;
	bottom: 20px;
	font-size: 90%;
}
@media screen and (max-width: 568px) {
/*---------------------------
	.modeBox {
		display: block;
		text-align: center;
	}
-----------------------------*/
	.modeTitle {
		margin-bottom: 5px;
	}
}

.toolTipIcon {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../image/icn_mode_help.svg) no-repeat;
	background-size: 20px 20px;
	margin-top: 1px;
	margin-left: 3px;
	flex-shrink: 0;
}

.toolTipWrapper {
	padding-top: 250px;
	margin-top: -250px;
}

.toolTipWrapper:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
}

.toolTipWrapper:not(:target) img {
	height: 0 !important;
}

.toolTipWrapper:target {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s, visibility 0.5s;
}

.toolTipWrapper:target img {
	height: auto;
}

.toolTipContent {
	position: absolute;
	max-width: 550px;
	left: 0;
  	right: 0;
	top: 36px;
  	margin: auto;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 5px 10px 1px rgba(0,0,0,0.4);
}

.toolTipClose {
	position: absolute;
  	top: 15px;
  	right: 15px;
	text-decoration: none !important;
	font-size: 30px;
}

.toolTipContent img {
	width: 100%;
}

@media screen and (max-width: 568px) {
	.toolTipWrapper {
		padding-top: 300px;
		margin-top: -300px;
	}

	.toolTipContent {
		width: 100%;
		padding: 30px 10px;
		top: 32px;
	}
}

.flex {
	width: calc(100% - 25px);
	display: flex !important;
	align-items: center;
	gap: 10px;
}

.flex .mode {
	white-space: nowrap;
	height: 24px;
	box-sizing: border-box;
}

/* ----------------------------------------- */
@media screen and (max-width: 970px) {
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 95%;
}
body {
  -webkit-text-size-adjust: 95%;
}
#pan {
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
}
#pan ul {
	margin-left:10px;
	margin-right:10px;
    width: auto;
}
#pan li {
	float:none;
	display:inline;
    display: inline;
}
#contents {
    padding: 0px;
    width: 100%;
	max-width:750px;
}
#PageTitle {
	margin-left:10px;
	margin-right:10px;
	box-shadow: 0 0 0 2px #f0f0f0 inset;
   	background: url(../image/res_title_bgi_l.gif) 8px 2px repeat-y #f0f0f0;
	white-space:normal;
	word-break:break-all;
    padding-bottom: 0.4em;
    padding-top: 0.4em;
	line-height:1.6em;
}
#Lead{
	margin-left:10px;
	margin-right:10px;
}
.BlockBody h3 {
	background-size:100% 100%;
    line-height: 1.8em;
    padding: 0.4em 1em;
	height:auto;       
}
.BlockBody h3.app{
	background-size:auto auto;
}
table.IVTbl{
    width:100%;
}
.IVTbl th, .IVTbl td {
	padding-left:5px;
	padding-right:5px;
}
.IVTbl td{
	white-space:normal;
	word-break:break-all;
}
.IVTbl tr.Param td.Item1 {
    width: 30%;
}
.IVTbl tr.Param td.Item2 {
    width: 40%;
}

.BlockBody pre{
    white-space: pre-wrap;
    word-wrap: break-word;
}
.SpecTbl{
}
.SpecTbl th,.SpecTbl td{
	white-space:normal;
	word-break:break-all;
	padding-left:5px;
	padding-right:5px;
}
.SpecTbl tr.Param td.Item1 {
    width: 10%;
}
.SpecTbl tr.Param td.Item2 {
    width: 10%;
}
.SpecTbl tr.Param td.Item3 {
    width: 16%;
}
.defaultTbl th,.defaultTbl td{
	white-space:normal;
	word-break:break-all;
}
dl.SpecList1 dd {
	white-space:normal;
	word-break:break-all;
}
.totop p {
	margin-left:10px;
	margin-right:10px;
}
#Lead .totop p{
	margin-left:0px;
	margin-right:0px;
}
#contents dl.num1 dt {
    margin-left: 8px;
    margin-right: 2px;
}
#contents dl.num1 .dis img{
    max-width: 98%;
	margin-left:2%;
	margin-top:10px;
}
#contents dl.num1 .dis img:first-child{
    max-width: 100%;
	margin-left:0px;
	margin-top:0px;
}
#contents img{
    max-width: 100%;
    height: auto;
}
#contents img.screenborder,#contents dl.num1 .dis img.screenborder:first-child{
    max-width: 98%;
    height: auto;
}
#contents .box-com + .f-left img.screenborder{
    max-width: 250px;
    height: auto;
    width: 98%;
}
#contents div.yellow {
    display: block;
    float: none;
    padding:5% 3%;
    vertical-align: top;
	height:auto;
}
#contents div.yellow.box1 {
    margin-left: 0;
    margin-right: 4%;
    width: 41%;
}
#contents div.yellow.box2 {
    margin-left: 0;
    width: 41%;
}
.wordBreak{
	white-space:normal;
	word-break:break-all;
	word-wrap: break-word;
}
.box-com {
width: auto;
float:none;
}
#footerArea .copyright {
	padding-right: 30em;
}
#footerArea .ver {
	right: 1em;
}
#footerArea .footerLink {
	right: 18em;
}

/*--- ※用ぶら下げ ---*/
.brkm {
text-indent: -1.7em;
margin-left: 1.7em;
}
/*--- （*）用ぶら下げ［<p>の場合 など］ ---*/
.brkm3 {
margin-left: 1.9em;
text-indent: -2em;
}
/*--- （*）用ぶら下げ［<ul>リスト無しの場合 など ---*/
.brkm4 {
margin-left: 1.9em;
text-indent: -2em;
}










}
@media screen and (max-width: 568px) {
#contentsNavi img {
 width: 90px;
 height: auto;
}
.fs75{
	font-size:75%;
}
.fs75 .ml1m {
    margin-left: 0em !important;
}
.CommentBox li,.num1 .brkm,.num1 div.mb10{
	white-space:normal;
	word-break:break-all;
}
dl.co7m dt {
	float:none;
}
dl.co7m dd {
padding-left: 2em;
}
.TableInImg110{
	width:110px;
}
#footerArea{
	text-align:right;
}
#footerArea .copyright {
	padding-right: 0;
	padding-bottom: 0;
	margin-bottom:10px;
	text-align:left;
}
#footerArea .footerLink {
	position:static;
	display:inline-block;
	padding-right:10px;
}
#footerArea .ver {
	position:static;
	display:inline-block;
}
}
