﻿@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);*/
@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(//fonts.googleapis.com/css?family=Noto+Sans);



html {
    font-size: 62.5%;
}


body {
    /*
    font-family: 'Noto Sans Japanese', 'Noto Sans SC', MeiryoKe_PGothic, 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    */
    /*
    font-family: 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans', sans-serif, MeiryoKe_PGothic, 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    */
    /*
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans', sans-serif, MeiryoKe_PGothic, 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    */
    font-family: 'Noto Sans CJK JP', 'Noto Sans Japanese', 'Noto Sans SC', 'Noto Sans TC', 'Noto Sans', sans-serif, MeiryoKe_PGothic, 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    padding-right: 0px;
    display: block;
    padding-left: 0px;
    font-size: 13px;
    font-size: 1.3rem;
    /*
	background-image: url(../img/base_body01.gif);
	*/
    background-color: #eeeeff;
    padding-bottom: 10px;
    margin: 0px;
    color: #333333;
    padding-top: 0px;
    background-repeat: repeat;
    font-style: normal;
    text-align: center;
    /*
	line-height:130%;
	*/
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/*
textarea, input[type="text"], span
*/
textarea, input, span, a, label {
    font-family: 'Noto Sans Japanese', 'Noto Sans SC', MeiryoKe_PGothic, 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
}

select {
    font-family: 'Noto Sans Japanese', 'Noto Sans SC', MeiryoKe_PGothic, 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
}


tr.row:hover, tr.over td {
    background-color: #ffe4e1;
}





#contents {
    /*
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;

	margin: auto;
	width: 810px;
	height:auto;
	*/
    /*
	text-align: left;
	*/
    position: relative;
    /*
	background:url(http://travel.euro.jp/img/bk-contents.gif) repeat-y center; 
	*/
    height: auto;
    width: auto;
    min-width: 320px;
    max-width: 1000px;
    background-color: #ffffff;
    /*
	margin:0 auto; 
	padding:0 22px;
	
	height:3000px;
	*/
    overflow: visible;
    text-align: center !important;
    margin: 0px auto 0px auto;
    letter-spacing: 0px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.3rem;
    float: none;
    display: table;
}


    #contents a {
        text-decoration: underline;
    }

        #contents a:link {
            color: #666666;
            text-decoration: underline;
        }

        #contents a:visited {
            color: #333333;
            text-decoration: underline;
        }

        #contents a:hover {
            color: #ff4a8b;
            text-decoration: underline;
        }

        #contents a:active {
            color: #ff4a8b;
            text-decoration: underline;
        }


#Form1 {
    width: auto;
    height: auto;
    overflow: visible;
    text-align: center;
}



#HeaderPanel {
    z-index: 200 !important;
    /*
    background-color:rgba(160, 220, 240, 0.4);
    */
    /*
    background-color:transparent;
    */
    background-color: rgba(160, 220, 240, 0.8);
    OVERFLOW: visible;
    height: auto;
    width: 100%;
    min-width: 320px;
    max-width: 792px;
    margin: 0px auto 0px auto;
    padding: 4px 4px 4px 4px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    float: none;
    clear: both;
    display: table;
    /*
	POSITION: relative; 
	TOP: 0px; 
	LEFT: 0px; 
    */
    position: fixed;
    top: 4%;
    left: 50%;
    transform: translate(-50%, -50%);
}



#ShosaiPanel {
    z-index: 100;
    background-color: transparent;
    left: 0px;
    overflow: visible;
    height: auto;
    width: 80%;
    /*
    min-width: 320px;
    */
    min-width: 800px;
    max-width: 1000px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    position: relative;
    top: 0px;
    text-align: center !important;
    margin: 0px auto 0px auto;
    padding: 80px 0px 10px 0px;
    float: none;
    clear: both;
    display: table;
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    /* 表示領域が700px～800pxの場合に適用するスタイル */
    #HeaderPanel {
        width: 60%;
    }

    #ShosaiPanel {
        padding: 80px 0px 10px 0px;
    }
}

@media screen and (min-width: 700px) and (max-width: 800px) {
    /* 表示領域が700px～800pxの場合に適用するスタイル */
    #HeaderPanel {
        width: 75%;
    }

    #ShosaiPanel {
        padding: 80px 0px 10px 0px;
    }
}

@media screen and (min-width: 600px) and (max-width: 700px) {
    /* 表示領域が600px～700pxの場合に適用するスタイル */
    #HeaderPanel {
        width: 85%;
    }

    #ShosaiPanel {
        padding: 80px 0px 10px 0px;
    }
}

