/* Minification failed. Returning unminified contents.
(426,1): run-time error CSS1019: Unexpected token, found '@charset'
(426,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(426,17): run-time error CSS1019: Unexpected token, found ';'
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
@charset "utf-8";

/*** base ***/
*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	margin:0;
}

body{
	font-family:Arial,Helvetica,"Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,"メイリオ",sans-serif;
	-webkit-text-size-adjust: 100%;
}

ul{
	margin:0;
	padding:0;
	display:inline;
}

li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
    vertical-align:top;
}

input[type="radio"], label{
	cursor:pointer;
}

.center{
	text-align:center;
}

.clear{
	clear:both;
}

.w100{
	width:100%; height:auto;
}

.pc{
	display:none !important;
}
.sp{
	display:block !important;
}

.iltbl{
    display:inline-table;
}
.blockspan{
    display:block;
    margin-top:8px;
}
.tblrow{
    display:table-row;
}
.tblcell{
    display:table-cell;
}
.pl8{
    padding-left:8px;
}
.pt16{
    padding-top:16px;
}

.pt8{
    padding-top:8px;
}
.mb32{
    padding-bottom: 32px;
}
.mt8{
    margin-top:8px !important;
}
.txtr{
    text-align:right;
}
.txtl{
    text-align:left;
}
.mt0{
    margin-top:0 !important;
}

.i-alrt{
    background-color:#eb008b !important;
}
.i-alrt_w{
    background-color: #ffdada !important;
    color: red;
    font-size: 12px;
    font-weight: normal;
}
.i-alrt_w2 {
    background-color: #eb008b !important;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    padding: 8px;
    text-decoration: none;
    text-align: center;
}
.i-alrt_w3 {
    text-align: center;
    max-width: 1000px;
    margin: auto;
}
    .i-alrt_w3 a {
        color: red !important;
        font-weight: bold;
        font-size: 0.9em;
        display:block;
        padding-bottom:8px;
    }
    .i-alrt_w2 a {
        text-decoration: none;
    }
    .i-alrt_w .i-alrt_w{
    padding: 8px 0;
}
.u-inner2{
    padding: 0;
    margin: 0 auto;
    margin-top: -2px;
}
.i-alrt-ic {
    background:url(../../cmn/img/check.svg) 0 0 no-repeat !important;
    background-size: 22px !important;
}

.alert-msg{
    font-size:16px;
}
.alert-sml {
    color: red;
    font-weight: bold;
    font-size: 0.8em;
}
    .alert-msg a {
        text-decoration:underline;
    }
.alert-sml-taxi-warn {
    color: red;
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
    display: block;
    line-height: 1.2;
    padding: 12px 0;
}
.befbr::before {
    content: "\A";
    white-space: pre;
}
input[type="text"][disabled] {
    color: #000;
    cursor: default;
}

.fwb{
    font-weight:bold;
}
@media screen and (min-width: 980px) {
    .u-inner2 {
        max-width: 1000px;
        text-align:center;
    }

    .alert-msg {
        font-size: 2rem;
    }
}
.br-sp {
    display: none;
}
@media screen and (max-width: 979px) {
    .c-head-alert {
        margin-top:22px;
    }
    .br-sp{
        display:block;
    }
}


/**
    all
*/
.allcontents{
    background-image: url(../../cmn/img/main-bg_pc.jpg);
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color:#e5e8ef;
}
.whiteback{
    background:#FFFFFF;
}
.whiteback2{
    background: url(../../cmn/img/wrapback.png);
}
@media screen and (min-width: 1020px) and (min-width: 980px){
.allcontents {
    background-size: 100%;
    background-position: top bottom;
}
}

/**********************/
/*■header
/**********************/
header{
	/*background-color:#ecf4fe;*/
	/*border-bottom:#07185c solid 1px;*/
	display:table;
	table-layout: fixed;
	height:44px;
	width:100%;
}
#Title{
	display:table-cell;
	vertical-align:middle;
	color:#FFF;
	font-weight:normal;
	line-height:1.1;
	font-size:20px;
	padding-left:0px;
}
#LogoSp{
    height:43px;
}


