@charset "utf-8";

@import url("./fontawesome/css/all.css");

/* --- index --- */

/*ADD20191121  -トップページ用CSS調整-------*/
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "MS Gothic", SimSun;
    font-size: 87%;
    line-height: 1.4em;
    line-break: strict;
}
h1.manualname {
	font-weight: bold;
	color: #0071C5;
}


/*MAIN--------------------------------------*/
/*------------------------------------------*/
/*for PC-------*/
@media screen and (min-width:1024px){
main.open {
  transform: translateX(350px);
}
}
/*for TABLET-------*/
@media screen and (max-width:1023px)and (min-width:481px){
main.open {
  transform: translateX(80%);
}
}


/*SIDE MENU---------------------------------*/
/*------------------------------------------*/
nav ul{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 2.7em;
    padding-left: 0;
}
ul {
    list-style-type: disc;
}

th > p, td > p, dd > p, li > p {
    margin-bottom: 0.1em;
    margin-top: 0.1em;
}
nav ul p,nav ol p {
    margin-left: 0;
}
nav p {
    margin-left: 15px;
}
nav p, nav caption {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

/*for TITLE LOGO-------*/
.logo1 {
	padding-bottom: 20px;
}
.logo2 {
	padding-bottom: 20px;
}

/*for TABLET-------*/
@media screen and (max-width:1023px){
/*Toggle Botton*/
.menu-trigger {
  display: none;
}
/*HOME BOTTON*/
.home-btn {
	left: 30px;
}
.home-btn2 {
	display: none;
}

/*Global Navi*/
nav {
  width: 100%;/**/
  transform: translate(0);
}
}
/*for MOBLE-------*/
@media screen and (max-width:480px){

}


/* --- style --- */

/*COMMON-------------------------------------*/
@media screen and (min-width:1024px){
body {
	margin: 0;
	padding: 0;
	background: linear-gradient(90deg,#0071C5 0%,#0071C5 22%,#fff 22%,#fff 100%);
}
}
	@media screen and (max-width:1023px){
	body {
		margin: 0;
		padding: 0;
		background: #ffffff;
/* 2020/05/21 No55iPhone横表示動作不良対応 */
		-webkit-text-size-adjust: 100%;
	}
	}
.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
  width: 100%;
/* 2020/05/22 No58画像縮小対応(矢印表示)修正 */
  max-width: 1180px;
  margin: 0 auto;
}
/* 2020/04/16削除
li {
	list-style-type: none;
}
*/
/* 2020/05/22 No.59第二階層メニューをクリックした際に第三階層メニューを表示したい
   メニューに「・」が出るようになった対応
*/
.unselect {
	list-style-type: none;
}


/*TOP IMAGE----------------------------------*/
/*for PC,TABLET*/
@media screen and (min-width:1024px){
div#mainimg {
	display: inline;
	text-align: center;
}
div#sideimg {
	display: none;
}
}
	/*for MOBILE*/
	@media screen and (max-width:1023px){
		div#mainimg {
			display: none;
		}
		div#sideimg {
			display: block;
		}
		div#sideimg img {
			max-width: 100%;
/* 2020/04/28 削除
			width: 100%;
 */
		}
	}


/*MAIN--------------------------------------*/
/*------------------------------------------*/
main {
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
}

main h1 {
  text-align: center;
  font-weight: 500;
}
main p {
  /*text-align: center;*/
}
/*for PC-------*/
@media screen and (min-width:1024px){
main {
	margin-left: 24%;
	/*padding-left: 2%;*/
	margin-top: 70px;
	margin-bottom: 52px;
	padding: 0 30px;
}
/*
main.open {
  transform: translateX(350px);
}
*/
}
/*for TABLET-------*/
@media screen and (max-width:1023px)and (min-width:481px){
main {
	margin-top: 70px;
	margin-bottom: 52px;
	padding: 0 10px;
}
/*
main.open {
  transform: translateX(80%);
}
*/
}
/*for MOBILE-------*/
@media screen and (max-width:480px){
main {
	margin-top: 70px;
	margin-bottom: 52px;
	padding: 0 10px;
}
main.open {
  transform: translateX(100%);
}
}



