﻿@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;
	overflow: hidden;
	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: 1px solid #cccccc;
	border-left: 0;
	line-height:40px;
	font-size: 120%;
	margin: 15px 0 15px 0;
	padding: 0 15px 0 30px;
   	background-image: url(../../image/title_bgi_l.gif);
	background-repeat: no-repeat;
	background-position: 0 -2px;
   overflow: visible;
   white-space: nowrap;
}

.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: 100%;
   	letter-spacing: 1px;
	font-weight: normal;
	padding: 0 1em;
	line-height:35px;
	height:35px;
	background-image:url(../../image/title3_bgi_l.gif);
   	background-position: 0 -1px;
	color: #ffffff;              
}
.BlockBody h4 {
/* ■・・の場合■ */
	text-indent:-1em;
	margin-left:1em;
	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: 1em 0 0 0;
}
.CommentBox .fyi,
.CommentBox .note,
.CommentBox .caution {
	zoom:1;
	text-indent:2px;
   	letter-spacing: 0.25em;
	padding: 0 !important;
}
.CommentBox ul {
	margin: 0 0 10px 1.5em;
}
.CommentBox ul li{
	margin-bottom: 10px;
}

.fyi {
	color: #0000cc;
	font-weight: bold;
}
.note {
	color: #006600;
	font-weight: bold;
}
.caution {
	color: #ff0000;
	font-weight: bold;
}

/*----------- ▲ページトップ ------------*/
.totop p {
	text-align: right;
	margin: 10px 0 20px;
}

/*---------------------------------------*/
.screenborder {border: outset 2px #cccccc;}

#contents hr {
    border: 0 none; 
    height: 1px; 
    color: #999999;
    background-color: #999999;
}

/*--- イエローボックス　---*/
#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;
}

/*--------------------------------------------------
	表
--------------------------------------------------*/

table {
	border-top:2px solid #000000;
	border-left:2px solid #000000;
	background-color:#ffffff;
	border-collapse:collapse;
	empty-cells:show;
	border-spacing:0;
	margin-bottom: 10px;
}
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;}

/*--------- テキストインデント　---------*/
/*--- 1字ぶら下げ インデントなし　---*/
.br10m {
	text-indent: -1em;
	margin-left: 1em;
}
/*--- 米印用ぶら下げ　---*/
.brkm {
	text-indent: -1.3em;
	margin-left: 1.3em;
}
.brkm2 {
    margin-left: 1em;
    text-indent: -0.9em;
}

/*--------- 番号リスト　---------*/
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: 5px;
}
dl.num1 dd {
	background:url(../../image/blue_line.gif) repeat-y left 50%;
	border-bottom:#0066ff solid 3px;
	padding: 5px 0 0 2.5em;
	line-height: 150%;
}

/*--------- リスト　---------*/
.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: 0 0 0 4em;
	text-indent: -0.8em;
	margin-left: 0.8em;
}

/*--------- トレードマーク＆コピーライトマーク（○マーク、下付き） --------*/
.s-mark {
	vertical-align: middle;
	margin-top:0.2em;
}

/*--------- フォントカラー　---------*/
.red {color: #ff0000 !important;}

/*--------- フォントサイズ・太さ　---------*/
.fb {font-weight: bold !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;
}

.over {
	overflow: hidden;
}

/* テキスト */
.ar{text-align: right !important;}
.ac{text-align: center !important;}
.al{text-align: left !important;}

/* 間隔 */
.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;}

.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;}

.pb0 {padding-bottom: 0 !important;}
.pb5 {padding-bottom: 5px !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;
}

.underline {
	text-decoration: underline;
}

.fs_m {
	font-size: 80%; 
}

.block_c {
	margin-left:auto;
	margin-right:auto;
}

/* ******  付録　固有　******* */
h3.app {
	background: url(../../image/blue_line.gif) repeat-y 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;
}

.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 left;
	padding-left: 15px;
	color: #3366cc;
	font-weight: bold;
}
dl.SpecList1 dd {
	margin-left: 1em;
	color: #000000;
	font-weight: normal;
}

/* *****  初期値一覧表ページ　固有  ****** */
.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;
}

dl.num1 .dis img{
	margin-left:10px;
}
dl.num1 .dis img:first-child{
	margin-left:0px;
}
/* ----------------------------------------- */
@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: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
}
#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;  
}
.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;
	border-top:none;
}
.SpecTbl tr.Param td.Item1 {
    width: 10%;
}
.SpecTbl tr.Param td.Item2 {
    width: 10%;
}
.SpecTbl tr.Param td.Item3 {
    width: 16%;
}
dl.SpecList1 dt {
	background:url(../../image/bg_h3.png) no-repeat left 0.6em;
}
dl.SpecList1 dd {
	white-space:normal;
	word-break:break-all;
}
.ac img{
	width:100%;
	max-width:500px;
	height:auto;
}
.totop p {
	margin-left:10px;
	margin-right:10px;
}
#Lead .totop p{
	margin-left:0px;
	margin-right:0px;
}

dl.num1 dt {
    margin-left: 8px;
    margin-right: 2px;
}
dl.num1 .dis img{
	margin-left:0px;
	margin-top:10px;
}
dl.num1 .dis img:first-child{
	margin-top:0px;
}
img.imgL,dl.num1 dd img.imgL,dl.num1 dd img.screenborder.imgL{
	width:100%;
	max-width:350px;
	height:auto;
}
img.imgM,dl.num1 dd img.imgM,dl.num1 dd img.screenborder.imgM{
	width:100%;
	max-width:220px;
	height:auto;
}
img.imgS,dl.num1 dd img.imgS,dl.num1 dd img.screenborder.imgS{
	width:100%;
	max-width:100px;
	height:auto;
}
img.icon,dl.num1 dd img.icon{
	width:auto;
}

dl.num1 dd img{
	width:100%;
	max-width:500px;
	height:auto;
}
.screenborder,dl.num1 dd img.screenborder{
	width:98%;
	max-width:500px;
	height:auto;
}
dl.num1 dd img.screenborder.imgL,dl.num1 dd img.screenborder.imgM,dl.num1 dd img.screenborder.imgS {
	width:98%;
}
dl.num1 dd img.screenborder.icon {
	width:auto;
}
#contents div.yellow {
    display: inline-block;
    float: none;
    padding: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%;
}
}
@media screen and (max-width: 568px) {
.fs75{
	font-size:75%;
}
.fs75 .ml1m {
    margin-left: 0em !important;
}
.CommentBox li,.BlockBody p,.num1 .brkm,.num1 div.mb10{
	white-space:normal;
	word-break:break-all;
}
}