﻿@charset "utf-8";
/* =========================================================
画面項目

メインエリア項目のCSSを記述
========================================================= */

/* =========================================================
強調
========================================================= */
main.accent {
	font-weight: bold;
}

/* =========================================================
ガイダンス文言、カスタマイズ文言
========================================================= */
main .guide_static {
	padding: 5px 10px 3px 0;
	margin: 5px 0 0 0;
}
/*カスタマイズ文言*/
main .screen_msg_1, main .screen_msg_2, main .screen_msg_3 {
	padding: 5px 10px 3px 0;
	margin: 5px 0 0 0;
	clear: both;
	line-height:1.3;
	word-break: break-all;
}
/* =========================================================
フォーム
========================================================= */
/*コンテナ*/
.form_container {
	margin-left: 10px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	clear: both;
	margin: 5px 0px 5px 10px;
	position: relative;
}

*+html .form_container {
	margin-bottom:-1px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	width:969px;
}

*+html #main .form_container .border_none{
	border-style: hidden;
	border-width: 0px 0px 0px 0px;
}

.entry {
	width: 70%;
	clear: both;
	display: table;
	table-layout: fixed;
	border-collapse:collapse;
	border-style: solid;
	position: relative;
	line-height: 1.5;
	border-width: 1px;
	margin-top: -1px;
}

div[class~=entry][class~=border_none] {
	width: auto;
}
*+html div[class~=entry][class~=border_none] b{
	display:block;
	margin-top:20px;
}

/* IE7対応 */
*+html .entry{
	display: inline;
	overflow: hidden;
	position: static;
	margin-top:20px;
	padding-top:20px;
	height:auto;
}

*+html div[class~=entry][class~=border_none] .input_table{
	width: auto;
	margin-top:20px !important;
	margin-bottom:-6px;
	padding-bottom:5px;
}

/*タイトル*/
.title {
	width: 210px;
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 1.5;
	min-height: 30px;
	border-style: none solid none none;
	border-width: 0px 1px 0px 0px;
	border-collapse:collapse;
}
/* IE7対応 */
*+html .title {
	display: inline;
	overflow: hidden;
	float: left;
	border-width: 1px;
	margin-bottom:-999px;
	padding-bottom:999px;
}
/*フォーム*/
.formset {
	width: 746px;
	display: table-cell;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5;
	border-style: none solid none none;
	border-width: 0px 1px 0px 0px;
	border-collapse:collapse;
	word-wrap: break-word;
}
/* IE7対応 */
*+html .formset {
	display: inline;
	overflow: hidden;
	float: left;
	margin-bottom:-0.6%;
	border-width: 1px 1px 1px 0px;
	padding-bottom:6px;
	margin-bottom:-99px;
	padding-bottom:99px;
}
/*フォーム（外貨預金振替試算金額用）*/
.formsetDoubleLeft {
	width: 300px;
	display: table-cell;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	word-wrap: break-word;
}
/* IE7対応 */
*+html .formsetDoubleLeft {
	display: inline;
	overflow: hidden;
	float: left;
	border-style:solid;
	border-width: 1px 1px 1px 1px;
	padding-top: 5px;
	margin-left:-1px;
	margin-bottom:-99px;
	padding-bottom:99px;
}
.formsetDoubleRight {
	width: 430px;
	line-height: 1.5;
	border-width: 0px 0px 0px 1px;
	display: table-cell;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	word-wrap: break-word;
}
/* IE7対応 */
*+html .formsetDoubleRight {
	width: 429px;
	display: inline;
	float: left;
	border-width: 1px 1px 1px 0px;
	padding-left:11px;
	margin-bottom:-99px;
	padding-bottom:99px;
}
/*フォーム最小高*/
.title, .formset {
	min-height: 20px;
}
/*tips用空白エントリー項目*/
.entry_tips {
	clear: both;
	display: table;
	margin-left: 10px;
	position: relative;
	line-height: 1.5;
	border-width: none;
	width: 690px;
	padding-left: 240px;
	margin-top: -1px;
}
/* IE7対応 */
*+html .entry_tips {
	overflow: hidden;
}
/* フォーム内入力tips*/
.tips {
	font-size: 90%;
}
/* フォーム内メッセージ*/
.formset .guide {
	vertical-align: top;
	font-size: 90%;
	display: block;
	padding-top: 5px;
}
/* フォーム内ラジオボタンレイアウト用*/
.formset .radio_layout {
	vertical-align: top;
	display: inline-block;
	width: auto;
}
*+html .formset .radio_layout {
	display: inline;
	overflow: hidden;
}
/*フォーム内レイアウト（同一ラベル内段組み）*/
.formset .multiline {
	min-height: 25px;
	width: auto;
}
.formset .multiline + .multiline {
	min-height: 20px;
}
/*フォーム内ラジオボタンレイアウト（内容確認）*/
.ver_top {
	vertical-align: top;
}
/* ヘルプ・ガイド二行表示 */
#main .entry .formset div.multiline_guide {
	display: inline-block;
	vertical-align: top;
	font-size: 90%;
}
/*tips用フォーム項目*/
.entry_tips .formset_label_none {
	display: table-cell;
	width: 250px;
}
/*ボーダー消し*/
#main .border_none {
	border: none;
	margin-left: 1px;
}