/**********************/
/*■header 仮組み込み用
/**********************/
#header{
	display:table;
	table-layout: fixed;
	height:44px;
	width:100%;
	margin:0 auto;
	max-width:654px;
	background-color:#07185c;
	border-bottom:#FFF solid 1px;
}
#HomeTitle{
	display:table-cell;
	vertical-align:middle;
	color:#FFF;
	font-weight:normal;
	line-height:1.1;
	font-size:20px;
	padding-left:20px;
}

/************************************/
/*■Menu
/************************************/
#MenuBtn{
	position:absolute;
	height:44px;
	width:54px;
	top:0; right:0;
	z-index:100;
    display:block;/*add*/
}
#MenuList{
	position:relative;
	top:0px; left:0;
	vertical-align:top;
	width:100%;
	/*line-height:0;*/
	display:block;
    height:215px;
}
#Menu ul li{
	display:table;
	table-layout: fixed;
	width:100%;
	height:44px;
	text-align:center;
	background-color:#07185c;
	border-bottom:#FFF solid 1px;
}
#Menu ul li a{
	display:table-cell;
	width:100%;
	vertical-align:middle;
	color:#FFF;
	/*font-size:18px;*/
	text-decoration:none;
}

/************************************/
/*■SelectLang
/************************************/
#SelectLang{
	position:relative;
	margin-top:25px;
}
.SelectLangTitle{
	width:100%;
	text-align:center;
	font-size:16px;
	color:#3e3a39;
}
.LangList{
	position:relative;
	display:block;
	/*width:288px;*/
    width:300px;
	margin:0 auto;
	margin-top:16px;
}
.LangList li{
	display:inline-block;
	margin:13px 9.5px 0 9.5px;
}
.LangList li div{
	text-decoration:none;
	display:table;
	table-layout:fixed;
}
div.LangBtn{
	display:inline-block;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:125px;
	height:45px;
	color:#07185c;
	font-size:13px;
	text-decoration:none;
	border:#07185c solid 1px;
	background-color:#FFF;
	border-radius:4px;
	box-sizing:border-box;
    padding-top:10px;/*add*/
    
}
.LangList .Selected{
	color:#FFF;
	background-color:#07185c;
}


/**********************/
/*■UpDown
/**********************/
#UpDownNavi{
	position:fixed;
	top:60%;
	right:0;
}
#UpDownNavi ul li img{
	display:block;
    width:40px;
    height:32px;
	margin-bottom:5px;
}
/************************************/
/*■Footer
/************************************/
footer{
	width:100%;
	margin-top:18px;
	text-align:center;
	padding:10px 0 20px;
}
.FooterLink li{
	display:inline;
	font-size:10px;
	color:#3e3a39;
}
.FooterLink li a{
	display:inline;
	font-size:10px;
	color:#3e3a39;
	margin:10px 4px;
}

