﻿
@CHARSET "utf-8";

body.gateLogin{
    background-color: #e9e9ed;
}

body.gateLogin #wrapper #loginBox .icon img {
    width: 450px;
}
.memo span{
    font-family: 'ＭＳ ゴシック', Lato, mplus-2p-regular, メイリオ, sans-serif;
    font-size: 12pt;
    color: white;
}
body.gateLogin #wrapper{
    margin-top: 20%;
    display: inline-block;
}  
#ca_main{
	background: radial-gradient(circle at bottom center,#5284c1,#0f3779);
    background-size: 100% 100%;
    /*opacity: 0.8;*/
  
/*     background: #004B97; */
/*     background: -moz-linear-gradient(top,  #004B97 0%, #06c 80%); */
/*     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004B97), color-stop(80%,#06c)); */
/*     background: -webkit-linear-gradient(top,  #004B97 0%,#06c 80%); */
/*     background: -o-linear-gradient(top,  #004B97 0%,#06c 80%); */
/*     background: -ms-linear-gradient(top,  #004B97 0%,#06c 80%); */
/*     background: linear-gradient(to bottom,  #004B97 0%,#06c 80%); */
/*     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004B97', endColorstr='#06c',GradientType=0 ); */
}
:root .gradient{filter:none;}