/*HEADER-------------------------------------*/
header {
  display: block;
  position: fixed;
  width: 100%;
  /*max-width: 1140px;
  margin: 0 -500%;
  padding: 0 500%;*/
  height: 70px;
  top: 0px;
  left: 0px;
}
@media screen and (min-width:1024px){
header {
  z-index: 1;
  background:  linear-gradient(90deg,#0071C5 0%,#0071C5 22%,#dbdfe3 22%,#dbdfe3 100%);
}
}
	@media screen and (max-width:1023px){
	header {
	  z-index: 99;
	  background: #dbdfe3;
	}
	}

header div#head-cont{
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  display: block;
}




/*SIDE MENU---------------------------------*/
/*------------------------------------------*/
nav {
	overflow: scroll;
}
@media screen and (min-width:1024px){
nav > div#logo {margin: 19px 0;}
}
	@media screen and (max-width:1023px){
	nav > div#logo {display: none;}
	}
nav > h2 {
	color : #fff !important;
	margin-left: 0;
	border-bottom: none;
}
/*COMMON::Navi close*/
div#navi-close {
	color: #fff;
	padding: 10px;
	margin: 10px 10px 20px 0;
	max-width: 200px;
	border-radius: 5px;
	background: #00b0f0;
	cursor: pointer;
}

/*COMMON::アコーディオンメニュー*/
#navi {margin-left: 0; font-size: 0.8em; font-weight: bold;}
#navi a {color: #ffffff; text-decoration: none;}
#navi li:hover > a {color: #0071C5; text-decoration: none;}

#navi .inner {display: none;}
#navi .inner.open {display: block;}
#navi .inner li ul{display: none;}
#navi p{cursor: pointer; padding: 0px;}
#navi .inner li ul li{padding: 2px 0 2px 1em;}
#navi .inner li > p{cursor: pointer;}
#navi li:hover {}
#navi ul > li:last-of-type {border-bottom: none;}

/*第2階層のレイアウト*/
#navi li > ul.inner >li {
	background: #6495ed;
	border-bottom: solid 1px #0071C5;
	padding-left: 0.5em
}

/*第3階層のレイアウト*/
#navi li > ul.inner >li > ul > li {padding-left: 0.5em;}
#navi li > ul.inner >li > ul > li:before {color: #0071C5;}
ul.inner > li  > ul > li {
	background: #dcdcdc;
	border-bottom: solid 1px #0071C5;
}
ul.inner > li  > ul > li a {
	color: #0071C5 !important;
}

/*マウスオーバー*/
ul.inner > li  > ul > li:hover {
	background: yellow;
	color: #0071C5 !important;
	border-bottom: solid 1px #0071C5;
}
.mouseover {
	background: yellow !important;
}

/*表示メニュー名*/
.select {
	background: deepskyblue !important;
    color: #0071C5 !important;
}

#navi .select a {
    color: #0071C5 !important;
}

/*COMMON::サイドメニュー出現時のオーバーレイ
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}*/


/*for PC-------*/
@media screen and (min-width:1024px){
.menu-trigger,.home-btn {
	display: none;
}
.home-btn2 {
	display: inline;
}


nav {
  width: 24%;
  max-width: 290px;
  height: 100%;
  padding-top: 10px;
  /*padding-left: 5%;*/
  padding-bottom: 52px;
  background-color: #0071C5;
  position: fixed;
  top: 0;
  /*left: 0;*/
  z-index: 10;
  /*transform: translate(-500px);*/
  /*transition: all .5s;*/
}
nav.open {
  transform: translateZ(0);
}
nav li {
  color: #fff;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}

nav img {
  margin-right: 7px;
}

* {
  box-sizing: border-box;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul > li > ul {
  list-style: none;
  margin: 0 0 0 1em;
  padding: 0;
}
/*HEADER SEARCH BOX*/
header div.head-search {
	width: 180px;
	height: 36px;
	background: #fff;
	border: solid 1px #000;
	border-radius: 18px;
	position: fixed;
	top: 14px;
	right: 30px;
	z-index: 100;
	color: #000;
}
div.head-search  > i {
	display: inline-flex;
	float: right;
	margin: 11px;
}
}

/*for TABLET-------*/
@media screen and (max-width:1023px){

/*Firefox::navi表示調整*/
@-moz-document url-prefix() {
  ul#navi {
    padding-bottom: 52px;
  }
}
/*Edge::navi表示調整*/
@supports (-ms-ime-align: auto) {
  ul#navi {
    padding-bottom: 52px;
  }
}

/*Toggle Botton*/
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background: #9fa9b1;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 14px;
  left: 30px;
  z-index: 100;
  color: #fff;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 70%;
  margin: 0 15%;
  height: 2px;
  background-color: #fff;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 5px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  top: 17px;
}
.menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
}
.menu-trigger span:nth-of-type(4) {
  top: 23px;
}
.menu-trigger.active span:nth-of-type(4) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(5) {
  bottom: 5px;
}
.menu-trigger.active span:nth-of-type(5) {
  transform: translateY(-12px) rotate(45deg);
}