/***********************************/
/*■サジェスト
    add 2017-09-05 m.ohkoshi#5391
/***********************************/
/* ★検索画面と候補画面と共通で使うのでbase.cssにもってきました。 */
.historyList {
	background-color:#fff;
	border-left: #07185c solid 1px;
    border-right: #07185c solid 1px;
	border-bottom: #07185c solid 1px;
	display:none;
    position: absolute;
    top: 100%;
	left: 0;
	width: 100%;
    max-height: 225px;
    box-shadow:2px 2px 2px 0 #999;
    overflow-y: auto;
    z-index: 5;
	overflow-x: hidden;
    max-width:80%;
}
.historyList a {
	border-bottom: #07185c solid 1px;
	font-size:14px;
    color: #3e3a39;
    display: block;
    padding: 13px 13px 13px 58px;
    line-height: 1.5;
	text-decoration:none;
	position: relative;
}
.historyList a:hover {
	background-color:#0085a9;
	color:#fff;
}
.historyList a .hisClose {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	font-size: 2rem;
	top: 50%;
	right: 6px;
	margin-top: -15px;
	cursor: pointer;
}
/* ★アイコン用css（.historyList .icXXX）は暫定です。 */
/* ★ベース色によってon画像の変更も必要です。 */
.historyList .icAirport a {
	background-image:url(../../images/ic_airport.png);
	background-repeat:no-repeat;
	background-position:13px center;
	background-size: 35px auto;
}
.historyList .icAirport a:hover {
	background-image:url(../../images/ic_airport_on.png);
}
.historyList .icAddress a {
	background-image:url(../../images/ic_address.png);
	background-repeat:no-repeat;
	background-position:13px center;
	background-size: 35px auto;
}
.historyList .icAddress a:hover {
	background-image:url(../../images/ic_address_on.png);
}
.historyList .icFacilities a {
	background-image: url(../../images/ic_facilities.png);
	background-repeat:no-repeat;
	background-position:13px center;
	background-size: 35px auto;
}
.historyList .icFacilities a:hover {
	background-image:url(../../images/ic_facilities_on.png);
}
.historyList .icHotel a {
	background-image: url(../../images/ic_hotel.png);
	background-repeat:no-repeat;
	background-position:13px center;
	background-size: 35px auto;
}
.historyList .icHotel a:hover {
	background-image:url(../../images/ic_hotel_on.png);
}
.historyList .icPostno a {
	background-image: url(../../images/ic_postno.png);
	background-repeat:no-repeat;
	background-position:13px center;
	background-size: 35px auto;
}
.historyList .icPostno a:hover {
	background-image:url(../../images/ic_postno_on.png);
}
.historyList .icSpot a {
	background-image: url(../../images/ic_spot.png);
	background-repeat:no-repeat;
	background-position:13px center;
	background-size: 35px auto;
}
.historyList .icSpot a:hover {
	background-image:url(../../images/ic_spot_on.png);
}
.historyList .icStation a {
	background-image: url(../../images/ic_station.png);
	background-repeat:no-repeat;
	background-position:13px center;
	background-size: 35px auto;
}
.historyList .icStation a:hover {
	background-image:url(../../images/ic_station_on.png);
}

.historyList .icFerry a {
	background-image: url(../../images/ic_ferry.png);
	background-repeat:no-repeat;
	background-position:13px center;
	background-size: 35px auto;
}
.historyList .icFerry a:hover {
	background-image:url(../../images/ic_ferry_on.png);
}

.historyList .icBus a {
	background-image: url(../../images/ic_bus.png);
	background-repeat:no-repeat;
	background-position:13px center;
	background-size: 35px auto;
}
.historyList .icBus a:hover {
	background-image:url(../../images/ic_bus_on.png);
}

.historyList .icElse a {
	background-image: url(../../images/ic_else.png);
	background-repeat:no-repeat;
	background-position:13px center;
	background-size: 35px auto;
}
.historyList .icElse a:hover {
	background-image:url(../../images/ic_else_on.png);
}

@media screen and (min-width: 980px) {
    .historyList{
        max-width:456px;
    }
}

