@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background:transparent;*/
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

/* clear */
.clear,
.clearfix {
  zoom: 100%;
}

.clear:after,
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.t-ind {
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}

.b {
  font-weight: bold;
}

.break {
  word-wrap: break-word;
}

.bl {
  display: block;
}

html, body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  color: #333;
  min-width: 980px;
}

#blog-body,
#header{
	 -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-property: opacity, -webkit-filter;
  -moz-transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, -webkit-filter;
  -ms-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
}

#blog-body.hide,
#header.hide{
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-filter: blur(10px);
}

#wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
  min-width: 980px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-property: opacity, -webkit-filter;
  -moz-transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, -webkit-filter;
  -ms-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
}
#wrapper.hide {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-filter: blur(10px);
}

.wide {
  width: 960px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.f1,
.f2,
.f3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.f2 {
  font-weight: 500;
}

.f3 {
  font-weight: 700;
}

a {
  color: #333;
}

.pointer {
  cursor: pointer;
}

#youtube {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
#youtube #cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#youtube iframe {
  position: relative;
}
#youtube img{
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 1;
	top: 0;
	left: 0;
}
#noise{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(http://cider-inc.com/_ff/images/noise.png);
}


/* header */
header,
#header {
  height: 66px;
  background: #fff;
}
header #menu,
#header #menu {
  float: right;
  height: 66px;
  line-height: 66px;
}
header #menu nav,
#header #menu nav {
  float: left;
}
header #menu nav ul,
#header #menu nav ul {
  font-size: 14px;
}
header #menu nav ul li,
#header #menu nav ul li {
  float: left;
  margin-left: 30px;
  color: #c2c2c2;
  position: relative;
}
header #menu nav ul li a:hover,
header #menu nav ul li a.current,
#header #menu nav ul li a:hover,
#header #menu nav ul li a.current {
  color: #f92532;
}
header #menu nav ul li .update,
#header #menu nav ul li .update {
  position: relative;
  color: #f92532;
  font-size: 10px;
  top: -20px;
  line-height: 1;
}
header #menu #volume,
#header #menu #volume {
  margin: 23px 0 0 40px;
  padding-right: 25px;
  width: 18px;
  text-align: right;
  height: 20px;
  background: url(http://cider-inc.com/_ff/images/volume.gif) no-repeat right 0;
  float: left;
  font-size: 10px;
  line-height: 20px;
}
header #menu #volume:hover, header #menu #volume.on,
#header #menu #volume:hover,
#header #menu #volume.on {
  background-position: right -20px;
}
header #menu #official-link,
#header #menu #official-link {
  float: left;
  height: 20px;
  font-size: 14px;
  display: block;
  margin: 23px 0 0 15px;
  color: #fff;
  background: #333;
  padding: 0 7px;
  line-height: 20px;
}
header #menu #official-link:hover,
#header #menu #official-link:hover {
  background: #f92532;
}

/* footer */
footer {
  margin-top: 40px;
  color: #fff;
  padding-bottom: 15px;
  overflow: hidden;
}
footer #copyright {
  float: left;
  font-size: 9px;
  margin-top: 5px;
}
footer #footer-right {
  float: right;
}
footer #footer-right #del {
  float: left;
  font-size: 13px;
  margin-right: 10px;
}
footer #footer-right .sns {
  float: left;
  width: 113px;
  height: 20px;
  overflow: hidden;
}

#logo {
  display: block;
  width: 101px;
  height: 86px;
  background: url(http://cider-inc.com/_ff/images/header-logo.png) no-repeat 0 0;
  float: left;
  margin-top: 10px;
}

.page {
  padding-top: 50px;
}

.page-body {
  background: #fff;
  padding: 35px 50px;
}
.page-body h1 {
  text-align: center;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 35px;
}

body {
  background: #000;
}

#blog-head,
#user-right {
  display: none;
}

#user-main {
  width: 500px;
  float: right;
}

div#header{
	position: relative;
	z-index: 10;
}

div#container {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

div#blog-body {
  width: 100%;
}
div#blog-body #user-area {
  margin: 0;
  width: 100%;
}

#header {
  margin-bottom: 50px;
}

#user-body {
  background: #fff;
  padding-bottom: 25px;
}
#user-body h1 {
  font-size: 34px;
  line-height: 1;
  padding: 25px 0 10px;
  text-align: center;
}
#user-body #user-left {
  float: left;
  width: 300px;
  display: block;
  margin: 20px 0 0 50px;
}
#user-body #user-left #entries,
#user-body #user-left #category {
  border: solid 2px #303030;
  padding: 25px;
}
#user-body #user-left #category{
	margin-top: 30px;
}
#user-body #user-left h3 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}

#blog-body #user-area #user-body #user-main {
  margin: 0;
  padding-right: 50px;
}
#blog-body #user-area #user-body #user-main .article {
  margin: 20px auto 0;
  width: 100%;
  border: solid 2px #303030;
}
#blog-body #user-area #user-body #user-main .article .cate {
  display: none;
}
#blog-body #user-area #user-body #user-main .article .article_title {
  padding: 15px 30px;
  border-bottom: solid 2px #303030;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#blog-body #user-area #user-body #user-main .article .article_title strong {
  font-weight: normal;
}
#blog-body #user-area #user-body #user-main .article .article_body {
  padding: 15px 30px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#blog-body #user-area #user-body #user-main .article .article_body span{
	color: #303030 !important;
}

#blog-body #user-area #user-body #user-main .article .article_body img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

#blog-body #user-area #user-body #user-main .article .article_foot {
  padding: 15px 30px;
  height: auto;
}

#blog-foot,
.page_title{
	display: none;
}

.page_foot{
	padding: 25px 0 0;
}