/*HOME BOTTON*/
.home-btn {
	background: #9fa9b1;
	width: 36px;
	height: 36px;
        margin: 6px 0;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 14px;
	left: 80px;
	z-index: 100;
	color: #fff;
	line-height: 36px;
	font-size: 25px;
	text-align: center;
}
.home-btn img {
	text-align: center;
}
/*HEADER SEARCH BOX*/
header div.head-search {
	width: 180px;
	height: 36px;
	background: #fff;
	border: solid 1px #000;
	border-radius: 18px;
	position: fixed;
	top: 14px;
	right: 10px;
	z-index: 100;
	color: #000;
}
div.head-search  > i {
	display: inline-flex;
	float: right;
	margin: 11px;
}

/*Global Navi*/
nav {
  width: 80%;/**/
  min-width: 252px;
  height: 100%;
  padding-top: 100px;
  padding-left: 5%;
  padding-bottom: 52px;
  background-color: #0071C5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transform: translate(-100%);/**/
  transition: all .5s;
}
nav.open {
  transform: translateZ(0);
}
nav li {
  color: #fff;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}

* {
  box-sizing: border-box;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul > li > ul {
  list-style: none;
  margin: 0 0 0 1em;
  padding: 0;
}
}

/*for MOBLE-------*/
@media screen and (max-width:480px){
nav {
  width: 100%;
  min-width: 252px;
  height: 100%;
  padding-top: 100px;
  padding-left: 5%;
  padding-bottom: 52px;
  background-color: #0071C5;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(-100%);/**/
  transition: all .5s;
}
header div.head-search {
	display: none;
}
}


/*PageTOP Return------------------------------*/
div#PageTop {
    position: fixed;
    bottom: 60px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 35px;
    z-index: 10000;
    text-align: center;
    cursor: pointer;
}
img#pagetop {
	width: 50px;
	height: 50px;
	float: right;
	margin: 10px 0;
}
img#pagetop:hover{
	opacity: 0.5;
}



/*FOOTER-------------------------------------*/
footer {
	display: inline-block;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #838f97;
	color: #fff;
	text-align: center;
	padding: 1.2em 0;
	z-index: 99;
}
footer small {
	padding: 1.8em 0;
}


/* --- yamaha --- */
.debugDiv, .element, .attribute{
	margin:2px;
}

.debugDiv{
	border:1px solid #0f0;
}

.element{
	border:1px solid #f00;
}

.attribute{
	border:1px solid #00f;
	margin-left:2px;
	display:inline-block;
}

/* -----  ----- */
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "MS Gothic", SimSun;
	font-size:87%;
	line-height:1.4em;
	line-break:strict;
}

h1, h2, h3, h4, h5, h6, .title{
	margin-bottom:0.5em;
	margin-top:0;
	padding:0.2em;
	clear:both;
}

h1, h2, h3{
	font-size:120%;
}

h4, h5, h6{
	font-size:100%;
}

h1{
	border-color:#3399CC;
	border-style:solid;
	border-width:0 0 1px 5px;
}
/*20191120変更
h2{
	border-color:#0066cc;
	border-style:solid;
	border-width:0 0 1px 0;
	color:#0066cc;
	margin-left:15px;
}
*/
main h2{
	font-size: 1.5em;
	line-height: 2em;
	padding-left: 1em;
	font-weight: normal;
	color:#ffffff;
	margin-left:15px;
	background: #0071C5;
	margin-top: 2.0em;
}
h3{
	color:#3399CC;
}

