@charset "utf-8";
/*html5リセット*/
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;} ins {background-color:#ff9;color:#000;text-decoration:none;} 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;} hr {display:block;height:1px;border:0;   border-top:1px solid #cccccc;margin:1em 0;padding:0;}input, select {vertical-align:middle;}
/*html5リセットend*/


/*共通*/


* {margin: 0;padding: 0;}
body{
    font-family:Helvetica, Arial, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W5", "メイリオ", Meiryo, sans-serif, "ＭＳ Ｐゴシック", "MS Pゴシック", Osaka;
  font-size:14px;
  line-height:24px;
  color:#323232;
  background-color:rgb(112,112,112);
}
body#popup_body{
  background: #fff;
}

header{
  position: fixed;
  width: 1616px;
  /*height:62px;*/
  padding:10px 0 5px 0;
  /*margin-bottom: 10px;*/
  color: #fff;
  z-index: 300;
  background-color: rgba(0,0,0,1);
  top: 0;
}

header > h1{
  float: left;
  height:40px;
}
header > h1 > a > img{
  margin-left: 50px;
  height:40px;
  width:auto;
}
header > h1 > a:hover > img{
  background: transparent;

}
header > ul.text_navi{
  display: block;
  height:40px;
  float:right;
  margin-right: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header > ul.text_navi.active{
  display: block;
}
header > ul.text_navi > li{
  height:40px;
  display: block;
  float:left;
}

header > ul.text_navi > li > a,
header > ul.text_navi > li > form > a{
  height: 40px;
  line-height: 40px;
  text-decoration: none;
}

header > ul.text_navi > li > a > span,
header > ul.text_navi > li > form > a > span{
  color: #FFFFFF;
  font-size: 16px;
  text-shadow: 2px 0 0 #000000;
  padding: 0 10px;
}

header > ul.text_navi > li > a:hover > span,
header > ul.text_navi > li > form > a:hover > span{
  opacity: 0.7%;
  color: #ccc;
}

header > ul.icon_navi {
  display: block;
  height: 40px;
  width:0;
  position: absolute;
  right: 50px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header > ul.icon_navi > li{
  border: 2px solid #FFFFFF;
  border-radius: 3px;
  display: block;
  float: left;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  padding: 2px;
  width: 28px;
  margin-left: 5px;
  cursor: pointer;
}

header > ul.icon_navi > li:hover > i,
header > ul.icon_navi > li > i.active{
  color: #999;
}

header > ul.icon_navi > li > i{
  margin-left: 6px;  
}
header > ul.icon_navi > li > i.fa-cog{
  margin-left: 6px;
}

header .global_search_wrap{
  float: left;
  height: 30px;
  left: calc(50% - 15%);
  position: absolute;
  width: 30%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header form#global_search{
  /*height: 40px;*/
  width: 188px;
  position: absolute;
  top: 0;
  left: calc( 50% - 94px);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header form#global_search.long{
  width: 288px;
  left: calc( 50% - 144px);  
}

header form#global_search > input[name="name"]{
  background: rgba(221, 221, 221, 0.6);
  border: 1px solid #fafafa;
  border-radius: 5px;
  font-size: 16px;
  height: 18px;
  line-height: 18px;
  margin: 3px auto auto;
  padding: 3px;
  text-align: center;
  color: #666;
  width: 180px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header form#global_search.long > input[name="name"]{
  width: 280px;
}
header form#global_search > i{
  position: absolute;
  right: 12px;
  top: 7px;
  font-size: 16px;
  line-height: 16px;
}
header form#global_search > i:hover{
  cursor: pointer;
}

header form#global_search > input[name="name"]:focus{
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  color: #333;
}

header form#global_search > input[name="name"]:focus + i{
  color: #333;
}
li.header_trial {
  background: #225566;
  border-radius: 5px;
}

a {
  color: #0099e8;
  text-decoration: underline;
}

a:visited {color: #640064;}
a:hover {text-decoration: none;}
img {
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a img:hover {
  opacity:0.7;
  -moz-opacity:0.7;
  filter: alpha(opacity=70);
  zoom:1;
}
/* 新旧Firefox */
a img:hover, x:-moz-any-link { background: #fff;}
a img:hover, x:-moz-any-link, x:default { background: #fff;}

ul {
  list-style-type:none;
}

/*.container {
  width:1038px;
  margin:0 auto;
  }
*/
span.date {
  font-size:90%;
  color:#969696;
}

span.actor {
  display:block;
  height:16px;
  overflow:hidden;
  margin:2px 0 3px 0;
}

span.actor a {
}

span.actor a:hover {
}

span.still_play {
  color:#ff0000;
  font-size:90%;
}

.right_m20{
  margin:0 20px 0 0;
}

.left_m20{
  margin:0 0 0 20px;
}

span.rank {

	float: left;
	box-sizing: border-box;
	width: calc(100% - 20px);

  display: block;
  background-color: #dddddd;
  color: #000000;
  text-align: center;
  padding: 2px;
  font-weight: bold;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  margin:5px 10px 5px 10px;
  border:1px solid #cccccc;
  font-size:16px;
  height: 40px;
  line-height: 40px;
}
span.rank > img {
  height: 30px;
  width: auto;
}
ul.rank li:first-child span.rank,
ul.top_rank li:first-child span.rank{
  background:linear-gradient(#ffd700, #c89600);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd700), to(#c89600));/*上-下*/
  background: -moz-linear-gradient(top, #ffd700, #c89600);/*上-下*/
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffd700, endcolorstr=#c89600);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffd700, endcolorstr=#c89600))";zoom: 1;
  border-color:#e6b400;
}

ul.rank li:nth-child(2) span.rank,
ul.top_rank li:nth-child(2) span.rank {  
  background:linear-gradient(#d2e6eb, #878c8c);
  background: -webkit-gradient(linear, left top, left bottom, from(#d2e6eb), to(#878c8c));
  background: -moz-linear-gradient(top, #d2e6eb, #878c8c);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#d2e6eb, endcolorstr=#878c8c);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#d2e6eb, endcolorstr=#878c8c))";zoom: 1;
  border-color:#b4c8cd;
}

ul.rank li:nth-child(3) span.rank,
ul.top_rank li:nth-child(3) span.rank {
  background:linear-gradient(#e6d2b4, #be9b1e);
  background: -webkit-gradient(linear, left top, left bottom, from(#e6d2b4), to(#be9b1e));
  background: -moz-linear-gradient(top, #e6d2b4, #be9b1e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#e6d2b4, endcolorstr=#be9b1e);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#e6d2b4, endcolorstr=#be9b1e))";zoom: 1;
  border-color:#c8b496;
}

.single span.still_play	{
  font-size:100%;
  margin-bottom:10px;
  display:block;
}
.single p{
  padding-right: 5px;
  padding-left: 5px;
}
.single span.still_play	strong{
  font-size:150%;
}

.announce {
  background-color:#fff;
  display:block;
  text-align:center;
  border: 0px solid #fff;
  border-width: 0 0 1px 0;
}

.announce a{
  background: none repeat scroll 0 0 #FF9999;
  color: #FFf;
  display: block;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  text-decoration: none;
}

.announce a span {
  font-size:90%;
  font-weight:normal;
  color:#999;
  display:block;
}

.announce a:hover {
  color:#000;
}


.detailbutton a {
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid #ffaa00;
  text-decoration: none;
  color: #000;
  border-radius: 3px;
  background:linear-gradient(#ffc800, #f5a500);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc800), to(#f5a500));
  background: -moz-linear-gradient(top, #ffc800, #f5a500);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffc800, endcolorstr=#f5a500);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffc800, endcolorstr=#f5a500)";
  zoom: 1;
  text-shadow:0px -1px 0px #ccc;
  -moz-box-shadow:0px 2px 4px #666;
  -webkit-box-shadow:0px 2px 4px #666;
  box-shadow:0px 2px 4px #666;
  margin-top:5px;
  font-weight:bold;
}

.detailbutton a:hover {
  background:linear-gradient(#000, #555555);
  background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#000));
  background: -moz-linear-gradient(top, #000000, #555555);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#000000, endcolorstr=#555555);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#000000, endcolorstr=#555555))";
  zoom: 1;
  text-decoration:none;
  text-shadow:0px -1px 0px #000;
  color:#fff;
  border-color:#000;
}

/*ヘッダー*/

#header {

}

.logo, #header .ad, #login li{
  float:left;
}

ul#login {
  /*margin-right:10px;
  margin-top:5px;*/
  float:left;
}

ul#login li{
  float:left;
  margin-right:20px;
}

ul#login li{
  display:block;

}

ul#login li a {
  border: 0px;
  border-radius: 10px;
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  width: 190px;

  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

ul#login li a.login,
ul#login li a.logout{
  background: rgba(34, 24, 20, 1.0000);
}
ul#login li a.entry,
ul#login li a.mypage{
  background: rgba(195, 13, 35, 1.0000);
}
ul#login li a:hover{
  color: #e2b528;
}

ul.header_cart {
  display: block;
  float: left;
  padding-right:20px;
}
ul.header_cart > li{
  border: 3px solid #000;
  border-radius: 10px;
  display: block;
  height: 34px;

  text-decoration: none;
  width: 264px;
  padding: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
ul.header_cart > li span{
  display: inline;
  line-height: 34px;
  font-weight: bold;
}

ul.header_cart li > ul.header_cart_detail{
  float: right;
  display: block;
  width: 110px;
  height: 34px
}
ul.header_cart li > ul.header_cart_detail li{
  display: block;
  float: left;
  width: 100%;
  height: 17px;
  line-height: 17px;
}
/*ICON用*/
ul.header_cart li > i{
  font-size: 34px;
  margin-right: 10px;
  vertical-align: -25%;
}

/*ICON用*/
ul#login li a i{
  margin-right: -10px;
  padding-left: 6px;
  font-size: 25px;
}

.inputbox input.submit2,
.inputbox input.submit,
.inputbox .submit,
.entry a,
.button a,
ul.select_button li a,
#recomend a#set,
ul.monthly_change_btn li input
{
  display:block;
  cursor: pointer;
  border:1px solid #C8C8C8;
  padding:10px 20px;
  color:#666;
  //min-width: 150px;
  font-size: 14px;
  font-weight:bold;
  margin-top:3px;
  background:#fff;
  text-decoration:none;
}

#mynavi_area li a{
  display:block;
  position: relative;
  width: 250px;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #cbcbcb;
  padding: 18px 52px;
  color:#666;
  //min-width: 150px;
  font-size: 14px;
  font-weight:bold;
  margin: 0 0 0 -3px;
  text-decoration:none;
  box-sizing: border-box;
}

#mynavi_area li a:hover,
#mynavi_area li a:active,
#mynavi_area li a:focus,
#mynavi_area li a.selected{
  background-color: #dceefc;
  text-decoration:none;
  border-color:#c1d9ec;
}

#mynavi_area li a:active:after,
#mynavi_area li a:hover:after,
#mynavi_area li a:focus:after,
#mynavi_area li a.selected:after{
  position: absolute;
  left: calc(50% - 13px);
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-top: solid #dceefc;
  border-width: 12px;
  margin-top: -1px;
}

.min150 > input{
  min-width: 150px;
}

.inputbox input:hover.submit2,
.inputbox input:hover.submit,
.entry a:hover,
.button a:hover,
#recomend a#set:hover,
ul.monthly_change_btn li input:hover,
ul.monthly_change_btn li input.put
{
  background:#555555;
  text-decoration:none;
  color:#fff;
  border-color:#000;
}

input.submit{
  display:block;
  margin:10px 0 0 0;
  cursor: pointer;
  background-color: #fe7271;
  border:1px solid #ef6463;
  padding:10px 20px;
  color:#fff;
  min-width: 160px;
  font-size: 14px;
  font-weight:bold;
  text-decoration:none;
  font-weight: bold;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}


input.back_cancel_submit{
  display:block;
  margin:10px 0 0 0;
  cursor: pointer;
  background-color: #b2cfe8;
  border:1px solid #b2cfe8;
  padding:10px 20px;
  color:#fff;
  min-width: 160px;
  font-size: 14px;
  font-weight:bold;
  text-decoration:none;
  font-weight: bold;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

input.submit:hover{
  background-color: #ef6463;
}


input.back_cancel_submit:hover{
  background-color: #4ea0eb;
}


div.refusal_confirm{
  display: block;
  margin: 10px 0 0 0;
  width: 120px;
  cursor: pointer;
  background-color: #f6f6f6;
  border: 1px solid #dedede;
  padding: 5px 0px;
  color: #fff;
  min-width: 160px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

div.refusal_confirm a{
  text-decoration: none;
  color: #c0c0c0;
  padding: 9px 45px;
}


input:hover.submit,
input:focus.submit,
input:active.submit{
  background-color: #ef6463;
  text-decoration:none;
  color:#fff;
}

input:hover.back_cancel_submit,
input:focus.back_cancel_submit,
input:active.back_cancel_submit{
  background-color: #9ec0dd;
  text-decoration:none;
  color:#fff;
}

div.refusal_confirm a:hover,
div.refusal_confirmfocus,
div.refusal_confirmactive{
  background-color: #f1f1f1;
  text-decoration: none;
  color: #c0c0c0;
  padding: 9px 45px;
}


.login_contents {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.login_contents .tab-content .login input.submit,
.login_contents .tab-content .regist input.submit{
  display: block;
  margin: 30px auto 35px;
  background: #ef2624;
  color: #fff;
  width: 320px;
  border: none;
  line-height: 40px;
  font-size: 14px;
  transition: all ease-out .3s;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
}

.login_contents .tab-content .login input:hover.submit,
.login_contents .tab-content .regist input:hover.submit{
  transition: all ease-out .3s;
  background: #fc3d3b;
}

input[type="button"],input[type="submit"] {
  -webkit-appearance: none;
}


.login ul#forgot {
}

.login ul#forgot li{
  position: relative;
  margin: 0 0 4px 0;
}

.login ul#forgot li a{
  font-size: 12px;
}

.login #forgot span.annotation{
  position: relative;
  font-size: 11px;
  top: -9px;
  left: 0;
}

.br:before {
  content: "\A" ;
  white-space: pre ;
}

/*
#login li a,
.button a
  {
  text-decoration:none;
  display:block;
  }

.button a {
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius:19px;
  text-align:center;
  width:50px;
  }
  
#login li.first a {
  border-right:none;
  -webkit-border-radius: 19px 0px 0px 19px;
  -moz-border-radius: 19px 0px 0px 19px;
  border-radius: 19px 0px 0px 19px;
  }
          
#login li.second a,
#login li.second input.login,
#login li#logout{
  -webkit-border-radius: 0px 19px 19px 0px;
  -moz-border-radius: 0px 19px 19px 0px;
  border-radius: 0px 19px 19px 0px;
  }

#login li#regist a {
  background:linear-gradient(#a00, #f00);
  background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#a00));
  background: -moz-linear-gradient(top, #a00, #f00);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#a00a00, endcolorstr=#f00f00));
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#a00a00, endcolorstr=#f00f00))";zoom: 1;
  border-color:#c00;
  color:#fff;
  }

#login li#logout {
  background:#ebebeb;
  color:#cbcbcb;
  }*/

#header .ad {
  /*margin-left:20px;*/
}

.lists:after,
ul.nav:after,
.page_head, .nav,
ul#thumbnail,
ul#pagenavi,
#age_check ul,
ul#social,
.wrap,
span#siteseal,
#appeal,
#mynavi_area ul,
ul.select_button,
ul#usertag,
ul.pagenumber_area,
#gn_rss li,
#set ul.recommend,
ul.monthly_change_btn,
ul.filter ,
.play_mode
{
  zoom:1;
  display:inline-block;
  min-height:1%;	/* for IE 7*/
}

.search {
  zoom:1;

}

.text_navi:after,
.main_bloc:after,
ul.category:after,
.clearfix:after,
.page_head:after,
.nav:after,
ul#thumbnail:after,
ul#pagenavi:after,
#age_check ul:after,
ul#social:after,
.wrap:after,
.search:after,
span#siteseal:after,
#appeal:after,
#mynavi_area ul:after,
ul.select_button:after,
ul#usertag:after,
ul.pagenumber_area:after,
#gn_rss li:after,
ul.recommend:after,
ul.monthly_change_btn:after,
ul.filter:after,
.play_mode:after,
.appeal_v3_list:after,
.fotorama__html > div:after
{
  content:".";
  display:block;
  height:0;
  font-size:0;
  clear:both;
  visibility:hidden;
}

/* Hides from IE-mac */

* html .page_head, * html .nav, * html ul#thumbnail, * html ul#pagenavi, * html #age_check ul, * html ul#social {
  height: 1%;
}
.page_head{
  height:60px;
  padding: 20px 0;
}
.page_head, .nav, ul#thumbnail, ul#pagenavi, #age_check ul, ul#social{
  display: block;
}

/* End hide from IE-mac */

.nav {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #C5C1C0;
  border-width: 1px 0 0;
  width: calc( 100% );
  margin-top:5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: none;
  height: 30px;
}

.nav li {
  width:50%;
  float:left;
  position:relative;
}
.nav li a img {
  margin: 0 auto;
}
.nav li a {
  display:block;
  text-decoration:none;
  color:#fff;
  font-weight:bold;

  padding:5px 30px;
  border-right : 1px solid #c5c1c0;
  text-align: center;
  font-size: 16px;
  height:20px;
  line-height:20px;
}


.nav li.pigoo > a {
  background: #ee4c82;
}

.nav li.ent > a {
  background: #20C4BD;
}

.nav li:last-child > a {
  //border: 0;
}

.nav li .popup {
  display:none;
  position: absolute;
  top: -56px;
  width: 200%;
  left: -50%;
  z-index: 9999;
}

.nav li .popup span {
  color:#666;
  position:relative;
  padding:10px;
  display:block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nav li .popup span:after {
  position:absolute;
  content:'';
  border-top:10px solid #eee;
  border-right:7px solid transparent;
  border-left:7px solid transparent;
  bottom:-9px;
  left:50%;
}

.nav li a img {
  display:block;
}

.nav li a:hover,
.nav li.active a{
  opacity: 0.7;
}


.nav li a:hover img {
  opacity:1.0;
  -moz-opacity:1.0;
  filter: alpha(opacity=100);
  background: transparent;
}

/*検索*/

.search {
  padding: 0;
  height: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  float: left;
  width: 100%;
  overflow: hidden;
}
.search > div{
  margin: 0 auto;
  width: 60%;
}

.search > div > form > input.box{
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none;
  border-radius: 13px 0 0 13px;
  color: #333333;
  display: block;
  float: left;
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  margin-right: 1px;
  padding: 5px 2%;
  width: 84%;
}

.search > div > form > input.button{
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  height:16px;
  width:8%;
  padding:4px 1.2% 6px 0.8%;
  font-size: 14px;
  line-height: 16px;
  border:none;
  float:left;
  display:block;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeeb), to(#d7d7d7));
  background: -moz-linear-gradient(top, #eeeeeb, #d7d7d7);
  background-color:#eeeeeb;
  -webkit-border-radius: 0px 13px 13px 0px;
  -moz-border-radius:  0px 13px 13px 0px;
  border-radius: 0px 13px 13px 0px;
  color:#555555;
}

input.box {
  color:#333;
  background-color:#fff;
  border:none;
  padding:5px 10px;
  width:50%;
  float:left;
  display:block;
  margin-right:1px;
  -webkit-border-radius: 13px 0px 0px 13px;
  -moz-border-radius: 13px 0px 0px 13px;
  border-radius: 13px 0px 0px 13px;
}

#search_form input::-webkit-input-placeholder {
  color:	  #999;
}

#search_form input:-moz-placeholder {
  color:	  #999;
}

input.button {
  padding:6px 16px 6px 12px;
  border:none;
  float:left;
  display:block;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeeb), to(#d7d7d7));
  background: -moz-linear-gradient(top, #eeeeeb, #d7d7d7);
  background-color:#eeeeeb;
  -webkit-border-radius: 0px 13px 13px 0px;
  -moz-border-radius:  0px 13px 13px 0px;
  border-radius: 0px 13px 13px 0px;
  color:#555555;
  line-height:1.1;
}

input.button:hover {
  color:#000;
}

/*チャンネル毎イメージ*/

#contents.home {
  background-color:#555;
}




#contents.pigoohd {
  background-color:#966432;
}


#contents.ent {
  background-color:#ff0032;
}

#contents.vtheater {
  background-color:#cc0000;
}