/*フォーム内テーブル*/
.form_container .entry table {
	border-collapse: collapse;
}
.form_container .entry table th, .form_container .entry table td {
	border: none;
	background: none;
	font-weight: normal;
	text-align: center;
}
#main .form_container .entry table td a {
	margin-right: 0;
}
/* タイトルの設定 */
#main .form_container .entry table th.title {
	padding-right: 5px;
	margin-right: 0;
	line-height: 2;
	padding-left: 0px;
}

/* タイトルの設定 */
*+html #main .form_container .entry table th.title {
	padding:0px;
}

/*フォーム内テーブル用 必須（titleの右隣列）の設定 */
#main .form_container .entry table th.title + td {
	width : 33px;
}
/* フォーム内入力テーブル */
.form_container .entry .input_table {
	table-layout: fixed;
	border-collapse: collapse;
	margin-top: 0px;
	margin-bottom: 10px;
	border-width: 1px;
	line-height: 1.1;
}

.form_container .entry .input_table th {
	border-width: 1px;
	text-align: center;
	height: auto;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px;
}

.form_container .entry .input_table td {
	border-width: 1px;
	border-top: none;
	border-left: none;
	text-align: center;
	min-height: 20px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

*+html .form_container .entry .input_table td{
	height:30px;
	border-top: solid;
	border-bottom: solid;
	border-left: solid;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.form_container .entry .input_table td {
     line-height:1.5;
}
}

#main .form_container .entry .table_left_padding_none td {
	padding-left: 5px;
	padding-right: 5px;
}

.form_container .entry .input_table .row_under {
	border-bottom: none;
}

.form_container .entry .input_table .row_connect {
	text-align: left;
	border-top: none;
	border-bottom: none;
}

*+html .form_container .entry .input_table th.row_connect:first-child {
	border-top: solid;
}

.form_container .entry .input_table .label {
	text-align: left;
}

/*フォーム内テーブル用 左上空白の際のボーダー消し*/
.p-table .c-table .c-table__column th.table_left,
.p-table .c-table .c-table__column td.table_left {
	border-top: hidden;
	border-left: hidden;
	box-sizing: border-box;
}

*+html .p-table .c-table .c-table__column th.table_left,
*+html .p-table .c-table .c-table__column td.table_left {
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

*+html #main .form_container .entry .input_table{
	border: none;
}

*+html .p-table .c-table .c-table__column th.table_left,
*+html .p-table .c-table .c-table__column td.table_left {
	border-top: none;
	border-left: none;
}

/*フォーム内テーブル用 右セルとの境界線除去*/
#main .form_container .entry .input_table th.table_right,
#main .form_container .entry .input_table td.table_right {
	border-right: hidden;
}

/*フォーム内テーブル用 下セルとの境界線除去*/
#main .form_container .entry .input_table th.table_bottom,
#main .form_container .entry .input_table td.table_bottom {
	border-bottom-style: hidden;
}