div, table, ul, ol, dl{
	margin-top:0.5em;
	margin-bottom:0.5em;
}

ul, ol{
	margin-left:2.7em;
	padding-left:0;
}

ul{
	list-style-type:disc;
}

p, caption{
	margin-top:0.2em;
	margin-bottom:0.2em;
}

p{
	margin-left:15px;
}

ul p, ol p{
	margin-left:0;
}

table{
	border-collapse:collapse;
	font-size:100%;
	margin-left:15px;
}

table ul, table ol{
	margin-left:1.5em;
	padding-left:0em;
}

table p{
	margin-left:0;
}

dl{
	clear:both;
	zoom:100%;
}

dl:after{
	clear:both;
	content:"";
	display:block;
	height:0;
	visibility:hidden;
}

dd{
	padding:0.3em;
}

th > p, td > p, dd > p, li > p{
	margin-bottom:0.1em;
	margin-top:0.1em;
}

dd > div > ul, dd > div > ol, dd > div{
	margin-top:0;
	margin-bottom:0;
}

a{
	color:#0000ff;
	font-weight:bold;
}

a:hover{
	color:#00ffcc;
}

.page-link{
	margin: 1px 5px;
}

/* -----  ----- */
.master, .sect{
	/*
	border:1px solid #000;
	margin:2px;
	*/
}

.master .master,
.master .sect{
	margin-top: -6px; /* 2020/05/19 No51スクロール動作不良の改善 */ /*ページ内リンクズレ回避 191122ADD*/
	padding-top: 6px; /* 2020/05/19 No51スクロール動作不良の改善 */ /*ページ内リンクズレ回避 191122ADD*/
}

.masterno{
	color:#999999;
	display:none;
	font-size:60%;
	margin-bottom:0;
}


/* ----- title ----- */
.title{
	font-weight:bold;
}

.sect .title{
	color:#006600;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	text-decoration:underline;
}

