@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/
/* サイト説明 */
.site_description {
	font-size: 30px;
}
/* ヘッダー情報 */
.header-info a {
	font-size: .16em;
}
/* ヘッダー英字フォント変更 */
h2.en.gf{
    font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','Helvetica Neue','Helvetica','Arial',sans-serif;
    font-size: 1.0em !important;
}
/* グローバルナビの日本語を大きくする */
@media only screen and (min-width: 768px){
.nav > li > a{
 padding-top:5px;
 line-height:1.5;
 font-size:20px;
 font-weight:bold;
}
.nav li a span{
 font-size:20px;
 margin-top:1px;
 position: static;
 font-weight:normal;
}
}