@charset "UTF-8";
/* =========================================================
	1.UNIVERSAL-RESET
	2.BASE-SET
	3.WIRE-FRAME
	4.FORM
	5.TABLE
	6.COMMON
	7.PAGE
========================================================= */
/* 1.UNIVERSAL-RESET
--------------------------------------------------------- */
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: none;
}

img {
  vertical-align: bottom;
}

/* 2.BASE-SET
--------------------------------------------------------- */
body {
  background: #fff;
  font-size: 13px;
  font-family: Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: none;
}

@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
    /* for iPhone */
  }
}
.cx:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

*:first-child + html .cx {
  display: inline-block;
  min-height: 1%;
}

* html .cx {
  height: 1%;
}

a {
  overflow: hidden;
  text-decoration: underline;
}

/* 3.WIRE-FRAME
--------------------------------------------------------- */
html {
  overflow-y: scroll;
}

* html {
  text-align: center;
}

#header-in,
#footer-in,
#wrapper {
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
  width: 1004px;
}

#main {
  float: left;
  width: 684px;
}

#sub {
  float: right;
  width: 300px;
}

/* 4.FORM
--------------------------------------------------------- */
/* 5.TABLE
--------------------------------------------------------- */
/* 6.COMMON
--------------------------------------------------------- */
/* 7.PAGE
--------------------------------------------------------- */
/* structure.css
--------------------------------------------------------- */
/* structure
--------------------------------------------------------- */
#header-in {
  width: 1030px;
}

#nav {
  width: 100%;
  clear: both;
}

#wrapper {
  width: 970px;
  margin: 0 auto;
}

#main {
  width: 660px;
}

/* footer
--------------------------------------------------------- */
#contents-bottom {
  width: 970px;
  clear: both;
  padding: 10px 0 0 0;
  text-align: center;
}
#contents-bottom #gfooter {
  background: url("//u.xgoo.jp/cmm001/img/global/bline.gif") top repeat-x;
  min-height: 8px;
  _height: 8px;
  padding: 1px 8px;
}
#contents-bottom .relservice {
  margin: 7px 0 9px;
  padding: 1px 0 0;
  font-size: 12px;
}
#contents-bottom .relservice a:link, #contents-bottom .relservice a:visited {
  color: #666;
}
#contents-bottom .relservice a:hover {
  color: #c33;
}
#contents-bottom .relservice dt {
  display: inline;
  font-weight: bold;
}
#contents-bottom .relservice dd {
  display: inline;
  margin: 0 0 0 1em;
}

#fsch, .hsclt, .hscrt, .hsclb, .hscrb {
  background-image: url("//u.xgoo.jp/cmm001/img/global/navbg.gif");
}

#fsch {
  background-position: 0 -4px;
  background-repeat: repeat-x;
  background-color: #f9f9f9;
  border: solid 1px #ddd;
}
#fsch .inbox {
  border: solid 1px #fff;
}

.hsclt, .hscrt, .hsclb, .hscrb {
  display: block;
  width: 3px;
  height: 3px;
  font-size: 1px;
  line-height: 1px;
  position: relative;
  z-index: 1;
}

.hsclt {
  background-position: 0 0;
  float: left;
  margin: -2px 0 0 -2px;
}

.hscrt {
  background-position: -3px 0;
  float: right;
  margin: -2px -2px 0 0;
}

.hsclb {
  background-position: -6px 0;
  float: left;
  margin: 0 0 -2px -2px;
}

.hscrb {
  background-position: -9px 0;
  float: right;
  margin: 0 -2px -2px 0;
}

div.searcharea {
  margin: 10px 0 9px;
  overflow: hidden;
}
div.searcharea input {
  vertical-align: middle;
}
div.searcharea input.text {
  border: solid 1px #ccc;
  padding: 3px;
}
div.searcharea .button {
  display: -moz-inline-box;
  display: inline-block;
  margin: 0 0 0 8px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background: #feeda5 url("//u.xgoo.jp/cmm001/img/global/btn_bg.gif") bottom repeat-x;
  vertical-align: middle;
}
div.searcharea .button input {
  display: block;
  border: 0;
  padding: 2px 16px;
  margin: 0 -1px;
  cursor: pointer;
  background: transparent;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  line-height: 1.2;
}

