﻿/* CSS Document */
/* CSS addition all items 2018-04-27 */


/* 外部リンクをnavの下に付ける 外部リンクアイコン画像は直接置いてください  2016.05.19 */
ul.nav>li>span {
    margin-left: 10px;
    display: block;
    background-color: #344273;
    width: 250px;
}
ul.nav>li>span>a {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}


/* 各部の名前用に新規追加 2016.05.18 ここから  */
ol.namepart {
	margin: 0 0 0 2.5em;
}

ol.namepart li, ol.namepart p {
	margin-bottom: 2px;
}
section.namepart > p.indent {
	margin-bottom: 1em;
}
/* 各部の名前用に新規追加 2016.05.18 ここまで  */



img.w600 {
    width: 100% !important;
	max-width: 600px;
}




.mt1 {
	margin-top:1em !important;
}

.mt2 {
	margin-top:2em !important;
}

.mt3 {
	margin-top:3em !important;
}

.mb1 {
	margin-bottom:1em !important;
}

.mb2 {
	margin-bottom:2em !important;
}

.mb3 {
	margin-bottom:3em !important;
}



.indent_ml15 {
    text-indent: -1.5em;
    margin-left: 3em;
}

.indent20 {
    text-indent: -2em;
    margin-left: 2em;
}


dl.exp>dt {
	font-weight:bold;
}
dl.exp>dt:nth-child(n+2) {
	margin-top:2em;
}

dl.exp>dd {
	font-weight:normal;
	margin-left:1.5em;
}


.enclose { /* 用語説明用の囲み文字クラス  2016.05.17 */
    border:1px solid;
    border-radius:2px;
    padding:1px 5px;
    margin:0 3px;
    font-size:0.8em;
	white-space: nowrap;
}

img.ds { /* イメージにドロップシャドウ */
	box-shadow:0px 0px 3px 2px #969696;
}

a.blank_link { /* LCD用語集対応用 */
    background-position: right;
    background-repeat: no-repeat;
	background-image: url(../common/i_new_window.png);
    padding-right: 24px;
    margin-right: 3px;
}


.nowrap {
	white-space: nowrap;
}


/* PL用テーブル */
table.pl {
	border:none;
}
table.pl tr td {
	border:none;
	padding-bottom:1em;
	vertical-align:top;
}
table.pl tr td:first-child {
	font-weight:bold;
	text-align:center;
	width:2em;
}
table.pl tr td:first-child img {
	height:2em;
	width:auto;
	display:inline-block;
}
table.pl tr td p:first-child {/* 1行だけのときはpタグを使わず記述することで、boldを回避する */
	font-weight:bold;
}

div.pl {/* 警告や注意のタイトル用 */
	border: 1px solid #000000;
	text-align:center;
	padding:0.5em 0em;
}
div.pl img {
	height:2em;
	width:auto;
	display:inline-block;
}
div.pl span {
	font-size:1.5em;
	font-weight:bold;
}


@media screen and (max-width: 766px){
/* 横スクロール　テーブル */
	div.scroll {
		overflow: auto;
		white-space: nowrap;
	}
	div.scroll>table {
		width:100%;
		font-size:0.8em;
	}
	div.scroll>table tr td:first-child {
		min-width: 3em;
		white-space: normal;
	}
	div.scroll>table tr:first-child th:first-child {
		min-width: 4em;
	}
	div.scroll::-webkit-scrollbar {
		height: 5px;
	}
	div.scroll::-webkit-scrollbar-track {
		background: #F1F1F1;
	}
	div.scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}


	.sphide { /* SPモードで表示しない */
		display: none;
	}

}


/* サインペン風スタイル */
.underline {
  background:linear-gradient(rgba(0,0,0,0) 60%,#66ffcc 60%)
}


/* 検索枠内 placeholder のスタイルを設定 */
input::-webkit-input-placeholder {
		font-size: 0.9em;
}
input:-moz-placeholder {
		font-size: 0.9em;
}


/* ダウンロードボタン のスタイルを設定 */
#downloadAll {
    text-align: center;
    margin: 0 30px 10px 0;
    display: block;
	border: 1px solid #344273;
    width: 230px;
}
#downloadAll a {
    text-decoration: none;
}
#downloadAll div {
    padding: 10px;
    color: #344273;
    font-size: 12px;
    text-decoration: none;
		/*cursor: pointer;*/
}
#downloadAll img {
    width: 24px;
    margin-right: 10px;
}
