/* モバイル専用記述 */
#logo_mobile {
	float: right;
	margin: 8px 0 0 10px;
	width: 112px;
	height: 40px;
	background: url(./images/logo_mobile.gif) no-repeat;
}
table.mobile {
	width: 100%;
}
table.mobile th, table.mobile td {
	display: block;
}
#stock table {
	border: none;
}
#stock table th, #stock table td {
	display: inline;
	border: none;
	margin-left: 0;
}
#stock table th {
	background: none;
	border-bottom: solid #E4DECD 1px;
}



/* 表示切り替え */
.only_pc {
	display: none;
}
/* レイアウト */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #E4DECD; /* #DFD7CC */
	color: #505050;
	line-height: 1.5em;
	letter-spacing: normal;
	text-align: center; /* IE対策 */
}
#container { /* モバイル用カスタマイズ有り */
	max-width: 737px;
	margin: 0 auto;
	text-align: left; /* IE対策 */
}
/* 左上のナビゲーション領域 */
#header { /* モバイル用カスタマイズ有り */
	margin: 0 10px 2px; 10px; /* モバイル版は高さが絶対値指定ではないので、本文領域とのマージンをここで指定 */
}
#header div.language { /* モバイル用カスタマイズ有り */
	font: normal 10px 'Verdana';
	height: 15px; /* 表示/非表示のレイアウト保持の為 */
	margin-top: 5px;
}
#header div.h, #header h1 { /* モバイル用カスタマイズ有り */
	font: normal 10px 'Verdana', 'Sans-Serif', 'メイリオ';
	letter-spacing: -.015em;
	color: #888;
	border: none;
	padding: 0;
	margin: 5px 0;
}
#header ul {
	display: inline;
	letter-spacing: normal;
	line-height: normal;
}
#header li {
	display: inline-block;
	*display: inline; /* IE7以下 */
}
#header ul a { /* モバイル用カスタマイズ有り */
	color: #000;
	font-size: 10px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 7px;
	padding-right: 5px;
	background: url(./images/divider10.gif) no-repeat center left;
	text-decoration: none;
}
#header ul a:hover {
	color: #89100A;
	text-decoration: underline;
}
#header ul li:first-child a {
	background: url(./images/icon1_brown.gif) no-repeat left center;
	padding-left: 14px;
}
/* 右上のロゴ */
#logo { /* モバイル用カスタマイズ有り */
	display: none;
}
/* イメージ領域 */
#image { /* モバイル用カスタマイズ有り */
	display: none;
}
/* 本文 */
#body-wrap { /* モバイル用カスタマイズ有り */
	margin: 0 10px;
	padding: 25px 20px;
	background-color: #FFF;
}
#body { /* IEで表示が乱れないように */ /* モバイル用カスタマイズ有り */
/*	text-align: center; /* IE対策 */
}
ol#breadcrumbs  {
	list-style: none;
	font-size:80%;
	letter-spacing: -.4em; /* リスト要素の改行によるスペースを抑止 */
	line-height: 1.5em;
	margin-bottom: 25px;
}
ol#breadcrumbs li:first-child {
	background: url(./images/icon2_brown.gif) no-repeat left center;
	padding-left: 18px;
}
ol#breadcrumbs li {
	display: inline;
	letter-spacing: normal; /* スペース調整をリセット */
	background: url(./images/gt.gif) no-repeat left center;
	padding-right: 6px;
	padding-left: 10px;
}
ol#breadcrumbs li a {
	text-decoration: none;
}
ol#breadcrumbs li a:hover {
	text-decoration: underline;
}
.body-1col {　/* 記述しないと表示が安定しない */ /* モバイル用カスタマイズ有り */
	text-align: left; /* IE対策 */
}
.body-1col-narrow { /* モバイル用カスタマイズ有り */
	margin: 0 auto;
	text-align: left; /* IE対策 */
}
.body-2col-left { /* モバイル用カスタマイズ有り */
	float: left;
	text-align: left; /* IE対策 */
}
.body-2col-right { /* モバイル用カスタマイズ有り */
/*	float: right;*/
	text-align: left; /* IE対策 */
}
.body-2col-wide-left { /* モバイル用カスタマイズ有り */
	float: left;
	text-align: left; /* IE対策 */
}
.body-2col-narrow-right { /* モバイル用カスタマイズ有り */
	float: right;
	text-align: left; /* IE対策 */
}
.body-2col-narrow-left { /* モバイル用カスタマイズ有り */
	float: left;
	text-align: left; /* IE対策 */
}
.body-2col-wide-right { /* モバイル用カスタマイズ有り */
	float: right;
	text-align: left; /* IE対策 */
}
.body-2col-instrument-left { /* モバイル用カスタマイズ有り */
	text-align: left; /* IE対策 */
}
.body-2col-instrument-right { /* モバイル用カスタマイズ有り */
	text-align: center; /* IE対策 */
}
.side-margin30 { /* モバイル用カスタマイズ有り */
	margin: 0 10px;
}
.side-margin50 { /* モバイル用カスタマイズ有り */
	margin: 0 20px;
}
#body-shadow { /* モバイル用カスタマイズ有り */
/*	background: url(./images/shadow_bottom.gif) no-repeat; */
/*	padding-top: 9px; */
}
#footer { /* モバイル用カスタマイズ有り */
	font-size: 10px;
	text-align: center;
	margin: 10px;
}
/* フッター部・アンカー */
#footer a { /* モバイル用カスタマイズ有り */
	display: inline-block;
	color: #000;
	margin-left: 0px;
	padding-left: 6px;
	padding-right: 4px;
	background: url(./images/divider10.gif) no-repeat center left;
	text-decoration: underline;
}
#footer a:first-child {
	background-image: none;
}
#footer a:hover {
	color: #89100A;
	text-decoration: none;
}



