@charset "utf-8";

/**********************************************/
/* A-PLAT　*/
/* eラーニング */
/**********************************************/
#header {
    width:100%;
    line-height: 100%;
    background-color:#FFF;
    
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;

  	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);

}

#header>header {
    position:relative;
    max-width:90%;
    height:60px;
    margin:0 auto;
}


/*ヘッダー固定処理*/
.setfixed {
    position: fixed !important;
}


/*ロゴ*/
.logo {
    position:absolute;
    top:10px;
    left:0px;
    font-weight: bold;
    font-size: 120%;
    white-space: nowrap;
}
.logo img {
    height: 40px;
    margin-right: 20px;
	vertical-align: middle;
}



/*パンくず*/
#breadcrumb_list {}
#breadcrumb_list ol{
	margin:20px 0 40px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

#breadcrumb_list ol li {
    float: left;
    margin-right: 5px;
	padding-left: 22px;
    font-size: 1.4rem;
    line-height: 1.2;
    list-style: none;
	background: url(../img/breadcrumb_list.jpg) left no-repeat;
}

#breadcrumb_list ol li:first-child {
    list-style: none;
    background: url(../img/breadcrumb_home.jpg) left -1px no-repeat;
    padding: 0 0 0 20px;
}

#breadcrumb_list ol li a {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

#breadcrumb_list ol li a:hover {
	color: #819faf;
	text-decoration: underline;
}



/****************************/
/*レスポンシブ
/****************************/
/*x-large*/
/*  1200px 以下 */
@media screen and (max-width: 1200px) {

    .logo {
        height: 35px;
        top:15px;
        left:10px;
    }
}

/*large*/
/*  980px 以下 */
@media screen and (max-width: 980px) {
}


/*normal*/
/*  768px 以下 */
@media screen and (max-width: 768px) {

    .logo {
        top:10px;
    }

    #header>header {
        height:55px;
    }

}



/*x-small*/
/*  520px 以下 */
@media screen and (max-width: 520px) {
    
}