/* any of firefox */
div.searcharea .button input, x:-moz-any-link {
  padding: 1px 16px;
}

/* before ie7 */
div.searcharea .button {
  *display: inline;
  *zoom: 1;
  _position: relative;
  *border: solid 1px #ccc;
}

div.searcharea .button input {
  *padding: 1px 0 0;
  *display: block;
  *position: relative;
  *border: 0;
}

#modechangebutton {
  margin-bottom: 8px;
  clear: both;
}
#modechangebutton a {
  display: block;
  padding: 10px 10px 8px;
  text-align: center;
  background: #999;
  font-size: 169%;
  color: #fff;
  text-decoration: none;
  line-height: 1.4em;
}
#modechangebutton a:hover, #modechangebutton a:visited {
  color: #fff;
  text-decoration: underline;
}

#footer {
  width: 970px;
  padding: 0 30px;
  margin: 0 auto;
  background: #fff;
  border-top: 0;
  line-height: 1.2;
  text-align: center;
  color: #666;
  font-size: 12px;
}
#footer a:link, #footer a:visited {
  color: #666;
}
#footer a:hover {
  color: #c33;
}
#footer #footnavi {
  background-color: #f4f4f4;
  padding: 3px 0;
}
#footer #footnavi ul {
  margin: 7px 0;
  padding: 0;
}
#footer #footnavi ul li {
  display: inline;
  margin: 0 11px 0 0;
}
#footer address {
  margin: 6px 0;
  font-style: normal;
}

/* parts.css
--------------------------------------------------------- */
/* header */
#header-in {
  *zoom: 1;
  padding: 20px 0;
}
#header-in:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
#header-in .page-title {
  float: left;
  margin-bottom: 0;
  font-size: 100%;
}
#header-in .page-title a {
  margin-right: 0;
}
#header-in .logo {
  float: right;
  padding: 0 0 0;
  text-align: right;
  line-height: 0;
}

#nav ul {
  width: 1030px;
  margin: 0 auto;
  *zoom: 1;
}
#nav ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
#nav ul li {
  float: left;
  min-width: 135px;
  text-align: center;
}
#nav ul li a {
  display: block;
  min-width: 119px;
  _width: 119px;
  padding: 10px 8px 9px;
}

/* body */
#wrapper {
  width: 970px;
  padding: 25px 30px 0;
  margin: 0 auto;
}

/* rside */
#sub .aside {
  margin: 0 0 20px;
}

/* common */
a {
  text-decoration: underline;
}
a:link {
  color: #36c;
}
a:visited {
  color: #609;
}
a:hover {
  color: #c30;
  text-decoration: none;
}

.paragraph {
  margin-bottom: 50px;
}
.paragraph h1, .paragraph h2 {
  font-size: 34px;
  position: relative;
}
.paragraph p {
  font-size: 18px;
}

/* social */
.social li {
  display: -moz-inline-block;
  display: inline-block;
  *display: inline;
  zoom: 1;
  list-style: none;
  width: 110px;
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
}
.social li iframe, .social li a {
  vertical-align: middle;
}
.social li a {
  line-height: 1.4;
}

.social-btn {
  margin: 0 0 24px;
  font-size: 0;
}
.social-btn li {
  display: inline;
}
.social-btn .facebook {
  margin: 0 9px 0 0;
}
.social-btn a img:hover {
  opacity: 0.7;
}

.social-vertical {
  margin: 0 0 20px;
  text-align: right;
}
.social-vertical li {
  display: -moz-inline-block;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 5px 0 0;
}

.crumb {
  margin: 0 0 33px;
  text-align: center;
}
.crumb li {
  display: inline;
}
.crumb li span {
  margin: 0 12px 0 0;
  padding: 0 12px 0 0;
  border-right: 1px solid #000;
}
.crumb li .last {
  margin: 0;
  padding: 0;
  border: 0;
}