#contents.kintonjapan {
  background-color:#d21a1a;
}

#contents.ione {
  background-color:#ff007d;
}

#contents.jory {
  background-color:#000;
}

#contents.jms {
  background-color:#000;
}

#contents.aquas {
  background-color:#000;
}

#appeal_ch {
  margin-top: 10px;
  background-color:#fff;
  padding:10px 90px;
  padding-top:0;
  font-size:130%;
  line-height:1.2;
  font-weight:bold;
  color:#000;
}
#internal {
  background-color:#fff;
  padding:5px;
  font-weight:bold;
  color:#000;
}
/*ログインページ*/

/*ul#login li a {
  color:#333;
  }*/

#login h2 {
  margin-bottom:5px;
}

.inputbox input, .entry a {
  border:1px solid #CCC;
  padding:10px;
  text-decoration:none;
}

.inputbox dl {
  margin-bottom:7px;
}

.inputbox {
  margin-bottom:20px;
}

.inputbox input.submit2,
.inputbox input.submit,
.inputbox .submit,
.inputbox .submit,
.entry a
{
  font-weight:bold;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.login_contents .inputbox input.submit2,
.login_contents .inputbox input.submit,
.login_contents .inputbox .submit,
.login_contents .inputbox .submit,
.login_contents input.submit,
.login_contents .entry a
{
  font-weight:bold;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.entry a {
  display:block;
  width: 150px;
  text-align: center;
}

.entry a:visited {
  color:#999;
}

.entry a:hover {
  color:#fff;
  text-decoration:none;
}	

#login p#forgot {
  margin-top:10px;
}

#login strong {
  color:#ff0000;
  margin:5px 0;
  display:block;
}



#entry .banner {
  margin-top:15px;
}

#entry .request {
  font-size:14px;
  color:#e00;
  margin-bottom:10px;
}

#entry .request span{
  font-weight:bold;
  font-size:16px;
}

/*マイページ*/

#static ul.mynavi_list {
  padding:0;
}

span#siteseal {
  background-color:#eee;
  padding:15px;
  display:block;
  border:1px solid#ccc;
  margin-top:10px;
  /*height:73px;*/
}

span#siteseal img {
  float:left;
  margin-right:10px;
}

#entry #form1 {
  margin-bottom:10px;
}

#entry #form1 input.submit {
  margin:5px 0;
}

#static #mynavi_area li a:link{
  text-decoration:none;
}

#mynavi_area ul {
  margin-bottom:5px;
}

#mynavi_area li,
ul.monthly_change_btn li
{
  float:left;
}												

#mynavi_area li a {
}

#mynavi_area li:first-child a,
ul.select_button li:first-child a,
ul.monthly_change_btn li:first-child input
{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px ;
  border-radius: 0px;
  cursor:pointer;
}

ul.select_button li:first-child input{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px ;
  border-radius: 0px;
  cursor:pointer;
}

ul.select_button li:last-child input{
  border-right:1px solid #C8C8C8;
  webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  cursor:pointer;
}


#mynavi_area li:last-child a,
ul.select_button li:last-child a,
ul.monthly_change_btn li:last-child input
{
  border-right:1px solid #C8C8C8;
  webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  cursor:pointer;
}

#static .caution,
#mypage .caution,
#mypage .caution a,
#entry .caution{
  color:#ff0000;
  font-size:120%;
  font-weight:bold;
  margin:9px 0;
}

ul.select_button li {
  float:left;
}

#refusal strong {
  text-decoration:underline;
  color:#ff0000;
}

ul.pagenumber_area li {
  float:left;
}

.result p.preload {
  display:none;
}

.monthly_select h2,
#mypage h2.caution {
  margin-bottom:5px;
}

.monthly_select p{
  font-size:110%;
  line-height:1.5;
}

#static ul.monthly_change_btn {
  padding:0;
}

#mypage table td .sample {
  height:50px;
  position:relative;
  margin-top:5px;
}

#mypage table td .sample:first-child {
  margin-top:0px;
}

#mypage table td .sample span {
  position: absolute;
  top: 55%;
  margin-top: -1em;
  margin-left: 5px;
}

/*コンテンツ*/

#contents {
  padding: 0;
  position:relative;
}

#contents:after {
  content:'';
  display:block;
  clear:both;
  height:0;
}

/*サイドバー*/

.sidebar {
  float: left;
  margin-right: 10px;
  width: 200px;
}

.menu {
  margin-bottom:10px;
}

.menu:last-child {
  margin-bottom:0;
}

/*ul.menu li, .alert h2, h1.single, #static h1, #side_category h2, #mypage h1, p#entry a, #cart_box h2, #actors h2{
  background:linear-gradient(#ffffff, #ebebe6);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebe6));
  background: -moz-linear-gradient(top, #ffffff, #ebebe6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ebebe6));
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#ebebe6))";zoom: 1;

  background-color:#eeeeeb;
  border-top:1px solid #c8c8c8;
  border-bottom:1px solid #fff;
}*/

ul.menu li a:hover, .menu li input.login:hover, p#entry a:hover{
  background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#000));
  background: -moz-linear-gradient(top, #555555, #000);
  background-color:#000;
  color:#fff;
  border-top-color:#000;
  border-bottom-color:#555555;
}

ul.menu li a, ul.menu li.greeting {
  text-decoration:none;
  color:#323232;
  display:block;
  padding:10px 15px;
}

ul.menu li input.login {
  border:none;
  background-color:transparent;
  padding:10px 15px;
  color:#323232;
  display:block;
  width:100%;
  text-align:left;
  font-family:"メイリオ", Meiryo, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif,"ＭＳ Ｐゴシック","MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W5";
}

ul.menu li input.entry{
  border:none;
  float:right;
  width:58%;
  padding:10px;
  border-left:1px solid #ebebe6;
}

ul.menu li span {
  margin:10px 15px;
  float:left;
  display:block;
}

ul.menu li:after {
  content:'';
  display:block;
  clear:both;
  height:0;
}

.alert {
  margin-bottom:10px;
}

.alert h2, h1.single, #static h1, #side_category h2, #mypage h1, #cart_box h2, #actors h2{
  /*padding:10px 15px;
  font-weight:normal;*/
}