*+html #main .form_container .entry .input_table td {
	border-top:hidden;
	border-top:0px;
}

*+html #main .form_container .entry .input_table th.label + td{
	border-top:solid;
	border-top:1px;
}

*+html #main .form_container .entry .input_table td.table_bottom {
	border-top:solid;
	border-top:1px;
	border-bottom: hidden;
	border-bottom:0px;
}
/*フォーム内テーブル用 左下空白の際のボーダー消し*/
#main .form_container .entry .input_table th.table_left_bottom,
#main .form_container .entry .input_table td.table_left_bottom {
	border-bottom: hidden;
	border-left: hidden;
}

*+html #main .form_container .entry .input_table td.table_left_bottom {
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

/*フォーム内テーブル用 ＬＣＡレイアウト用*/
#main .form_container .entry .input_table .lca_text {
	text-align: right;
	margin-left: 40px;
}
/*フォーム全体にかかるヘルプボタン配置*/
.form_help {
	float: right;
	text-align: right;
	margin: 10px 0px -20px 0;
}
/*----------修正項目----------*/
.revision:empty{
/*修正項目 背景色*/
	display:inline-block;
	min-height:1em;
	min-width:1em;
}

/*----------輸出明細レイアウト/テーブル----------*/

.p-section__body .p-table .c-table__column .entryBox_label {
	text-align:left;
	width:240px;
	vertical-align:top;
	box-sizing: border-box;
}
.p-section__body .p-table .c-table__column .entryBox_label_middle {
	text-align:left;
	width:240px;
	box-sizing: border-box;
}
.p-section__body .p-table .c-table__column .entryBox_label:not(:first-child) {
	border-left: none;
}

.p-section__body .p-table .c-table__column .entryBox_entry {
	text-align:left;
	width:240px;
	vertical-align:top;
	padding-top:6px;
	box-sizing: border-box;
}

.form_container .entry .input_table .entryBox_entry_wide {
	text-align:left;
	width:710px;
	vertical-align:top;
	padding-top:6px;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}

.form_container .entry label.entryBox_label {
	width:241px;
}

.form_container .entry div.entryBox_entry_wide {
	width:716px;
}

.form_container .entry .input_table .entryBox_label_narrow {
	text-align:left;
	width:170px;
	vertical-align:top;
}

.form_container .entry .input_table .entryBox_entry_narrow {
	text-align:left;
	width:290px;
	vertical-align:top;
	padding-top:6px;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}


/* =========================================================
検索条件
========================================================= */
#main .search_input {
	border-width: 1px;
	margin-bottom: 40px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 5px 0px 5px 10px;
}

*+html #main .search_input {
	border-left:none;
	border-right:none;
	border-bottom:none;
}

#main .search_input .entry {
	width: 925px;
	margin-left: 10px;
}

