@charset "utf-8";
/*　レイアウト
********************************************/
#wrapper {
	min-width: 1024px;
	text-align: center;
}
#container {
	margin: 0 auto;
	width: 1024px;
}
#contents {
	padding: 0 10px;
}
/*　カーソル
********************************************/
.pointer {
	cursor: pointer;
}
/*　ヘッダー
********************************************/
#header {
	background: url(../img/@2x/bg_navBar@2x.png) repeat-x;
	background-size: auto 44px;
	-webkit-background-size: auto 44px;
	height: 44px;
}
.oldie #header {
	background: url(../img/bg_navBar.png) repeat-x;
	height: 44px;
}
#header a {
	color: #FFFFFF;
	font-size: 90%;
	line-height: 44px;
}
#logo {
	margin: 4px 5px 0 5px;
}
.img_mq {
	height: 28px;
}
#logout {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#logout img {
	margin: -1px 5px 0 0px;
	vertical-align: middle;
	height: 31px;
}
#backToMenu {
	margin: 6px 0 0 4px;
}
#backToMenu_mq {
	margin: 6px 0 0 1px;
	display: none;
}

/*　ナビゲーション
********************************************/

/*** ナビゲーションバー ***/
#navBar {
	background: #eff7fc;
	border-bottom: 2px solid #cad9e1;
}
.navWrap {
	margin: 0 auto;
	width: 1024px;
	z-index: 0;
}
#navTitle {
	background: url(../img/@2x/icon_navBar@2x.png) no-repeat left;
	background-size: 39px 32px;
	-webkit-background-size: 39px 32px;
	color: #090d53;
	font-size: 130%;
	font-weight: bold;
	margin: 0 10px;
	padding: 15px 0 15px 62px;
}
.oldie #navTitle {
	background: url(../img/icon_navBar.png) no-repeat left;
	color: #090d53;
	font-size: 130%;
	margin: 0 10px;
	padding: 15px 0 15px 62px;
}
/*** メニュー ***/
#navMenu {
	background: url(../img/@2x/bg_navMenuL@2x.png) no-repeat left top;
	background-size: auto 75px;
	-webkit-background-size: auto 75px;
	height: 85px;
}
.oldie #navMenu {
	background: url(../img/bg_navMenuL.png) no-repeat left top;
	height: 85px;
}
#navMenu .inner {
	background: url(../img/@2x/bg_navMenuR@2x.png) no-repeat right top;
	background-size: auto 75px;
	-webkit-background-size: auto 75px;
	height: 85px;
	padding: 0 8px;
}
.oldie #navMenu .inner {
	background: url(../img/bg_navMenuR.png) no-repeat right top;
	height: 85px;
	padding: 0 8px;
}
.menuList li {
	float: left;
	text-align: center;
	width: 33.333%;
}
.pageInfoTxt {
	font-size: 90%;
}

/*　モーダルウィンドウ
********************************************/
#modalWindow, #modalWindow_editCourse, #modal_userTxt, #modal_stayTxt, #modal_transferTxt, #modalWindow_setType01, #modalWindow_insertItemBox, #modalWindow_transferInfoBox, #modalWindow_facilityBox, #modal_busInfo, #modalWindow_arrivalAirInfo, #modalWindow_leaveAirInfo, #modal_upsidenotesTxt, #modal_downsidenotesTxt{
	display: none;
	position: relative;
}
#modal, #modalWindow_editCourse, #modal_userTxt, #modal_stayTxt, #modal_transferTxt, #modalWindow_setType01, #modalWindow_insertItemBox, #modalWindow_transferInfoBox, #modalWindow_facilityBox, #modal_busInfo, #modalWindow_arrivalAirInfo, #modalWindow_leaveAirInfo, #modal_upsidenotesTxt, #modal_downsidenotesTxt {
	background: #f7f7f7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 15px 0px #333;
	-moz-box-shadow: 0px 2px 15px 0px #333;
	-o-box-shadow: 0px 2px 15px 0px #333;
	-ms-box-shadow: 0px 2px 15px 0px #333;
	box-shadow: 0px 2px 15px 0px #333;
	height: auto;
	left: 50%;
	position: relative;  /*absolute*/
	top: 10px;	/*EDIT*/
	width: 800px;
	margin-left: -400px;/*EDIT*/
}
#modal_userTxt #modal, #modal_stayTxt #modal, #modal_transferTxt #modal, #modal_busInfo #modal, #modal_upsidenotesTxt #modal, #modal_downsidenotesTxt #modal{
	top: 0;
}
#modalMitsumoriList {
	width: 500px;
	left: 35%;
	top: 10%;
	height: 600px;
	padding: 0.5em;
	display: none;
	position: absolute;
	-webkit-box-shadow: 0px 2px 15px 0px #333;
	-moz-box-shadow: 0px 2px 15px 0px #333;
	-o-box-shadow: 0px 2px 15px 0px #333;
	-ms-box-shadow: 0px 2px 15px 0px #333;
	box-shadow: 0px 2px 15px 0px #333;
}
.modalTitle {
	background: url(../img/@2x/bg_modalTitleL@2x.png) no-repeat left;
	background-size: auto 49px;
	-webkit-background-size: auto 49px;
	height: 49px;
}
.oldie .modalTitle {
	background: url(../img/bg_modalTitleL.png) no-repeat left;
	height: 49px;
}

.modalTitle span {
	background: url(../img/@2x/bg_modalTitleR@2x.png) no-repeat right;
	background-size: 10px 49px;
	-webkit-background-size: 10px 49px;
	color: #0a0a0a;
	display: block;
	font-size: 120%;
	font-weight: bold;
	height: 49px;
	line-height: 49px;
	text-align: center;
	text-shadow: 0 1px 0px #fff;
}
.oldie .modalTitle span {
	background: url(../img/bg_modalTitleR.png) no-repeat right;
	color: #0a0a0a;
	display: block;
	font-size: 120%;
	font-weight: bold;
	height: 49px;
	line-height: 49px;
	text-align: center;
	text-shadow: 0 1px 0px #fff;
}



#modal .inner {
	border-bottom: 1px solid #e3e3e3;
	padding: 15px;
}
#modal .inner_item {
	border-bottom: 1px solid #e3e3e3;
}
.modalContent {
	padding: 10px 20px 20px;
}
.mitsumori_list {
	height: 90%;
	overflow: auto;
}
.modalContentBus {
	padding: 0 20px;
}
.modalFooter {
	background: #f3f3f3 /*e6e8e9*/;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px solid #f6f6f6;
	padding: 10px;
}
/*　ローディング
********************************************/

.oldie .ieNone {
	display: none;
}
.loadingBackGround {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 3px;
	background: #000000;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
#modalLoading, #outputSelect {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998;
	display: none;
}
#loadingBg, #outputBg {
	background: #000000;
	opacity: 0.8;
	-ms-filter: "alpha(opacity=95)";
	width: 100%;
	height: 100%;
}
#loadingBox {
	position: fixed;
	top: 45%;
	left: 50%;
	z-index: 9999;
	/*background: #ffffff;*/
	width: 200px;
	height: 200px;
	margin-left: -100px;
	margin-top: -100px;/*	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 15px 0px #333;
	-moz-box-shadow: 0px 2px 15px 0px #333;
	-o-box-shadow: 0px 2px 15px 0px #333;
	-ms-box-shadow: 0px 2px 15px 0px #333;
	box-shadow: 0px 2px 15px 0px #333;*/

}
#outputSelectBox {
	position: fixed;
	top: 25%;
	left: 50%;
	z-index: 9999;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	margin-top: -150px;
}
.ml #outputSelectBox {
	position: fixed;
	top: 38%;
	left: 50%;
	z-index: 9999;
	width: 800px;
	height: 300px;
	margin-left: -400px;
	margin-top: -150px;
}

#loading, #outputButton {
	text-align: center;
	color: #ffffff;
	font-size: 125%;
}
#loading img {
	margin-top: 20px;
}
#loadingImg {
}
.ie8 #loadingImg {
	display: block;
	margin-left: 15px;
}
#outputButton div form {
	display: inline;
	margin: 3px;
}
/*　日次追加ポップアップ
********************************************/


#courseWindow {
	/*	display: none;*/
	position: relative;
}
#courseModal {
	background: #f7f7f7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 15px 0px #333;
	-moz-box-shadow: 0px 2px 15px 0px #333;
	-o-box-shadow: 0px 2px 15px 0px #333;
	-ms-box-shadow: 0px 2px 15px 0px #333;
	box-shadow: 0px 2px 15px 0px #333;
	height: auto;
	left: 50%;
	position: fixed;
	top: 10px;
	width: 800px;
	margin-left: -400px;
}
/*　見出し
********************************************/
.title01 {
	border-bottom: 2px dotted #d5e0e2;
	/*border-left: 5px solid #5a8fd1;*/
	font-size: 130%;
	padding: 0 0 5px 10px;
}
.title02, .title02_toggle {
	background: url(../img/@2x/bg_title01L@2x.png) no-repeat left;
	background-size: auto 40px;
	-webkit-background-size: auto 40px;
	height: 40px;
}
.title02_toggle {
	background: url(../img/@2x/bg_title02L@2x.png) no-repeat left;
	background-size: auto 40px;
	-webkit-background-size: auto 40px;
}
.oldie .title02, .oldie .title02_toggle {
	background: url(../img/bg_title01L.png) no-repeat left;
	height: 40px;
}
.oldie .title02_toggle {
	background: url(../img/bg_title02L.png) no-repeat left;
	height: 40px;
}
.title02 span, .title02_toggle span {
	background: url(../img/@2x/bg_title01R@2x.png) no-repeat right;
	background-size: auto 40px;
	-webkit-background-size: auto 40px;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	text-shadow: 0 1px 0px #0b2046;
}
.title02_toggle span {
	background: url(../img/@2x/bg_title02R@2x.png) no-repeat right;
	background-size: auto 40px;
	-webkit-background-size: auto 40px;
}
.oldie .title02 span, .oldie .title02_toggle span {
	background: url(../img/bg_title01R.png) no-repeat right;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	text-shadow: 0 1px 0px #0b2046;
}
.oldie .title02_toggle span {
	background: url(../img/bg_title02R.png) no-repeat right;
}
.title03 {
	background: url(../img/@2x/bg_title03L@2x.png) no-repeat left;
	background-size: auto 40px;
	-webkit-background-size: auto 40px;
	height: 40px;
}
.oldie .title03 {
	background: url(../img/bg_title03L.png) no-repeat left;
	height: 40px;
}
.title03 span {
	background: url(../img/@2x/bg_title03R@2x.png) no-repeat right;
	background-size: auto 40px;
	-webkit-background-size: auto 40px;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	text-shadow: 0 1px 0px #0b2046;
}
.title03 span span {
	background: none;
}
.title03_toggle span {
	background: url(../img/@2x/bg_title03R@2x.png) no-repeat right;
	background-size: auto 40px;
	-webkit-background-size: auto 40px;
}
.oldie .title03 span {
	background: url(../img/bg_title03R.png) no-repeat right;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	text-shadow: 0 1px 0px #0b2046;
}
.oldie .title03 span span {
	background: none;
}
/*　フォーム
********************************************/
.maxBtn {
	padding: 8px;
	width: 100%;
}
.inputMax {
	width: 100%;
}
.ie7 .inputMax {
	width: 94.5%;
}
.inputS {
	width: 50px;
}
.inputM {
	width: 80px;
}
/*** 項目エラー***/
.inputError {
	background: #FBEEEE;
	border: 1px solid #cc0000;
	margin: 5px 0 0 0;
	padding: 4px;
	color: #cc0000;
}
td.form_note {
	background: none repeat scroll 0 0 #fafafa;
	color: #333 !important;
	font-size: 90%;
}
input.clickDisabled:disabled {
	background: #eaeaea;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #f3f3f3 0%, #eaeaea 100%);
	background: linear-gradient(to bottom, #f3f3f3 0%, #eaeaea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#eaeaea', GradientType=0 );
	border: 1px solid #dbdbdb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	color: #B1B1B1 !important;
	font-size: 100%;
	font-weight: bold;
	cursor: default;
}

label.disabled {
	color: #BBBBBB;
	cursor: inherit;
}

#showTollRoadFeeForm .btnM {
	width: 173px;
	font-size: 15px;
}