.alert ul, .main ul, .single{
  //margin: 20px 0 0;
}

#side_category, #cart_box, #actors {
  background-color:#fff;
  border:1px solid #ebebe6;
  border-top:none;
  margin-bottom:10px;
}

#side_category h3 {
  margin:10px 10px 5px 10px;
  font-size:120%;
  padding-bottom:3px;
  border-bottom:1px dotted #999;
  background-repeat:no-repeat;
  text-indent:18px;
}

#side_category h3.pigoohd {
  background-image:url(/user_data/packages/default/img/icon_mini_01.png);
}

#side_category h3.ent {
  background-image:url(/user_data/packages/default/img/icon_mini_02.png);
}

#side_category h3.vtheater {
  background-image:url(/user_data/packages/default/img/icon_mini_03.png);
}

#side_category h3.kintonjapan {
  background-image:url(/user_data/packages/default/img/kinton_s.png);
}

#side_category h3.ione {
  background-image:url(/user_data/packages/default/img/ionelogo_s.png);
}

#side_category ul {
  padding:0 10px;
}

#side_category ul:last-child {
  margin-bottom:10px;
}

#side_category li a {
  text-decoration:underline;
  margin-bottom:2px;
  line-height:1.5;
}

#side_category li a:hover {
  text-decoration:none;
}

.alert li {
  border-bottom:1px dotted #969696;
  margin-bottom:7px;
  padding-bottom:7px;
}

.alert li:last-child {
  border-bottom:none;
  margin-bottom:0;
  padding-bottom:0;
}

.alert span.date {
  display:block;
  margin-bottom:2px;
}

.alert li p.news {
  color:#969696;
  margin-top:5px;
  line-height:1.5;
}

#cart_box_area {
  padding:10px;
}

#recomend h2{
  margin-top:20px;
  color:#ff0000;
}

#recomend a#set {
  width:150px;
  text-align:center;
  -webkit-border-radius:19px;
  -moz-border-radius:19px;
  border-radius:19px;
  margin-bottom:10px;
}

#gn_rss li a h3,
#gn_rss li a img {
  float:left;
  height:50px;
  overflow:hidden;
}

#gn_rss li a img {
  width:70px;
  margin-right:5px;
}

#gn_rss li a h3 {
  width:100px;
}

/*メイン*/

.main {
  margin-left:210px;
}

/*h1.single, #static h1, #mypage h1 {
  font-size:110%;
  color:#000;
  font-weight:bold;
}*/
.main h2{


}
.main ul {
  margin-bottom:0;
}

.main ul:last-child {
  margin-bottom:0;
}

ul.tag {
  padding:10px;
}

ul.tag li{
  display:inline;
  line-height:1.7;
}

ul.tag li a{
  text-decoration:underline;
}

ul.tag li a:hover{
  text-decoration:none;
}

ul.recommend h3 {
  font-size:125%;
  line-height:1.3;
  margin:2px 0;
  height:40px;
  overflow:hidden;
}

ul.recommend p {
  height:28px;
  overflow:hidden;
}

ul.recommend li img {
  /*float:left;*/
  width:100%;
}

.main ul.recommend li ul, .single ul {
  border:none;
  padding:0;
  margin:5px 0 10px 0;
}

ul.recommend {
  display: block;
}

/*ul.recommend:after{
  content:'';
  display:block;
  clear:both;
  height:0;
  }*/

ul.recommend li {
  transition: all 0.3s ease-in-out 0s;
  float: left;
  margin: 0 0.5% 1%;
  min-width: 180px;
  position: relative;
  width: 19%;
  overflow: hidden;
  display: block;
}
ul.recommend li > a{
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
}


span.more {
  background-color:#fff;
  padding:10px;
  margin:-10px 0 10px 0;
  display:block;
}

/*ul.rank li:after{
  content:'';
  display:block;
  clear:both;
  height:0;
  }
*/
ul.lists li span.month,
ul.lists li span.ppv,
ul.recommend li span.month,
ul.recommend li span.ppv,
ul.recommend li span.set {
  overflow: hidden;
  display: block;
  position: absolute;
  top:0px;
  left: 0px;
  z-index: 299;
  color:#fff;
  font-size:11px;
  line-height: 16px;
  padding:3px 6px 1px 6px;
  background-color:#000;
}

#sampleplay_hover {
  display: none;
  position: absolute;
  width:100%;
  top:0;
  left: 0;
  z-index: 299;
  vertical-align:middle;
  text-align:center;
}
#sampleplay_hover p{
  display:table-cell;
  vertical-align:middle;
}

#sampleplay_hover p img{
  display:none;
  width:auto;
  height:auto;
  margin:auto;
}

#sampleplay_hover p img:hover{
  opacity:1.0;
  -moz-opacity:1.0;
  filter: alpha(opacity=100);
}

span.ppv {
}

ul.lists li span.month,
ul.recommend li span.month {
  color:#ffff00;
}

ul.recommend li p {
  padding:0;
  line-height:1.2;
}

/*ul.recommend .information {
  margin-left:177px;
  min-height:100px;
  }
*/
.icon {
  margin:5px 0;
}

.icon span {
  background-color:#000;
  color:#fff;
  padding:2px 6px;
  font-size:90%;
}

.check {
  background-color:#ff0000;
}

.recommend li li, .single li{
  display:inline-block;
  margin-bottom:0;
}

ul.category {
  padding:0;
  border:none;
  background-color:#000;
  margin-bottom:0;
  border-top: 1px solid #C5C1C0;
  margin:0;
  clear:both;
}

/*ul.category:after{
  content:'';
  display:block;
  clear:both;
  height:0;
  }*/

ul.category li{
  /*display:inline-block;
  *display: inline;  
  *zoom: 1;*/
  display: block;
  float: left;
  background: #000;
  overflow:hidden;
  max-width: 20%;
}
.category_tab_sphone_wrap{
  display: none; 
}
ul.category li a {
  text-align: center;
  color:#fff;
  text-decoration:none;
  display:block;
  padding:4px 0;
  font-size:90%;

  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.category li a:hover {
  color:#ff0000;
}

ul.category li.now a{
  background-color:#fff;
  color:#ff0000;
  font-weight:bold;
}

ul.category li.now a:hover {
  color:#000;
}

ul.category li span {
  font-size:80%;
  color:#999;
  margin-left:2px;
}

ul.category li.now span{
  font-weight:normal;
}

ul.arrival {
  padding-bottom:0;
}

ul.arrival:after {
  content:'';
  display:block;
  clear:both;
  height:0;
}

ul.arrival li {
  float:left;
  width:167px;
  margin-right:10px;
  margin-bottom:10px;
}

ul.arrival li h3{
  margin:0 5px;
}

ul.clumb,
ul#social,
ul#usertag
{
  border-top:none;
  border-bottom:none;
  margin-bottom:0;
}

.clumb li {
  font-size:90%;
  display:inline-block;
  *display: inline;  
  *zoom: 1;
}

.clumb li.now {
  font-size:125%;
  font-weight:bold;
}

ul#social,
ul#usertag
{
  padding-top:0;
}

ul#social {
  height:22px;
}

ul#social li,
ul#usertag li
{
  float:left;
  margin-right:5px;
}

ul#social li#twitter {
  width:85px;
}

ul#social li#google	{
  width:60px;
}

ul#usertag {
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom:-4px;
}

*:first-child+html ul#usertag {
  width:70%;
}

ul.filter {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
}

ul.filter li{
  float:left;
  margin-right:10px;
}

/*個別ページ*/

.single {
}

.single .information {
  margin-bottom:15px;
}

.play_mode {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width:640px;
  background:#333;
  padding:5px;
}
.play_mode a{
  float:left;
  display:block;
  width:29%;
  padding:8px 2%;
  background:#eee;
  color:#000;
  text-decoration:none;
  font-weight:bold;
  text-align:center;
  margin-right:0.5%;
}
.play_mode a:last-child{
  margin-right:0;
}
.play_mode a.last{
  margin-right:0;
}
.play_mode a:hover {
  color:#333;
  background:#999;
}

/*詳細*/

.play_info{
  background: none repeat scroll 0 0 #000;
  color: #00ccff;
  display: block;
  font-weight: bold;
  left: 0;
  opacity: 0;
  padding: 5px 8px;
  position: absolute;
  top: 0;
  z-index: 280;
}

.detail {
  /zoom:1;
}

.detail:after {
  content:'';
  display:block;
  clear:both;
  height:0;
}

.digest, .detail .table{
  float:left;
}
.digest{
  width:calc( 40% - 20px );
  margin-right: 20px;
}
.digest img {
  max-height:197px;
}


.detail .table {
  width:calc( 40% - 20px );
  margin-right: 20px;
}

.detail table {
  margin-bottom:15px;
  width:100%;
}

.detail th, .detail td {
  border-bottom:1px dotted #969696;
  padding:10px 15px 10px 5px;
  text-align:left;
}

.detail th {
  font-weight:normal;
  color:#969696;
  min-width: 80px;
}	

.detail td {
  /*max-width:450px;*/
}

.payment_detail {
  width:20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  float: left;

}

.buy_button {
  margin:10px 0;
}

.buy_button a {
  display:block;
  /*display:inline-block;*/
  width:385px;
  margin-right:5px;
  text-decoration:none;
  font-size:120%;
  line-height:1;
  font-weight:bold;
  color:#fff;
  padding:10px;
  text-align:center;
  border:1px solid #960000;
  text-shadow:0px -1px 0px #640000;

  -moz-box-shadow: 0px 3px 0px #640000;
  -webkit-box-shadow:  0px 3px 0px #640000;
  box-shadow: 0px 3px 0px #640000;

  background:linear-gradient(#ff0000, #c80000);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#c80000));
  background: -moz-linear-gradient(top, #ff0000, #c80000);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ff0000, endcolorstr=#c80000);s
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ff0000, endcolorstr=#c80000))";zoom: 1;
  background-color:#c80000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom:5px;
}

.buy_button a:hover {
  color:#ffe600;
}

.buy_button a:visited {
  color:#fff;
  border-color:#960000;
}

.buy_button a small {
  display:block;
  font-weight:normal;
  font-size:75%;
}

#set .buy_button a{
  width:300px;
}

#set .buy_button h3 {
  margin-top:25px;
}

/*コンテンツ詳細情報*/

.information p {
  padding:10px 0;
  line-height:1.5;
}

#set .information h2 {
  background:transparent;
  padding:0;
  border:none;
  font-size: 130%;
  line-height: 1.3;
  margin-bottom: 5px;
  border-bottom: 1px dotted #999;
  padding-bottom: 2px;
}

#thumbnail li {
  float:left;
}

#thumbnail li a {
  display:block;
}

#thumbnail li a img {
  display:block;
  width:150px;
  max-height:85px;
  height:auto;
}

#set h3 {
  font-size:120%;
}

#monthly_select h2 {
  background:transparent;
  border:none;
  padding:0;
  font-size:140%;
  color:#ff0000;
}

#monthly_select h3 {
  font-size:120%;
  margin:10px 0;
}

#monthly_select img {
  display:block;
  margin-bottom:10px;
}

#monthly_select span.about {
  background-color: #40464C;
  color: white;
  padding: 3px 10px 2px 10px;
  margin-right: 5px;
  font-weight: normal;
  display:inline-block;
  margin-bottom:5px;
}

#monthly_select p {
  color:#ff0000;
  font-size:120%;
  font-weight:bold;
}

#monthly_select small.about {
  margin-bottom:10px;
  display:inline-block;
}

.freecontents {
  color:#ff0000;
  border:1px dotted;
  padding:10px;
  margin:15px 0;
  font-weight:bold;
  background-color:#fff0e6;
  text-align:center;
  font-size:130%;
}

.freecontents span {
  display:block;
  font-weight:normal;
  font-size:85%;
  margin-top:3px;
}

/*静的ページ*/	

#static{
  background-color:#fff;
  /*padding:10px;*/
}

#static h1{
  /*margin:-10px;
  margin-bottom:10px;*/
}

#static h2, #mypage h2 {
  /*background:none;
  border:none;
  padding:0;
  font-size:125%;*/
}

#mypage h2 {
  margin: 55px 0px 10px 0;
  border-left: 4px solid #cdcdcd;
  padding: 0 0 0 8px;
  font-size: 120%;
}

#mypage h2.my_notice{
  margin-top: 6px;
  font-size:120%;
  color: #ef0b08;
  border:none;
}

#mypage h2.my_notice:before{
  content: '※';
  font-size: 120%;
  color: #ef0b08;
  font-weight: normal;
  margin: 0 3px 0px 0;
}

#mypage ul.notes{
  margin: 0 0 45px 0;
}

#mypage ul.notes li{
  margin: 0 0 9px 0;
  font-size: 86%;
  line-height: 1.5;
}

#mypage .description_text{
  margin: 0;
  font-size: 86%;
  line-height: 1.5;
}

#static h3 {
  //background-color:#eee;
  padding:5px 10px;
  margin:20px 0 0 0;
  font-size: 110%;
}

#credit_edit td#delete input:hover {
  color:#ff0000;
}

#static ul {
  /*border:none;
  padding:5px 10px;*/
}

#static ul li a:link {
  /*text-decoration:underline;*/
}

#static ul li a:hover {
  /*text-decoration:none;*/
}