/**********************/
/*■component
/**********************/
/* ★共通で使うものはbase.cssにまとめました。 */
.wrap{
	margin:0 auto;
	max-width:1000px;
	position:relative;
	width:100%;
    font-size:14px;
}
.Title, .Data{
	display:table-cell;
	vertical-align:top;
}
.TitleInner, .DataInner{
	display:table;
    line-height: 1;
    position: relative;
    table-layout: fixed;
	width: 100%;
}
.TitleLabelWrapper{
	display:table-cell;
	vertical-align:middle;
}
.TitleLabel{
    background-color:#06175b;
	color:#fff;
	font-size:14px;
	padding:4px 0;
	text-align:center;
	width:100%;
}
.TitleLabelPrimary{
	background-color:#eb008b;
}
.Data{
	padding-left:8px;
	text-align:left;
}
.FormGroup{
	display:table;
	line-height:1;
	position:relative;
	table-layout:fixed;
	width:100%;
}
.SelectBox:first-child {
	padding-right:4px;
}
.SelectBox:last-child {
	padding-left:4px;
}
.Select{
	cursor:pointer;
	font-size:14px;
	width:100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0.5em;
	border:#06175b solid 1px;
	background-image:url(../../cmn/img/pulldown.png);
	background-repeat:no-repeat;
	background-position:center right;
	background-size:14px 8px;
    background-color:#fff;
	margin: 0;
    padding: 0 16px 0 4px;
	vertical-align: middle;
}
.Select::-ms-expand {
    display: none;
}
.FromToInput{
	width:100%;
	outline: none;
	font-size:14px;
	color:#3e3a39;
	padding:4px;	
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius:0.5em;
	border:#06175b solid 1px;
	margin: 0;
	background:#FFFFFF;
}
.FromToInputWrapper{
	position:relative;
}
.Chevron{
	background-image:url(../../cmn/img/chevron_right.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:6px 12px;
	padding-left:8px;
}

.Riyosyubetu {
	/*display:inline*/
	border-left:dotted 4px #231815;
	color:#3e3a39;
}
.RiyosyubetuInner{
	background-color:#eeeeef;
	padding:4px 8px;
}
.Riyosyubetu label{
	font-size:14px;
}

/************************************/
/*■SPサイズ
/************************************/
/*@media screen and (max-width: 634px) {*/
@media screen and (max-width: 979px) {

	/**********************/
	/*■component
	/**********************/
	.TitleInner, .DataInner, .FormGroup, .Select, .FromToInput{
		height: 44px;
	}
	.TitleLabel span {
		display:block;
	}
	.Riyosyubetu{
		margin:0 0 0 24px;
		padding:8px 0 16px 30px;
	}
	.RiyosyubetuWrapper {
		padding:4px 0;
	}

}

/************************************/
/*■PCサイズ
/************************************/
/*@media screen and (min-width: 634px) {*/
@media screen and (min-width: 980px) {
	body {
		font-size:100%;
	}
	.pc{
		display:block !important;
	}
	.sp{
		display:none !important;
	}
	header{
		height:96px;
        /*border-bottom: 2px solid  #07185c;*/
	}
	#Title{
		display:table-cell;
		vertical-align:middle;
		color:#FFF;
		font-weight:normal;
		line-height:1.1;
		font-size:32px;
		padding-left:0px;
	}
	#LogoPc{
        width: 174px;
        height: 78px;
        margin-left: 16px;
    }

	
	/************************************/
	/*■Menu
	/************************************/
	#MenuBtn{
		display:none;
	}
	#MenuList{
		vertical-align:top;
		width:auto;
		line-height:0;
		height:auto;
		
		display:block;
		position:absolute;
		left:auto;
		right:50px; top:42px;
	}
	#Menu ul li{
		display:inline-block;
		table-layout:auto;
		width:auto;
		height:auto;
		text-align:right;
		border-bottom:none;
		margin-left:30px;
	}
	#Menu ul li a{
		color:#3e3a39;
		font-size:12px;
		text-decoration:none;
	}
        #Menu ul li a:hover {
            color:#ffffff;
        }
	/************************************/
	/*■SelectLang
	/************************************/
	#SelectLang{
		position:absolute;
		top:38px; right:50px;
	}
	.SelectLangTitle{
		display:none;
	}
	.LangList{
		position:relative;
		display:block;
		width: 340px;
		margin-top:0px;
	}
	.LangList li{
		display:inline-block;
		margin:0;
	}
	.LangList li a{
		text-decoration:none;
	}
	div.LangBtn{
		display:inline-block;
		text-align:center;
		width:72px;
		height:16px;
		color:#3e3a39;
		font-size:12px;
		text-decoration:none;
		border:none;
		background-color:#07185c;
		border-radius:0px;
		box-sizing:border-box;
		border-left:#3e3a39 solid 1px;
	}
	.LangList li:last-child div.LangBtn{
		border-right:#3e3a39 solid 1px;
	}
	.LangList .Selected{
		color:#FFF;
		background-color:#07185c;
		text-decoration:underline;
	}
    #SelectMenu{
	    position:absolute;
		top:58px; right:50px;
    }
    .MenuList {
        position:relative;
		display:block;
		/*width: 380px;*/
		margin-top:0px;
        cursor: pointer;
        
    }
    .MenuList :hover{
        color: #ffffff;
    }
    div.MenuItemBtn {
        display:inline;
		text-align:center;
		height:16px;
		color:#3e3a39;
		font-size:12px;
		text-decoration:none;
		border:none;
		/*background-color:#07185c;*/
		border-radius:0px;
		box-sizing:border-box;
		border-left:#3e3a39 solid 1px;
        padding-left: 20px;
        padding-right: 20px;
    }
    div.MenuItemBtn2 {
        display:inline-block;
		text-align:center;
		height:16px;
		color:#3e3a39;
		font-size:12px;
		text-decoration:none;
		border:none;
		/*background-color:#07185c;*/
		border-radius:0px;
		box-sizing:border-box;
		border-left:#3e3a39 solid 1px;
        padding-left: 20px;
        padding-right: 20px;
    }
        div.MenuItemBtn2 a {
            color:#3e3a39;
            text-decoration:none;
        }
        /*div.MenuItemBtn2 a:hover {
            color:rgb(12, 152 , 128);
           
        }*/
    .MenuList li{
		display:inline-block;
		margin:0;
	}
    .MenuList li:last-child .MenuItemBtn{
		border-right:#3e3a39 solid 1px;
        
	}
    MenuList li.MenuItem {
        float:left;
	    cursor:pointer;

    }
    li.MenuItem > ul {
        display:block;
	    position:absolute;
	    list-style:none;
	    margin:0;
	    padding:5px;
	    
    }
    li.MenuItem > ul li {
        background-color: rgb( 97, 200 , 172 );
        color:#ffffff;
        font-size:12px;
        border:1px solid rgb( 97, 200 , 172 );
        text-align:center;
        padding: 10px;
        display:block;
        
    }
    li.MenuItem > ul li.MenuItemLang {
        width: 80px;
        
    }
    li.MenuItem > ul li a{
        color:#ffffff;
        text-decoration: none;
        display: block;
    }
    li.MenuItem > ul li:hover
    {
	    background-color: rgb( 26, 162 , 134 );
	    color: #000;
    }
    /************************************/
	/*■TopicPath
	/************************************/
	#TopicPath{
		background-color:#07185c;
		font-size:14px;
		font-weight:normal;
		color:#FFF;
		/*margin-top:20px;*/
		padding:4px 0;
	}
	#TopicPathList a{
		color:#FFFFFF;
	}

	/************************************/
	/*■Footer
	/************************************/
	footer{
		width:100%;
		border-top:#07185c solid 2px;
		margin-top:18px;
		text-align:right;
		padding:10px 0px 20px;
	}
	.FooterLink{
		margin-right:50px;
	}
	.FooterLink li{
		display:inline;
		font-size:10px;
		color:#3e3a39;
	}
	.FooterLink li a{
		display:inline;
		font-size:10px;
		color:#3e3a39;
		margin:10px 4px;
	}

	/**********************/
	/*■component
	/**********************/
	.TitleInner, .DataInner, .FormGroup, .Select, .FromToInput{
		height: 36px;
	}
	.FormWrapperPC{
		display:table-cell;
		vertical-align:middle;
		table-layout:fixed;
	}
	.Riyosyubetu{
		margin:0 0 0 40px;
		padding: 8px 0 12px 42px;
	}
	.RiyosyubetuInner {
		display:inline-block;
        
	}
	.RiyosyubetuWrapper {
		display:inline-block;
		padding:4px 8px;
	}
    .RiyosyubetuInnerHome{
        width: 50%;
    }


}





#loadmask {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.loadmask {
    z-index: 1003;
    position: fixed;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .70;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 1004;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #5fcba9;
    background: #c3daf9;
    padding:2px;
}
.loadmask-msg div {
    padding:10px;
    background: #fbfbfb url('../../cmn/img/loading.png') no-repeat center;
    line-height: 20px;
	/*border:1px solid #5fcba9;*/
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
    width:120px;
    height:120px;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}
