﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);

body, input, select, textarea
{
    font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
/*
 IEの場合、游ゴシックで表示すると、全角文字の下に謎の空白があり、
 （※margin,padding,line-heightの指定でも取り除けない）
 vertical-align の指定が効かなくなるバグがあるのえｄ、ＩＥの時はフォントファミリーを
 メイリオに変更するように変更しています。
*/
@media all and (-ms-high-contrast:none) {
    body,input,select,textarea {
	    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    }
}

html
{
    font-size: 16px;
    height: 100%;
    width: 100%;
}


input, select, textarea
{
    font-size: medium;
    border: 1px solid #666666;
    background-color: #FFFFFF;
}

textarea
{
    min-height: 5rem;
}


body
{
    height: 100%;
    width: 100%;
    margin: 0;
    color: #333333;
}


ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a
{
    cursor: pointer;
    text-decoration: none;
    color: #333333;
}

a.aspNetDisabled
{
    cursor: default;
    color: #C0C0C0;
}

div.header
{
    padding: 0.5rem 1rem;
    margin: 0 0 1rem;
    background-color: #1a4473;
    color: #FFFFFF;
    font-size: large;
    font-weight: bold;
}

div.header > a
{
    color: #FFFFFF;
}

div.footer
{
    padding: 0.2rem;
    margin: 1rem 0 0;
    background-color: #1a4473;
    color: #FFFFFF;
    font-size: small;
    text-align: center;
}


div.page-title
{
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

div.month
{
    text-align: center;
    font-size: 2rem;
}

/* ボタン */
a.button, input.button
{
    color: #b94737;
    border: 1px solid #b94737;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    outline: none;
    margin: 0.5rem 0.5rem;
    display: inline-block;
}

a.button2, input.button2
{
    color: #b94737;
    border: 1px solid #b94737;
    border-radius: 1rem;
    padding: 0.5rem 0.5rem;
    outline: none;
    margin: 0.5rem 0.5rem;
    display: inline-block;
}

a.button:hover, a.button:focus, input.button:hover, input.button:focus
{
    background: #b94737;
    color: #FFFFFF;
}

a.button2:hover, a.button2:focus, input.button2:hover, input.button2:focus
{
    background: #b94737;
    color: #FFFFFF;
}

a.button.aspNetDisabled, input.button.aspNetDisabled, input.button:disabled
{
    color: #E4ADA5;
    border: 1px solid #E4ADA5;
}

a.button2.aspNetDisabled, input.button2.aspNetDisabled, input.button2:disabled
{
    color: #E4ADA5;
    border: 1px solid #E4ADA5;
}

a.button.aspNetDisabled:hover, input.button.aspNetDisabled:hover, input.button:disabled:hover
{
    color: #E4ADA5;
    background-color: #FFFFFF;
}

a.button2.aspNetDisabled:hover, input.button2.aspNetDisabled:hover, input.button2:disabled:hover
{
    color: #E4ADA5;
    background-color: #FFFFFF;
}

div.menu
{
    font-size: 1.5rem;
    text-align: center;
    min-width: 30rem;
}

div.menu .button
{
    font-size: 1.5rem;
    width: 20rem;
}

div.calendar
{
    border-color: #666666;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0 auto;
    max-width: 45rem;
}

div.calendar div.week
{
    display: table;
    table-layout: fixed;
    width: 100%;
}

div.calendar div.week > div
{
    border-color: #666666;
    border-style: solid;
    border-width: 0 1px 1px 0;
    display: table-cell;
    text-align: center;
}

div.calendar div.week > div > div
{
    border-color: #333333;
    border-style: hidden;
    border-width: 0 0 1px 0;
    text-align: left;
    padding: 0 0.5rem;
}

div.calendar div.week > div > a
{
    display: block;
    padding: 0.5rem;
    font-size: 1.0rem;
    font-family: sans-serif;
    color: #333333;
}

div.calendar div.week > div > a:hover, div.calendar div.week > div > a:focus
{
    background: #FFCCFF;
}

div.calendar div.week > div > a.aspNetDisabled:hover, div.calendar div.week > div > a.aspNetDisabled:focus
{
    background: #CCCCCC;
    color: #333333;
}


div.cal-header > div
{
    text-align: center;
    padding: 0.1rem;
    background-color: #FFD966;
}

div.overday
{
    background-color: #808080;
}

div.sunday
{
    color: #FF5050;
}

div.saturday
{
    color: #5050FF;
}

div.calendar div.week > div.selectday > a
{
    display: block;
    padding: 0.5rem;
    font-size: 1.0rem;
    font-family: sans-serif;
    color: #FFFFFF;
}

div.selectday
{
    background-color: #4472C4;
}

div.rsrvok
{
    background-color: #B4C6E7;
}

div.rsrvng
{
    background-color: #FCE4D6;
}

div.rsrved
{
    background-color: #CCFFCC;
}

div.close {
    background-color: #D9D9D9;
    color: #FF0000 !important;
}

div.today {
    background-color: #EEEE88;
}





div.error
{
    text-align: center;
    color: #FF0000;
}

div.notice
{
    text-align: center;
}

/*
    戻るボタンのレイアウト
*/
.return_btn
{
    display:block;
    width:140px;
    border: 1px solid #b94737;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    font-size:medium;
    color:#b94737;
    text-align:center;
    float:left;
    margin:30px 0;
}
.return_btn:hover
{
    background: #b94737;
    color: #FFFFFF;
}
.return_btn_parent
{
    width:1000px;
    overflow:hidden;
    margin:0 auto;
}

/* 現在選択中のグローバルナビへの装飾 */
#LogonTopBar .gnav_selected
{
    background: #b94737;
    color: #FFF;
}