/*　ボタン
********************************************/
.btnM {
	padding: 8px;
	width: 250px;
}
.btnS {
	border: 1px solid #ccc;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 3px;
	text-align: center;
	width: 150px;
}
a.btnM {
	color: #000000;
}
a.btnM:hover {
	text-decoration: none;
}
.orangeBtn {
	background: #e7af03;
	background: -moz-linear-gradient(top, #e7ad02 0%, #e06d08 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7ad02), color-stop(100%, #e06e08));
	background: -webkit-linear-gradient(top, #e7ad02 0%, #e06e08 100%);
	background: -ms-linear-gradient(top, #e7ad02 0%, #e06e08 100%);
	background: linear-gradient(to bottom, #e7ad02 0%, #e06e08 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7ad02', endColorstr='#e06e08', GradientType=0 );
	border: 1px solid #c14909;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ecc01d, 0px 1px 2px 0px #ebeaea;
	-moz-box-shadow: inset 0px 0px 0px 1px #ecc01d, 0px 1px 2px 0px #ebeaea;
	-o-box-shadow: inset 0px 0px 0px 1px #ecc01d, 0px 1px 2px 0px #ebeaea;
	-ms-box-shadow: inset 0px 0px 0px 1px #ecc01d, 0px 1px 2px 0px #ebeaea;
	box-shadow: inset 0px 0px 0px 1px #ecc01d, 0px 1px 2px 0px #ebeaea;
	color: #fff !important;
	font-size: 100%;
	font-weight: bold;
	text-shadow: 0 1px 1px #d05601;
}
.grayBtn {
	background: #e8e8e8;
	background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e8e8e8));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0 );
	border: 1px solid #adacac;
	text-shadow: 0 1px 1px #ffffff;
	color: #274572 !important;
	margin: 0 5px;
}
.grayBtn02 {
	background: #f3f3f3;
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0 );
	border: 1px solid #cccccc;
	color: #333;
	font-size: 100%;
	font-weight: bold;
	text-shadow: 0 1px 1px #FFF;
}
.blueBtn {
	background: #e1e9f5;
	background: -moz-linear-gradient(top, #ffffff 0%, #e1e9f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e9f5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e1e9f5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e1e9f5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e1e9f5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e9f5', GradientType=0 );
	border: 1px solid #9da6ba;
	color: #274572 !important;
	text-shadow: 0 1px 1px #ffffff;
}

/*　アラート・メッセージ表示
********************************************/
.msgRed {
	background: #FBEEEE;
	border: 1px solid #cc0000;
	padding: 8px;
	color: #cc0000;
}
.msgRedEmphasize {
	background: #FBEEEE;
	border: 2px solid #cc0000;
	padding: 10px;
	color: #cc0000;
	font-weight: bold;
	font-size: medium;
}
.msgYellow {
	background: #f9f8db;
	border: 1px solid #f0c791;
	padding: 8px;
}
.msgBlue {
	background: #f5f9fa;
	border: 2px solid #d1e3ed;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.msgGreen {
	background: #eef8e0;
	border: 1px solid #6ea551;
	padding: 8px;
}
.caution {
	background: #EEEEEE;
	padding: 10px;
}
a.arrow {
	background: url(../img/@2x/bg_arrow@2x.png) no-repeat left;
	background-size: 5px 8px;
	-webkit-background-size: 5px 8px;
	padding: 0 0 0 5px;
}
.oldie a.arrow {
	background: url(../img/bg_arrow@2x.png) no-repeat left;
	padding: 0 0 0 5px;
}

/*　ページング
********************************************/
.pagingWrap {
	margin-top: 10px;/*height: 35px;*/
}
.prev, .next {
	display: block;
}
a.prev {
	background: url(../img/@2x/btn_prev@2x.png) no-repeat;
	background-size: 120px 35px;
	-webkit-background-size: 120px 35px;
	float: left;
	height: 35px;
	width: 120px;
}
.oldie a.prev {
	background: url(../img/btn_prev.png) no-repeat;
	float: left;
	height: 35px;
	width: 120px;
}
a.next {
	background: url(../img/@2x/btn_next@2x.png) no-repeat;
	background-size: 120px 35px;
	-webkit-background-size: 120px 35px;
	float: right;
	height: 35px;
	width: 120px;
}
.oldie a.next {
	background: url(../img/btn_next.png) no-repeat;
	float: right;
	height: 35px;
	width: 120px;
}
a.paging {
	background: #dfdfdf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	color: #000000 !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 6px 12px;
	text-decoration: none;
	margin: 2px;
}
.ie7 a.paging {
	height: 35px;
}
.ie7 a.paging {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 35px;
	line-height: 19px;
}
a.paging:hover {
	background: #d2e5f4;
	color: #354652 !important;
}
a.active_page {
	background: #4e668a;
	color: #FFFFFF !important;
}
/*　テーブル
********************************************/

/*** 中央寄せテーブル ***/
.thC th, .tdC td {
	text-align: center;
}
/*01*/
.tbl01 {
}
@-moz-document url-prefix() {
	/*FireFoxバグ対策*/
	.fftbl01 {
		border-collapse: separate;
		border-spacing: 0;
		background:#adbbbf;
	}
	.fftbl01 th {
		border-right: none !important;
		border-bottom: none !important;
	}
	.fftbl01 td {
		border: none;
		background:#FFFFFF;
		border-bottom: none !important;
	}
	.fftbl01 .btm {
		border-bottom: 1px solid #adbbbf !important;
	}
	.fftbl01 .leftNone {
		border-left: none !important;
	}
	a.btnM {
		height:25px;
		line-height: 25px;
	}
}
.tbl01 th, .tbl01 td {
	border: 1px solid #adbbbf;
	padding : 7px;
}
.tbl01 th {
	background: #f2f7fb;
	color: #0a2e65;
	font-weight: bold;
}
/*** 中テーブル ***/
.innerTbl th, .innerTbl td {
	padding: 5px;
}
.innerTbl th {
	background: #6e87a6;
	color: #fff;
	font-weight: bold;
}
.innerTbl td.cellTitle {
	background: #eff4f7;
}
/*　リスト
********************************************/
.list01 li {
	float: left;
	width: 25%;
}
/*　必須アイコン
********************************************/
.hissu, .hissuR {
	background: url(../img/@2x/icon_hissu@2x.png) no-repeat;
	background-size: 30px 15px;
	-webkit-background-size: 30px 15px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 15px;
	margin-left: 8px;
	vertical-align: middle;
	width: 30px;
}
.oldie .hissu, .oldie .hissuR {
	background: url(../img/icon_hissu.png) no-repeat;
}
.hissuR {
	float: right;
	margin-top: 3px;
}
.mg0 {
	margin: 0 !important;
}
/*　フッター
********************************************/
#footer {
	background: #eff4f7;
	color: #9ea8b2;
	font-size: 84%;
	padding: 5px 0;
}
/*　ログイン画面
********************************************/
#loginView {
	margin: -100px 0 0 -256px;
	left: 50%;
	position: absolute;
	top: 20%;
	width: 512px;
}
#loginBox {
	background: #f3f7f9;
	border: 1px solid #b9cbd5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px 0px 0px 2px #fafdfd, 0px 1px 2px 0px #ebeaea;
	-moz-box-shadow: inset 0px 0px 0px 2px #fafdfd, 0px 1px 2px 0px #ebeaea;
	-o-box-shadow: inset 0px 0px 0px 2px #fafdfd, 0px 1px 2px 0px #ebeaea;
	-ms-box-shadow: inset 0px 0px 0px 2px #fafdfd, 0px 1px 2px 0px #ebeaea;
	box-shadow: inset 0px 0px 0px 2px #fafdfd, 0px 1px 2px 0px #ebeaea;
	padding: 25px;
}
#loginBtn {
	background: url(../img/@2x/btn_login@2x.png) no-repeat;
	background-size: 152px 38px;
	-webkit-background-size: 152px 38px;
	border: 0;
	height: 38px;
	width: 152px;
}
.oldie #loginBtn {
	background: url(../img/btn_login.png) no-repeat;
}
#loginTbl th, #loginTbl td {
	padding: 5px;
}
#loginTbl th {
	color: #0a2e65;
	font-weight: bold;
	width: 40%;
}
#loginTbl td input[type="text"], #loginTbl td input[type="password"] {
	padding: 5px;
}
#loginTbl th.onlinecode {
	padding-top: 14px;
	vertical-align: top;
}
#groupname {
	margin-top: 5px;
}
/*　メインメニュー
********************************************/
/* お知らせエリア */
#whatsnew_title {
	margin: 0 auto;
	display: block;
}
#whatsNew {
	height: 120px;
	margin: 0 auto;
	width: 755px;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	border: 1px solid #ccc;
}
#whatsNew iframe {
	border: none;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}

