@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/
/* グローバルナビの日本語を大きくする */
@media only screen and (min-width: 768px){
.nav > li > a{
 padding-top:5px;
 line-height:1.5;
 font-size:14px;
 font-weight:bold;
}
.nav li a span{
 font-size:14px;
 margin-top:1px;
 position: static;
 font-weight:normal;
}
}