@media screen and (min-width: 470px) and (max-width: 600px) {
    /* 表示領域が500px～600pxの場合に適用するスタイル */
    #HeaderPanel {
        width: 100%;
    }

    #ShosaiPanel {
        padding: 80px 0px 10px 0px;
    }
}

@media screen and (min-width: 400px) and (max-width: 470px) {
    /* 表示領域が400px～500pxの場合に適用するスタイル */
    #HeaderPanel {
        width: 100%;
    }

    #ShosaiPanel {
        padding: 80px 0px 10px 0px;
    }
}

@media screen and (min-width: 320px) and (max-width: 400px) {
    /* 表示領域が320px～400pxの場合に適用するスタイル */
    #HeaderPanel {
        width: 100%;
    }

    #ShosaiPanel {
        padding: 100px 0px 10px 0px;
    }
}

@media screen and (max-width: 320px) {
    /* 表示領域が320px以下の場合に適用するスタイル */
    #HeaderPanel {
        width: 100%;
    }

    #ShosaiPanel {
        padding: 100px 0px 10px 0px;
    }
}

/*
@media screen and (max-width: 700px) {
#ShosaiPanel
{
    max-width:600px;
}
} 
*/

#FooterPanel {
    background-color: #ffffff;
    LEFT: 0px;
    OVERFLOW: visible;
    POSITION: relative;
    TOP: 0px;
    height: auto;
    width: auto;
    min-width: 320px;
    max-width: 1000px;
    margin: 0px auto 0px auto;
    padding: 20px 10px 20px 10px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    float: none;
    clear: both;
    display: table;
    text-align: center !important;
}



.SystemDiv {
    background-color: transparent;
    OVERFLOW: visible;
    height: auto;
    width: auto;
    min-width: 300px;
    margin: 0px 20px 0px 0px;
    padding: 1px 1px 1px 1px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    float: left;
    display: block;
    POSITION: relative;
    TOP: 0px;
    LEFT: 0px;
}

.GyoshaDiv {
    background-color: transparent;
    OVERFLOW: visible;
    height: auto;
    width: auto;
    min-width: 300px;
    margin: 0px 20px 0px 0px;
    padding: 1px 1px 1px 1px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    float: left;
    display: block;
    POSITION: relative;
    TOP: 0px;
    LEFT: 0px;
}

.GyoshaLogoDiv {
    background-color: transparent;
    OVERFLOW: visible;
    height: auto;
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    float: left;
    display: block;
    POSITION: relative;
    TOP: 0px;
    LEFT: 0px;
}

.GyoshaJohoDiv {
    background-color: transparent;
    OVERFLOW: visible;
    height: auto;
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 4px 10px 0px 10px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    float: left;
    display: block;
    POSITION: relative;
    TOP: 0px;
    LEFT: 0px;
}

.HeaderPanel01UsrCtrl {
    background-color: transparent;
    OVERFLOW: visible;
    height: auto;
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 1px 1px 1px 1px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    float: right;
    text-align: right;
    display: block;
    POSITION: relative;
    TOP: 0px;
    LEFT: 0px;
}

.SystemShokaiLabel {
    background-color: transparent;
    OVERFLOW: visible;
    height: auto;
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    float: left;
    display: block;
    POSITION: relative;
    TOP: 0px;
    LEFT: 0px;
}


.LogoGazoImage {
    background-color: transparent;
    OVERFLOW: visible;
    max-height: 20px;
    height: 20px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    float: left;
    display: block;
    POSITION: relative;
    TOP: 0px;
    LEFT: 0px;
}

.GyoshaShokaiLabel {
    background-color: transparent;
    OVERFLOW: visible;
    height: auto;
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    float: left;
    display: block;
    POSITION: relative;
    TOP: 0px;
    LEFT: 0px;
}

.AisatsuLabel {
    background-color: transparent;
    OVERFLOW: visible;
    height: auto;
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    float: right;
    display: block;
    POSITION: relative;
    TOP: 0px;
    LEFT: 0px;
}

.MenuDiv {
    background-color: transparent;
    OVERFLOW: visible;
    height: auto;
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 1px 1px 1px 1px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    float: left;
    clear: both;
    display: block;
    POSITION: relative;
    TOP: 0px;
    LEFT: 0px;
}

    .MenuDiv a {
        background-color: transparent;
        OVERFLOW: visible;
        height: auto;
        width: auto;
        margin: 4px 4px 4px 4px;
        padding: 0px 0px 0px 0px;
        border-top-style: none;
        border-right-style: none;
        border-left-style: none;
        border-bottom-style: none;
        float: left;
        display: block;
        POSITION: relative;
        TOP: 0px;
        LEFT: 0px;
        font-size: 16px;
        font-size: 1.6rem;
    }

