@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/

  #global-header.type02 header {
    background-image: url("/company/img/company_top_bnr-02_pc.png");
}

div.company-innner ul li {
  text-align:left;
  font-size:11pt;
  line-height:16pt;
	list-style-type:none;
	padding-left: 12px;
	background-image: url(http://www.kbs.keio.ac.jp/img/common/arrow_s_navy.gif);
	background-repeat: no-repeat;
	padding-bottom: 0.5em;
	background-position: 4px 0.4em;
	clear: both;


}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header.type02 header {
    background-image: url("/company/img/company_top_bnr-02_sp.png");
  }


}