.whatsnews {
	width:700px;
	overflow:hidden;
	clear:both;
	padding-bottom:10px;
	border-bottom-style:dotted;
	border-width:1px;
	border-color:#999999;
	/*font-size:16px;*/
}

.whatsnews ul {
	list-style: none;
	padding: 0px;
	margin-top: 10px;
	clear: both;
}

.whatsnews ul li{
	float: left;
	/*font-weight: bold;*/
}

.newsday{
	width: 140px;
	font-weight: bold;
	font-size  : large;
}

.newsdetail{
	width: 560px;
}

.newsTitle {
	font-weight: bold;
	font-size  : large;
}

#jmcMenu, #userMenu {
	background: #d1e0e7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 20px 20px 5px 20px;
}
/* JMCメニュー */
#jmcMenu .boxL, #jmcMenu .boxR {
	width: 472px;
}
#jmcMenu .boxL {
	float: left;
}
#jmcMenu .boxR {
	float: right;
}
#jmcMenu .boxL a, #jmcMenu .boxR a {
	display: block;
	margin-bottom: 15px;
}
/* ユーザメニュー */
#userMenu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 755px;
}
#userMenu a {
	display: block;
	margin-bottom: 15px;
}
.wd755 {
	margin: 0 auto;
	width: 755px;
}




/* 重要リンク */
.c_headLine {
	/*red
	background: #FBEEEE;
	border: 1px solid #E5BFC0;
	/*yellow*/
	background: #FDFCDB;
	border: 1px solid #f0c791;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto;
	padding: 10px;
	width: 735px;}


/*　モデルコース・過去作成コースから新規作成・下書き編集
********************************************/

#help {
}
#s_share, #s_modelType, #s_store, #s_separate {
	display: none;
}
#result {
	border-top: 2px dotted #cccccc;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
}
/*** リストテーブル ***/
.listTbl th, .listTbl td {
	border: 1px solid #a9bcc3;
	font-size: 90%;
	padding : 7px;
}
.listTbl tr.label th {
	background: #ecf2f5;
	background: -moz-linear-gradient(top, #edf2f5 0%, #e1e8ee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edf2f5), color-stop(100%, #e1e8ee));
	background: -webkit-linear-gradient(top, #edf2f5 0%, #e1e8ee 100%);
	background: -ms-linear-gradient(top, #edf2f5 0%, #e1e8ee 100%);
	background: linear-gradient(to bottom, #edf2f5 0%, #e1e8ee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2f5', endColorstr='#e1e8ee', GradientType=0 );
	color: #073066;
	padding: 3px !important;
	text-align: center;
}
td.status01, td.status02, td.status03, td.status04, td.status05, td.status06A, td.status06B, td.status06C, td.status06D {
	padding: 20px 1px !important;
}
td.action {
	padding: 3px !important;
}
/* 下書き */
td.status01 {
	background: url(../img/@2x/icon_status01@2x.png) no-repeat center;
	-webkit-background-size: 55px auto;
	background-size: 55px auto;
	width: 55px;
}
.oldie td.status01 {
	background: url(../img/icon_status01.png) no-repeat center;
	width: 55px;
}
/* 確定 */
td.status02 {
	background: url(../img/@2x/icon_status02@2x.png) no-repeat center;
	-webkit-background-size: 55px auto;
	background-size: 55px auto;
	width: 55px;
}
.oldie td.status02 {
	background: url(../img/icon_status02.png) no-repeat center;
	width: 55px;
}
/* モデルコース */
td.status03 {
	background: url(../img/@2x/icon_status03@2x.png) no-repeat center;
	-webkit-background-size: 55px auto;
	background-size: 55px auto;
	width: 55px;
}
.oldie td.status03 {
	background: url(../img/icon_status03.png) no-repeat center;
	width: 55px;
}
/* モデルコース */
td.status04 {
	background: url(../img/icon_status04.png) no-repeat center;
	width: 55px;
	height: auto;
}
/* おすすめ観光モデルコース */
td.status05 {
	background: url(../img/@2x/icon_status05@2x.png) no-repeat center;
	-webkit-background-size: 55px auto;
	background-size: 55px auto;
	width: 55px;
}
.oldie td.status05 {
	background: url(../img/icon_status05.png) no-repeat center;
	width: 55px;
}

/* 支店内下書共有（デフォルト） */
td.status06A {
	background: url(../img/@2x/icon_status06A@2x.png) no-repeat center;
	-webkit-background-size: 55px auto;
	background-size: 55px auto;
	width: 55px;
}
.oldie td.status06A {
	background: url(../img/icon_status06A.png) no-repeat center;
	width: 55px;
}

/* 支店内下書共有（編集可能） */
td.status06B {
	background: url(../img/@2x/icon_status06B@2x.png) no-repeat center;
	-webkit-background-size: 55px auto;
	background-size: 55px auto;
	width: 55px;
}
.oldie td.status06B {
	background: url(../img/icon_status06B.png) no-repeat center;
	width: 55px;
}

/* 支店内下書共有（編集不可） */
td.status06C {
	background: url(../img/@2x/icon_status06C@2x.png) no-repeat center;
	-webkit-background-size: 55px auto;
	background-size: 55px auto;
	width: 55px;
}
.oldie td.status06C {
	background: url(../img/icon_status06C.png) no-repeat center;
	width: 55px;
}

/* 支店内下書共有（編集不可）  */
td.status06D {
	background: url(../img/@2x/icon_status06D@2x.png) no-repeat center;
	-webkit-background-size: 55px auto;
	background-size: 55px auto;
	width: 55px;
}
.oldie td.status06D {
	background: url(../img/icon_status06D.png) no-repeat center;
	width: 55px;
}


/* モデルコース吹き出し（トリガー） */
.infoCourse {
	position: relative;
}
/* モデルコース吹き出し */
.omInfo {
	background: #eaf3fa;
	border: 1px solid #8abad1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: none;
	padding: 7px;
	position: absolute;
	z-index: 9999;
	width: 546px;
}
.omInfo:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 15px 10px;
	border-color: transparent transparent #007bff transparent;
}
.omInfo img {
	position: absolute;
	top: -9px;
}
.omInfo img.bottom {
	position: absolute;
	top: auto;
	bottom: -9px !important;
}
.courseInfo, .wpInfo {
	color: #1c4772;
	font-weight: bold;
}
.wpInfo {
	margin-top: 8px;
}
.courseInfoTxt, .wpInfoTxt {
	padding: 0 5px;
}
/* ヘルプ吹き出し */
.omHelp, #itemChangeInfo {
	background: #000000;
	/*	border:1px solid #8abad1;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	display: none;
	padding:  15px 15px 10px 15px;
	position: absolute;
	z-index: 9999;
	width: 260px;
}
.omHelp:after, #itemChangeInfo:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 15px 10px;
	border-color: transparent transparent #007bff transparent;
}
.omHelp img, #itemChangeInfo img {
	position: absolute;
	bottom: -9px;
}
#itemChangeInfo {
	font-size: 84%;
	padding: 13px;
}
/*　ツアー基本情報共通パーツ
********************************************/
#closeTourInfo, #closeApplyInfo, #closeBusRouteInfo, .btn_sectionClose {
	background: url(../img/@2x/btn_closeTourInfo@2x.png) no-repeat;
	background-size: 168px 40px;
	-webkit-background-size: 168px 40px;
	cursor: pointer;
	float: right;
	height: 40px;
	width: 168px;
}
.oldie #closeTourInfo, .oldie #closeApplyInfo, .oldie #closeBusRouteInfo, .oldie .btn_sectionClose {
	background: url(../img/btn_closeTourInfo.png) no-repeat;
	cursor: pointer;
	float: right;
	height: 40px;
	width: 168px;
}
#modelType {
	display: none;
}
#tourInfo, #closeTourInfo, #closeApplyInfo, #closeBusRouteInfo {
	display: none;
}
#btn_showTourInfo {
	display: block;
}
#allowlevelSlc, #statusTxt {
	display: none;
}
.bpm, .bpm_inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #F15402;
	color: #ffffff;
	font-weight: bold;
	width: 20px;
	height: 20px;
	font-size: 100%;
	text-align: center;
	margin-left: 5px;
	vertical-align: middle;
	float: right;
}
.bpm_inline {
	vertical-align: top;
	margin-right: 2px;
	float: none;
}
.pops, .pops_inline {
	display: inline-block;
	background: #0281f1;
	color: #ffffff;
	font-weight: bold;
	width: 15px;
	height: 15px;
	font-size: 84%;
	text-align: center;
	margin-left: 5px;
	vertical-align: middle;
	float: right;
	margin-top: 3px;
}
/*　日程表作成画面
********************************************/

/* 日次タブ */
.gTime {
	float: left;
}
#AUnitImg {
	margin-top: 2px;
	border-radius: 3px;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
	height: 24px;
}
#om_AUnitList {
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 9000;
	display: none;
}
#om_AUnitList li {
	background: #FFFFFF;
	border: 1px solid #cccccc;
	border-top: none;
}
#firstList {
	border: 1px solid #CCCCCC;
	position: relative;
	padding: 2px 0px 2px 8px;
	background: #FFFFFF;
	width: 170px;
}
.omList {
	padding: 0;
}
.omList a {
	padding: 4px 0px 4px 8px;
	display: block;
}
.omList a:hover {
	text-decoration: none;
	background: #478bdf;
	color: #ffffff;
}
#gTime0 {
	display: none;
}
#stay0 {
	visibility: hidden;
}

