body {
  background: silver; }
  body > div {
    min-width: 750px; }

.wrap {
  width: 750px;
  margin: 0 auto; }

.header {
  background: white url(img/header.jpg) no-repeat center top;
  height: 680px; }
  .header .wrap * {
    display: none; }

.twitter {
  background: #00a1e8; }
  .twitter .wrap {
    width: 710px;
    padding: 40px 0;
    overflow: hidden; }
    .twitter .wrap .box {
      text-align: left; }
      .twitter .wrap .box h1 {
        height: 30px;
        font-size: 14px; }
        .twitter .wrap .box h1 strong {
          font-size: 16px; }
        .twitter .wrap .box h1 span {
          font-size: 12px; }
        .twitter .wrap .box h1 i {
          font-weight: normal; }
      .twitter .wrap .box.user {
        float: left;
        width: 420px; }
      .twitter .wrap .box.hashtag {
        float: right;
        width: 260px; }
      .twitter .wrap .box img {
        width: 100%; }

.footer {
  color: gray; }
  .footer a, .footer small {
    padding: 15px 0;
    display: block; }
  .footer a:hover {
    color: gray; }

.official-2pm a {
  background: black;
  color: white; }

.official-solo a {
  background: white;
  color: black; }

body {
  text-align: center;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  font-family: 'Raleway', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif; }

* {
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  word-break: break-all;
  list-style: none;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

img, iframe {
  border: 0;
  vertical-align: middle; }

.pc .sp-only {
  display: none; }

.sp .pc-only {
  display: none; }
