@charset "utf-8";

/* 共通ヘッダー部分のカスタム */

/* header */
.header {
    height: auto;
    padding: 10px 0 0;
}

/* title */
#title {
	max-width:960px;
	width:100%;
	margin:auto;
}

/* logo */
#title h1 {
	background: url("../../resources/site/18/logo_3.png") no-repeat;
    margin: 0;
    padding: 0;
    text-align: left;
}
#title h1 a {
    display: inline-block;
    width: 520px;
    height: 66px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}
/* logo PC以外 */
@media screen and (max-width: 959px) {
  #title h1 {
      background: url("../../resources/site/18/logoSP.png") no-repeat;
  }
  #title h1 a {
      display: inline-block;
      width: 320px;
  }
}

/* catchcopy */
#title .catchcopy {
	font-size:12px;
	width:100%;
}