#dailyTab li, #dailyTab2 li {
	float: left;
	margin-right: 5px;
}
#dailyTab li a {
	background: #edf0f3;
	background: -moz-linear-gradient(top, #ffffff 0%, #dee4e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dee4e8));
	background: -webkit-linear-gradient(top, #ffffff 0%, #dee4e8 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #dee4e8 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #dee4e8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dee4e8', GradientType=0 );
	border: 1px solid #cccccc;
	border-bottom: none;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 0px 1px #FFFFFF;
	-moz-box-shadow: inset 0px 1px 0px 1px #FFFFFF;
	-o-box-shadow: inset 0px 1px 0px 1px #FFFFFF;
	-ms-box-shadow: inset 0px 1px 0px 1px #FFFFFF;
	box-shadow: inset 0px 1px 0px 1px #FFFFFF;
	color: #000000 !important;
	display: block;
	font-size: 105%;
	padding: 8px 20px 4px 20px;

}

#dailyTab2 li a {
	background: #edf0f3;
	background: -moz-linear-gradient(top, #ffffff 0%, #dee4e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dee4e8));
	background: -webkit-linear-gradient(top, #ffffff 0%, #dee4e8 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #dee4e8 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #dee4e8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dee4e8', GradientType=0 );
	border: 1px solid #cccccc;
	border-top: none;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	-ms-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 0px 1px #FFFFFF;
	-moz-box-shadow: inset 0px 1px 0px 1px #FFFFFF;
	-o-box-shadow: inset 0px 1px 0px 1px #FFFFFF;
	-ms-box-shadow: inset 0px 1px 0px 1px #FFFFFF;
	box-shadow: inset 0px 1px 0px 1px #FFFFFF;
	color: #000000 !important;
	display: block;
	font-size: 105%;
	padding: 8px 20px 4px 20px;

}

#dailyTab li.active a {
	background: #31415a;
	background: -moz-linear-gradient(top, #31415a 0%, #3f506a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31415a), color-stop(100%, #3f506a));
	background: -webkit-linear-gradient(top, #31415a 0%, #3f506a 100%);
	background: -ms-linear-gradient(top, #31415a 0%, #3f506a 100%);
	background: linear-gradient(to bottom, #31415a 0%, #3f506a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31415a', endColorstr='#3f506a', GradientType=0 );
	border: 1px solid #16191c;
	border-bottom: none;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 0px 0px #616d80;
	-moz-box-shadow: inset 0px 1px 0px 0px #616d80;
	-o-box-shadow: inset 0px 1px 0px 0px #616d80;
	-ms-box-shadow: inset 0px 1px 0px 0px #616d80;
	box-shadow: inset 0px 1px 0px 0px #616d80;
	color: #FFFFFF !important;
	display: block;
	font-size: 105%;
	padding: 8px 20px 4px 20px;
}

#dailyTab2 li.active a {
	background: #31415a;
	background: -moz-linear-gradient(top, #31415a 0%, #3f506a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #31415a), color-stop(100%, #3f506a));
	background: -webkit-linear-gradient(top, #31415a 0%, #3f506a 100%);
	background: -ms-linear-gradient(top, #31415a 0%, #3f506a 100%);
	background: linear-gradient(to bottom, #31415a 0%, #3f506a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31415a', endColorstr='#3f506a', GradientType=0 );
	border: 1px solid #16191c;
	border-top: none;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	-ms-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-box-shadow: inset 0px 1px 0px 0px #616d80;
	-moz-box-shadow: inset 0px 1px 0px 0px #616d80;
	-o-box-shadow: inset 0px 1px 0px 0px #616d80;
	-ms-box-shadow: inset 0px 1px 0px 0px #616d80;
	box-shadow: inset 0px 1px 0px 0px #616d80;
	color: #FFFFFF !important;
	display: block;
	font-size: 105%;
	padding: 8px 20px 4px 20px;
}
#dailyTab li.btn, #dailyTab2 li.btn {
	border: none;
}
/* 日次情報バー */
#dailyInfo {
	background: #d5dee3;
	background: -moz-linear-gradient(top, #e1e6ea 0%, #d5dee3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e6ea), color-stop(100%, #d5dee3));
	background: -webkit-linear-gradient(top, #e1e6ea 0%, #d5dee3 100%);
	background: -ms-linear-gradient(top, #e1e6ea 0%, #d5dee3 100%);
	background: linear-gradient(to bottom, #e1e6ea 0%, #d5dee3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e6ea', endColorstr='#d5dee3', GradientType=0 );
	border: 1px solid #bdc0c1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f5f7f8;
	-moz-box-shadow: inset 0px 1px 0px 0px #f5f7f8;
	-o-box-shadow: inset 0px 1px 0px 0px #f5f7f8;
	-ms-box-shadow: inset 0px 1px 0px 0px #f5f7f8;
	box-shadow: inset 0px 1px 0px 0px #f5f7f8;
	padding: 4px 6px;
}
.daily {
	font-weight: bold;
	text-shadow: 0 1px 1px #ffffff;
}
.inputTxt {
	color: #070d63;
	font-weight: bold;
	text-shadow: 0 1px 1px #ffffff;
}
/* レイヤー選択エリア */
#layerSelect {
	background: #d5dee3;
	background: -moz-linear-gradient(top, #ffffff 0%, #eff0f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eff0f4));
	background: -webkit-linear-gradient(top, #ffffff 0%, #eff0f4 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #eff0f4 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #eff0f4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff0f4', GradientType=0 );
	-webkit-box-shadow: 0px 1px 2px 0px #ebeaea;
	-moz-box-shadow: 0px 1px 2px 0px #ebeaea;
	-o-box-shadow: 0px 1px 2px 0px #ebeaea;
	-ms-box-shadow: 0px 1px 2px 0px #ebeaea;
	box-shadow: 0px 1px 2px 0px #ebeaea;
	padding: 8px;
	position: relative;
}
.layerItem {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.layerItem.hidden {
	display: none;
	margin: 0;
	padding: 0;
	border: 0;
}

/* リセットボタン */
#layerReset {
	position: absolute;
	right: 0;
	top: 28px;
	margin-right: 105px;
}
#addFreeBtn_wrap {
	position: absolute;
	top: -1px;
	right: 0;
	border-left: 2px dotted #E3E3E3;

	height: 50%;
	padding: 0 6px;
}
#addFreeBtn_wrap_soutei {
	position: absolute;
	top: -1px;
	right: 0;
	border-left: 2px dotted #E3E3E3;

	height: 100%;
	padding: 0 6px;
}
#getMitsumoriBtnBtn_wrap {
	position: absolute;
	top: 45px;
	right: 0;
	border-left: 2px dotted #E3E3E3;

	height: 50%;
	padding: 0 6px;
}

#addFreeBtn {
	margin-top:15px;
	cursor: pointer !important;
}
#addFreeBtn_soutei {
	margin-top:35px;
	cursor: pointer !important;
}
#getMitsumoriBtn {
	margin-top:15px;
	cursor: pointer !important;
}

#createRouteHelp {
}
/* マップエリア */
#map {
	background: #cccccc;
	height: 565px;
}
#map #ZMap {
	position: absolute;
}
/* アクションパネル */
#actionPanel {
	background: #f5f5f5;
}
#actionPanel .boxL {
	background: #f6f6f6;
	border-right: 1px solid #ccc;
	float: left;
	/*height: 100%;*/
	width: 205px;
}
#actionPanel .boxR {
	background: url(../img/bg_course.png) repeat-x bottom;
	float: left;
	/*height: 100%;*/
	/*ここ要確認*/
	width: 798px;/*overflow-y: hidden;*/
	/*overflow-x: scroll;  floatさせた要素を内包しているため指定 */
}
#startingTimeBox {
	background: #f2f5f7;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
}
#calTotalWrap {
	position: relative;
}
#roundBtn {
	position: absolute;
	top: 15px;
	left: 3px;
}

.calTotal {
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin:9px 6px;/*9,6 9px 6px 9px 30px */
	padding: 8px;/*8*/
}
.calTotal table .txS {
	font-size: 75%;
}
.calTotal table td {
	/*font-size: 92%;*/
}


.dayTitle {
	padding: 8px;
}
.dayTitle textarea {
	resize: none;
}

/* キーワードサーチ */
#wordSearch {
	background: url(../img/@2x/bg_wordSearch@2x.png) no-repeat;
	-webkit-background-size: 320px 38px;
	background-size: 320px 38px;
	height: 38px;
	left: 5px;
	position: relative;
	top: 5px;
	width: 320px;
}
.oldie #wordSearch {
	background: url(../img/bg_wordSearch.png) no-repeat;
	height: 38px;
	width: 320px;
}
#wordSearch input[type="text"] {
	float: left;
	height: 28px;
	margin: 4px 0 0 4px;
	width: 210px;
}
#keySearch {
	float: right;
}
#onlyAddressLabel {
	height: 38px;
	line-height: 38px;
	float: left;
}
/* 検索対象を広げる */
#btn_zenrinSearch {
	text-align: center;
	margin: 7px 0 5px 0;
}
/*　素材リスト
********************************************/

#layerList, #zenrinResult {
	background: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: 0px 1px 2px 0px #ebeaea;
	-moz-box-shadow: 0px 1px 2px 0px #ebeaea;
	-o-box-shadow: 0px 1px 2px 0px #ebeaea;
	-ms-box-shadow: 0px 1px 2px 0px #ebeaea;
	box-shadow: 0px 1px 2px 0px #ebeaea;
	width: 220px;
	height: 510px;
	float: right;
	margin-right: 10px;
	position: relative;
	overflow-y: scroll;
	top: -25px;
	display: none;
}
#layerInfo {
	background: #000000;
	color: #ffffff;
	display: none;
	margin: 0 auto;
	opacity: 0.8;
	padding: 10px;
	position: relative;
	top: 465px;
	width: 370px;
}
.listItem {
	border-bottom: 1px solid #ccc;
	line-height: 1.2;
	cursor: pointer;
}
.listItem div {
	border: 2px solid #ffffff;
}
.listItem div:hover {
	background: #fdf9d6;
	border: 2px solid #e2ac3f;
}
.dataName {
	font-size: 100%;
	font-weight: bold;
}
.dataName_inner {
	font-size: 100%;
	font-weight: bold;
	width: 280px;
}
.listTxtS {
	font-size: 84%;
}

.layerDataname_ml {
	font-size: 75%;
	font-weight: normal !important;
	color: #555555;
}