*+html #main .search_input .formset {
	border:none;
}
/* =========================================================
照会・一覧用テーブル
========================================================= */
/*コンテナ*/
.table_container {
	margin-left: 10px;
	position: relative;
	clear: both;
}
/*テーブル*/
.table_container table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	/*枠表示順制御のためちょっと太くしてます。*/
	border-width: 1.1px;
}
.table_container table th {
	border-width: 1px;
	text-align: center;
	height: 35px;
}
.table_container table td {
	border-width: 1px;
	border-top: none;
	border-left: none;
	text-align: center;
	padding: 5px;
	min-height: 13px;
}
/* 二重行の下線を点線にする */
.double_row {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.double_col {
	border-right-style: dotted;
	border-right-width: 1px;
}
/*ページャーがない場合の位置調整（ページャー分の余白を作る）*/
.table_container .view_control + table {
	margin-top: 30px;
}
/*表項目縦書き指定*/
.table_container table th .verticalrl {
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
}
@-moz-document url-prefix() {
	.table_container table th .verticalrl{
	display:inline-block;
	max-width:1em;
	}
}
/*全選択*/
.table_container table th select_all {
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	height: 30px;
	text-align:center;
}

.table_container table th.select_all label{
	display:block;
	padding-left:50%;
	margin-left:-6px;
	width:10px;
}

*+html .table_container table th.select_all label{
	padding-left:5px;
}

/*表内文字幅指定*/
.table_container table td .bankpadding {
	padding-right: 1em;
}

/* ----- テーブル内左padding削除 ----- */
table td.left_padding_none{
	padding-left:0px !important;
}

/* =========================================================
照会・一覧コントロール
========================================================= */
/*検索データ日時・XX件中XX件を表示*/
.table_container .counter {
	padding: 12px 0px 20px 27px;
}
/*表示条件用ボックス*/
.table_container .view_control {
	margin: 12px 0 5px 20px;
	padding: 3px 3px 3px 8px;
	float: right;
}
/* IE7対応 */
*+html .table_container .view_control {
	width: 320px;
}
.table_container .view_control .view_condition {
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	float: left;
	line-height:160%;
}
.table_container .view_control .regeneration {
	vertical-align: middle;
	float: right;
	margin-top: -3px;
}
/* ページャー
--------------------------------------------------------- */
#main .number {
	text-align: center;
	font-weight: bold;
}
#main .number li {
	display: inline;
	background: none;
	font-weight: bold;
}
#main .pager {
	width: 100%;
	overflow: hidden;
	text-align: center;
	clear: both;
}
/* IE7対応 */
*+html #main .pager {
	clear: none;
}
#main .pager ul {
	display: inline;
}
#main .pager li {
	display: inline;
	background: none;
	margin-left: 0.5em;
	padding: 0;
}
#main .pager .prev {
	width: 19%;
	text-align: left;
	display: inline-block;
	overflow: hidden;
}
#main .pager .prev_ten {
	padding-left: 15px;
	padding-right: 5px;
}
#main .pager .prev_one {
	padding-left: 15px;
	margin-right: 5px;
}
#main .pager .next {
	width: 19%;
	text-align: right;
	display: inline-block;
	overflow: hidden;
}
#main .pager .next_one {
	padding-right: 15px;
}
#main .pager .next_ten {
	padding-right: 15px;
	margin-left: 5px;
}
#main .pager .num {
	width: 60%;
	display: inline-block;
	text-align: center;
}
#main .pager .page_num {
	display: inline-block;
	width: 18px;
	height: 18px;
}
#main .pager .page_num:hover {
	font-weight: bold;
}
#main .pager .now_page {
	display: inline-block;
	width: 18px;
	height: 18px;
	font-weight: bold;
}
/* 計算書画面用スペーサー */
#main .statement {
	padding: 15px 0px;
	margin: 0px auto;
	width: 95%;
	text-align: center;
}

/* IE7対応 */
*+html .table_container table td{
	height: 20px;
}
/* =========================================================
汎用
========================================================= */
main .legend {
	overflow: hidden;
	text-align: right;
	clear: both;
}
*+html main .legend {
	margin-top:20px;
	margin-bottom:-20px;
}
main .legend li {
	display: inline;
	background: none;
	padding: 0;
}
.area {
	margin-left: 0;
}
.font_big {
	font-size: 130%;
	letter-spacing: 0.5px;
}
.font_big_top {
	font-size: 100%;
	letter-spacing: 0.5px;
}

/* ---- 後ろ幅 ---- */
.spacer {
	margin-right: 10px;
}
.spacer_ws {
	margin-right: 30px;
}
.spacer_left {
	margin-left: 10px;
}
/* ---- 改行指定 ---- */
.word-wrap {
	word-wrap: break-word;
}
/* ---- 改行指定 span---- */
.word-wrap_tr {
	display: block;
	word-wrap: break-word;
}