#answer {
  border-top:1px dotted #969696;
  padding-top:15px;
}

#answer li {
  color:#969696;
}

#answer li.answer {
  color:#333;
  font-size:120%;
  margin-top:5px;
  margin-bottom:15px;
  border-bottom:1px dotted #969696;
  padding-bottom:10px;
}

#answer li.answer li {
  color:#333;
}


#yahoo_tutorial table,
#answer li table,
#tutorial table
{
  border:3px solid;
  width:100%;
  margin-bottom:10px;
}

/*キャンペーン*/

#campaign {
  background-color: #FFF9DA;
  padding-bottom: 10px;
  margin-bottom: 50px;
  }
#campaign:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  }
img.campaign_top {
  width: 100%;
  }
#campaign h2 {
  font-size: 300%;
  line-height: 1.2em;
  text-align: center;
  }
#campaign h2.campaign {
  padding: 30px 0px;
  }
#campaign strong {
  color: #FF2020;
  }
#campaign h3 {
  font-size: 3em;
  background: none;
  margin-bottom: 40px;
  }
#campaign h3 span {
  padding: 0px 10px;
  border: 1px solid #a9a9a9;
  margin: 0px 10px;
  background-color: #fff;
  }
img.campaign_left {
  float: left;
  margin-right: 50px;
  width: 400px;
  }
.campaign_2week img {
  width: 90%;
  }

.campaign_2week {
  clear: both;
  border: 4px solid #FFDE74;
  margin-bottom: 60px;
  text-align: center;
  background-color: #FFC200;
  padding: 10px 0px;
  width: 70%;
  margin: 0 auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 50px;
  background: rgb(255,236,68);
  background: -moz-linear-gradient(top, rgba(255,236,68,1) 0%, rgba(255,155,5,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,236,68,1)), color-stop(100%,rgba(255,155,5,1)));
  background: -webkit-linear-gradient(top, rgba(255,236,68,1) 0%,rgba(255,155,5,1) 100%);
  background: -o-linear-gradient(top, rgba(255,236,68,1) 0%,rgba(255,155,5,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,236,68,1) 0%,rgba(255,155,5,1) 100%);
  background: linear-gradient(to bottom, rgba(255,236,68,1) 0%,rgba(255,155,5,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffec44', endColorstr='#ff9b05',GradientType=0 );
  }
.campaign_2week a {
  background-color: #FFFFFF;
  border: 2px solid #FFAD00;
  color: #FFAD00;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.5em;
  padding: 15px 30%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  }
.campaign_2week a:hover {
  background-color: #FA238A;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  }
.campaign_right {
  float: left;
  margin-bottom: 60px;
  width: 550px;
  }
.campaign_1year {
  margin-bottom: 50px;
  width: 1000px;
  margin: 0 auto;
  }
.campaign_right img {
  float: left;
  margin-right: 20px;
  }
.twitter {
  clear: both;
  margin-top: 30px;
  }
.facebook p, .twitter p {
  padding-left: 1.2em;
  text-indent: -1.2em;
  }
#tutorial_new h2 {
  background-color: #333;
  text-align: center;
  color: #fff;
  padding: 8px 0px;
  }
.ondemand_about {
  text-align: center;
  }
.ondemand_about img {
  text-align: center;
  width: 300px;
  padding: 20px 0px;
  }
.ondemand_about p {
  width: 100%;
  font-size: 1.2em;
  text-align: center;
  padding-bottom: 20px;
  }
#tutorial_new th,
#tutorial_new td{
  padding:10px 20px;
  border-bottom:1px dotted;
  border-right:1px dotted;
  } 
#tutorial_new th{
  background-color:#f1f1f1;
  }
#tutorial_new table{
  border:3px solid;
  width:100%;
  margin-bottom:10px;
  }
#tutorial_new .ondemand_point h3 {
  background: none;
  font-size: 2em;
  margin: 0px;
  }
.ondemand_point {
  background-color: #FF71AA;
  padding: 20px 40px 40px 40px;
  margin-bottom: 50px;
  }
.point {
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
  }
.point_left {
  float: left;
  width: 65%;
  }
.point_right {
  float: left;
  width: 35%;
  }
.point_right img {
  width:100%;
  }
h3.point_tittle {
  color: #fff;
  text-align: center;
  }
h3.catch {
  color: #fff;
  text-align: center;
  }
.point_tittle img {
  float: left;
  width: 80px;
  margin-right: 20px;
  }
#tutorial_new .point_tittle h3 {
  padding: 30px 20px;
  line-height: 1.2em;
  }
#tutorial_new .point_tittle h3.point2 {
  padding: 15px 20px;
  }
.point_left p {
  font-size: 1.2em;
  margin: 20px 0px 0px 100px;
  line-height: 1.5em;
  }
.point:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  }
a.mail_link {
  display: block;
  margin-left: 100px;
  margin-top: 50px;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  width: 400px;
  text-align: center;
  font-size: 1.3em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 50px;
  background-color: #FA238A;
  }
a.mail_link:hover{
  opacity:0.7;
  }
a.mail_link img {
  width: 40px;
  margin-right: 10px;
  vertical-align: middle;
  }
#tutorial_new .touroku h3.catch {
  background-color: #FF8500;
  padding: 20px 0px;
  font-size: 2.0em;
  margin-bottom: 0px;
  }
.touroku_box {
  border: 1px solid #FF8500;
  float: left;
  width: 29.01%;
  text-align: center;
  padding: 2%;
  height: 480px;
  }
.touroku:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  }
.touroku_box h4 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 20px 0px;
  }
#tutorial_new .touroku_box p {
  margin-bottom:20px;
  }
.touroku {
  margin-bottom: 50px;
  }
.channel_about {
  margin-bottom: 40px;
  }
#tutorial_new h4#price {
  clear: both;
  }
.channel_pigoo img,
.channel_enta img {
  width: 161px;
  margin-left: 10px;
  margin-bottom: 20px;
  vertical-align: middle;
  }
#tutorial_new .channel_pigoo h3,
#tutorial_new .channel_enta h3{
  margin: 0px;
  padding: 5px 10px;
  margin-bottom: 20px;
  }
.channel_pigoo, .channel_enta {
  float: left;
  width: 48.6%;
  margin-bottom: 20px;
}
.channel_pigoo {
  margin-right: 40px;
  }
.channel_price {
  clear: both;
  margin-top: 20px;
  }
img.stepimg {
  width: 100%;
  }





#yahoo_tutorial tr#ent371{
  background:#ccc;
}
#answer li th,
#answer li td,
#yahoo_tutorial th,
#yahoo_tutorial td,
#tutorial th,
#tutorial td {
  padding:10px 20px;
  border-bottom:1px dotted;
}	

#answer li th,
#yahoo_tutorial th,
#yahoo_tutorial td,
#tutorial th,
#tutorial td
{
  border-right:1px dotted;
}

#answer li th,
#yahoo_tutorial th,
#tutorial th {
  background-color:#f1f1f1;
}

#static p, #mypage p {
  margin-bottom:5px;
}

#static p:last-child, #mypage p:last-child {
  margin-bottom:0px;
}

#static small {
  display:block;
  color:#999;
}

#contact table,
#order table,
#mypage table,
#cart table,
#shopping table,
#price table,
table#payment
{
  text-align:left;
  margin:25px 0 45px;
  width:100%;
  max-width: 1000px;
  border: 1px solid #cccccc;
}

table#payment{
border-collapse: separate;
}

#mypage table,
#cart table
{
  margin-top:5px;
  margin-bottom:10px;
}

#contact th,
#contact td,
#order th,
#order td,
#mypage th,
#mypage td,
#cart th,
#cart td,
#shopping th,
#shopping td,
#price th,
#price td,
table#payment th,
table#payment td
{
  border-bottom:none;
}

#contact th,
#order th,
#mypage th,
#cart th,
#shopping th,
#price th,
table#payment th
{
  padding: 16px 14px;
  width: 22%;
  vertical-align: top;
}

#price td {
  padding:10px 20px;
  border-right:1px dotted;
}

#mypage th.name {
  width:60%;
}

#contact td, #order td {
  width:80%;
  vertical-align:middle;
}

#cart td {
  vertical-align:middle;
}

#mypage td,
#cart td,
table#payment td{
  padding: 0px 12px;
  border-right:none;
  vertical-align:middle;
  font-size: 90%;
}

#mypage #mycontents_area td {
  padding:0;
}

#order_ppv_table td.product_name{
  padding:5px 12px;
}

#ppv_free_table{
  
  
}


/*#mypage #mycontents_area #payment_form_body_add td {
  padding:10px 20px;
  }
*/
#payment td {
  padding:5px;
}
#entry td span {
  padding:10px;
}

#entry td input.text, #mypage #mycontents_area td input {
  //padding:0 10px;
}

#order td{
  padding:10px 20px;
}

#contact td input,
#contact td textarea,
#shopping td input,
#mypage #mycontents_area td input{
  width:100%;
  /*height:95%;*/
  padding:10px 0;
  border:none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#entry td input, #mypage td input {
  //border:none;
}

#rule ul li {
  margin-bottom:15px;
}

#rule ul li p {
  margin-left:10px;
  margin-top:5px;
}

#rule ol,
#static ol {
  margin-left:30px;
}

#tutorial ol {
  margin-bottom:20px;
}

#rule ol li,
#static ol li
{
  margin:10px 0;
}

#rule ol li p {
  margin-left:0;
}

#rule ol li ol li {
  list-style-type:lower-roman;
}
#privacy{
  padding: 30px 5px;
}
#privacy ol {
  margin-top:15px;
  margin-left:20px;
}

#privacy ol li {
  margin-bottom:10px;
}

#privacy ol li:last-child {
  margin-bottom:0;
}

#mypage #mycontents_area span {
  display:inline;
}

ul#pagenavi {
  margin-top: 20px;
  height: 50px;
}

ul#pagenavi li{
  display: inline;
  margin-right: -5px;
}

ul#pagenavi li a {
  color: #369cd0;
  padding: 13px 18px;
  border-radius: 2px;
  border: 1px solid #369cd0;
}

ul#pagenavi li a, ul#pagenavi li.now{
  text-decoration: none;
  border-radius: 2px;
}	

ul#pagenavi li.now, ul#pagenavi li a:hover {
  background-color: #369cd0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 2px;
  text-align: center;
  padding: 14px 18px;
  border: 1px solid #369cd0;
}

#age_check ul {
  padding:0;
}

#age_check ul li {
  float:left;
  margin-right:5px;
}

#age_check ul li a:link {
  display:block;
  background-color:#000;
  padding:10px 20px;
  color:#fff;
  text-decoration:none;
}

#age_check ul li a:visited {
  color:#fff;
}

#age_check ul li a:hover {
  color:#ff0000;
}

#shopping .login_area {
  margin-bottom:20px;
}

p#entry a {
  text-decoration:none;
  display:block;
  max-width:60px;
  text-align:center;
  border:1px solid #c8c8c8;
  padding:10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

p#entry a:visited {
  color:#333;
}

p#entry a:hover {
  color:#fff;
}

.login_area {
  margin-bottom:20px;
}

.login_area:last-child{
  margin-bottom:0;
}

.yahoo {
  margin:10px 0 35px;
}

.yahoo a{
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 8px;
  max-width: 320px;
  height: 34px;
  background-color: #e01614;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 34px;
}
.yahoo a:hover{
  background-color: #e61917;
}

.icon-yahoo:before{
  content: '';
  position: absolute;
  top: 13px;
  left: 12px;
  width: 36px;
  height: 22px;
  background-image: url("../img/login_yahoo.gif");
  background-repeat: no-repeat;
  background-size: 36px 22px;
  /*content: '\e012';*/
}


#tutorial strong {
  color:#ff0000;
  margin:10px 0;
  display:block;
}

#yahoo_tutorial ol img {
  border:1px solid #969696;
}

#yahoo_tutorial ol li {
  margin-bottom:30px;
}

#entry h2 {
  margin-bottom:5px;
}

#entry img.step {
  margin-bottom:10px;
}

span.attention,
p.attention,
#undercolumn_shopping p.attention,
#mypage .attention {
  color:#ff0000;
}
#undercolumn_login img{
  max-width: 100%;
}
.attention.big{
  font-size:120%;
  font-weight: bold;
}
/*ブロック*/

#appeal {
  background-color:#fff;
  padding:10px;
  margin-bottom:10px;
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#appeal .explain
{
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 160px;
  z-index: 9998;
}

#appeal .explain_on
{
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 780px;
  z-index: 9998;
  background-image:url(/user_data/packages/default/img/white.png);
  padding:10px;
}

#appeal .explain_on p,
#appeal .explain_on span {
  display:block;
}

#appeal .explain_on p {
  float:left;
  width:500px;
  margin-top:4px;
}

#appeal .explain_on span {
  font-size:140%;
  color:#e00;
  line-height:1;
  font-weight:bold;
  float:right;
}

#appeal .explain_on span strong {
  font-size:200%;
  font-family: 'Oswald', sans-serif;
}

#appeal .explain_on img {
  float:left;
  margin-right:10px;
}

#appeal .contents_title {
  position:absolute;
  top:10px;
  left:10px;
  color:#f00;
  background-color:#FFF;
  padding:5px 10px;
}

/*#appeal a,
#appeal a img {
  display:block;
}*/