.aunit_icon_even_numbered_year {
	font-size: 10px;
	padding:3px;
	margin-top: 5px;
	display:inline-block;
	background-image: linear-gradient(#ec5c0d 0%, #d90b0a 100%);
	color:#ffffff;
	border-radius:3px;
	text-decoration:none;
	line-height:1;
}

.aunit_icon_even_numbered_year_big {
	font-size: 12px;
	padding:3px;
	margin-top: 5px;
	display:inline-block;
	background-image: linear-gradient(#ec5c0d 0%, #d90b0a 100%);
	color:#ffffff;
	border-radius:3px;
	text-decoration:none;
	line-height:1;
}

.aunit_icon a:hover {
	text-decoration:none;
}

.aunit_icon_odd_numbered_year {
	font-size: 10px;
	padding:3px;
	margin-top: 5px;
	display:inline-block;
	background-image: linear-gradient(#f5a22c 0%, #eb5f02 100%);
	color:#ffffff;
	border-radius:3px;
	text-decoration:none;
	line-height:1;
}

.aunit_icon_odd_numbered_year_big {
	font-size: 12px;
	padding:3px;
	margin-top: 5px;
	display:inline-block;
	background-image: linear-gradient(#f5a22c 0%, #eb5f02 100%);
	color:#ffffff;
	border-radius:3px;
	text-decoration:none;
	line-height:1;
}


/* ルート設定吹き出し */
#routeAction {
	background: url(../img/@2x/bg_editRoute@2x.png) no-repeat;
	background-size: 175px 189px;
	-webkit-background-size: 175px 189px;
	display: none;
	height: 154px; /*189*/
	width: 175px;
	text-align: center;
	padding-top: 35px;
	position: absolute;
	z-index: 9999;
}
.oldie #routeAction {
	background: url(../img/bg_editRoute.png) no-repeat;
}
#routeAction ul li {
	text-align: center;
	margin-bottom: 3px;
}
/* 速度設定吹き出し
#speedAction {
	background: url(../img/@2x/bg_editSpeed@2x.png) no-repeat;
	background-size: 130px 140px;
	-webkit-background-size: 130px 140px;
	display: none;
	height: 103px; 
	width: 130px;
	text-align: center;
	padding-top: 37px;
	position: absolute;
	z-index: 9999;
}
.oldie #speedAction {
	background: url(../img/bg_editSpeed.png) no-repeat;
}
#speedAction ul li {
	text-align: center;
	margin-bottom: 5px;
} */

/* 速度設定吹き出し（W） */
#speedAction {
	background: url(../img/@2x/bg_editSpeedW@2x.png) no-repeat;
	background-size: 192px 256px;
	-webkit-background-size: 192px 256px;
	display: none;
	height: 220px;
	width: 192px;
	text-align: center;
	padding-top: 53px;
	position: absolute;
	z-index: 9999;
}
.oldie #speedAction {
	background: url(../img/bg_editSpeed.png) no-repeat;
}
#speedAction ul li {
	text-align: center;
	margin-bottom: 3px;
}
.normalSpeedInput {
	margin-top: 28px;
	padding-left: 58px;
}

.highwaySpeedInput {
	margin-top: 3px;
	padding-left: 58px;
}
.normalSpeedInput input,
.highwaySpeedInput input {
	font-size: 84%;
	height:20px;
	text-align: center;
	width: 40px;
}
#editSpeedSave {
	margin-top: 5px;
}

/* 凡例吹き出し */
#otherAction {
	background: url(../img/@2x/bg_editOther@2x.png) no-repeat;
	background-size: 130px 140px;
	-webkit-background-size: 130px 140px;
	display: none;
	height: 103px;
	width: 130px;
	text-align: center;
	padding-top: 37px;
	position: absolute;
	z-index: 9999;
}
.oldie #otherAction {
	background: url(../img/bg_editOther.png) no-repeat;
}
#otherAction ul li {
	text-align: center;
	margin-bottom: 5px;
}

/* 凡例吹き出し（多言語） */
.ml #otherAction {
	background: url(../img/@2x/bg_editOther_ml@2x.png) no-repeat;
	background-size: 189px 204px;
	-webkit-background-size: 189px 204px;
	display: none;
	height: 168px;
	width: 189px;
	text-align: center;
	padding-top: 36px;
	position: absolute;
	z-index: 9999;
}
.oldie .ml #otherAction {
	background: url(../img/bg_editOther_ml.png) no-repeat;
}
.ml #otherAction ul li {
	text-align: center;
	margin-bottom: 3px;
}
/* 食事選択吹き出し */
#mealAction {
	background: url(../img/@2x/bg_editMeal@2x.png) no-repeat;
	background-size: 130px 140px;
	-webkit-background-size: 130px 140px;
	display: none;
	height: 103px;
	width: 130px;
	text-align: center;
	padding-top: 37px;
	position: absolute;
	z-index: 9999;
}
.oldie #mealAction {
	background: url(../img/bg_editMeal.png) no-repeat;
}

#mealAction ul li {
	text-align: center;
	margin-bottom: 5px;
}

/* 食事選択吹き出し（多言語） */
.ml #mealAction {
	background: url(../img/@2x/bg_editMeal_ml@2x.png) no-repeat;
	background-size: 220px 161px;
	-webkit-background-size: 220px 161px;
	display: none;
	height: 125px;
	width: 220px;
	text-align: center;
	padding-top: 37px;
	position: absolute;
	z-index: 9999;
}
.oldie .ml #mealAction {
	background: url(../img/bg_editMeal_ml.png) no-repeat;
}
.ml #mealAction ul {
	margin: 2px 0 2px 8px;
}
.ml #mealAction ul li {
	margin-bottom: 3px;
	margin-left: 3px;
	float: left;
}
.ml #mealAction select {
	font-size: 88%;
	width: 198px;
}
.ml #setMealBtn {
	margin-top: 3px;
}

/* 大型バスアテンションメッセージ */
#busTransferAttentionMessage {
	position: relative;
}

#busTransferAttentionMessage.isMessageShown .omHelp {
	visibility: visible;
}

#busTransferAttentionMessage .omHelp {
	display: block;
	bottom: 5px;
	left: 0;
	text-align: center;
	visibility: hidden;
}

#busTransferAttentionMessage .omHelp img {
	left: 15px;
}

#busTransferAttentionMessage .omHelp span {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

/* 行程作成エリア */
/*
#courseEdit {
	width: 1024px;
}
*/
#courseAction {
	background: #edf1f2;
	height: 20%;
}
.item {
	width: 240px;
	background: url(../img/bg_course_separate.png) no-repeat right;
	float: left;
	margin-left: 5px;
}
#destination .item {
	width: 140px;
	background: none;
	float: left;
	margin-left: 5px;
}
.itemBox {
	width: 135px;
}
.ml .itemBox {
	width: 155px;
}


.itemTbl td {
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 2px;
}
/* ボックス：出発地 */
.itemType01 {
	background: #043378;
	color: #ffffff;
	font-size: 80%;
	padding: 0 4px;
}
/* ボックス：立寄り箇所 */
.itemType02, .itemType96, .itemType97, .itemType98 {
	background: #8eb1c1;
	color: #ffffff;
	font-size: 80%;
	padding: 0 4px;
}
/* ボックス：目的地 */
.itemType03 {
	background: #c03354;
	color: #ffffff;
	font-size: 80%;
	padding: 0 4px;
}
/* ボックス：宿泊地 */
.itemType04 {
	background: #31866f;
	color: #ffffff;
	font-size: 80%;
	padding: 0 4px;
}
/* ボックス：解散場所 */
.itemType05 {
	background: #c03354;
	color: #ffffff;
	font-size: 80%;
	padding: 0 4px;
}
/* ボックス：自由行動 */
.itemType99 {
	background: #8eb1c1;
	color: #ffffff;
	font-size: 80%;
	padding: 0 4px;
}
.placeName {
	width: 100%;
	font-size: 84%;
}
.notes {
	width: 100%;
	font-size: 84%;
}
.notes_JP {
	width: 100%;
	font-size: 84%;
}
.hasguide {
	margin: 0 !important;
}
.guideTxt {
	display: block;
	height: 11px;
	margin-top:-2px;
}
.guideTxt img {
	vertical-align: top;
}
.stay {
	width: 40px;
	font-size: 84%;
	margin-top: 4px;
	margin-right: 0 !important;
}
.transferBox {
	height: 100%;
	width: 100px;
}
.transferType {
	width: 100%;
	height: 24px;
}
.transferNotes {
	width: 100%;
	font-size: 84%;
}

.busAttentionIcon {
	display: none;
	position: relative;
	height: 15px;
	margin-top: -25px;
	margin-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	white-space: nowrap;
}

.transferBox.isOver .busAttentionIcon {
	display: block;
}

.busAttentionIcon img {
	vertical-align: top;
}