.paging {
  margin: 16px 0 55px;
  padding: 0;
  text-align: center;
  color: #fff;
  clear: both;
}
.paging .cur {
  background: #999;
  padding: 5px 10px;
  border: 1px solid #ccc;
  text-decoration: none;
  font-weight: bold;
}
.paging .blk {
  text-decoration: none;
}
.paging .blk a {
  text-decoration: none;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.paging .blk a:hover {
  text-decoration: none;
  background: #e5e5e5;
}
.paging .blk a:active {
  text-decoration: none;
  background: none;
}

.widget {
  padding: 4px 18px 10px 17px;
  *zoom: 1;
}
.widget:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.widget .facebook {
  float: left;
  margin: 0 25px 0 0;
}
.widget .tweer {
  float: left;
}

.re-tweet {
  margin: 0 0 35px;
  padding: 0 15px 15px;
  zoom: 1;
}
.re-tweet ul {
  margin-bottom: 0;
  *zoom: 1;
}
.re-tweet ul:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.re-tweet ul li {
  float: left;
  width: 196px;
  margin: 15px 12px 0 0;
}
.re-tweet ul li.nth3 {
  margin-right: 0;
}
.re-tweet ul li a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  border: 0;
}
.re-tweet ul li a:hover {
  opacity: 0.7;
}
.re-tweet ul li span {
  position: absolute;
  display: block;
  line-height: 1.2;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
}
.re-tweet ul li .title {
  left: 0;
  bottom: 0;
  min-height: 2.4em;
  _height: 2.4em;
  padding: 4px 2px 1px;
  width: 192px;
}
.re-tweet ul li .count {
  right: 0;
  top: 0;
}

/* to top button */
#contents-bottom .pagetop {
  margin: 0 0 14px;
  text-align: right;
  line-height: 1.3;
}

/* ad */
.banner {
  margin: 0 0 1em 0;
  display: block;
}

/* top > user */
.user {
  margin-bottom: 20px;
}
.user .user_icon {
  float: left;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}
.user span {
  margin-left: 10px;
  border-bottom: 1px dotted #e71f19;
  color: #e71f19;
  font-size: 16px;
  line-height: 60px;
}

.movie {
  margin-bottom: 20px;
}

.dot_btm {
  background: url(https://ima.xgoo.jp/pc/viral/img/common/bdr_dot.gif) repeat-x left bottom;
  padding-bottom: 26px;
}

.add {
  margin-bottom: 30px;
}

.box_pickup {
  margin-bottom: 20px;
}
.box_pickup a {
  background: #e71f19;
  padding-bottom: 15px;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-decoration: none;
  display: block;
}
.box_pickup a:hover {
  opacity: 0.7;
}
.box_pickup a p {
  padding: 10px 10px 0 10px;
  margin-bottom: 0;
  color: #ffffff;
}

/* user */
#user_data {
  margin-bottom: 10px;
}
#user_data .user_photo {
  float: left;
  border-radius: 120px;
  overflow: hidden;
  width: 240px;
  margin-right: 16px;
  border: 2px solid #cccccc;
}
#user_data .user_photo img {
  border-radius: 116px;
}
#user_data .user_plofile {
  float: left;
  width: 400px;
}
#user_data .user_plofile .name {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
#user_data .user_plofile .text {
  font-size: 16px;
  line-height: 1.3;
}

.user_contact dt {
  float: left;
  width: 80px;
  margin: 0 10px 10px 0;
  clear: both;
}
.user_contact dd {
  float: left;
  width: 310px;
  margin-bottom: 10px;
  line-height: 20px;
}

#user_select_movie {
  margin-top: 20px;
  padding-top: 20px;
  background: url(https://ima.xgoo.jp/pc/viral/img/common/ic_user_select.png) 40px 0 no-repeat;
}
#user_select_movie h2 {
  font-size: 18px;
}
#user_select_movie h2 strong {
  font-size: 24px;
  margin-right: 5px;
  font-weight: bold;
}

