@media screen and (min-width:600px) {  /* PC用メディアクエリ */
body.custom .header .logo {
display:none;
}
body.custom .page__all {
background:url(./button.gif)0 0/200px repeat-y;
padding:0;
}
body.custom.nomenu:not(.nomenu:has(.menu__wrap > .info)) .page__inner {
background:none;
width:745px;
margin: 0 0 0 auto;
}
/* フッタ */
body.custom .page__inner {
background:url(./footer.gif) center bottom no-repeat;
padding-bottom: 30px;
}

body.custom.nomenu:not(.nomenu:has(.menu__wrap > .info)) #footer {
background:url(./footer.gif) center bottom no-repeat;
padding-bottom: 30px;
}
body.custom#entry_agreement .footer {
border:none;
}
body.custom #footer .ssl,
body.custom #footer .copyright {
width: 720px;
margin-left:auto;
margin-right:0;
}
/* メニュー */
body.custom .header {
width: 195px;
min-width: 195px;
padding-left: 30px;
}
body.custom .header,
body.custom .menu a,
body.custom .menu .menu__now a,
body.custom .menu .menu__mid a,
body.custom .menu .menu__high a {
  background: transparent;
  border: none;
}

/* タイトルバー */
body.custom .contents__title {
background:linear-gradient(to left,#f05156 25px, rgba(0,0,0,0) 100px),url(./titlebar.jpg) 0 0 no-repeat;
border: none;
padding: 4px 0 0 22px;
color: #fff;
height: 36px;
box-sizing: border-box;
}

}/* PC用メディアクエリの閉じタグ */

@media screen and (max-width:599px) {
body.custom .header__img { display:none;}
}