.takes {
	width: 40px;
	font-size: 84%;
	margin-right: 0 !important;
}
.actionBtn {
	float: left;
	width: 100%;
	background: #e6e8e7;
}
.actionBtn li {
	float: left;
	border: 1px solid #c3c3c3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.actionBtn li.toleft, .actionBtn li.toright {
	width: 20%;
	text-align: center;
	cursor: pointer;
}
.actionBtn li.toleft {
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.actionBtn li.toright {
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	-ms-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.actionBtn li.delete {
	width: 60%;
	text-align: center;
	border-width: 1px 0;
}
.actionBtn li.toright {
	float: right;
}
/*ルート編集ボタン/速度設定ボタン*/
.editRouteBtn, .editSpeedBtn {
	background: #d5dee3;
	background: -moz-linear-gradient(top, #ffffff 0%, #eff0f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eff0f4));
	background: -webkit-linear-gradient(top, #ffffff 0%, #eff0f4 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #eff0f4 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #eff0f4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff0f4', GradientType=0 );
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 2px 0px #ebeaea;
	-moz-box-shadow: 0px 1px 2px 0px #ebeaea;
	-o-box-shadow: 0px 1px 2px 0px #ebeaea;
	-ms-box-shadow: 0px 1px 2px 0px #ebeaea;
	box-shadow: 0px 1px 2px 0px #ebeaea;
	padding: 2px;
}
/*凡例選択ボタン*/
.other, .meal {
	background: #e1e9f5;
	background: -moz-linear-gradient(top, #ffffff 0%, #e1e9f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e9f5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e1e9f5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e1e9f5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e1e9f5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e9f5', GradientType=0 );
	border: 1px solid #9da6ba;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	color: #274572 !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 1px #ffffff;
	width: 90%;
	height: 90%;
}

/*ルート編集完了ボタン*/
#editEndBtn {
	left: 10px;
	position: relative;
	top: 490px;
	display: none;
}
#editCancelBtn {
	left: 145px;
	position: relative;
	top: 455px;
	display: none;
}
.notes {
	background: #F4F0C9;
}

.linkTbl th,
.linkTbl td {
	border: 1px solid #cccccc;
}

.linkTbl th {
	background:#16217B;
	color: #ffffff;
	font-size: 84%;
	padding: 1px;
	text-align: center;
}
.linkTbl td {
	background: #ffffff;
	font-size: 84%;
	padding: 5px 8px;
}

.linkTbl td li {
	padding: 1px 2px 0px 2px;
}


/*　日程表確認画面
********************************************/
#itemAlertTxt {
	display: none;
}
.takes, .stay {
	text-align: center;
}
#day1 {
	background: #d5dee3;
	background: -moz-linear-gradient(top, #e1e6ea 0%, #d5dee3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e6ea), color-stop(100%, #d5dee3));
	background: -webkit-linear-gradient(top, #e1e6ea 0%, #d5dee3 100%);
	background: -ms-linear-gradient(top, #e1e6ea 0%, #d5dee3 100%);
	background: linear-gradient(to bottom, #e1e6ea 0%, #d5dee3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e6ea', endColorstr='#d5dee3', GradientType=0 );
	border: 1px solid #bdc0c1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f5f7f8;
	-moz-box-shadow: inset 0px 1px 0px 0px #f5f7f8;
	-o-box-shadow: inset 0px 1px 0px 0px #f5f7f8;
	-ms-box-shadow: inset 0px 1px 0px 0px #f5f7f8;
	box-shadow: inset 0px 1px 0px 0px #f5f7f8;
	padding: 4px 6px;
}
.day1Info div {
	color: #c25e14;
	font-size: 90%;
	font-weight: bold;
}
.day1Info p {
	font-size: 84%;
}



#courseCheckBox {
	background: #e6eef2;
	border: 1px solid #ccc;
	padding: 10px;
}
#courseCheckBox .boxL {
	width: 400px;
	float: left;
}
#courseCheckBox .boxR {
	width: 570px;
	float: right;
}
#courseCheckBox .boxL #ZMap {
	background: #cccccc;
	width: 100%;
	height: 100%;
	position: static;
}
.mapWrap {
	background: #ffffff;
	padding: 4px;
	height: 300px;
	width: 100%;
}
.mapPad {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #dbdbdb;
	padding: 4px;
}
.container01 {
	width: 100%;
}
.container01 .boxL {
	background: #ffffff;
	float: left;
	width: 44%;
}
.container01 .boxR {
	background: #ffffff;
	border: 1px solid #cccccc;
	float: right;
	padding: 5px;
	width: 54%;
	min-height: 350px;/*300*/
}
.container01 .boxR .txt {
	overflow-y: scroll;
	width: 100%;
	height: 100px;
}
.itemList label, #setType01List label {
	border: 1px solid #cccccc;
	margin-top: -1px;
	display: block;
	padding: 8px 4px;
}
.slc_itemImg {
	width: 100%;
}
.slc_itemImg img {
	width: 200px;
	height: 184px;
}
.itemList li.selected, #setType01List li.selected {
	background: #F8F6BC;
}
.itemList li.nodDB, #setType01List li.nodDB {
	background: #DFDFDF;
	color: #B1B1B1;
}
.itemList li.nodDB label, #setType01List li.nodDB label {
	cursor: default !important;
}
.mainLangTxt {
}
.subLangTxt{
	display: none;
}
#itemBoxOuter #changeLang {
	position: absolute;
	right: 10px;
	top: 9px;
}
/* 日程表 */
.course {
	background: #f8f8f8;
	border: 1px solid #ccc;
	padding: 15px;
	position: relative;
}
/* 宿泊施設情報 */
.courseCheck {
	background: #ffffff;
	padding: 10px;
}
.facility .facilityTxt {
	float: left;
	width: 60%;
}
.facility .facilityImg {
	float: right;
	width: 38%;
	text-align: center;
}
/* 素材選択 */
.selectedItem {
	background: #ffffff;
	padding: 10px;
}
.selectedItem .itemTxt {
	float: left;
	width: 60%;
}
.selectedItem .itemImg {
	float: right;
	width: 38%;
	text-align: center;
}
.layer_score {
	background: #fef9e0;
	/*border: 1px solid #f7dda0;*/
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 1px 2px;
}
.layer_area {
	font-size: 80%;
	color: #cc6600;
}
.layer_subcat {
	font-weight: normal !important;
	font-size: 84%;
}
.layerInfoTbl {
	margin-top: -1px;
}
.layerInfoTbl th, .layerInfoTbl td {
	border: 1px solid #d9ddde;
	font-size: 84%;
	padding: 2px;
}
.layerInfoTbl th {
	background: #f0f6f8;
}
.layerInfoTbl td {
	background: #ffffff;
}
/* 宿泊地⇒出発地セット */
#autoSetType01 {
	display: none;
	float: left;
	margin: 55px 0 0 5px;
}
.facilityInfoPopBox {
	display: none;
}
.facilityInfoPopBox img {
	margin: 8px;
}

#transferInfoForm table td, #busInfoTable td, #airInfoForm table td , #modalWindow_arrivalAirInfo td, #modalWindow_leaveAirInfo td{
	padding: 4px;
}

#facilityForm table td{
	padding: 4px;
}

#outputCaution {
	border: 2px solid #FFFFFF;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;*/
	padding: 15px;
	font-size: 84%;
}

#outputCaution, #wForm, #w2Form, #pForm {
	display: none;
}

#itemBoxOuter .courseCheck .course table {
	display: inline-block;
}


/* 特記事項*/
.ml #modal_userTxt {
	height: 450px;
}

/*
#userTxt {
	resize: none;
}*/

.ml #modal_userTxt .inner_item {
	max-height: 450px;
	overflow-y: scroll;
}
.specification {
	border-top: 2px dotted #CCCCCC;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
}
.specification textarea {
	resize: none;
}

/*行程プレビューDAY TITLE（多言語）*/
.dayTitleLabel {
	border-bottom: 2px dotted #7C7C7C;
	font-weight: bold;
	margin: 0 -4px;
	padding:2px 100px 2px 4px;
}

/* 日次上下コメント */
.upsidenotes {
	border-bottom: 1px dotted #7C7C7C;
	margin: 0 -4px;
	padding:8px;
	background-color: #ffffff;
}
.downsidenotes {
	border-top: 1px dotted #7C7C7C;
	margin: 0 -4px;
	padding:8px;
	background-color: #ffffff;
}


/*　バス運賃車庫登録画面
********************************************/
#addGarageBox {
	margin-top: 15px;
}
#addGarageBox .boxL {
	float: left;
	width: 760px;
}
#addGarageBox .boxR {
	float: right;
	width: 230px;
}
/**/
#outputArea {
	background: #eef4f5;
	border: 3px dotted #dae3e1;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 15px;
	min-height: 80px;
	padding: 10px;
	width: 100%;
}
#outputAreaBusfare {
	background: #eef4f5;
	border: 3px dotted #dae3e1;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 15px;
	min-height: 80px;
	padding: 10px;
/*	width: 100%; */
}
#outputBusfare {
	background: #eef4f5;
	border: 3px dotted #dae3e1;
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 15px;
	padding: 10px;
}
/* 行程タイトル */
.courseName, .courseElm {
	background: #618991;
	color: #fff;
	font-size: 105%;
	font-weight: bold;
	padding: 5px;
}
/*行程のリスト*/