/* フォント */
body {
	font-family: 'Verdana', 'Sans-Serif', 'メイリオ';
	font-size:80%;
}
::selection {
	color: #fff;
	background: #89100A;
}
.tiny {
	font-size:60%;
	line-height: 1.5em;
}
.xx-small {
	font-size:70%;
	line-height: 1.5em;
}
.x-small {
	font-size:80%;
	line-height: 1.5em;
}
.small {
	font-size:89%;
	line-height: 1.5em;
}
.s-small { /* 固定サイズ */
	font-size: 12px;
	line-height: 1.5em;
}
.normal {
	font-size:100%;
	line-height: 1.5em;
}
.large {
	font-size:110%;
	line-height: 1.5em;
}
.x-large {
	font-size:120%;
	line-height: 1.5em;
}
.xx-large {
	font-size:140%;
	line-height: 1.5em;
}
.huge {
	font-size:160%;
	line-height: 1.5em;
}
/* フォントウェイト */
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
/* 見出し */
.htext {
	display: none;
}
h1 {
	font-size: 125%;
	font-weight: bold;
	font-family: 'Arial', 'Helvetica', 'Sans-Serif', 'メイリオ';
	text-align: left;
	color: #000;
	border-left: 3px solid #89100A;
	border-bottom: 1px solid #E4DECD;
	padding: 2px 8px;
	margin-bottom: 1.75em;
}
h2 { /* モバイル用カスタマイズ有り */
	display: inline-block;
	font-size: 110%;
	font-weight: bold;
	font-family: 'Arial', 'Helvetica', 'Sans-Serif', 'メイリオ';
	color: #000;
	border-left: 3px solid #E4DECD;
	padding: 2px 8px;
	margin-bottom: 1.5em;
}
h2.t {
	font-size: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	font-family: 'Arial', 'Helvetica', 'Sans-Serif', 'メイリオ';
	color: #505050;
	border-left: 3px solid #E4DECD;
	padding: 2px 8px;
	margin-bottom: 1.25em;
}
/* 色 */
.error {
	color: #C00;
}
.alert {
	color: #C00;
}
.notice {
	color: #008;
}
.new {
	color: #FFF;
	background-color: #C00;
	padding: 0 2px;
}
.black {
	color: #000;
}
.red-brown {
	color: #89100A;
}