/* ---- 通貨用文字間隔 ----*/
.currency_letter{
	letter-spacing: 1px !important;
}
/* =========================================================
 ボタン
========================================================= */
/*ボタンレイアウト*/
.button_layout {
	clear: both;
	overflow: hidden;
	margin: 10px 2px 0 0;
	padding-left: 10px;
}
/*検索エリアボタンレイアウト*/
.button_layout_refer {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
}
/* 幅指定 */
#main .button_layout input[type="button"], #main .button_layout input[type="submit"], #main .button_layout input[type="reset"] {
	min-width: 70px;
}
/* IE7対応 */
*+html #main .button_layout input[type="button"], *+html #main .button_layout input[type="submit"], *+html #main .button_layout input[type="reset"] {
	min-width: 0px;
}
/* 検索ボタンエリア */
.button_layout_refer {
	margin-bottom: 5px;
	padding-left: 20px;
}
/* ボタンエリア左上 */
.button_layout_left_top {
	float: left;
	text-align: left;
	padding-bottom: 10px;
}
/* ボタンエリア左下 */
.button_layout_left_bottom {
	clear: both;
	float: left;
	text-align: left;
}
/* ボタンエリア右上 */
.button_layout_right_top {
	float: right;
	text-align: right;
	margin-right: -15px;
	padding-bottom: 10px;
}
*+html .button_layout_right_top {
	margin-right: 0px;
}
/* ボタンエリア右下 */
.button_layout_right_bottom {
	clear: both;
	float: right;
	margin-right: -15px;
	text-align: right;
}
/* ボタンエリア右下(左下併用)*/
div.button_layout_left_bottom + div.button_layout_right_bottom{
	clear: none;
}
*+html .button_layout_right_bottom {
	margin-right: 0px;
}


