/* 画面全体 */
body {
	background-image: url(../images/pattern2.gif);
}

body.menu {
	width : 136px;
	background-image: url(../images/pattern.gif);
}

input.readOnly { 
	background-color : #e7e7e7;
	vertical-align : top;
	border-width : thin;
}

.titleTop {	
	font-size: larger;	font-weight: bold;
}

.mustInputHead {
		color: #FF0000;
	font-weight: bold;
}

.fontWeight {
	font-weight: bold;
}

.fontRed {
	color: #FF0000;
}

.fontSmall {
	font-size: x-small;
}
.fontSmaller {
	font-size: smaller;
}

table{
	font: small;
	float : none;
	clear : both;
}

table.searchCondition{
	float : none;
	clear : both;
	width : 840px;
	border-width  : 3px;
	border-color : #999999;
	text-align : left ;
}

input.Label{
	border-top-style: none;
	clear: none;
	border: 0 none;
	border-bottom: 0 none;
	background: url(../images/pattern2.gif);
}

input.search {
	font-size: 15px;
	background-color : #B0C4DE;
}

input.LabelR{
	border-top-style: none;
	clear: none;
	border: 0 none;
	border-bottom: 0 none;
	background: url(../images/pattern2.gif);
	text-align: right;
}

input.digit {
	text-align: right;
}
DT {
	font-weight: bold;
}
tr.detail {
	height : 40px;
}

hr {
	width : 850px;
}
hr.menu {
	width : 120px;
}
input.button {
	font-size: 15px;
}

/*+++ pdfブラウザ表示不具合時の操作説明書のダウンロード用 +++*/
div.pdfdw{
	text-align:center;
	margin: 60px 0px;
}
/*--- pdfブラウザ表示不具合時の操作説明書のダウンロード用 ---*/

/* end of define */

/* +++202106 客船予約システム+++ */
.kyaDiv{
    text-align: left;
    margin: 0 0 0 0;
    background-color: #FFFFCC;
    padding: 0 0 0 20px;
}

.kyaSpan{	
}

.kyaDivLink{
	margin: 0 0 0 33px;
}

.kyaSpanLink{
	margin: 0 0 0 33px;
}
/* ---202106 客船予約システム--- */
