body {
  font-family: verdana,arial,'Hiragino Maru Gothic Pro',Meiryo,'MS PGothic',sans-serif;
  font-size: 12pt;
}

#page {
  width: 850px;
  margin: 50px auto;
}

.menubar {
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  padding-bottom: 10px;
  z-index: 10000;
}
.menubar .menu {
  overflow: hidden;
  margin: 5px auto 0 auto;
  width: 850px;
  text-align: right;
  -webkit-border-radius: 0.1em;
  -moz-border-radius: 0.1em;
  -ms-border-radius: 0.1em;
  -o-border-radius: 0.1em;
  border-radius: 0.1em;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.menubar .menu .logo {
  float: left;
  width: 36px;
  margin-left: 5px;
  margin-top: 1px;
}
.menubar .menu .logosns {
  float: right;
  margin-top: 3px;
  margin-right: 5px;
}
.menubar .menu .logosns a {
  width: 30px;
  height: 30px;
  margin-left: 1px;
  margin-top: 1px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.menubar .menu .logosns .youtube {
  background-image: url("img/yt.png");
}
.menubar .menu .logosns .facebook {
  background-image: url("img/fb.png");
}
.menubar .menu .logosns .mixi {
  background-image: url("img/mi.png");
}
.menubar .menu .logosns .twitter {
  background-image: url("img/tw.png");
}
.menubar .menu ul {
  padding: 7px;
  list-style: none;
  display: inline-block;
  margin: 0;
}
.menubar .menu li {
  font-family: 'Passero One','Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
  font-size: 18pt;
  display: inline-block;
  padding: 2px 1em;
  list-style: none;
  color: white;
  background: #333333;
  border-right: 1px solid white;
  line-height: 20px;
}
.menubar .menu a:visited {
  color: white;
  text-decoration: none !important;
}

.sideright {
  float: right;
  width: 313px;
}
.sideright .twitter1 {
  width: 317px;
  padding: 0;
  margin-top: -10px;
}
.sideright .twitter {
  display: none;
  position: relative;
  overflow: hidden;
}
.sideright .twitter .header {
  position: relative;
  font-family: 'Avenir Next Condensed','Arial Narrow';
}
.sideright .twitter .header a:link {
  color: #999999;
}
.sideright .twitter .header a:visited {
  color: #999999;
}
.sideright .twitter .header .avatar {
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 4px;
}
.sideright .twitter .header .name {
  position: absolute;
  left: 54px;
  top: 5px;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
}
.sideright .twitter .header .screenname {
  position: absolute;
  left: 54px;
  top: 22px;
  font-size: 13px;
}
.sideright .twitter .follow {
  position: absolute;
  right: 8px;
  top: 12px;
}
.sideright .twitter .follow .twitter-follow-button {
  width: 90px;
  height: 20px;
}
.sideright .twitter .text {
  position: relative;
  left: 9px;
  margin-top: 57px;
  color: #333333;
  font-size: 15px;
  width: 96%;
}
.sideright .twitter .text p {
  margin: 5px;
}
.sideright .twitter .text p a {
  word-break: break-all;
}
.sideright .twitter .text .date {
  color: #999999;
  font-family: 'Avenir Next','Arial';
  font-size: 13px;
  margin-top: 6px;
}
.sideright .twitter .text .date a {
  color: #999999 !important;
}
.sideright .twitter .media {
  display: none;
  margin-top: 8px;
  text-align: center;
}
.sideright .twitter .media img {
  width: 96%;
}
.sideright .facebook {
  display: none;
  position: relative;
  overflow: hidden;
}
.sideright .facebook .header {
  position: relative;
  font-family: 'Avenir Next Condensed','Arial Narrow';
}
.sideright .facebook .header a:link {
  color: #999999;
}
.sideright .facebook .header a:visited {
  color: #999999;
}
.sideright .facebook .header .avatar {
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 4px;
  width: 48px;
  height: 48px;
}
.sideright .facebook .header .name {
  position: absolute;
  left: 54px;
  top: 5px;
  color: #3B5998;
  font-size: 15px;
  font-weight: bold;
}
.sideright .facebook .header .follow {
  position: absolute;
  left: 54px;
  top: 27px;
}
.sideright .facebook .header .title {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 0px 7px;
  background: #3B5998;
  color: white;
}
.sideright .facebook .text {
  position: relative;
  left: 9px;
  margin-top: 57px;
  color: #333333;
  font-size: 15px;
  width: 96%;
}
.sideright .facebook .text p {
  margin: 5px;
}
.sideright .facebook .text .date {
  color: #999999;
  font-family: 'Avenir Next','Arial';
  font-size: 13px;
  margin-top: 6px;
}
.sideright .facebook .media {
  display: none;
  margin-top: 8px;
  text-align: center;
}
.sideright .facebook .media img {
  width: 96%;
}
.sideright .facebook .event {
  display: none;
  margin-top: 8px;
  border: 1px solid #DDDDDD;
  padding: 7px;
}
.sideright .facebook .event .name {
  background: #3B5998;
  color: #FFFFFF;
  padding: 5px;
  margin-bottom: 5px;
}
.sideright .facebook .event .loc {
  font-size: 80%;
  text-align: right;
  color: #666;
}
.sideright .facebook .event .time {
  font-size: 80%;
  text-align: right;
  color: #666;
}

#page .sns {
  -webkit-border-radius: 0.1em;
  -moz-border-radius: 0.1em;
  -ms-border-radius: 0.1em;
  -o-border-radius: 0.1em;
  border-radius: 0.1em;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  list-style: none;
  padding: 10px;
  margin: 0;
  margin-bottom: 10px;
}

.s90 {
  font-size: 90%;
}

.s80 {
  font-size: 80%;
}

h2 {
  font-family: "Hiragino Kaku Gothic Pro",Meiryo,'MS PGothic',sans-serif;
  font-size: 17pt;
  line-height: 23pt;
}

h3 {
  font-size: 14pt;
  line-height: 16pt;
}

a:link {
  text-decoration: none;
}

img {
  border: none;
}

#page {
  padding: 0;
  margin: 50px auto;
  width: 850px;
}
#page h1 {
  position: relative;
}
#page h1 img {
  width: 850px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