/* IE10の幅指定 */
html:not(:target) #main .button_layout input[type="button"], html:not(:target) #main .button_layout input[type="submit"], html:not(:target) #main .button_layout input[type="reset"] {
	min-width: 110px;
}
html:not(:target) #main .button_layout input[type="button"].btn_print, html:not(:target) #main .button_layout input[type="submit"].btn_print {
	min-width: 70px;
}
/* 大 */
.btn_big,.btn_big_nmpc_cancel {
	border-width: 2px;
	padding: 8px 18px 8px 18px;
	margin: 3px 15px 3px 0px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 1px;
}
/* IE7対応 */
*+html .btn_big,*+html .btn_big_nmpc_cancel {
	padding: 8px 8px 8px 8px;
	margin: 3px 3px;
}
/* 小 */
.btn_small {
	border-width: 1.5px;
	padding: 2px 18px 2px 18px;
	margin: 3px 3px;
	cursor: pointer;
	border-radius: 5px;
	letter-spacing: 1px;
}
/* IE7対応 */
*+html .btn_small {
	padding: 2px 0px 2px 0px;
	margin: 3px 3px;
}
/* 戻る */
.btn_back {
	border-width: 2px;
	padding: 8px 18px 8px 20px;
	margin: 3px 15px 3px 0px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 2px;
}
/* IE7対応 */
*+html .btn_back {
	padding: 8px 0px 8px 0px;
	margin: 3px 3px;
}
/* 検索条件を開く */
.btn_open {
	border-width: 1.5px;
	padding: 2px 18px 2px 18px;
	margin: 5px 3px;
	cursor: pointer;
	border-radius: 5px;
	letter-spacing: 1px;
	text-align: left;
}
/* IE7対応 */
*+html .btn_open {
	padding: 2px 0px 2px 10px;
	margin: 3px 3px;
}
/* プリント */
.btn_print {
	border-width: 2px;
	padding: 8px 18px 8px 18px;
	margin: 3px 15px 3px 0px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 2px;
}
/* IE7対応 */
*+html .btn_print {
	padding: 8px 0px 8px 0px;
	margin: 3px 3px;
}
/* ファイル */
.btn_file {
	border-width: 2px;
	padding: 8px 18px 8px 18px;
	margin: 3px 15px 3px 0px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 2px;
}
/* IE7対応 */
*+html .btn_file {
	padding: 8px 0px 8px 0px;
	margin: 3px 3px;
}
/* 検索 */
.btn_refer {
	border-width: 2px;
	padding: 8px 18px 8px 18px;
	margin: 3px 3px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 2px;
}
/* ログアウト */
.btn_logout {
	border-width: 2px;
	padding: 5px 18px 5px 18px;
	margin: 3px auto;
	cursor: pointer;
	border-radius: 5px;
	font-size: 80%;
	min-width: 100px;
	font-weight: bold;
}
/* 相場 */
.btn_layout_header .btn_small {
	border-width: 2px;
	padding: 5px 18px 5px 18px;
	margin: 3px auto;
	cursor: pointer;
	border-radius: 5px;
	min-width: 100px;
}
/* 一覧表示へ */
.btn_list {
	margin-top: 2px;
}
/* 業務 */
.btn_gyomu {
	border-width: 2px;
	padding: 8px 18px 8px 18px;
	margin: 3px 3px 3px 20px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 5px;
	min-width: 320px;
	font-weight: bold;
	text-align: left;
}
/* クリア */
.btn_clear,
.btn_clear_ran {
	width: 110px;
	border-style: solid;
	border-width: 2px;
	padding: 8px 18px 8px 20px;
	margin: 3px 15px 3px 0px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 2px;
	min-width: 70px;
}
/* IE7対応 */
*+html .btn_clear,
*+html .btn_clear_ran {
	padding: 8px 0px 8px 0px;
	margin: 3px 3px;
	min-width: 0;
}
/* ウィンドウを閉じる */
.btn_close {
	border-width: 2px;
	padding: 8px 18px 8px 20px;
	margin: 3px 3px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 2px;
}
/* IE7対応 */
*+html .btn_close {
	padding: 8px 0px 8px 0px;
	margin: 3px 3px;
	min-width: 0;
}
/* 決定ボタン */
.btn_decide {
	border-style: solid;
	border-width: 1.5px;
	padding: 2px 18px 2px 18px;
	margin: 3px 3px;
	cursor: pointer;
	border-radius: 5px;
	letter-spacing: 1px;
}
/* IE7対応 */
*+html .btn_decide {
	padding: 8px 0px 8px 0px;
	margin: 3px 3px;
}
/*ヘルプ画面閉じるボタン*/
.btn_help_close {
	border-width: 1.5px;
	padding: 2px 18px 2px 18px;
	margin: 3px 3px;
	cursor: pointer;
	border-radius: 5px;
	letter-spacing: 1px;
}/* IE7対応 */
*+html .btn_help_close {
	padding: 8px 0px 8px 0px;
	margin: 3px 3px;
}
/* 右向矢印付与 */
.arrow_right {
	background-image: url(../images/arrow_btn_right.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
}
*+html .arrow_right {
	padding-right:20px;
}

/* 左向矢印付与 */
.arrow_left {
	background-image: url(../images/arrow_btn_left.png);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}

*+html .arrow_left {
	padding-left:20px;
}

/* 一覧infoボタン */
.btn_info {
	border-width: 1.5px;
	padding: 0px 8px 0px 8px;
	margin: 3px 3px;
	cursor: pointer;
	border-radius: 5px;
	letter-spacing: 1px;
}
/* IE7対応 */
*+html .btn_info {
	padding: 0px 0px 0px 0px;
	margin: 3px 3px;
}
/* ----- FireFox ----- */
@-moz-document url-prefix() {
	.btn_info {
		border-width: 1.5px;
		padding: 0px 3px 0px 3px;
		margin: 0px 3px;
		cursor: pointer;
		border-radius: 5px;
		letter-spacing: 1px;
	}
}

/* ----- SAFARI ----- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .btn_info {
		border-width: 1.5px;
		padding: 0px 3px 0px 3px;
		margin: 0px 3px;
		cursor: pointer;
		border-radius: 5px;
		letter-spacing: 1px;
	}
}

/* 一覧info(縦)ボタン */
.btn_verticalInfo {
	-webkit-appearance:none;
	height:4.2em;
	width:1.5em;
	border-width: 1.5px;
	padding: 5px 2px 3px 2px;
	margin: 3px 1px;
	cursor: pointer;
	border-radius: 5px;
	letter-spacing: 1px;
	-webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	writing-mode:vertical-rl;
}
/* 一覧info(縦)ボタン　うまくいってくれないChrome用。かなり無理やり実装しているので注意 */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	.btn_verticalInfo {
		padding-top:2px;
		margin-left:-1.3em;
		height:1.5em;
		width:4.2em;
		writing-mode:horizontal-tb;
		transform-origin:50% 50%;
		transform: rotate(90deg);
	}
}
/* 全選択ボタン */
.btn_allSelect.btn_allSelect {
	border-width: 1.5px;
	padding: 0px 8px 0px 8px;
	margin: 3px 3px;
	cursor: pointer;
	border-radius: 5px;
	letter-spacing: 1px;
}
/* IE7対応 */
*+html .btn_allSelect {
	padding: 0px 0px 0px 0px;
	margin: 3px 3px;
}
/* ----- FireFox ----- */
@-moz-document url-prefix() {
	.btn_allSelect {
		border-width: 1.5px;
		padding: 0px 3px 0px 3px;
		margin: 0px 3px;
		cursor: pointer;
		border-radius: 5px;
		letter-spacing: 1px;
	}
}
/* ----- SAFARI ----- */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .btn_allSelect {
		border-width: 1.5px;
		padding: 0px 3px 0px 3px;
		margin: 0px 3px;
		cursor: pointer;
		border-radius: 5px;
		letter-spacing: 1px;
	}
}
/* =========================================================
 業務個別
========================================================= */
/*FXT金額*/
.fxt_amount {
	width: 170px;
	text-align: right;
	display: inline-block;
	margin-left: -20px;
}
/*FXT適用相場*/
.fxt_rate {
	width: 100px;
	text-align: right;
	display: inline-block;
	margin-left: -20px;
}
/*LCO付保の有無*/
.lco_insurance_required {
	width: 80px;
	display: inline-block;
	vertical-align: top;
}
/*LCC保険会社名*/
.lco_insurance_with {
	width: 600px;
	display: inline-block;
}
/*OMT LCO RAN金額*/
.amount {
	width: 130px;
	text-align: right;
	margin-left: 40px;
}
/*HLP16公示相場箇条書き（レイアウト）*/
.hlp16_layout {
	width: 870px;
}
/*HLP16公示相場箇条書き（数字）*/
.hlp16_num {
	vertical-align: top;
	display: inline-block;
	width: 25px;
	margin-left: 5px;
}
/*HLP16公示相場箇条書き（内容）*/
.hlp16_digest {
	vertical-align: top;
	display: inline-block;
	width: 835px;
}
/*LCA 内容確認 テーブル右寄せ*/
.c-table td.input_table_right {
	text-align: center;
	vertical-align: top;
}
.c-table td.input_table_right input[type="text"] {
	text-align: right;
}
/*LCA 内容確認 テーブル左寄せ*/
.c-table td.input_table_left {
	text-align: center;
	vertical-align: top;
}
/*LCA 内容確認 テーブル左寄せ*/
.c-table td.input_table_left select {
	text-align: left;
}
/*LCA 内容確認 テーブル右寄せ*/
.c-table td.output_table_right {
	text-align: right;
	padding-right: 40px;
	vertical-align: top;
}
/*LCA 内容確認 テーブル左寄せ*/
.c-table td.output_table_left {
	text-align: left;
	padding-left: 40px;
	vertical-align: top;
}
/*OMTRAN決済明細 決済方法 テーブル左寄せ*/
.c-table td.settele-method {
  text-align: center;
 }
