@charset "utf-8";
@import url("component.css");
@import url("header.css");
@import url("footer.css");

/**********************************************/
/* A-PLAT　*/
/* eラーニング */
/**********************************************/
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


html {
    -webkit-text-size-adjust: 100%; /*スマホ文字対策*/
    -ms-text-size-adjust: 100%;
    line-height:100%;
    font-size: 62.5%;
}

* html body {
	overflow: hidden;
}

body { 
	margin:0;
    padding:70px 0 0 0;
    background-color: #fff;    
    font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color:#333;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.667;
}

img {
    border-width:0;
}

a  {
	color: #0984BA;
}
a:hover {
    color:#000;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}





/**********************/
/*外枠
/**********************/
.outbox {
    overflow: hidden;
}
.container {
    width:100%;
    /*max-width:1300px;*/
	max-width: 90%;
    padding: 0 0px;
    margin: 0 auto;
    overflow: hidden;
}






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


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


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


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



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