#appeal .big a img {
  width:800px;
  height:450px;
}

#appeal .small .graphic{
  float:left;
  position:relative;
}

#appeal .small img {
  width:160px;
}


ul.social_comment{
  padding:0;
}

ul.social_comment li{
  padding:10px;
  border-bottom:1px solid #EBEBE6;
}


ul.social_comment li:last-child {
  border-bottom:none;
}

ul.social_comment img{
  float:left;
  margin-right:5px;
  width:48px;
}

ul.social_comment{
  padding:0;
}

ul.social_comment li{
  padding:10px;
  border-bottom:1px solid #EBEBE6;
}


ul.social_comment li:last-child {
  border-bottom:none;
}

ul.social_comment img{
  float:left;
  margin-right:5px;
  width:48px;
}


/*フッター*/	

#footer {
  padding:20px;
}

#footer li {
  display:inline;
}

#footer li a{
  border-right:1px solid #969696;
  padding:0px 20px;
}

#footer li:first-child a {
  padding-left:0;
}

#footer li:last-child a {
  padding-right:0;
  border-right:none;
}

#footer span {
  color:#969696;
  font-size:90%;
  margin-top:5px;
  display:block;
}
#rss_img{
  height:16px;
  width:auto;
  float:right;
}

/*会員登録ABテスト*/

#entry #yahoo_on {
  padding:10px;
  border:1px dotted;
  margin-bottom:10px;
  display:none;
}

#entry #yahoo_on.yahoo_on_active {
  display:block;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#entry #yahoo_on img {
  height:30px;
}

#entry #yahoo_on h3 {
  margin-bottom:5px;
}

#entry #yahoo_on h3 p {
  display:inline-block;
}

#entry .yahoo_on.yahoo_on_active {
  display:none;
}

#entry .selectpayment {
  display: inline-block;
  background-color: #f3f3f3;
  padding: 19px 22px 28px 20px;
}

#entry input.radio,
#entry input.checkbox {
  margin-bottom:3px;
  margin-right:2px;
}

#entry p.radio,
#entry p.checkbox {
  display:inline-block;
}

#entry .flow {
  background-color: #efefef;
  display: block;
  margin: 90px auto 0;
  padding: 0;
  text-align: center;
  width: 535px;
}

#entry .flow li{
  float:left;
  color:#aaa;
  padding:3px 9px;
  margin-right:19px;
  position:relative;
}

#entry .flow li.active {
  background-color:#c51212;
  color:#fff;
}

#entry .flow li.active.early {
  margin-right:0;
}

#entry .flow li:after {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #efefef;
  border-width: 7px;
  top: 50%;
  margin-top: -7px;
}

#entry .flow li.active:after {
  border-left-color:#c51212;
}


#entry .entry_input {
  /*border-left:1px solid #1e2832;
  border-top:1px solid #1e2832;*/
  width: 100%;
  margin: 35px 0 0 0;
}

#entry .entry_input th,
#entry .entry_input td {
 padding:10px;
}

#entry .entry_input td {
  /*border-right:1px solid #1e2832;
  border-bottom:1px solid #1e2832;*/
  width: calc( 100% - 130px);
}

#entry .entry_input th {
  background-color:#EFEFEF;
  //border-bottom:1px solid #353e47;
  text-align:left;
  font-weight:normal;
  width: 130px;
}

#entry .entry_input th span.caution{
  display:block;
  margin:0px;
  font-size:90%;
  font-weight:normal;
}

.entry_input span{
  margin: 0px 0 20px 0;
  vertical-align: bottom;
}

/*#entry .entry_input td input {
  border:none;
}

#entry .entry_input td.textbox {
  padding:0;
}

#entry .entry_input td.textbox input {
  padding:10px;
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}*/

/*#entry input.submit {
  display:inline-block;
  padding-top:9px;
  padding-bottom:7px;
  width:140px;
  text-decoration:none;
  text-align:center;
  color: #000;
  font-weight:bold;
  font-size:110%;
  line-height:1;
  background:linear-gradient(#ffe600, #ffc800);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe600), to(#ffc800));
  background: -moz-linear-gradient(top, #ffe600, #ffc800);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffe600, endcolorstr=#ffc800));
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffe600, endcolorstr=#ffc800))";zoom: 1;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  //behavior: url(ie_css3/PIE.htc);
  -webkit-box-shadow: 0px 2px 0px #000;
  -moz-box-shadow: 0px 2px 0px #000;
  box-shadow: 0px 2px 0px #000;
  border:1px solid #000;
  text-shadow:0px -1px 0px #eee;
  margin:0 auto 8px auto;
}*/

/*#entry input.submit:hover {
  color:#f00;
  text-shadow:0px 0px 3px #ff9696;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}*/

/*#entry input.submit:active {
  -webkit-box-shadow: 0px 2px 0px #EEEEEB;
  -moz-box-shadow: 0px 2px 0px #EEEEEB;
  box-shadow: 0px 2px 0px #EEEEEB;
  padding-top:10px;
  padding-bottom:8px;
  margin-bottom:6px;
  color:#e00;
  -webkit-transition: 0.0s ease-in-out;
  -moz-transition: 0.0s ease-in-out;
  -o-transition: 0.0s ease-in-out;
  transition: 0.0s ease-in-out;
  background:linear-gradient(#ffdc00, #ffbe00);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdc00), to(#ffbe00));
  background: -moz-linear-gradient(top, #ffdc00, #ffbe00);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffdc00, endcolorstr=#ffbe00));
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffdc00, endcolorstr=#ffbe00))";zoom: 1;
  //border-color:#f00;
}*/

#entry input.getback {
  border:none;
  background:transparent;
  text-decoration:underline;
  color:#04c;
  font-family:"メイリオ", Meiryo, "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif,"ＭＳ Ｐゴシック","MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W5";
}

#entry input.getback:hover {
  text-decoration:none;
}

/*#entry .regist {
  text-align:right;
  width:500px;
}*/

.error {
  color:#f00;
}

.single {
  position: relative;
}

.singleWrap {
  /*margin-right: 270px;*/
}

.buy_button_ab .error {
  margin-top:-5px;
  margin-bottom:8px;
}

.buy_button_ab {
  background-color:#EEEEEB;
  padding:10px;
  margin-bottom:0px;
  border:5px solid #C8C8C8;
  text-align:center;
  z-index:1;
  position:relative;
  -webkit-box-shadow:0px 6px 6px -4px #999;
  -moz-box-shadow:0px 6px 6px -4px #999;
  box-shadow:0px 6px 6px -4px #999;
}

.buy_button_ab .buy a,
.regist_monthly a{
  display:inline-block;
  padding-top:9px;
  padding-bottom:7px;
  width:190px;
  text-decoration:none;
  text-align:center;
  color: #000;
  font-weight:bold;
  font-size:110%;
  line-height:1;
  background:linear-gradient(#ffe600, #ffc800);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe600), to(#ffc800));
  background: -moz-linear-gradient(top, #ffe600, #ffc800);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffe600, endcolorstr=#ffc800);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffe600, endcolorstr=#ffc800))";zoom: 1;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  /*behavior: url(ie_css3/PIE.htc);*/
  -webkit-box-shadow: 0px 2px 0px #000;
  -moz-box-shadow: 0px 2px 0px #000;
  box-shadow: 0px 2px 0px #000;
  border:1px solid #000;
  text-shadow:0px -1px 0px #eee;
  margin:0 auto 8px auto;
}

.buy_button_ab .buy a:hover,
.regist_monthly a:hover{
  color:#f00;
  text-shadow:0px 0px 3px #ff9696;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.buy_button_ab .buy a:active,
.regist_monthly a:active{
  -webkit-box-shadow: 0px 2px 0px #EEEEEB;
  -moz-box-shadow: 0px 2px 0px #EEEEEB;
  box-shadow: 0px 2px 0px #EEEEEB;
  padding-top:10px;
  padding-bottom:8px;
  margin-bottom:6px;
  color:#e00;
  -webkit-transition: 0.0s ease-in-out;
  -moz-transition: 0.0s ease-in-out;
  -o-transition: 0.0s ease-in-out;
  transition: 0.0s ease-in-out;
  background:linear-gradient(#ffdc00, #ffbe00);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffdc00), to(#ffbe00));
  background: -moz-linear-gradient(top, #ffdc00, #ffbe00);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffdc00, endcolorstr=#ffbe00));
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffdc00, endcolorstr=#ffbe00))";zoom: 1;
  /*border-color:#f00;*/
}


.buy_button_ab .watch a {
  display:inline-block;
  font-weight:bold;
  padding:15px;
  color:#fff;
  text-decoration:none;
  text-shadow:0 -1px 0 #000;
  background:linear-gradient(#888888, #111111);
  background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#111111));
  background: -moz-linear-gradient(top, #888888, #111111);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#888888, endcolorstr=#111111);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#888888, endcolorstr=#111111))";zoom: 1;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  /*behavior: url(ie_css3/PIE.htc);*/
  border:1px solid #000;
  -webkit-box-shadow: 0px 4px 0px #000;
  -moz-box-shadow: 0px 4px 0px #000;
  box-shadow: 0px 4px 0px #000;
  margin-bottom:4px;
}

.buy_button_ab .watch a:hover{
  text-shadow:0 0 5px #fff;
  border-color:#252525;
  color:#fff;
  -webkit-box-shadow: 0px 4px 0px #252525;
  -moz-box-shadow: 0px 4px 0px #252525;
  box-shadow: 0px 4px 0px #252525;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.buy_button_ab .watch a:active {
  padding-top:17px;
  padding-bottom:17px;
  -webkit-box-shadow: 0px 4px 0px #EEEEEB;
  -moz-box-shadow: 0px 4px 0px #EEEEEB;
  box-shadow: 0px 4px 0px #EEEEEB;
  margin-bottom:0px;
  background:linear-gradient(#666666, #000000);
  background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#000000));
  background: -moz-linear-gradient(top, #666666, #000000);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#666666, endcolorstr=#000000);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#666666, endcolorstr=#000000))";zoom: 1;
  -webkit-transition: 0.0s ease-in-out;
  -moz-transition: 0.0s ease-in-out;
  -o-transition: 0.0s ease-in-out;
  transition: 0.0s ease-in-out;
}

.buy_button_ab .watch a span {
  display:inline-block;
  margin:1px 0;
}

.buy_button_ab p.or {
  font-weight:bold;
}

.buy_button_ab p.howtowatch {
  text-align:left;
}

.buy_button_ab p.pay_select {
  background-color:#C8C8C8;
  padding:4px 19px 2px 19px;
  color:#fff;
  font-size:90%;
  display:inline-block;
}

.buy_button_ab ul {
  text-align:left;
  padding:0 30px;
  margin:5px 0 8px 0;
  background:transparent;
}

.buy_button_ab input.radio {
  margin:0;
  margin-bottom:2px;
}

.monthlyPlanDiscription {
  text-align: left;
  margin-top: 10px;
}

.monthly_appeal {
  margin-top:0;
  margin:0 30px;
  padding:10px;
  background-color:#f8f8f5;
  border:1px solid #C8C8C8;
  border-top:none;
  font-size:90%;
  text-align:center;
}

#play_container_overlay {
  background-color:rgba(0,0,0,0.8);
  width:100%;
  color:#fff;
  text-align: center;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#play_container_overlay span{
  display:block;
  font-size: 18px;
  margin-top: 6px;
  font-weight: bold;
}

#play_container_overlay span a,
#play_container_overlay span a:visited {
  margin-left:5px;
  display:inline-block;
  color:#f00;
}

/*bxSlider*/
.topBxslider{
  width:800px;
  overflow:hidden;
  height:548px;
}
.bx-pager-item{
  width:20%;
  float:left;

}
.bx-pager-item a{
  display:block;
  position:relative;
}
.bx-pager-item > .bx-pager-link > .explain{
  bottom: 0;
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 160px;
  z-index: 9998;
}
ul#slider4{
  display:block;
  padding:0;
}
#slider4 > li{
  display:block;
  position:relative;
}
#slider4 > li > .explain_on{
  background-image: url("/user_data/packages/default/img/white.png");
  bottom: 0;
  display: block;
  left: 0;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  width: 780px;
  z-index: 9998;
}
#slider4 > li .contents_title {
  background-color: #FFFFFF;
  color: #FF0000;
  left: 10px;
  padding: 5px 10px;
  position: absolute;
  top: 10px;
}
#slider4 > li > .explain_on img{
  float: left;
  margin-right: 10px;
}

#slider4 > li > .explain_on p {
  float: left;
  margin-top: 4px;
  width: 500px;
}

#slider4 > li > .explain_on span {
  color: #EE0000;
  float: right;
  font-size: 140%;
  font-weight: bold;
  line-height: 1;
}

#slider4 > li > .explain_on span strong {
  font-family: 'Oswald',sans-serif;
  font-size: 200%;
}
.fbLogin{
  /*margin: 31px 0 0 0;*/
}

.fbLogin p{
  margin: 0 0 0 8px;
  font-size: 12px;
}

.fbLogin a{
  position: relative;
  display: block;
  padding: 8px;
  margin: 0px auto;
  max-width: 320px;
  height: 34px;
  background-color: #3B5998;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 34px;
}
.fbLogin a:hover{
  background-color: #4564a8;
}