.courseTbl th, .courseTbl td {
	background: #FFFFFF;
	border: 1px solid #cccccc;
	padding: 6px;
}
.courseTbl th, .courseTbl td {
	border-top: none !important;
}
#addGarageBox .courseTbl th, #addGarageBox .courseTbl td {
	border-top: 1px solid #cccccc !important;
}
#outputArea .courseTbl th, #outputArea .courseTbl td {
	border: 1px solid #cccccc !important;
}
#outputArea .courseTbl {
	margin-top: -1px;
}
.courseTbl tr.itemName th {
	padding: 3px;
}
.itemName th {
	text-align: center;
	background: #ecf2f5;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #dce0e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #dce0e1));
	background: -webkit-linear-gradient(top, #fdfdfd 0%, #dce0e1 100%);
	background: -ms-linear-gradient(top, #fdfdfd 0%, #dce0e1 100%);
	background: linear-gradient(to bottom, #fdfdfd 0%, #dce0e1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dce0e1', GradientType=0 );
}
/**/
.time p.starting {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
}
.time p.starting img {
	margin-right: 5px;
	vertical-align: middle;
}
/**/
/* 通常のアイコン表示 */
span.placeIcon {
	background-size: 50px 17px !important;
	-webkit-background-size: 50px 17px !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 17px;
	margin-right: 8px;
	vertical-align: middle;
	width: 50px;
}
/* 滞在時間がある場合のアイコン表示 */
.stayCell span.placeIcon {
	background-position: 0px 50% !important;
	float: left;
	height: 42px;
	width: 50px;
}
.stayCell p {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
}
/**/
/* 車庫：placeType00 */
span.placeType00 {
	background: url(../img/@2x/icon_type01@2x.png) no-repeat #208b69;
}
/* 発地：placeType01 */
span.placeType01 {
	background: url(../img/@2x/icon_type02@2x.png) no-repeat #1c4788;
}
/* 着地：placeType02 */
span.placeType02 {
	background: url(../img/@2x/icon_type03@2x.png) no-repeat #1c4788;
}
/* 宿泊：placeType05 */
span.placeType05 {
	background: url(../img/@2x/icon_type04@2x.png) no-repeat #208b69;
}
/* 経由地 */
span.placeTypeWp {
	background: url(../img/@2x/icon_typeWp@2x.png) no-repeat #dceeef;
}
/*IC*/
span.placeTypeIn {
	background: url(../img/@2x/icon_typeIn@2x.png) no-repeat #77b743;
}
span.placeTypeOut {
	background: url(../img/@2x/icon_typeOut@2x.png) no-repeat #77b743;
}
/* 出発(車庫)：placeType91 */
span.placeType91 {
	background: url(../img/@2x/icon_type91@2x.png) no-repeat #208b69;
}
/* 到着(車庫)：placeType92 */
span.placeType92 {
	background: url(../img/@2x/icon_type92@2x.png) no-repeat #208b69;
}
.oldie span.placeType00 {
	background: url(../img/icon_type01.png) no-repeat #208b69;
}
/* 発地：placeType01 */
.oldie span.placeType01 {
	background: url(../img/icon_type02.png) no-repeat #1c4788;
}
/* 着地：placeType02 */
.oldie span.placeType02 {
	background: url(../img/icon_type03.png) no-repeat #1c4788;
}
/* 宿泊：placeType05 */
.oldie span.placeType04 {
	background: url(../img/icon_type04.png) no-repeat #208b69;
}
/* 経由地 */
.oldie span.placeTypeWp {
	background: url(../img/icon_typeWp.png) no-repeat #dceeef;
}
/*IC*/
.oldie span.placeTypeIn {
	background: url(../img/icon_typeIn.png) no-repeat #77b743;
}
.oldie span.placeTypeOut {
	background: url(../img/icon_typeOut.png) no-repeat #77b743;
}
/*2点間を選択*/
.between {
	/*	border:1px solid #cccccc;*/
	background: #f8f8f8;
	padding: 4px;/*border-top:none;*/
}
/*作成履歴*/
.historyBox {
	border: 1px solid #ca5558;
	padding: 8px;
	border-top: none;
}
#ApplyInfo, #busRouteInfo {
	display: none;
}
.grayBox .txL {
	font-size: 130% !important;
}
.grayBox .txS {
	font-size: 78% !important;
}
.grayBox .txSS {
	font-size: 70% !important;
}
/*　バス運賃料金計算画面
********************************************/

.inputCell {
	background: #F9F9E6 !important;
}
.hoverLine:hover {
	text-decoration: underline;/*color: #003399;*/
}
.markInfoTxt {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 82%;
}
.outputMark {
	margin-right: 5px;
}
.totalPriceBox {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background: #f7f8e6;
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f8e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f8e6));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f7f8e6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f7f8e6 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f7f8e6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f8e6', GradientType=0 );
	padding: 10px;
	border: 2px solid #eeda81;
	font-size: 120%;
}
.grayBox {
	background: #f6f7f8;
	border: 1px solid #b6bbc2;
	padding: 10px;
}
#coursePrice {
	background: #fff;
	font-size: 115%;
	padding: 8px;
}
.blueTbl {
	border: 1px solid #adbbbf;
}
.blueTbl th, .blueTbl td {
	border: none;
	padding: 8px;
}
.blueTbl th {
	background: #f2f7fb !important;
	border-right: 1px solid #adbbbf !important;
	color: #0a2e65 !important;
	font-weight: bold;
}
.blueTbl td {
	background: #fff;
}
.redTbl {
	border: 1px solid #ca5558;
}
.redTbl th, .redTbl td {
	border: none;
	padding: 8px;
}
.redTbl th {
	background: #fef4f4 !important;
	border-right: 1px solid #ca5558 !important;
	font-weight: bold;
}
.redTbl td {
	background: #fff;
}
.faraTbl01 th, .faraTbl01 td, .faraTbl02 th, .faraTbl02 td, .faraTbl03 th, .faraTbl03 td {
	border: 1px solid #ccc;
}
.faraTbl01 td, .faraTbl02 td, .faraTbl03 td {
	background: #fff;
}
.faraTbl01 th {
	background: #4e6b8e;
}
.faraTbl02 th {
	background: #4e808e;
}
.faraTbl03 th {
	background: #cbc58e;
}
.priceTbl {
}
.border {
	border: 1px solid #ccc;
	border-top: none;
}
.priceTbl th, .priceTbl td {
	border: none;
	text-align: center;
}
.priceTbl th {
	background: #e7f2f5;
}
.priceTbl td {
}
.priceTbl02 th, .priceTbl02 td {
	border: none;
	text-align: center;
}
.priceTbl02 th {
	background: #fff;
	color: #73500b;
	font-weight: bold;
}
.priceTbl02 td {
}
.price {
	background: #f1f1e9;
	padding: 10px;
}
.price table td {
	background: none;
	border: none;
}
.faraTbl01 .label {
	background: #627b9c;
	color: #fff;
	font-size: 105%;
	padding: 5px;
}
.faraTbl02 .label {
	background: #71939c;
	color: #fff;
	font-size: 105%;
	padding: 5px;
}
.limit {
	color: #cc0000;
	font-size: 11px;
}
hr.double {
	border: 0;
	border-top: 1px solid #b6bbc2;
	margin-top : 10px;
}
.costTitle td {
	background: #71939c;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
.costInputTbl td {
	background: #fff;
	border: 1px solid #b6bbc2;
	border-top: none;
	padding: 8px;
}
.costTbl td {
	border: none !important;
	padding: 8px !important;
}
hr.dashed {
	border: 0;
	border-top: 1px dashed #ccc;
	margin: 0;
}
.w98p {
	width: 98%;
}
.courseList label {
	display: block;
}
.betweenTbl td {
	background: #f8f8f8;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 6px;
}
.selectBus {
	background: #d8e1e5;
	padding: 6px;
	margin-bottom: 10px;
}
.warning {
	background: url(../img/@2x/icon_caution@2x.png) no-repeat #FBEEEE;
	background-size: 20px 19px;
	-webkit-background-size: 20px 19px;
	background-position: 10px;
	border: 1px solid #cc0000;
	padding: 8px;
	color: #cc0000;
}
.warning p {
	font-weight: bold;
	padding-left: 30px;
}


/*　素材マスタメンテナンス
********************************************/
.materialTbl th, .materialTbl td.form_note, {
	font-size: 90%;
}
#choices {
	border: 1px solid #cccccc;
	display: none;
	height: 150px;
	overflow-y: scroll;
	margin: 10px 0;
	width: 100%;
}
#addressList {
	background: #ffffff;
	border: 1px solid #cccccc;
	display: none;
	height: 300px;
	overflow-y: scroll;
	width: 310px;
	margin-left: 4px;
	position: absolute;
	top: 34px;
}
#choices ul li p, #addressList li p {
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
	padding: 4px 8px;
}
#addressList li {
}
#addressList li p {
	padding: 3px;
}
#choices ul li p:hover, #addressList li p:hover {
	background: #478bdf;
	color: #ffffff;
}
.m_caution {
	/*margin: 1px 0 0 5px;
	vertical-align: top;*/
	position: absolute;
	top: 1px;
	right: 5px;
}
tr.m_status1 td {
	background: #F1F1F1;
	color: #666666;
}
/*　スクロール
********************************************/

#actionPanel {
	background: #f5f5f5;
	height: 195px;
}
#actionBoxR {
	height: 179px;
}


.ml #actionPanel {
	background: #f5f5f5;
	height: 215px;
}

.ml #actionBoxR {
	height: 199px;
}




/*スクロールできる領域（courseEdit）*/
.cont-out, #courseEdit {
	width: 798px !important;
	overflow-x: scroll;
	overflow-y: hidden;
}

/*ボックス要素を入れるdiv（draggable）*/
.cont-in, .draggable {
}
/*ボックス連動ナビゲーション*/
.nav {
	/*left: 60px;*/
	list-style: none outside none;/*position: relative;
    top: 30px;*/
}
.nav li {
	display: inline;
	margin-right: 0.5em;
}

/*中のボックス要素 （item）*/
.sec-in, .item {
	float: left;
	margin-left: 5px;
	width: 242px;
	height: 179px !important;
	overflow-y:hidden;
	overflow-x:hidden;
}

.ml .sec-in, .ml .item {
	float: left;
	margin-left: 5px;
	width: 261px;
	height: 199px !important;
	overflow-y:hidden;
	overflow-x:hidden;
}


#draggable {
	height: 179px !important;
	overflow-y:hidden;
}

.ml #draggable {
	height: 199px !important;
	overflow-y:hidden;
}

/*　ルートマップ
********************************************/
.noPrint {
}
#printItem {
	display: none;
}
#btn_opClose_wrap {
	background: url(../img/@2x/btn_opClose_on@2x.png) no-repeat;
	background-size: 85px 28px;
	-webkit-background-size: 85px 28px;
	height: 28px;
	width: 85px;
	margin: 10px auto;
}
.oldie #btn_opClose_wrap {
	background: url(../img/btn_opClose_on.png) no-repeat;
	height: 28px;
	width: 85px;
	margin: 10px auto;
}
#btn_word, #btn_word2, #btn_educ_word, #btn_educ_word2, #btn_ppt, #btn_excel, #btn_d-mos{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
#btn_word:hover, #btn_word2:hover, #btn_educ_word:hover, #btn_educ_word2:hover, #btn_ppt:hover, #btn_d-mos:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.btn_hideAir {
	border: 1px solid #3764ca;
	background: #4f80da;
	color:#ffffff;

}
.btn_hideAir label {
	display: block;
	padding: 10px;
}

/*　配車場所の地図
********************************************/
#outputUserTxtArea {
	display: none;
}
#location_map, #inputUserTxtArea {
	width: 930px;
	margin: 0 auto;
}
/*
#location_map p {
	display: none;
	font-family:'ＭＳ ゴシック', 'MS Gothic', 'Osaka－等幅', Osaka-mono, Arial, Helvetica, sans-serif, monospace;
}*/

#mapPad {
	border: 1px solid #adbbbf;
	padding: 7px;
	position: relative;
}
.bdnon {
	border: none !important;
}
.pd0 {
	padding: 0 !important;
}
.hidden {
	display: none;
}
.floatList li {
	float: left;
	margin-right: 10px;
}
.arrangeTbl th, .arrangeTbl td {
	font-size: 84%;
}
.arrangeTbl td {
	text-align: center;
	padding: 0;
}
.innerTbl2 th, .innerTbl2 td {
	font-size: 90%;
	padding: 5px;
}
.innerTbl2 td {
	border-bottom: 1px solid #adbbbf;
}
.innerTbl2 tr.label td {
	text-align: center;
}
.innerTbl2 tr.input td {
	padding: 2px;
}
#location_map {
	position: relative;
}
label.fitLabel {
	display: block;
	height: 100%;
	padding: 5px;
}
#stayarrange, #luncharrange {
	display: none;
}
.btn_showSection {
	display: none;
}
.formWrap {
	text-align: center;
}
.formWrap form {
	display: inline;
}
#angleControl {
	background: #ffffff;
	width: 200px;
	height: 200px;
	-webkit-box-shadow: 0px 0px 8px 1px #BCBCBC;
	-moz-box-shadow: 0px 0px 8px 1px #BCBCBC;
	-o-box-shadow: 0px 0px 8px 1px #BCBCBC;
	-ms-box-shadow: 0px 0px 8px 1px #BCBCBC;
	box-shadow: 0px 0px 8px 1px #BCBCBC;
	position: absolute;
	z-index: 9999;
	bottom: 0px;
	right: 25px;
	margin-bottom: 45px;
	padding: 15px;
}
#section2 table.innerTbl2 th {
	background: #e8ecf0;
}
#section2 table.innerTbl2 tr.label {
	background: #e8ecf0;
	color: #0a2e65;
}
#section2 table.innerTbl2 tr.label td {
	font-weight: bold;
}
#section2 #stayarrange th, #section2 #luncharrange th {
	background: #e8ecf0;
}
.delAgent, .delConductor {
	margin-top: 7px;
}
#luncharrange .dayLabel,
#stayarrange .dayLabel  {
	float: left;
	margin-left: -1px;
	margin-top: -1px;
	width: 60px;
}
#lunchpayerList li {
	float: left;
	width: 25%;
	margin: 3px 0;
}
#lunchpayerList_conf li {
	float: left;
	width: 20%;
	margin: 3px 0;
}
#luncharrange_hide, #stayarrange_hide {
	/*display: none;*/
}