#NaiyoPanel {
    background-color: transparent;
    left: 0px;
    overflow: visible;
    width: auto;
    height: auto;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    position: relative;
    top: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: none;
    clear: both;
}


.PreGazoPanel {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 1px;
    display: block;
    visibility: hidden;
}


#UpdateProgress01DivPanel {
    z-index: 5000;
    left: 0px;
    overflow: visible;
    width: auto;
    height: auto;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    position: relative;
    top: 0px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#UpdateProgress01GazoImagePanel {
    z-index: 5000;
    left: 0px;
    overflow: visible;
    width: auto;
    height: auto;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    position: relative;
    top: 0px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 4px 6px 4px 6px; /*
	background-color:#ffdddd;
	*/
    background-color: #99FF99;
    /*
	visibility:hidden;
	display:none;
	*/
    display: block;
}

#UpdateProgress01GazoImage {
    width: 16px;
    height: 16px;
}




#UpdateProgresslblStatus {
    color: #dd0000;
    background-color: Transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    width: auto;
    height: auto;
    overflow: visible;
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 14px;
    font-size: 1.4rem;
    float: none;
    clear: both;
}


.ajax__calendar_container {
    /*
	z-index:5000;
    */
}

.ajax__calendar_today {
    font-family: 'Noto Sans Japanese', 'Noto Sans SC', 'Meiryo UI', MeiryoKe_PGothic, 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
}

.ajax__calendar_dayname {
    font-family: 'Noto Sans Japanese', 'Noto Sans SC', 'Noto Sans SC', 'Meiryo UI', MeiryoKe_PGothic, 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
    color: #666666;
    font-weight: normal !important;
}

.ajax__calendar_day {
    font-family: 'Noto Sans Japanese', 'Noto Sans SC', 'Noto Sans SC', 'Meiryo UI', MeiryoKe_PGothic, 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
    color: #333333;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
}


.ajax__calendar_active .ajax__calendar_day {
    font-family: 'Noto Sans Japanese', 'Noto Sans SC', 'Meiryo UI', MeiryoKe_PGothic, 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
    color: #333333;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
}

.ajax__calendar_other .ajax__calendar_day {
    font-family: 'Noto Sans Japanese', 'Noto Sans SC', 'Meiryo UI', MeiryoKe_PGothic, 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
    color: #aaaaaa;
    font-weight: normal;
    font-size: 11px;
    font-size: 1.1rem;
}

.ajax__calendar_hover .ajax__calendar_day {
    font-family: 'Noto Sans Japanese', 'Noto Sans SC', 'Meiryo UI', MeiryoKe_PGothic, 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
}

/*
.ajax__calendar_footer {
    display: none;
}
*/

.CalendarExtenderCtrl {
    /*
	z-index: 9000;
    */
    left: 0px;
    top: 0px;
    overflow: visible;
    width: auto;
    height: auto;
    overflow: visible;
    text-align: center;
    background-color: #fafafa !important;
    border-top: #333333 1px solid;
    border-bottom: #333333 1px solid;
    border-right: #333333 1px solid;
    border-left: #333333 1px solid;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: none;
}

    .CalendarExtenderCtrl td {
        /*
	z-index: 9000;
    */
        left: 0px;
        top: 0px;
        overflow: visible;
        width: auto;
        height: auto;
        overflow: visible;
        text-align: center;
        /*
	background-color:#fafafa !important;
	*/
        border-top-style: none !important;
        border-bottom-style: none !important;
        border-right-style: none !important;
        border-left-style: none !important;
        margin: 0px 0px 0px 0px;
        padding: 2px 2px 2px 2px;
        float: none;
    }

img {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}


.TopChoseiImage {
    background-color: transparent;
    min-width: 320px;
    max-width: 1000px;
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    overflow: visible;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: none;
    image-rendering: optimizeSpeed; /*Legal fallback*/
    image-rendering: -moz-crisp-edges; /*Firefox*/
    image-rendering: -o-crisp-edges; /*Opera*/
    image-rendering: -webkit-optimize-contrast; /*Chrome, Safari*/
    image-rendering: crisp-edges; /*CSS3 Proposed*/
    -ms-interpolation-mode: bicubic; /*IE8+*/
}