.icon-facebook:before{
  content: '';
  position: absolute;
  top: 11px;
  left: 15px;
  width: 27px;
  height: 27px;
  background-image: url("../img/login_fb.gif");
  background-repeat: no-repeat;
  background-size: 27px 27px;
  /*content: '\e012';*/
}



.fb_signup{
  position: relative;
  display: block;
  padding: 8px;
  margin: 8px 0 35px 10px;
  width: 260px;
  height: 34px;
  background-color: #3B5998;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 35px;
}

.icon-facebook:before{
  content: '';
  position: absolute;
  top: 11px;
  left: 15px;
  width: 27px;
  height: 27px;
  background-image: url("../img/login_fb.gif");
  background-repeat: no-repeat;
  background-size: 27px 27px;
  /*content: '\e012';*/
}

.email_signup{
  position: relative;
  display: block;
  padding: 8px;
  margin: 8px 0 35px 10px;
  width: 260px;
  height: 34px;
  background-color: #818181;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 35px;
}

.icon-mail:before{
  content: '';
  position: absolute;
  top: 17px;
  left: 15px;
  width: 25px;
  height: 17px;
  background-image: url("../img/login_email.gif");
  background-repeat: no-repeat;
  background-size: 25px 17px;
}

.entry_input .sex_radio{
  display: block;
  margin: 0 0 20px 0;
}

.entry_input .sex_radio label{
  margin: 0px 12px 0 5px;
  /* vertical-align: bottom; */
  line-height: 20px;
}

.entry_input span.birth{
  display: block;
  margin: 0px 12px 20px 5px;
}

.img160{
  width:160px;
  height:auto;
}

#appeal_v3{
  /*background:#fff;
  margin-bottom: 20px;*/
}

ul.appeal_v3_list{
  display:block;
  padding: 16px 14px 5px 14px;
  margin-bottom: 15px;
  margin-top: -19px;
}

ul.appeal_v3_list.pigoohd{
  background: #fee7e4;
}
ul.appeal_v3_list.ent{
  background: #cae2d8;
}

ul.appeal_v3_list li,
.toppage.lists.rank li{
  display:block;
  float:left;
  width:16%;
  /*max-width:16%;*/
  margin: 0 0.8% 0.75% 0;
  padding:0;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
ul.appeal_v3_list li:first-child{
  width:32.8%;
  /*max-width:32.8%;*/
}
ul.appeal_v3_list li:first-child > a > p{
  padding: 0 2% 56.68%;
}

ul.appeal_v3_list li:nth-child(5),
ul.appeal_v3_list li:nth-child(9),
ul.appeal_v3_list li:nth-child(15){
  margin-right:0;
}
ul.appeal_v3_list li:nth-child(n+16){
  display: none;
}

ul.appeal_v3_list li > a{
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  width: 100%; 
  overflow: hidden;
}
ul.appeal_v3_list li:first-child a{
  padding-bottom: 56.68%;
}

ul.appeal_v3_list li img{
  width:100%;
  height:auto;
  vertical-align: bottom;
}


.lists li span.title{
  background-color: #000000;
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 1.2em;
  line-height: 1.4em;
  opacity: 0.6;
  overflow: hidden;
  padding: 2%;
  position: absolute;
  width: 96%;
  z-index: 100;
  /*top: -100px;*/
  bottom: 0;
  left: 0;
}
.lists li span.still_play{
  background-color: #000;
  color: #fff;
  display: block;
  font-size:11px;
  line-height: 16px;
  right: 0px;
  overflow: hidden;
  padding: 3px 6px 1px;
  position: absolute;
  top: 0px;
  z-index: 299;
}
.lists li span.still_play > strong{
  color:#ffff00;
}

.toppage.lists.rank li {
  display: block;
  float: left;
  margin: 0 0.8% 0.75% 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 16%;
}
.toppage.lists.rank li:nth-child(6n){
  margin-right:0;
}

.lists.rank li span.title{
  bottom: 40px;
  left: 0;
}
li > span.title > p{
  height: 1em;
  line-height: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.lists li span.screen{
  background: none repeat scroll 0 0 #fff;
  color: #FFFFFF;
  display: block;
  left: 0;
  /*opacity: 0.3;*/
  opacity:0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 90;
  height: 100%;
}
.lists li span.description{
  display: block;
  max-height: 3em;
  overflow: hidden;
}
.lists li > a > p{
  color: #fff;
  background: #333;
  font-size: 12px;
  padding: 0 2% 56.25%;
  position: absolute;
  z-index: 95;
  line-height: 20px;
  height:60px;
  width: 96%;
  height: 0;
  opacity: 0.6;
  overflow:hidden;
  display: block;
  top: 0;
  left:100%;
}

.lists span.actors > span.actor{
  padding-right: 5px;
  display: none;

}

.lists span.actors > span.actor:hover{
  color: #00008B;
  text-decoration: underline;
  cursor: pointer;
}

.lists span.actors > span.actor:nth-child(-n+2){
  display: inline;
}
.lists span.actors > span.actor:nth-child(3):after{
  content: " 他";
}
.lists span.angle{
  cursor: pointer;
  display: none;
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  padding-right: 5px;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  z-index: 100;
}
.lists span.angle > i{
  text-shadow: 1px 1px 0 #ccc;
}
.lists span.angle.active > i{
  text-shadow: 1px 1px 0 #000;
}
.lists span.angle.active{
  color: #fff;
}

.present_form label > img{
  cursor:pointer;
  border:0px solid #4084B1;
  margin:3px;
  transition:none;
}
.present_form label.first > img{
  border:3px solid #4084B1;
  margin:0px;
}



/*Renewalデザイン用*/

section.wrap{
  width:1616px;
  margin:0 auto;
  display: block;
  background: #ffffff;
}


.sidebar{
  display: none;
}
.main{
  margin-left: 0;
}

.recommend{
  //display: none;
}
.detail_imagelist{
  width :100%;
  /*max-height:270px;
  overflow: hidden;*/
}
/*メインサイズ変更*/
.top_column,
.main{
  min-width:px;
  max-width:1616px;
  margin:0 auto;
  position:relative;
}

.top_image{
  position: relative;
  width:100%;
  //margin-bottom: 50px;
}
.top_image > img{
  vertical-align: bottom;
  width: 100%;
}
.top_image > a{
  border-radius: 5px;
  left: calc(50% - 25%);
  position: absolute;
  top: calc(50% - 25%);
  /*max-width: 696px;*/
  /*max-height: 240px;*/
  width: 50%;
  height: 0;
  padding-bottom: 15.9%;

  overflow: visible;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.top_image > a:hover{
  background: transparent;
  -webkit-box-shadow:0px 0px 50px 20px rgba(255,255,255,0.9);
  -moz-box-shadow:0px 0px 50px 20px rgba(255,255,255,0.9);
  box-shadow:0px 0px 50px 20px rgba(255,255,255,0.9);
}


.top_image > a:hover img{
  opacity: 1;
  background: transparent;
}


.top_image > a > img {
	width: calc(100% + 37px );
	height: auto;
	margin: -14px 0 0 -19px;
}

.wrap_shadow
{
  position:relative;
  /*-webkit-box-shadow:0 1px 4px rgba(0,0,0, 0.5), 0 0 20px rgba(0,0,0, 0.3) inset;
     -moz-box-shadow:0 1px 4px rgba(0,0,0, 0.5), 0 0 20px rgba(0,0,0, 0.3) inset;
          box-shadow:0 1px 4px rgba(0,0,0, 0.5), 0 0 20px rgba(0,0,0, 0.3) inset;*/
}
.wrap_shadow:before, .wrap_shadow:after
{
  content:"";
  position:absolute;
  z-index:-1;
  -webkit-box-shadow:0 0 20px rgba(0,0,0,1.0);
  -moz-box-shadow:0 0 20px rgba(0,0,0,1.0);
  box-shadow:0 0 20px rgba(0,0,0,1.0);
  top:2px;
  bottom:2px;
  left:0;
  right:0;
  -moz-border-radius:100px / 10px;
  border-radius:100px / 10px;
}
.wrap_shadow:after{
  right:10px;
  left:auto;
  -webkit-transform:skew(8deg) rotate(3deg);
  -moz-transform:skew(8deg) rotate(3deg);
  -ms-transform:skew(8deg) rotate(3deg);
  -o-transform:skew(8deg) rotate(3deg);
  transform:skew(8deg) rotate(3deg);
}

#mypage {
  width: 800px;
  margin: 0 auto;
}

.main_contents{
  padding: 50px 90px;
}
.main_bloc{
  padding: 0 90px;
}

.main_contents_title {
	height: 55px;
	padding: 19px 0;
}

.main_contents_title h1,
.main_contents_title h2{
  //background: none repeat scroll 0 0 #999;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  padding: 1px 18px;
  border: 0px solid #444444;
  border-width: 0 0 1px 0;
}

#mypage h1{
  display: table;
  margin: 0 auto;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  padding: 1px 18px;
  border: 0px solid #444444;
  border-width: 0 0 1px 0;
  text-align: center;
}

#mypage input.default_input {
  margin: 0 0 20px 0;
  padding: 10px 16px 12px;
  width: 95%;
  height: 18px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
}


.main_contents_title h3{
  font-size: 18px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 10px 10px 5px;
  border-bottom: 4px solid #000;
  margin: 20px 0 0 0;
}

#mynavi_area{
  text-align: center;
  margin: 22px 0 30px;
}

.main_contents_title.recommend h2,
.main_contents_title.ranking h2{
  padding: 10px 20px 10px 130px;
  position: relative;
}

.main_contents_title.recommend h2 img.label_button {
	position: absolute;
	top: -19px;
	left: 200px;
}
.main_contents_title.ranking h2 img.label_button {
	position: absolute;
	top: -16px;
	left: 223px;
}

.main_contents_title.recommend h2.ent img.label_button {
	left: 235px;
}

.main_contents_title.ranking h2.ent img.label_button {
	left: 257px;
}

.main_contents_title h1.pigoohd,
.main_contents_title h2.pigoohd{
  color:#fff;
  border: 0;
  background-image:url(/user_data/packages/pigon/img/pigoo_logo_ch.png);
  background-position: 20px 4px;
  background-repeat: no-repeat;
  background-color: #ee4c82;
  padding: 10px 20px 10px 130px;
}
.main_contents_title h1.pigoohd.bgright,
.main_contents_title h2.pigoohd.bgright{
  color:#fff;
  border: 0;
  background-position: -webkit-calc(100% - 20px) 50%, 4px 0;
  background-position:    -moz-calc(100% - 20px) 50%, 4px 0;
  background-position:         calc(100% - 20px) 50%, 4px 0;
  background-position: right 20px top 50%, 4px 0;
  padding: 10px 20px;
}

.main_contents_title h1.ent,
.main_contents_title h2.ent{
  color:#fff;
  border: 0;
  background-color: #20C4BD;
  background-image: url("/user_data/packages/pigon/img/enta_logo_ch.png");
  background-position: 20px 0;
  background-repeat: no-repeat;
  padding: 10px 20px 10px 165px;
}

.main_contents_title h1.ent.bgright,
.main_contents_title h2.ent.bgright{
  color:#fff;
  border: 0;
  background-position: -webkit-calc(100% - 20px) 50%, 0px 0;
  background-position:    -moz-calc(100% - 20px) 50%, 0px 0;
  background-position:         calc(100% - 20px) 50%, 0px 0;
  background-position: right 20px top 50%, 0px 0;
  padding: 10px 20px;
}

.main_contents_title h1.kintonjapan,
.main_contents_title h2.kintonjapan{
  color:#fff;
  border: 0;
  background-color: #e65fd0;
  background-image: url("/user_data/packages/pigon/img/kinton_logo_ch.png");
  background-position: 20px 2px;
  background-repeat: no-repeat;
  padding: 10px 20px 10px 205px;
}

.main_contents_title h1.kintonjapan.bgright,
.main_contents_title h2.kintonjapan.bgright{
  color:#fff;
  border: 0;
  background-position: -webkit-calc(100% - 20px) 50%, 2px 0;
  background-position:    -moz-calc(100% - 20px) 50%, 2px 0;
  background-position:         calc(100% - 20px) 50%, 2px 0;
  background-position: right 20px top 50%, 2px 0;
  padding: 10px 20px;
}

.main_contents_title h1.ione,
.main_contents_title h2.ione{
  color:#fff;
  border: 0;
  background-color: #53a5fc;
  background-image: url("/user_data/packages/pigon/img/ione_logo_ch.png");
  background-position: 20px 3px;
  background-repeat: no-repeat;
  padding: 10px 20px 10px 135px;
}

.main_contents_title h1.ione.bgright,
.main_contents_title h2.ione.bgright{
  color:#fff;
  border: 0;
  background-position: -webkit-calc(100% - 20px) 50%, 3px 0;
  background-position:    -moz-calc(100% - 20px) 50%, 3px 0;
  background-position:         calc(100% - 20px) 50%, 3px 0;
  background-position: right 20px top 50%, 3px 0;
  padding: 10px 20px;
}

.main_contents_title i.fa-star{
  font-size:22px;
}

.main_contents{
  margin: 0 auto;
}

.spacer{
  height: 0;
  width: 100%;
  content: ".";
  visibility: hidden;
  padding-bottom: 50px;
}
.announce_spacer{
  height: 0;
  width: 100%;
  content: ".";
  visibility: hidden;
  padding-bottom: 0;
}
.monthly_plan form ul.select {


}

