@charset "utf-8";

/****************************************
		0. 全体の設定
*****************************************/
.select-menu-box li a{
    color: #FFF;
}
ul, menu, dir{
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
*, p, img, span, div, article, section, li{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
*, *:after, *:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}
.clearfix:before, .clearfix:after{
    display: table;
    content: '';
}
.clearfix:after{
    clear: both;
}
body{
	-webkit-text-size-adjust: 100%;
    font-weight: 400;
    font-size: 12px;
    font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    background-size: 30px 50px;
  background-color: #023b95;
}
a{
    outline: none;
    text-decoration: none;
}
a:hover, a:focus{
    color: #69606b;
}


/*ヘッダー調整
*****************************/
#logout{display:none}


/*メインボディ
*****************************/
#wrap{
    margin: 0 auto;
    /*background-color: #E9F7F7;*/
    /* position: relative; */
    /* max-width: 357px; */
    position: relative;
    /* width: 360px; */
    width: 100%;
    height: 100%;
   /* padding: 45px 0 0;*/
  background-color: #fff;
}


/*パンクズ
*****************************/
#breadcrumbArea a{text-decoration:underline;display:inline-block;line-height:2.5em;}
#breadcrumbArea .breadcrumbList{padding:.3em 5px;background-color:#FFF;white-space:nowrap;overflow:auto;font-size: 12px;}
#breadcrumbArea .breadcrumbList > li{display:inline-block;}
#breadcrumbArea .breadcrumbList > li+li:before{content:"＞";margin:0 .3em;}
/*#breadcrumbsList{
    padding: 0;
}
.subnavi-wrap{
    width: 100%;
    background:#FFF;
    display:block;
    padding: 0 1em;
}

.SubNaviBox{
    margin: 0 auto;
    width: 100%;
}

.pan-box{
    margin: 0;
    text-align: left;
    padding: 8px 0px 3px;
    float:left;
}
.pan-box ul{
}
.pan-box ul li{
    padding: 0 5px 0 0;
    color: #004098;
    float: left;
    list-style-type: none;
    font-weight: bold;
    min-height: 20px;
}

.pan-box ul li a{
    text-decoration:underline;
    color: #84765C;
    font-weight: normal;
}
.pan-box ul li a:hover{
    text-decoration:none;
    color: #84765C;
}*/



/*ページtop
*****************************/
#pagetop{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    transition:all 0.8s ease;
	opacity: 0;
}