/*OMTRAN決済明細 金額 テーブル左寄せ*/
.c-table td.settele-amount {
  text-align: right;
  padding-right: 100px;
 }
/*OMTRAN決済明細 予約番号 テーブル左寄せ*/
.c-table td.reservation-number {
  text-align: center;
 }
/*RAN決済明細 実勢相場 テーブル左寄せ*/
.c-table td.real-rate {
  text-align: right;
  padding-right: 100px;
 }
/*OMTRAN決済明細 決済方法 テーブル左寄せ公示相場有り*/
.c-table td.settele-method_rateOn {
  text-align: left;
  padding-left: 95px;
 }
/*OMTRAN決済明細 相場 テーブル左寄せ公示相場有り*/
.c-table td.settele-amount_rateOn {
  text-align: right;
  padding-right: 60px;
 }
/*OMTRAN決済明細 実勢相場*/
.form_container .entry .input_table td.input_table_settele_amount_rateOn .float_right{
	margin-right:-70px;
}

/*OMTRAN決済明細 予約番号 テーブル左寄せ公示相場有り*/
.c-table td.reservation-number_rateOn {
  text-align: left;
  padding-left: 35px;
 }
 
/*OMT店舗受付決済明細 決済方法 テーブル左寄せ*/
.c-table td.settele-method-store {
  text-align: left;
  padding-left: 100px;
 }