.monthly_plan form ul.select > li{
  display: block;
  line-height: 45px;
  margin-bottom:15px;
}
.monthly_plan form ul.select > li > p{
  line-height: 16px;
  padding-left: 25px;
}
.monthly_plan form ul.select > li > input{


}
.monthly_plan form ul.select > li > div{
  display: inline;
  line-height: 45px;
  padding-left: 5px;
  font-size: 12px;
}

.monthly_plan form ul.select > li > div > a{
  width:230px;
}

.monthly_plan form ul.select > li > div > a > label{
  display: block;
  cursor: pointer;
}
.header_announce{
  color: #FFFFFF;
  display: block;
  height: 0;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background: #fafafa;
  margin: -10px 0 10px; 
  overflow: hidden;
}
.header_announce:hover > span{
  color: #FF0000;
}
.header_announce > i.fa{
  color: #bb3b33;
  font-size: 14px;
  margin-right: 5px;
}
.header_announce > span{
  color: #666;
}

.header_announce > i.fa.fa-times-circle{
  line-height: 30px;
  font-size: 20px;
  margin-right: 10px;
  float: right;
  padding: 10px;
}
.header_announce > i.fa.fa-times-circle:hover{
  color:#000;
}

.player_area{
  position: relative;
}
.play_complete_trial{
  background: rgba(0,0,0,0.4);
  height: 0;
  padding-bottom: 56.25%;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}


.play_complete_trial > a{
  border-radius: 34px 42px 34px 42px;
  left: calc(50% - 25%);
  position: absolute;
  top: calc(50% - 25%);
  /*max-width: 696px;*/
  /*max-height: 240px;*/
  width: 50%;
  height: 0;
  padding-bottom: 18%;

  overflow: visible;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.play_complete_trial > a:hover{
  background: transparent;
  -webkit-box-shadow:0px 0px 50px 20px rgba(255,255,255,0.9);
  -moz-box-shadow:0px 0px 50px 20px rgba(255,255,255,0.9);
  box-shadow:0px 0px 50px 20px rgba(255,255,255,0.9);
}


.play_complete_trial > a:hover img{
  opacity: 1;
  background: transparent;
}


.play_complete_trial > a > img{
  width: calc(100% + 16px );
  height:auto;
  margin: -5px 0 0 -7px;
}


#order_monthly_table th,
#order_monthly_table td,
#order_ppv_table th,
#order_ppv_table td,
#order_set_table th,
#order_set_table td,
#order_history_table th,
#order_history_table td{
  width:62%;
  box-sizing: border-box;
}

#order_monthly_table th:first-child,
#order_monthly_table th:last-child,
#order_monthly_table td:first-child,
#order_monthly_table td:last-child,
#order_ppv_table th:first-child,
#order_ppv_table th:last-child,
#order_ppv_table td:first-child,
#order_ppv_table td:last-child,
#order_set_table th:first-child,
#order_set_table th:last-child,
#order_set_table td:first-child,
#order_set_table td:last-child,
#order_history_table th:first-child,
#order_history_table th:last-child,
#order_history_table td:first-child,
#order_history_table td:last-child{
  width:21%;
  box-sizing: border-box;
  line-height: 1.2;
}

#order_monthly_table th:last-child,
#order_monthly_table td:last-child,
#order_ppv_table th:last-child,
#order_ppv_table td:last-child,
#order_set_table th:last-child,
#order_set_table td:last-child,
#order_history_table th:last-child,
#order_history_table td:last-child{
  text-align: center;
}


.order_ppv_product{
  position: relative;
}

.order_ppv_product > img{
  width:50px;
  height:auto;
  float: left;
}
.order_ppv_product > span{
  line-height: 50px;
  padding-left: 10px;
}

.static_page{
  /*font-size:120%;
  line-height: 170%;*/
}

.static_page  p{
  padding:5px 20px;
}


#static .static_page > .main_contents_title > h2.pigoohd{
  background-color: #ee4c82;
  //background-image: url("/user_data/packages/pigon/img/pigoo_logo_ch.png");
  background-position: 20px 4px;
  background-repeat: no-repeat;
  padding: 10px 20px;
}

.static_page h4{
  padding: 5px 20px;
  
}

.static_page .entry a{
  margin: 0 auto;
  padding: 15px;
  width: 200px;
}

.december540{
  font-size:120%;
  line-height: 140%;
}
.december540:after{
  content:"\A年末キャンペーン\A今だけ、初月540円で加入できます。";
  white-space: pre;
  color:#ff0000;
  font-size:120%;
  line-height: 140%;
}

.monthly_plan_fotorama div.fotorama__html{
  background: #000;
}

.monthly_plan_fotorama div.fotorama__html > div{
  position: relative;
}

.monthly_plan_fotorama div.fotorama__html > div span{
  color: #ffd700;
  display: block;
  padding: 20px 5%;
  position: absolute;
  text-shadow: 1px 1px 1px #000;
  width: 90%;
}
.monthly_plan_fotorama div.fotorama__html > div span.title{
  font-size: 32px;
  line-height: 36px;
  top: 26px;
  z-index: 5;
}

.monthly_plan_fotorama div.fotorama__html > div span.desctiption{
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  top: 80px;
  z-index: 5;
}

#static .monthly_plan_fotorama div.fotorama__html > div span.desctiption > small{
  font-size: 60%;
  color:#fff;
}

.monthly_plan_fotorama div.fotorama__html > div span.blackcover{
  background: none repeat scroll 0 0 #000;
  display: block;
  height: 0;
  left: 0;
  opacity: 0.2;
  padding: 0 0 18.75%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.monthly_plan_fotorama div.fotorama__html > div img.paveImages{
  width: calc(100% / 6);
  float: left;
}

.monthly_plan_fotorama.sp{
  display:none;
}

.monthly_plan_fotorama.sp div.fotorama__html > div span{

  padding:10px 8%;
  width:84%;
}
.monthly_plan_fotorama.sp div.fotorama__html > div span.blackcover{
  padding: 0 8% 84.37%;
}

.monthly_plan_fotorama.sp div.fotorama__html > div img.paveImages{
  width: calc(100% / 2);
}

.monthly_plan_fotorama.sp div.fotorama__html > div span.title{
  font-size: 26px;
  line-height: 30px;
  top:0px;
}
.monthly_plan_fotorama.sp div.fotorama__html > div span.desctiption{
  font-size: 16px;
  top:90px;
}


.monthly_plan_fotorama div.fotorama__html > div img.akibalive_back{
  width: 100%;
  position: absolute;
  top: -400px;
}

.monthly_plan_fotorama.sp div.fotorama__html > div img.akibalive_back{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 600px;
}

.carriers_block{
  background: #FCE1E1;
  text-align: center;
}

.monthly_plan_fotorama div.fotorama__html > div.carriers_block > span.blackcover{
  opacity: 0.1;
  background: #999;
}
.carriers_block span{
  text-align: left;
}

.monthly_plan_fotorama.sp .carriers_block img{
  height: auto;
  margin: 0 auto;
  width: auto;
}

.carriers_block img{
  //height: 269px;
  margin: 0 auto;
  max-width: 100%;
}

#static ul.payment_details,
#static ul.privilege_details{
  background: none repeat scroll 0 0 #fafafa;
  display: block;
  padding:10px;
  margin:0 0 20px;
}

#static ul.payment_details li,
#static ul.privilege_details li{
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #ccc;
  border-radius: 5px;
  display: block;
  float: left;
  //height: 0;
  list-style: outside none none;
  margin: 10px;
  padding: 10px;
  //padding: 0 0 25%;
  text-align: center;
  width: calc(100% / 2 - 44px);
  
}

#static ul.privilege_details li{
  width: calc(100% / 3 - 44px);
}
#static ul.payment_details li.camp{
  box-shadow: 0px 0px 10px #ff0000;
}

#static ul.payment_details li.camp p > span.attention{
  font-weight: bold;
  font-size:120%;
}

.fotorama{
  margin-bottom:20px;
}

#static ul.payment_details li > h4,
#static ul.privilege_details li > h4{
  font-size: 20px; 
  line-height: 28px;
  padding: 5px 10px;
}

#static ul.payment_details li > p,
#static ul.privilege_details li > p{
  padding: 5px 10px;
}

#static ul.payment_details li > h4 > span.attention
#static ul.privilege_details li > h4 > span.attention{
  color:#cc0000;
}

#static ul.channel_selector,
#static ul.privilege_selector,
#static ul.payment_method_selector{
  background: none repeat scroll 0 0 #fafafa;
  display: block;
  margin: 0 0 20px;
  padding: 20px 10px;
  position:relative;
}

#static ul.channel_selector > li,
#static ul.privilege_selector > li,
#static ul.payment_method_selector > li{
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #ccc;
  border-radius: 5px;
  display: block;
  float: left;
  list-style: outside none none;
  margin: 0 10px;
  padding: 20px 10px;
  text-align: center;
  width: calc(100% / 3 - 44px);  
  height:220px;
  cursor:pointer;
}

#static ul.payment_method_selector > li{
  height:120px;
}

#static ul.channel_selector > li:hover,
#static ul.channel_selector > li.selected,
#static ul.privilege_selector > li:hover,
#static ul.privilege_selector > li.selected,
#static ul.payment_method_selector > li:hover,
#static ul.payment_method_selector > li.selected{
  background: none repeat scroll 0 0 #eee;
}

#static ul.channel_selector > li.selector,
#static ul.privilege_selector > li.selector,
#static ul.payment_method_selector > li.selector{
  display:none;
  box-shadow: 0 0 5px #F78181;
  background: none repeat scroll 0 0 transparent;
  border: 2px solid #cc0000;
  left: 10px;
  top:20px;
  position: absolute;
  width:calc(100% / 3 - 50px);
}

#static ul.channel_selector > li > h4,
#static ul.privilege_selector > li > h4,
#static ul.payment_method_selector > li > h4{
  height: 50px;
  text-align: center;
  margin-bottom: 10px;
  font-size:22px;
}


#static ul.channel_selector > li > h4 > img,
#static ul.privilege_selector > li > h4 > img,
#static ul.payment_method_selector > li > h4 > img{
  max-width: 100%;
  height: 50px;
  width: auto;
}

#static ul.channel_selector > li > span,
#static ul.privilege_selector > li > span,
#static ul.payment_method_selector > li > span{
  padding: 0 30px;
  display: block;
  width:calc( 100% - 60px );
  text-align: left;
  
}

#static ul.channel_selector > li > span.monthly_price{
  color: #cc0000;
  font-weight: bold;
  font-size: 110%;
}
.docomowifi{
  display: none;
}
#static div.payment_chart_wrap{
  width:calc( 100% - 40px );
  padding:20px;
  background: #fafafa;
}

#static div.payment_chart{
  width:calc( 100% - 4px );
  border:2px solid #ccc;
  border-radius: 5px;
  background: #fff;
}

#static div.payment_chart > table{
  width:70%;
  border:0;
  margin:20px auto;
  border-radius: 5px 0 0 0;
}

#static div.payment_chart > p{
  width:70%;
  margin:5px auto;
  padding: 0;
}

#static div.payment_chart > table tr{
  
}

#static div.payment_chart > table th,
#static div.payment_chart > table th,
#static div.payment_chart > table td{
  border:1px dotted #eee;
  border-width: 0 1px 1px 0;
  padding:5px;
  text-align: center;
  vertical-align: middle;
}

#static div.payment_chart > table th{
  background: #fafafa;
}

#static div.payment_chart > table td{
}

#static div.payment_chart > table td > i.fa-check{
  color:#1fa67a;
  font-weight: bold;
}

#static div.payment_chart > table td > i.fa-times{
  color:#ff0000;

}


#static div.payment_chart > table tr:nth-child(odd) td{

}

#static div.payment_chart a.forsp_chart{
  display:none;
}


/*新Tutorial*/
#tutorial{
  width:100%;
  position: relative;

}

#tutorial ul.tutorial_nav{
  background: none repeat scroll 0 0 #000;
  display: block;
  width: 260px;
  margin: 20px 0 10px;
  position: absolute;
  top:0;
}

#tutorial ul.tutorial_nav > li,
#tutorial ul.tutorial_nav > li > a,
#tutorial ul.tutorial_nav > li > ul.submenu > li,
#tutorial ul.tutorial_nav > li > ul.submenu > li > a{
  display: block;
  width:100%;
  float: left;
  color: #fff;
  padding: 0;
}

#tutorial ul.tutorial_nav > li > a,
#tutorial ul.tutorial_nav > li > ul.submenu > li > a{
  width: calc( 100% - 20px );
  border: 1px solid #fff;
  border-width: 0 0 1px 0;
  padding: 5px 10px;
  text-decoration: none;
}

#tutorial ul.tutorial_nav > li > a:hover,
#tutorial ul.tutorial_nav > li > ul.submenu > li > a:hover{
  text-decoration: none;
  background: #eee;
  color: #666;
}

#tutorial ul.tutorial_nav > li > ul.submenu{
  display: none;
}

#tutorial ul.tutorial_nav > li > ul.submenu > li > a{
  background: #999;
  padding: 5px 10px 5px 20px;
  width: calc( 100% - 30px );
}

#tutorial div.tutorial_contents{
  float: right;
  width:calc( 100% - 260px - 20px );
  margin:20px 0 10px;
  padding:0 0 50% 20px;
}