/* アンカー */
a {
	color: #89100A;
}
/* 黒 */
a.black {
	color: #000;
}
/* 通常テキスト同色 */
a.nt {
	color: #505050;
}
/* グレー */
a.gray {
	color: #888;
}
a:hover {
	text-decoration: none;
}
/* hover時にunderline（言語選択部） */
a.hu {
	text-decoration: none;
}
a.hu:hover {
	text-decoration: underline;
}
/* 画像アンカー */
a img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover img {
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	opacity: .7;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all  .3s ease;
}
/* 用語辞典へのリンク */
a.glossary {
	color: #505050;
	text-decoration: none;
	border-bottom: 1px dotted #505050;
}
a.glossary:hover {
	border-bottom: none;
}



/* デザイン */
/* 画像 */
img { /* モバイル用カスタマイズ有り */
	max-width: 100%;
	border-style: none;
}
/* 水平線 */
hr {
	height: 0;
	border: solid #E4DECD;
	border-width: 1px 0 0 0;
	margin: 1.75em 0;
}
hr.dashed {
	border: 1px dashed #E4DECD;
	border-width: 1px 0 0 0;
	margin: 0;
}
/* 表 */
table.line { /* モバイル用カスタマイズ有り */
	margin-top: 2em;
	margin-bottom: 2em;
	border: 1px #E4DECD solid;
	border-collapse: collapse;
	border-spacing: 0;
}
table.line th { /* モバイル用カスタマイズ有り */
	padding: 2px 5px;
	border: #E4DECD solid;
	border-width: 0 0 1px 1px;
	color: #444;
	background: #FAF8F5;
	font-weight: bold;
/*	white-space: nowrap; */
}
table.line td { /* モバイル用カスタマイズ有り */
	padding: 2px 5px;
	border: 1px #E4DECD solid;
	border-width: 0 0 1px 1px;
/*	white-space: nowrap; */
}
table.line caption {
	padding-bottom: 10px;
	color: #333;
	font-weight: bold;
}
/* 背景 */
.measurements {
	width: 140px;
	height: 248px;
	background: url(./images/measurements.gif) no-repeat;
}
.measurements_bow {
	width: 140px;
	height: 63px;
	background: url(./images/measurements_bow.gif) no-repeat;
}
/* リスト */
ol {
	margin-bottom: 2em;
	letter-spacing: .0125em;
	line-height: 1.625em;
}
ul {
	list-style-type: none;
	margin-bottom: 2em;
	letter-spacing: .0125em;
	line-height: 1.625em;
}
.plain { /* リスト用のデフォルト値。line-height指定と優先度が同じになるよう要素名を省略 */
	letter-spacing: normal;
	line-height: 1.5em;
}
ul.list_icon1_gray li {
	background: url(./images/icon1_gray.gif) no-repeat left center;
	padding-left: 14px;
}
ul.list_icon1_gray_top li,
ul.list_icon2_gray_top li ul li, /* 2018/02/03 入れ子の2層目を追加 */
ul.list_icon2_brown_top li ul li ul li ul li {  /* 2018/02/03 入れ子の4層目を追加 */
	background: url(./images/icon1_gray_top.gif) no-repeat left top;
	padding-left: 14px;
}
ul.list_icon1_red li {
	background: url(./images/icon1_red.gif) no-repeat left center;
	padding-left: 14px;
}
ul.list_icon1_red_top li {
	background: url(./images/icon1_red_top.gif) no-repeat left top;
	padding-left: 14px;
}
ul.list_icon1_brown li {
	background: url(./images/icon1_brown.gif) no-repeat left center;
	padding-left: 14px;
}
ul.list_icon1_brown_top li,
ul.list_icon2_brown_top li ul li { /* 2018/02/03 入れ子の2層目を追加 */
	background: url(./images/icon1_brown_top.gif) no-repeat left top;
	padding-left: 14px;
}
ul.list_icon2_gray li {
	background: url(./images/icon2_gray.gif) no-repeat left center;
	padding-left: 16px;
}
ul.list_icon2_gray_top li,
ul.list_icon2_brown_top li ul li ul li { /* 2018/02/03 入れ子の3層目を追加 */
	background: url(./images/icon2_gray_top.gif) no-repeat left top;
	padding-left: 16px;
}
ul.list_icon2_brown li, li.list_icon2_brown {
	background: url(./images/icon2_brown.gif) no-repeat left center;
	padding-left: 16px;
}
ul.list_icon2_brown_top li, li.list_icon2_brown_top {
	background: url(./images/icon2_brown_top.gif) no-repeat left top;
	padding-left: 16px;
}
ul.list_icon4_red li {
	background: url(./images/icon4_red.gif) no-repeat left center;
	padding-left: 14px;
}
ul.list_icon4_red_top li {
	background: url(./images/icon4_red_top.gif) no-repeat left top;
	padding-left: 14px;
}
ul.list_icon4_blue li {
	background: url(./images/icon4_blue.gif) no-repeat left center;
	padding-left: 14px;
}
ul.list_icon4_blue_top li {
	background: url(./images/icon4_blue_top.gif) no-repeat left top;
	padding-left: 14px;
}
/* 定義リスト */
dl.normal dt {
	background: url(./images/icon1_green.gif) no-repeat left center;
	padding-left: 14px;
	margin-bottom: 0.5em;
	font-weight: bold;
}
dl.normal dd {
	margin: 0 0 1em 14px;
}
dl.compact dt {
	float: left;
	padding-right: 1em;
	font-weight: bold;
	color: #000;
}
dl.compact dd {
	margin-bottom: 1em;
}