#mrkNoTab li {
	background: #d9e5eb;
	color: #8596bc;
	cursor: pointer;
	float: left;
	margin: 1%;
	padding: 5px 0;
	text-align: center;
	width: 18%;
}

#mrkNoTab li.active {
	background: #476edf;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
}

#mrkNoTab li.disabled {
	background: #f5f5f5;
	color: #cccccc;
	cursor:default;
	font-weight: bold;
}



/*　管理系
********************************************/
tr.invalid th, tr.invalid td {
	background: #D5D5D5 !important;
}
tr.add th, tr.add td {
	background: #fffee2 !important;
}
/*　サジェスト
********************************************/
.resultTbl {
	margin: 0;
}
.resultTbl th, .resultTbl td {
	background: #ffffff;
	border: 1px solid #EFEFEF;
	padding: 2px;
	text-align: left;
}
.resultTbl th {
	text-align: left;
}
#search_results {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #cccccc;
	display: none;
	max-height: 150px;
	margin-left: 4px;
	/*overflow-y: scroll;*/
	position: absolute;
	top: 34px;
	width: 310px !important;
}
td.hovertd:hover {
	background: #FFFCD7;
	cursor: pointer;
}
tr.hidden {
	display: none;
}
.rankTbl td {
	border: 1px solid #cccccc;
}
.rankTbl td.rank_itemName {
	text-align: left;
}
.s_hidden {
	display: none;
}

/*　list
********************************************/
ul.disc li {
	position: relative;
	padding-left: 1.4em;
}

ul.disc li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	content: "・";
}

.bt-login-kokunai,
.bt-login-kaigai{
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

/* 教育旅行
********************************************/

body.isOnlyFreeBox #layerSelect,
body.isOnlyFreeBox #map {
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

body.isOnlyFreeBox #layerSelect *,
body.isOnlyFreeBox #map {
	pointer-events: none;
}

body.isOnlyFreeBox #layerSelect:before,
body.isOnlyFreeBox #map:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .3);
	z-index: 9000;
	content: "";
}

body.isOnlyFreeBox #draggable .item .transferBox {
	display: none;
}

body.isOnlyFreeBox #draggable .item .actionBtn li:not(.delete) {
	display: none;
}

body.isOnlyFreeBox #draggable .item .actionBtn .delete {
	width: 100%;
	border: 1px solid #c3c3c3;
	border-radius: 4px;
}

body.createRoute #courseEdit {
	width: 100% !important;
}

body.createRoute #day1 #startingTimeBox {
	display: inline-block;
	margin-left: 1em;
	padding: 0;
	background: none;
	border: 0;
}

body.createRoute #actionBoxL {
	display: none;
}

body.createRoute #draggable .gTime,
body.createRoute #draggable .sTime,
body.createRoute #draggable .takes,
body.createRoute #draggable .stay {
	color: #8E8E8E;
}

body.createRoute.isOutputStay #draggable .stay,
body.createRoute.isOutputTakes #draggable .takes,
body.createRoute.isOutputStarting #draggable .sTime,
body.createRoute.isOutputArrival #draggable .gTime {
	color: inherit;
}

body.createRoute.isNotDay1 #day1 > *:not(#startingTimeBox) {
	display: none;
}

body.createRoute.isNotDay1 #day1 > #startingTimeBox {
	margin-left: 0;
}

.detailAction {
	/* important はよくないが、現状のブロックの詳細度が高すぎるため採用 */
	position: relative;
	box-sizing: border-box;
	padding: 0 !important;
	background-color: #33445D !important;
	border-radius: 4px;
	font-size: 90%;
}

.detailAction:before {
	position: absolute;
	left: 50%;
	bottom: -15px;
	border: 8px solid transparent;
	border-top-color: #33445D;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
}

.detailAction.-left:before,
.detailAction.-right:before {
	-webkit-transform: none;
	transform: none;
}

.detailAction.-left:before {
	left: 3px;
}

.detailAction.-right:before {
	left: auto;
	right: 3px;
}

.detailAction * {
	box-sizing: inherit;
}

.detailAction__inner {
	padding: 0 5px 5px;
}

.detailAction__heading {
	padding: 8px 0;
	text-align: center;
	color: white;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
}

.detailAction__content {
	padding: 5px;
	border-radius: 4px;
	background-color: white;
}

.detailAction_contentFooter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 1.2em;
}

.detailAction_contentFooter button {
	width: 120px;
	cursor: pointer;
}

#otherAction.detailAction,
#mealAction.detailAction {
	background: none;
	width: 320px;
	height: auto;
}

.otherActionSetting input[type="text"] {
	display: block;
	width: 100%;
}

#otherAction .otherActionCommentSetting__pickerList li {
	margin-bottom: 0;
}

.otherActionSetting input[type="radio"] {
	cursor: pointer;
}

.otherActionSetting__item {
	margin-top: .8em;
}

.otherActionSetting__item.-comment {
	display: none;
}

body.isEducation .otherActionSetting__item.-comment {
	display: block;
}

.otherActionSetting__item.-commentSetting {
	margin-top: .4em;
}

body.isEducation .otherActionSetting__item.-commentSetting .otherActionSetting__itemHeading {
	display: none;
}

.otherActionSetting > *:first-child {
	margin-top: 0;
}

.otherActionSetting__itemHeading {
	display: block;
}

.otherActionSetting__itemHeadingCaption {
	display: block;
	font-weight: normal;
}

.otherActionSetting__labelHeading {
	display: inline-block;
}

.otherActionSetting__itemHeading,
.otherActionSetting__labelHeading {
	margin-bottom: .2em;
	font-weight: bold;
}

.otherActionCommentSetting {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.otherActionCommentSetting__picker {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.otherActionCommentSetting__picker input[type="radio"],
.otherActionCommentSetting__picker input[type="checkbox"] {
	display: none;
}

.otherActionCommentSetting__pickerList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.otherActionCommentSetting__pickerList > li {
	margin-left: 2px;
}

.otherActionCommentSetting__pickerList > li:first-child {
	margin-left: 0;
}

.otherActionCommentSetting__pickerListItem input[type="radio"]:checked ~ .otherActionCommentSetting__pickerLabel .otherActionCommentSetting__pickerSelectedMarker,
.otherActionCommentSetting__pickerListItem input[type="checkbox"]:checked ~ .otherActionCommentSetting__pickerLabel .otherActionCommentSetting__pickerSelectedMarker {
	display: block;
}

.otherActionCommentSetting__pickerLabel {
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
}

.otherActionCommentSetting__pickerLabel[for="otherCommentBold"] .otherActionCommentSetting__pickerItem {
	background-color: #000000;
}

.otherActionCommentSetting__pickerItem {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #efefef;
	overflow: hidden;
	text-indent: -1000%;
}

.otherActionCommentSetting__pickerItemLabel,
.otherActionCommentSetting__pickerSelectedMarker {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.otherActionCommentSetting__pickerItemLabel {
	font-size: 10px;
}

.otherActionCommentSetting__pickerSelectedMarker {
	display: none;
	width: 16px;
	height: 16px;
	border: 2px solid white;
	border-radius: 50%
}

.otherActionCommentSetting__pickerLabel[for="otherCommentBold"] .otherActionCommentSetting__pickerItemLabel {
	color: white;
}

.otherActionCommentSetting_fontSize {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.otherActionCommentSetting_fontSize input[type="text"] {
	display: inline-block;
	width: 3em;
	text-align: center;
}

#mealAction .detailAction_contentFooter {
	margin-top: 2.2em;
}

.mealActionSetting input[type="text"] {
	margin: 0;
}

.mealActionSetting__heading {
	display: block;
	margin-bottom: .6em;
	font-weight: bold;
}

.mealActionSetting__heading + .mealActionSetting__item {
	margin-top: 0;
}

.mealActionSetting__item {
	position: relative;
	margin-top: 20px;
}

.mealActionSetting__item.-free .mealActionSetting__itemDetail {
	left: 25px;
	width: 275px;
}

.mealActionSetting__item.-free .mealActionSetting__itemDetailText {
	width: 100%;
}

.mealActionSetting__itemDetail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	top: -3px;
	left: 60px;
	width: 240px;
}

.mealActionSetting__itemDetailSelect {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 115px;
}

.mealActionSetting__itemDetailSelect select {
	width: 100%;
}

.mealActionSetting__itemDetailText {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 115px;
}

.mealActionSetting__itemDetailText input {
	width: 100%;
}

.mealActionSetting__itemDetailAfterInfo {
	display: none;
	text-align: right;
}

#mealAction[data-place-type="4"] #mealActionDinner:checked ~ .mealActionSetting__itemDetailAfterInfo {
	display: block;
	margin-top: 10px;
}

.mealActionSetting__itemDetailAfterInfo > * {
	width: 240px;
	margin-left: auto;
}

.mealActionSetting__itemDetailAfterInfo > p {
	font-size: 90%;
}

/* IC/SA
********************************************/
.icBox .meal {
	cursor: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.icBoxStayContainer {
	display: none;
}

.sapaBox .transferInfoBtn,
.icBox:not([data-icsa_box_no$="-0"]) .transferInfoBtn {
	visibility: hidden;
}

.transferInfo {
	display: table;
}

.transferInfoHeading,
.transferInfoText {
	display: table-cell;
}

.transferInfoHeading {
	width: 5em;
}

.sapaBox .actionBtn .toleft,
.sapaBox .actionBtn .toright {
	display: none;
}

.sapaBox .actionBtn .delete {
	width: 100%;
	border-radius: 4px;
	border-width: 1px;
}

/* 「バス運賃計算」画面用 */
body#createBusRoute .icBoxTransferInfo,
body#createBusRoute .saPaBoxTransferInfo {
	display: none;
}

body#createBusRoute .itemTblName td:first-child {
	display: none;
}

body#createBusRoute .itemTblName td:last-child {
	width: 100%;
}

body#createBusRoute .itemTblNote {
	display: none;
}

/* 多言語画面用 */
body.ml .sapaBox .actionBtn.mgt20 {
	margin-top: 5px !important;
}