#tutorial div.tutorial_contents section{
  margin:0 0 60px;
}

#tutorial div.tutorial_contents h3{
  margin: 0;
  padding: 5px 10px;
  line-height: 24px;
}

#tutorial div.tutorial_contents p{
  padding: 0 10px;
}

#tutorial div.tutorial_contents table{
  margin: 0 10px;
  width : calc( 100% - 20px );
}


.large_info{
  line-height: 30px;
  margin-top: 30px;
  font-size: 16px;
}

.login_contents .main_contents_title{
  display: table;
  margin: 0 auto;
  text-align: center;
}

.signup p{
  font-size: 12px;
  text-align: center;
}

.signup a{
  display: block;
  padding: 8px;
  margin: 0 auto;
  max-width: 320px;
  height: 34px;
  border: 1px solid #46a3f8;
  background: #46a3f8;
  color: #fff;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.signup a:hover{
  background-color: #4daaff;
}


.btn_panel{
  width:100%;
  margin: 20px 0 0 0;
}

.positive_btn{
  display: inline-block;
}

.positive_btn a{
  padding: 13px 47px;
  margin: 0 auto;
  width: 160px;
  height: 34px;
  background-color: #fe7271;
  border: 1px solid #ef6463;
  color: #fff;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.positive_btn a:hover{
  background-color: #ef6463;
}



.negative_btn{
  display: inline-block;
}

.negative_btn a{
  padding: 13px 47px;
  margin: 0 auto 0 40px;
  width: 160px;
  height: 34px;
  border: 1px solid #46a3f8;
  background: #46a3f8;
  color: #fff;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.negative_btn a:hover{
  background-color: #4ea0eb;
}


.login_or_register > ul.login_register_nav{
  display: block;
  margin: 20px 20px 0 20px;
  border: 1px solid #999;
  border-radius: 10px 10px 0 0;
  //height: 100px;
  float: left;
  width:calc( 100% - 40px );
  background: #eee;
}

.login_or_register > ul.login_register_nav > li{
  
  border :0;
  float:left;
  display: block;
  width:50%;
}

.login_or_register > ul.login_register_nav > li:nth-child(1){
  border-radius: 10px 0 0 0;
  border-right: 1px solid #999;
  width: calc( 100% / 2 - 1px );
}

.login_or_register > ul.login_register_nav > li:nth-child(2){
  border-radius: 0 10px 0 0;
}

.login_or_register > ul.login_register_nav > li > a{
  font-size:16px;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 1em;
  color : #333;
}


.login_or_register > ul.login_register_nav > li.active{
  color : #333;
}

.login_or_register > ul > li.login{
  
}
.login_or_register > ul > li.register{
  display: none;
}

.login_or_register > div.tab-content{
  display: table;
  margin: 0 20px 20px 20px;
  border: 1px solid #999;
  //border-radius: 0 0 5px 5px; 
  border-top: 0;
  
  //height: 100px;
  float: left;
  width:calc( 100% - 40px );
  
}
.login_or_register > div.tab-content.confirm{
  display: table;
  margin: 0 20px 20px 20px;
  border: 1px solid #999;
  //border-radius: 0 0 5px 5px; 
  border-top: 0;
  
  //height: 100px;
  float: left;
  padding:20px; 
  width: calc(100% - 80px);
}

.login_or_register > div.tab-content > div{
  padding:20px;
  width : 50%;
  display: table-cell;
}

.login_or_register > div.tab-content > div:nth-child(1){
  border-right: 1px solid #999;
  //width: calc( 100% / 2 - 41px );
}

.login_or_register > div.tab-content > div.login form input[type="email"],
.login_or_register > div.tab-content > div.login form input[type="password"]{
  font-size: 16px;
  ime-mode: disabled;
  line-height: 20px;
  padding: 3px;
  width: calc(100% - 10px);
  margin:5px 0;
}

.login_or_register > div.tab-content > div.active{
  display:table-cell;
}

.login_or_register > div.tab-content.confirm > div{
  display: block;
  border: 0px none;
  width: calc(100% - 40px);
}


.login_contents #login_mypage{
  margin: 0 auto;
  text-align: left;
  width: 92%;
}

.contact_form{
  margin: 0 auto;
  text-align: left;
  width: 100%;
}

.login_contents .login,
.login_contents .register,
.chenge_contents{
  margin: 35px auto 0;
  width: 355px;
  text-align: left;
}


.login_contents div.tab-content .register input.default_input:-moz-read-only,
.login_contents div.tab-content .register input.default_input:read-only{
  background: #ddd;
}




.login_contents div.tab-content .login input.default_input,
.login_contents div.tab-content .register input.default_input,
.chenge_contents input.default_input,
#entry #form1 input.default_input{
  margin: 0 0 20px 0;
  padding: 10px 16px 12px;
  width: 300px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
}

.contact_form input.default_input{
  margin: 0 0 20px 0;
  padding: 10px 16px 12px;
  width: 45%;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
}


.contact_form select.select_input{
  margin: 0 0 20px 0;
  padding: 10px 16px 12px;
  width: 45%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
}

.contact_form textarea.text_input{
  margin: 0 0 20px 0;
  padding: 10px 16px 12px;
  width: 45%;
  height: 155px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
}


span.required{
  font-size:11px;
  color:#e90e05;
}


.cart_sp{
  /*background: #fafafa;
  padding: 10px;*/
  display: none;
  width: 100%;
}

ul.cart_list_sp {
	display: block;
	width: 100%;
	margin: 0;
	//border: 3px solid #000;
	box-sizing: border-box;
}

ul.cart_list_sp > li{
  box-sizing: border-box;
  display: block;
  width: 100%;
  float: left;
  //margin-bottom: 15px;
  //text-align: center;
  padding: 15px 5px;
  border-bottom: 1px solid #ddd;
}

ul.cart_list_sp > li:nth-child(even) { background-color:#fff; }
ul.cart_list_sp > li:nth-child(odd) { background-color:#fafafa; }

ul.cart_list_sp > li.total{
  background-color: #eee;
}

ul.cart_list_sp > li img{
  display: block;
  width: 60%;
  margin: 0 20%;
}

ul.cart_list_sp > li strong{
  display: block;
  padding: 5px 10px 0;
}

ul.cart_list_sp > li strong > span.price{
  color: #ff0000;
}

ul.cart_list_sp > li > a.remove_link{
  display: block;
  width: 100%;
  padding: 0 10px;
}

.price_detail_sp{
  display: none;
}
.price_detail_sp > ul {
	margin: 10px;
	display: block;
}

.price_detail_sp li {
	display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.price_detail_sp li img{
  margin-bottom: 0;
}

.price_detail_sp li strong{
	display: inline !important;
  color: #333 !important;
}

ul.player_level_butons{
  display: block;
  margin: 0 auto;
  max-width: 600px;
}
ul.player_level_butons > li{
  box-sizing: border-box;
  display: block;
  list-style: none;
  width: calc( 100% / 3 );
  padding: 5px 2px;
  float: left;
}

ul.player_level_butons > li > a{
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 5px 0;
  color: #333;
}

ul.player_level_butons > li > a.active,
ul.player_level_butons > li > a:hover{
  background: #eee;
  border: 2px solid #cc0000;
  box-shadow: 0 0 5px #F78181;
}


form.play_usingserial{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

input[type="text"].play_usingserial_input{
	font-size: 16px;
	ime-mode: disabled;
	line-height: 20px;
	padding: 3px;
	width: calc(100% - 10px);
	margin: 5px 0;
}


span select{
  margin: 0 4px 0 0;
  height: 30px;
  border-radius: 0px;
}

span select.year{
  width:80px;
}

span select.month,
span select.day{
  width:45px;
}

span span.birth{
  margin: 0 15px 20px 0;
}

#contant{  
}

#contact p{
  margin: 20px 0 0 0;
  font-size: 15px;
  line-height: 1.3;
}

#contact ul{
  margin: 15px 0 55px 0;
  line-height: 1.25;
}

#contact li span.attention{
  font-size: 13px;
  color: #888;
}


#mypage #form1 input.box120,
#mypage #form1 input.box60,
#shopping #form1 input.box120{
	margin: 0;
	padding: 10px 16px 12px;
	width: 95%;
	height: 40px;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #ccc;
	background: #fff;
	box-sizing: border-box;
}


.product_lists_v4{
  //padding: 0 15px;
}
.product_lists_v4 ul.lists{
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1.5% 0 0 1.5%;
  background: #eee;
}

.product_lists_v4.pigoohd ul.lists{
  background: #fee7e4;
  
}

.product_lists_v4.ent ul.lists{
  background: #cae2d8;
}



.product_lists_v4 ul.lists > li{
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 20%;
  padding: 0 1.5% 1.5% 0;
  overflow-y: visible;
}

.product_lists_v4 ul.lists.top_rank > li {
	width: calc( 100% / 5);
}
.product_lists_v4 ul.lists.top_rank > li:nth-child(n+6){
	display: none;
}


.product_lists_v4 ul.lists > li > a{
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
  color: #444;
  overflow-y: visible;
  float: left;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.product_lists_v4 ul.lists > li > a img:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.product_lists_v4 ul.lists > li > a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

/*.product_lists_v4 ul.lists > li:nth-child(4n) > a{
  margin-right: 0;
}*/

.product_lists_v4 ul.lists > li > a > img{
  width: 100%;
  height: auto;
  vertical-align: baseline;
  float: left;
}

.product_lists_v4 ul.lists > li > a > div.product_lists_v4_text{
  box-sizing: border-box;
  width: 100%;
  text-decoration: none;
  color: #444;
  height: 0;
  padding-bottom: 23.25%;
  float: left;
  overflow-y: visible;
  background: #fefefe;
}

.pigoohd.product_lists_v4 ul.lists > li > a > div.product_lists_v4_text{
  background: #fff6f6;
}

.ent.product_lists_v4 ul.lists > li > a > div.product_lists_v4_text{
  background: #eaf5f1;
}

.product_lists_v4 ul.lists.rank > li > a > div.product_lists_v4_text{
  padding-bottom: 13.75%;
}
.product_lists_v4 ul.lists.rank > li > a > div.product_lists_v4_text .description{
  display: none;
}


.product_lists_v4 ul.lists > li > a > div.product_lists_v4_text_back{
  display: none;
}

.product_lists_v4 ul.lists > li > a > div.product_lists_v4_text > h3,
.product_lists_v4 ul.lists > li > a > div.product_lists_v4_text > p{
  box-sizing: border-box;
  padding: 0 5px;
  font-size: 14px;
  line-height: 16px;
}

.product_lists_v4 ul.lists > li > a > div.product_lists_v4_text > h3 {
	margin-top: 5px;
	white-space: nowrap;
	overflow-x: hidden;
  height: 18px;
  line-height: 18px;
}

.product_lists_v4 ul.lists > li > a > div.product_lists_v4_text > p.actors {
  box-sizing: border-box;
	white-space: nowrap;
	width: 100%;
	overflow-x: hidden;
  font-size: 12px;
  color: #999;
}

.product_lists_v4 ul.lists > li > a > div.product_lists_v4_text > p.actors > span.actor {
	display: inline;
	padding: 0 2.5px;
	white-space: nowrap;
}

.product_lists_v4 ul.lists > li > a > div.product_lists_v4_text > p.actors > span.actor:hover {
  color: #444;
  text-decoration: underline;
}

.product_lists_v4 ul.lists > li > a > div.product_lists_v4_text > p.description {
  margin-top: 5px;
  font-size: 14px;
  white-space: nowrap;
  overflow-x: hidden;
}

.product_lists_v4 ul.lists.appeal_v4_list > li {
	width: 20%;
	padding: 0 1.5% 1.5% 0;
}

.product_lists_v4 ul.lists.appeal_v4_list > li:first-child {
	width: 40%;
	padding: 0 1.5% 1.5% 0;
}

.product_lists_v4 ul.lists.appeal_v4_list > li:nth-child(n+8){
  display: none;
}


.product_lists_v4 ul.lists.appeal_v4_list > li:first-child > a > div.product_lists_v4_text {
	padding-bottom: 20.50%;
}

.product_lists_v4 ul.lists.appeal_v4_list > li > a > div.product_lists_v4_text {
	padding-bottom: 19.25%;
}

.product_lists_v4 ul.lists.appeal_v4_list > li > a > div.product_lists_v4_text > p.description{
	display: none;
}
.product_lists_v4 ul.lists.appeal_v4_list > li:first-child > a > div.product_lists_v4_text > p.description{
	display: block;
}


.product_lists_v4 ul.lists.top_rank > li > a > div.product_lists_v4_text {
	padding-bottom: 25%;
}

.product_img_wrap{
  width: 100%;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow:hidden;
}

.product_img_wrap > img{
  width: 100%;
  height: auto;
}

.pigooid-login a {
  position: relative;
  display: block;
  padding: 8px;
  margin: 0px auto;
  max-width: 320px;
  height: 34px;
  background-color: #3d9970;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 34px;
}

.pigooid-login{
  margin: 31px 0 10px 0;
}

.pigooid-login a:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.2);
  box-shadow: inset 0 0 100px rgba(0,0,0,0.2);
}

#facebook-jssdk-iframe{
  visibility: hidden;
  height: 0;
  overflow: hidden;
}