#page h1 .fukidashi {
  width: 400px;
  height: 200px;
  position: absolute;
  top: 253px;
  left: 335px;
  background-image: url("../img/fuki.png");
  background-repeat: no-repeat;
  font-size: 12pt;
  font-weight: normal;
  display: none;
}
#page h1 .twitter-tweet {
  position: absolute;
  left: 37px;
  top: -2px;
  height: 149px;
  box-shadow: none !important;
  border-style: none !important;
  overflow: auto;
}
#page .youtube_outer {
  margin: 10px 0px;
}
#page .youtube {
  -webkit-border-radius: 0.1em;
  -moz-border-radius: 0.1em;
  -ms-border-radius: 0.1em;
  -o-border-radius: 0.1em;
  border-radius: 0.1em;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-bottom: 10px;
}

.live {
  -webkit-border-radius: 0.1em;
  -moz-border-radius: 0.1em;
  -ms-border-radius: 0.1em;
  -o-border-radius: 0.1em;
  border-radius: 0.1em;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  width: 520px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.liveheaderbox {
  color: #FFFFFF;
  background: #3060FF;
  background: -moz-linear-gradient(#33bcef, #019ad2);
  background: -webkit-linear-gradient(#33bcef, #019ad2);
  border-radius: 0.1em 0.1em 0 0;
  padding: 10px;
}

.liveheader {
  margin: 0;
}

.livebox {
  border: solid 1px #FFFFFF;
  border-radius: 0.5em;
  padding: 10px;
}
.livebox .livedesc {
  margin-top: 20px;
}
.livebox .livedesc a h3 {
  color: #333;
}
.livebox .livedesc a h3:hover {
  color: inherit;
}
.livebox .livedesc:first-child {
  margin-top: 0;
}

.past {
  font-size: 85%;
  color: #5c5c5c;
}

.past h3 {
  font-size: 13pt;
}

.livetitle {
  margin: 0 0 0.5em 0;
}

.timeline-header {
  background: #a94d4d;
}

.sidemenu {
  -webkit-border-radius: 0.1em;
  -moz-border-radius: 0.1em;
  -ms-border-radius: 0.1em;
  -o-border-radius: 0.1em;
  border-radius: 0.1em;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-bottom: 10px;
  color: #383838;
}
.sidemenu .logo {
  width: 25px;
}
.sidemenu .caption {
  font-family: 'Avenir Next Condensed','Arial Narrow';
  font-weight: bold;
}
