/*
Theme Name: vantage-child
Theme URI: https://siteorigin.com/theme/vantage/
Author: SiteOrigin
Template: vantage
*/

@import url("../emphaino/style.css");

/*
ヘッダーの背景色変更
*/
#masthead {
  background: #999999;
  padding: 0 35px 0 35px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}

/*
サイトサポート文字色変更
*/
#masthead .hgroup .support-text {
  line-height: 1.2em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.6em;
  color: #8f8f8f;
  font-style: italic;
  max-width: 50%;
}