/* アイコン */
.icon1_gray {
	background: url(./images/icon1_gray.gif) no-repeat left center;
	padding-left: 14px;
}
.icon1_gray_top {
	background: url(./images/icon1_gray_top.gif) no-repeat left top;
	padding-left: 14px;
}
.icon1_beige {
	background: url(./images/icon1_beige.gif) no-repeat left center;
	padding-left: 14px;
}
.icon1_red {
	background: url(./images/icon1_red.gif) no-repeat left center;
	padding-left: 14px;
}
.icon1_brown {
	background: url(./images/icon1_brown.gif) no-repeat left center;
	padding-left: 14px;
}
.icon1_green {
	background: url(./images/icon1_green.gif) no-repeat left center;
	padding-left: 14px;
}
.icon1_blue {
	background: url(./images/icon1_blue.gif) no-repeat left center;
	padding-left: 14px;
}
.icon1_orange {
	background: url(./images/icon1_orange.gif) no-repeat left center;
	padding-left: 14px;
}
.icon2_gray {
	background: url(./images/icon2_gray.gif) no-repeat left center;
	padding-left: 16px;
}
.icon2_red {
	background: url(./images/icon2_red.gif) no-repeat left center;
	padding-left: 16px;
}
.icon2_brown {
	background: url(./images/icon2_brown.gif) no-repeat left center;
	padding-left: 16px;
}
.icon3_gray {
	background: url(./images/icon3_gray.gif) no-repeat left center;
	padding-left: 14px;
}
.icon4_red {
	background: url(./images/icon4_red.gif) no-repeat left center;
	padding-left: 14px;
}
.icon4_red_top {
	background: url(./images/icon4_red_top.gif) no-repeat left top;
	padding-left: 14px;
}
.icon4_blue {
	background: url(./images/icon4_blue.gif) no-repeat left center;
	padding-left: 14px;
}
.icon4_blue_top {
	background: url(./images/icon4_blue_top.gif) no-repeat left top;
	padding-left: 14px;
}
/* フォーム */
input, select, textarea, .form_text {
	width: 200px;
	border: 1px solid #bbb;
	padding: 2px 5px;
	background-color: #fff;
	color: #000;
	font-family: 'Verdana', 'Sans-Serif', 'メイリオ';
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #4d90fe;
	box-shadow: 0 0 2px 0 #4d90fe;
	outline-style: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all  .3s ease;
}
/* 見出し文字 */
.form_title {
	width: 100px;
	font-weight: bold;
}
/* 空欄 */
.blank {
	background-color: #fff2f2;
}
/* ボタン */
input[type='submit'], input.button, .upload_button { /* IE6以下は属性セレクタに対応していないのでクラスも併用 */
	width: auto;
	padding: 2px 5px;
	border: 1px outset #a58e70;
	background-color: #c5ae90;
	color: #351e00;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}
input[type='submit']:hover, input.button:hover, .upload_button:hover {
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	opacity: .8;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all  .2s ease;
}
input[type='submit']:active, input.button:active { /* upload_buttonには効果つけない */
	padding: 3px 4px 1px 6px;
	padding: 2px 5px\9; /* IE10以下 */
}
@media all and (-ms-high-contrast:none){ /* IE11 */
  *::-ms-backdrop, .input[type='submit']:active, input.button:active { 	padding: 2px 5px; }
}
input[type="submit"][disabled], input[type="submit"][disabled]:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	opacity: 1;
	background-color: #c5ae90;
	color: #957e60;
	cursor: not-allowed;
}
/* プレースホルダ― */
:placeholder-shown {
	color: #a0a0a0;
}
:-ms-input-placeholder {
	color: #a0a0a0;
}
::-webkit-input-placeholder {
	color: #a0a0a0;
}



