/*
 * Theme Name:     koryu
 * Description:    Child theme for the exray for WordPress
 * Author:         shinpei@shonan
 * Template:       exray
 * Version:        1.0.0
 * */
@import url('/stf/kkokusai/wp/wp-content/themes/exray/style.css');

h1, h2, h3, h4, a  {
 font-family: "Meiryo", "Hiragino Kaku Gothic Pro","Osaka", "MS PGothic", Verdana, Trebuchet, "Trebuchet MS", sans-serif !important;
}


#header-wrap{
    padding: 1em 0 1em 0;
}



.top-menu-container .top-menu-navigation a[href *="www.stf.bunkyo.ac.jp"]{
  background-image: url("/faculty/kksc/wp-content/themes/kksc/images/icon_gakunaionly.gif");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 26px !important;
}


a[href *="www.stf.bunkyo.ac.jp"]{
  background-image: url("/faculty/kksc/wp-content/themes/kksc/images/icon_gakunaionly.gif");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 26px !important;
}

.site-title {
  position: relative;
  z-index: 2;
  
  text-shadow:
  -1px -1px 0 #fff,
  1px -1px 0 #fff,
  -1px 1px 0 #fff,
  1px 1px 0 #fff;
}

#header-widget-container{
  position: relative;
  z-index: 1;
}