.bg_select_movie {
  background: #e9e9e9;
  padding: 20px 0 30px 20px;
  border-radius: 10px;
  position: relative;
}
.bg_select_movie .list_select_movie {
  *zoom: 1;
  _margin-right: -20px;
}
.bg_select_movie .list_select_movie:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.bg_select_movie .list_select_movie li {
  float: left;
  width: 300px;
  margin: 0 20px 20px 0;
  zoom: 1;
}
.bg_select_movie .list_select_movie li a {
  display: block;
  background: #222222;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 14px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.4;
  font-size: 14px;
}
.bg_select_movie .list_select_movie li a:hover {
  opacity: 0.7;
}
.bg_select_movie .list_select_movie li img {
  display: block;
  margin-bottom: 10px;
}
.bg_select_movie .list_select_movie li span {
  display: block;
  padding: 6px 10px 0px 10px;
}

html, body {
  background: #f0f0f0;
}

#header {
  background: #e71f19;
}

#header-in {
  background: #e71f19;
}

#nav {
  background: #ddd;
}
#nav ul li a {
  border-right: 1px solid #ccc;
}
#nav ul li a:hover {
  background: #ccc;
}

#wrapper {
  background: #fff;
}

h1, h2, h3 {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 16px;
}

p {
  line-height: 1.6;
  margin-bottom: 16px;
}

#contents-bottom .pagetop a {
  padding: 0 0 0 20px;
  background: url(https://ima.xgoo.jp/pc/common/img/icon_top.png) left center no-repeat
}

.re-tweet {
  background: #faeed4;
  border-radius: 10px;
  margin: 0 0 35px;
  padding: 0 15px 15px;
  zoom: 1;
}
.re-tweet ul li {
  background: #fff;
  border: 3px solid #e71f19;
}
.re-tweet ul li a {
  color: #fff;
}
.re-tweet ul li span {
  background: #e71f19;
  background: rgba(231, 31, 25, 0.8);
}
.re-tweet ul li .count {
  text-align: right;
  border: 0;
  background: none;
}
.re-tweet ul li .count span {
  display: block;
  position: static;
  padding: 5px 5px 5px 24px;
  height: auto;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
}
.re-tweet ul li .count span.tweet {
  background: #00acee url("../img/count_tweet.gif") 5px 4px no-repeat;
  background: rgba(0, 172, 238, 0.9) url("../img/count_tweet.gif") 5px 4px no-repeat;
}
.re-tweet ul li .count span.like {
  background: #3b5998 url("../img/count_like.gif") 5px 4px no-repeat;
  background: rgba(59, 89, 152, 0.9) url("../img/count_like.gif") 5px 4px no-repeat;
}


/* youtube */
.youtube16-9, .youtube4-3 {
  margin-bottom: 10px;
  position: relative;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube16-9 iframe, .youtube4-3 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube16-9 {
  padding-bottom: 56.25%;
}

.youtube4-3 {
  padding-bottom: 75%;
}


/*ちょっと追加*/
h2 a {
  text-decoration: none;
  font-weight: bold;
}

h2 a:link {
  color: #000000;
}

h2 a:visited {
  color: #000000;
}

h2 a:hover {
  opacity: 0.8;
  color: #e71f19;
}

.user a {
  text-decoration: none;
}

.user a:hover {
  opacity: 0.8;
}

.movie a:hover {
  opacity: 0.7;
}

b {
font-weight: bold;
}

strong {
font-weight: bold;
}

/* paging */
.paging {
	text-align: center;
}
.paging li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 1px;
	vertical-align: middle;
}
.paging li span,
.paging li a {
	vertical-align: middle;
	color: #000;
}
.paging li a {
	border: 1px solid #000;
	color: #000;
	display: inline-block;
	line-height: 28px;
	min-width: 28px;
}
.paging li .on {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	display: inline-block;
	line-height: 28px;
	min-width: 28px;
}
.paging li.prev a,
.paging li.next a {
	border: 0;
}
