@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{
	color:#000;
	margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
   /* padding: 48px 0 0;*/
}


/*パンクズ
*****************************/
#breadcrumb {color: #0058a0;}