/* ボーダー */
.bd {
	border: 1px solid #000;
}



/* レイアウト */
/* ブロック要素センタリング */
.bcenter {
	margin: 0 auto;
}
/* インライン要素センタリング */
.icenter {
	text-align: center;
}
/* インライン要素左寄せ */
.ileft {
	text-align: left;
}
/* インライン要素右寄せ */
.iright {
	text-align: right;
}
/* 図表左寄せ */
.left {
	float: left;
	margin: 0 18px 12px 0;
}
.left-tm { /* 上部マージン付き */
	float: left;
	margin: 12px 18px 12px 0;
}
/* 図表右寄せ */
.right {
	float: right;
	margin: 0 0 12px 18px;
}
.right-tm { /* 上部マージン付き */
	float: right;
	margin: 12px 0 12px 18px;
}



/* 文書体裁 */
/* 段落 */
p {
	text-indent: .95em;
	letter-spacing: .0125em;
	line-height: 1.625em;
	margin-bottom: 1.5em;
}
p.noindent {
	text-indent: 0;
}
p.first {
	text-indent: 0;
}
p.first:first-letter {
	float: left;
	font-size: 4.25em;
	line-height: 100%;
	margin-right: 8px;
	color: #89100A;
}
.bm0 {
	margin-bottom: 0;
}
.bm0-5 {
	margin-bottom: 0.5em;
}
.tm0-5 {
	margin-top: 0.5em;
}
.bm1 {
	margin-bottom: 1em;
}
.tm1 {
	margin-top: 1em;
}
.bm1-5 {
	margin-bottom: 1.5em;
}
.bm2 {
	margin-bottom: 2em;
}
.bm2-5 {
	margin-bottom: 2.5em;
}
.bm3 {
	margin-bottom: 3em;
}
.bm5 {
	margin-bottom: 5em;
}
/* 行間 */
.lh-vn {
	line-height: 1.1em;
}
.lh-n {
	line-height: 1.3em;
}
.lh-m {
	line-height: 1.5em;
}
.lh-w {
	line-height: 1.7em;
}
/* ボックス */
.border {
	border: 1px solid #E4DECD;
	padding: 1em;
}
.light-beige {
	background-color: #faf8f5;
	border-right: 1px solid #dad8d5;
	border-bottom: 2px solid #dad8d5;
}
.white {
	border-top: 1px dashed #d0d0d0;
	border-bottom: 1px dashed #d0d0d0;
	padding: 8px 0;
}
/* インデント（左右） */
.indent { /* モバイル用カスタマイズ有り */
	margin-left: 15px;
}
/* インデント（アイコン分字下げ） */
.indent-i {
	margin-left: 14px;
}
/* インデント（２文字分字下げ） */
.indent-2 { /* モバイル用カスタマイズ有り */
	margin-left: 1em;
}
.sup {
	vertical-align: text-top;
	font-size: 0.8em;
}