.spectable .title,
.diag caption{
	border-bottom:1px solid #0066cc;
	color:#0066cc;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}

/* ----- step/footnote ----- */
.procedure .procedure{
	/*
	background-color:#ff0000;
	border-color:#000000;
	border-style:dotted;
	border-width:2px 0;
	*/
	margin-left:2em;
}
/*
.procedure_top,
.procedure_bottom{
	background-repeat:repeat-x;
	border:none;
	color:inherit;
	height:17px;
}

.procedure_top{
	background-image:url(img_common/top.gif);
	background-position: left top;
}

.procedure_bottom{
	background-image:url(img_common/bottom.gif);
	background-position:left bottom;
}
*/
.step{
	margin-left:15px;
	margin-bottom: 15px; /*ADD 20191120*/ /* 2020/04/16修正 50px → 15px */
}


.stepno{
	margin-left:1.6em; /* 2020/04/16修正 1.1em → 1.6em */
	text-indent:-1.6em; /* 2020/04/16修正 -1.1em → -1.6em */
}
/*20191120差し替え→20191203削除
.stepno{
	position: relative;
	color: #3678bc;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 2em;
	border-top: solid 1px #0071C5;
	border-bottom: solid 1px #0071C5;
}
.stepno:before{
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	width: calc(100%);
	height: calc(100% + 4px);
	min-height: 100%;
	border-top: 2px solid #0071C5;
	border-bottom: 2px solid #0071C5;
	padding-bottom: 2px;
	z-index: 1;
	}
*/
/*20191121_2階層目div.stepnoスタイル付与
div.master > div.procedure > div.step > div.procedure > div.step > p.stepno {
	position: relative;
	color: #000;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	margin-left:1.1em;
	text-indent:-1.1em;
	border: none;
}
div.master > div.procedure > div.step > div.procedure > div.step > p.stepno:before {
	border: none;
}
*/
.ftnote{
	margin-left:2em;
	text-indent:-1.3em;
}

.stepno > .pre{
	font-weight:bold;
	margin-right:0.5em
}

.ftnote > .pre{
	margin-right:0.5em
}

.steptxt{
	margin-left:2em;
}

.step > .figure{
	/*margin-left:2em;*/
}

/* ----- table ----- */
.table table{
	table-layout:fixed;
}

.table.top table{
	table-layout:fixed;
	border-top:1px solid #000000;
}

.table.bottom{
	border-bottom:1px solid #000000;
}

.table.topbot table{
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

.table.all table{
	border:1px solid #000000;
}

.table.all table th,
.table.all table td{
	border:1px solid #000000;
	padding:0.1em 0.2em;
}

.table.sides table{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

.table.none table,
.table.none table th,
.table.none table td{
	border:none;
}

.table .center th,
.table .center td{
	text-align:center;
}

.table .diagram-table .figure .title{
	border-color:#3399CC;
	border-style:solid;
	border-width:0 0 1px 5px;
	text-align:left;
}

.all.table .diagram-table{
	border:none;
}

.all.table .diagram-table .border_none{
	border-color:#fff;
	border-style:solid;
	border-width:0;
}

/* sstlist-table */
table.sstlist-table {
	empty-cells: show;
}

/* ----- diag ----- */
.diag{
}

.diag td{
	padding:0.5em;
}

.question, .action{
	border:1px solid #000000;
	width:45%;
}

.result{
	text-align:center;
	vertical-align:middle;
}

/* ----- callout ----- */
.callout{
	margin-left:0.8em;
}

.calloutNum{
	padding-right:0.5em;
	text-align:right;
	width:2em;
	vertical-align:top;
}

/* ----- sstlist ----- */
.sstlist ul{
	list-style-type:none;
	margin-left:0.5em;
}

.sstlist > p {
	font-weight:bold;
}

/* ----- spectable ----- */
.spectable{
	margin-left:1em;
	line-height:1.2em;
	word-wrap:break-word; /* 2020/04/28修正 */
	overflow-wrap:break-all; /* 2020/04/28追加 */
}

.spectable .title{
	margin-left:0;
	padding:0;
}

.spectable ul{
	list-style-type:none;
}

.spectable ul li{
	clear:both;
	zoom:100%;
}

.spectable ul li:after{
	clear:both;
	content:"";
	display:block;
	height:0;
	visibility:hidden;
}

.spectable ul li p:first-child {
	float: left;
	width: 48%;
	margin : 0 4% 0 0
}

.spectable ul li p{
	float:left;
	width:48%;
}

.spectable .list .list .title{
	border-bottom:none;
	color:#000000;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:0;
	padding:0;
}

.spectable .list ul{
	margin-left:10px;
}

.spectable .list .list ul{
	margin-top:0;
}

/* -----  ----- */
.figure{
}

.graphic{
	margin-left:15px;
}

table .graphic{
	margin-left:0;
	text-align:center;
}


.symbol{
	/*
	background-color:#ccccff;
	*/
}

.symbol img{
	vertical-align:middle;
}

.pdficon{
	margin:10px auto 15px auto;
	text-align:left;
}

/* ----- cover1 2020/04/24 ADD ----- */
.cover1 {
	width: 100%;
	background: #0071C5;
	color: white;
	padding: 1%;
}

.cover1 > .manualname {
	text-align: left;
	font-weight: bold;
	font-size: 160%;
}

.cover1 > .logo {
	width: 100%;
	text-align: center;
}

.cover1 > .logo > img {
	width: 75%;
	max-height: 200px;
}

.cover1 > .modelname2 {
	padding: 0 3%;
}

.cover1 > .modelname2 > p {
	display: inline-block;
	width: auto;
	margin: 0;
	font-weight: bold;
	font-size: 160%;
}

.cover1 > .modelname2 > p:not(:last-child):after {
	content: " / "
}

.cover1 > .manualnumber {
	text-align: right;
	font-weight: bold;
/* 20200520 No45 トップ画面表示対応 修正
	margin: -25px 0 0 0;
*/
	margin: -5px 0 0 0;
}
/* ----- cover1 ADD END ----- */

/* ----- note/warning/caution/danger/example ----- */
.note, .warning, .caution, .caution, .danger{
	width:80%;
}

.note dt, .warning dt, .caution dt, .danger dt{
}

.note dt img, .warning dt img, .caution dt img, .danger dt img{
	margin-bottom:-2px;
}
/*
.note dt, .warning dt, .caution dt{
	font-weight:bold;
	display:inline-block;
	background-color:#ffffff;
	font-size:110%;
}

.note dt, .caution dt{
	margin-bottom:-2px;
	padding:0.2em 0.8em 0 0.8em;
}

.warning dt{
	background-color:#000000;
	background-image:url(images/icon_warning.gif);
	background-position:0.5em center;
	background-repeat:no-repeat;
	color:#ffffff;
	padding-left:30px;
	padding:0.2em 0.8em 0.2em 30px;
}

.caution dt{
	background-color:#999999;
	font-style:italic;
}
*/

.note dd, .warning dd, .caution dd, .danger dd{
	border-color:#000;
	border-style:solid;
	border-width:2px 0;
	margin-left:0;
	/*padding-left:25px;*/
}

.warning dd, .caution dd, .danger dd{
	font-weight:bold;
}
.example{
	margin-left:1em;
}

.example dd{
	margin-left:0;
}


/* ----- tool/spec ----- */
.box{
	width:90%;
}

.tool, .spec{
	border:2px solid #000000;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	/*width:400px;*/
	width:50%;
}

.tool dt, .spec dt{
	border-color:#000000;
	border-style:solid;
	border-width:0 2px 2px 0;
	padding:4px;
	float:left;
}

.tool dd, .spec dd{
	/*float:left;*/
	margin-left:45px;
	/*width:345px;*/
	/*
	float:right;
	margin-left:10px;
	width:23.5em;
	*/
}

.tool .no_dt, .spec .no_dt{
	float:none;
	width:auto;
	margin-left:0;
}

.spec .title, .tool .title{
	clear:none;
}

.tool ul, .spec ul{
	list-style-type:none;
	/*padding-left:1.8em;*/
	padding-left:0;
	margin-left:1em;
}

.tool .toolno,
.spec .toolno{
	margin-left:1em;
	overflow-wrap: break-word; /* 2020/04/17追加 */
	word-wrap: break-word; /* 2020/04/17追加 */
}

/* ----- list ----- */
.list{
}

.bullet{
	list-style-type:disc;
}

.unlabeled{
	list-style-type:none;
	margin-left:0;
}

.dash{
	list-style-type:none;
	list-style-image:url(img_common/li_dashed.gif);
}

.arabicnum li{
	list-style-type:decimal;
}

.loweralpha{
	list-style-type:lower-alpha;
}

.upperalpha li{
	list-style-type:upper-alpha;
}

.lowerroman{
	list-style-type:lower-roman;
}

.upperroman{
	list-style-type:upper-roman;
}

.legal{
}

.explicit{
}

/* ----- txt decoration ----- */
.bold{
	font-weight:bold;
}

.boldital{
	font-weight:bold;
	font-style:italic;
}

.ital{
	font-style:italic;
}

.roman{
}

.underscore{
	text-decoration:underline
}

.smallcaps{
	font-variant:small-caps;
}

.overbar{
}

.overstrike{
	text-decoration:line-through;
}






















/*ADD20191108 takeda--------------*/
/*for MOBLE TABLET*/
@media (max-width: 1023px) {
	.last td:last-child {
	border-bottom: solid 1px #ccc;
	width: 100%;
	}
	table.diagram-table{
		width: 95% !important;
		max-width: 772px;
		margin: 0 2.5%;
	}
/*	.diagram-table .thead {
		display: none;
	}
	.diagram-table tr {
		width: 100%;
	}
	.diagram-table td {
		display: block;
		text-align: right;
		width: 100%;
	}
	.diagram-table td:first-child {
		background: #e9727e;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}
	.diagram-table td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px;
	}*/
	/*
	div.graphic img {
		width: 90% !important;
		max-width: 90% !important;
	}
	*/
	.tool, .spec {
		width: 100%;
		max-width: 400px;
	}
	.procedure .procedure {
		margin-left: 0;
	}
	table .graphic {
		overflow-x: auto; 
	}

}