.settele-amount-input, .settele-method-input {
  position: relative;
}
/*OMTRANIBR決済明細 決済方法 テーブルセル枠線追加*/
td[class|="settele-method"]{
  border-left-width: 1px !important;
  border-left-style: solid !important;
}

table[name="setteleTable"] td,
table[name="uatTable"] td{
  vertical-align: top;
}

/*口座ドロップダウン*/
.accountSelect,.accountSelect option{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

/*TOPお知らせ文言*/
.topAnnounce {
	line-height:120%;
	margin-top: 5px;
	margin-left: 30px;
	word-wrap: break-word;
}

.topAnnounce hr {
	margin-left: 0px;
}

/* IE7 OMTファイル登録国名選択項目*/
*+html select.individually{
	width:305px !important;
}

/* OMTreadonly*/
#main input[type="text"][readonly],
#main input[type="text"][readonly]:hover,
#main input[type="text"][readonly]:focus,
#main textarea[readonly],
#main textarea[readonly]:hover,
#main textarea[readonly]:focus{
	border:none;
	border-width:0px;
}
/* OMTH2helpButton IE7*/
*+html .h2help{
	display:inline !important;
	padding-top:10px;
}
/* textArea Firefox*/
@-moz-document url-prefix() {
	#main textarea[readonly],
	#main textarea[readonly]:hover,
	#main textarea[readonly]:focus{
		font: -moz-field;
	}
}

/* トランザクション認証 */
image.transaction{
  width: 210px;
  height: 210px;
}

/*IBRセクション余白*/
.ibr_table_margin{
  margin-bottom:10px;
}

/*決済方法必須マーク表示*/
.settlement_required {
  position: absolute;
  top: 10px;
  right: 10px
}

/*テンプレート不可*/
main .p-content .p-section .template_disable{
	background:#bbbbbb;
}

main .p-content .p-section td .template_disable{
	background:#bbbbbb;
}

.attention_doubt{
	color: red;
	font-weight: bold;
}

.english{
	font-size:85%;
}

/*UST余白設定*/
.uat_margin span:nth-child(n+5) {
	margin-top: 10px;
}

td.uat_9em span{
	width: 9.2em;
	display: inline-block;
}

td.uat_13em span{
	width: 13.2em;
	display: inline-block;
}

/*FWD12 売り買い注釈*/
h2 .rate_tips {
  margin-left: 30px;
  font-size: 14px;
  font-weight: bold;
  color:#808080;
  vertical-align: middle;
 }
h2 .rate_tips .rate_tips_label {
  background: #808080;
  color: #FFFFFF;
  padding: 2px 5px;
  margin-left:10px;
 }
h2 .rate_tips .rate_tips_content {
  margin-left: 10px;
 }

/* =========================================================
 処理中画面
========================================================= */
.horizontalcenterteble {
	border-width:1px;
	margin-top:70px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:100px;
	width:600px;
	border-collapse:collapse;
}

.horizontalcenterteble td {
	padding-top:30px;
	padding-right:40px;
	padding-left:40px;
	padding-bottom:30px;
}

.ver_mid {
	vertical-align: middle;
}

/* =========================================================
 明細画面
========================================================= */

.cancel{
	border-width: 2px;
	font-weight: bold;
	font-size: 1.5rem;
}
