@charset "UTF-8";
/* -------------------------------------------------
	-Index-
	Setting
	Box layout
	Ad
	Cler fix
-------------------------------------------------- */
/* =================================================
	Setting
================================================= */
/* Reset
------------------------------------------------- */
/* line 21, ../sass/common.scss */
html, body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
blockquote, th, td, p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

/* Default
------------------------------------------------- */
/* line 29, ../sass/common.scss */
body {
  background-color: #ffffff;
  color: #666666;
  text-align: center;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,Helvetica,sans-serif;
  line-height: 1.4;
  font-size: small !important;
  /* IE7 */
  font-size: 82%;
  /* IE6 */
}

/* Modern browser */
/* line 39, ../sass/common.scss */
html > body {
  font-size: 13px;
}

/* line 43, ../sass/common.scss */
input, select, textarea {
  margin-right: 5px;
  padding: 3px;
}

/* line 48, ../sass/common.scss */
* + html body * {
  zoom: 1;
}

/* IE7 */
/* line 49, ../sass/common.scss */
* + html body #manga-header ul li.dummy {
  display: inline !important;
  zoom: 1;
}

/* IE7 */
/* Hyper text
------------------------------------------------------------ */
/* line 53, ../sass/common.scss */
a {
  color: #0044CC;
  text-decoration: none;
  /*\*/
  overflow: hidden;
  /* for Fx */
  /**/
}

/* line 60, ../sass/common.scss */
a:link {
  color: #0044CC;
}

/*a:visited, a:focus, a:active { color: #1875AD; }*/
/* line 62, ../sass/common.scss */
a:hover {
  color: #25AFE5;
}

/* Image
------------------------------------------------- */
/* line 68, ../sass/common.scss */
img, a img {
  border: none;
}

/* Base elements
------------------------------------------------- */
/* line 72, ../sass/common.scss */
h1 {
  font-size: 180%;
}

/* line 73, ../sass/common.scss */
h2 {
  font-size: 130%;
  clear: both;
}

/* line 74, ../sass/common.scss */
h3 {
  font-size: 130%;
}

/* line 75, ../sass/common.scss */
h4 {
  font-size: 115%;
}

/* line 76, ../sass/common.scss */
h5, h6 {
  font-size: 100%;
}

/* line 77, ../sass/common.scss */
ul, ol, li, dl, dt, dd {
  list-style: none;
}

/* line 78, ../sass/common.scss */
table {
  font-size: small !important;
  /* for Modern browser */
  font-size: 82%;
  /* for IE6 */
}

/* line 82, ../sass/common.scss */
table input {
  vertical-align: middle;
}

/*全体で初期化や基本となるスタイルシートを記載*/
/* line 87, ../sass/common.scss */
html, body, div, dl, dt, dd, ul, ol, li, h1,
h2, h3, h4, h5, h6, pre, form, fieldset,
input, textarea, blockquote, th, td, p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

/* line 92, ../sass/common.scss */
body, html {
  font-size: 12px;
  color: #333333;
  text-shadow: 0px 1px 0px #FFF;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,Helvetica,sans-serif;
  line-height: 1.4;
  font-size: small !important;
  /* IE7 */
  font-size: 82%;
  /* IE6 */
}

/* line 104, ../sass/common.scss */
table td,
table tr {
  border-collapse: collapse;
}

/* line 111, ../sass/common.scss */
table th,
table thead th,
table thead td,
table tfoot th,
table tfoot td {
  font-weight: normal;
}

/* line 115, ../sass/common.scss */
.text_align_center {
  text-align: center;
}

/* line 118, ../sass/common.scss */
.text_align_left {
  text-align: left;
}

/* line 121, ../sass/common.scss */
.text_align_right {
  text-align: right;
}

/* line 124, ../sass/common.scss */
.float_left {
  float: left;
}

/* line 127, ../sass/common.scss */
.float_right {
  float: right;
}

/*サイト構造の基本となるスタイルの構築*/
/*-----------------------
	1.基本構造
----------------------------*/
/* line 135, ../sass/common.scss */
#container {
  position: relative;
  width: 950px;
  margin: 15px auto;
  overflow: visible;
  clear: both;
}

/*要注意textカラー*/
/* line 144, ../sass/common.scss */
.notice {
  color: #cc0000;
}

/* line 147, ../sass/common.scss */
.notice_link {
  color: #cc0000;
}

/* line 150, ../sass/common.scss */
.notice_link:hover {
  color: #f26161;
}

/* line 154, ../sass/common.scss */
.iframe_form {
  position: absolute;
  left: 50%;
  z-index: 3000;
}

/*followボタン*/
/* line 161, ../sass/common.scss */
.do_follow {
  display: block;
  height: 22px;
  padding: 6px 0 0 30px;
  border: solid 1px #D8D8D6;
  background: url("/images/contents_main_images_2.png") no-repeat -628px -637px white;
  background: url("/images/contents_main_images_2.png") no-repeat -628px -637px, -moz-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -637px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #cccccc));
  background: url("/images/contents_main_images_2.png") no-repeat -628px -637px, -webkit-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -637px, -o-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -637px, -ms-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -637px, linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
}

/* line 187, ../sass/common.scss */
.do_follow:hover {
  border-color: #999999;
}

/* line 190, ../sass/common.scss */
.do_follow:active {
  background: url("/images/contents_main_images_2.png") no-repeat -628px -637px #cccccc;
  background: url("/images/contents_main_images_2.png") no-repeat -628px -637px, -moz-linear-gradient(top, #cccccc 0%, #f2f2f2 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -637px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #f2f2f2));
  background: url("/images/contents_main_images_2.png") no-repeat -628px -637px, -webkit-linear-gradient(top, #cccccc 0%, #f2f2f2 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -637px, -o-linear-gradient(top, #cccccc 0%, #f2f2f2 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -637px, -ms-linear-gradient(top, #cccccc 0%, #f2f2f2 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -637px, linear-gradient(to bottom, #cccccc 0%, #f2f2f2 100%);
}

/* line 205, ../sass/common.scss */
.do_follow_min {
  display: block;
  height: 15px;
  padding: 3px 0 0 30px;
  border: solid 1px #D8D8D6;
  background: url("/images/contents_main_images_2.png") no-repeat -100px 2px white;
  background: url("/images/contents_main_images_2.png") no-repeat -100px 2px, -moz-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -100px 2px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #cccccc));
  background: url("/images/contents_main_images_2.png") no-repeat -100px 2px, -webkit-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -100px 2px, -o-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -100px 2px, -ms-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -100px 2px, linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  font-size: 10px;
}

/* line 232, ../sass/common.scss */
.do_follow_min:hover {
  border-color: #999999;
}

/* line 235, ../sass/common.scss */
.do_follow_min:active {
  background: url("/images/contents_main_images_2.png") no-repeat -628px -642px #cccccc;
  background: url("/images/contents_main_images_2.png") no-repeat -628px -642px, -moz-linear-gradient(top, #cccccc 0%, #f2f2f2 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -642px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #f2f2f2));
  background: url("/images/contents_main_images_2.png") no-repeat -628px -642px, -webkit-linear-gradient(top, #cccccc 0%, #f2f2f2 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -642px, -o-linear-gradient(top, #cccccc 0%, #f2f2f2 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -642px, -ms-linear-gradient(top, #cccccc 0%, #f2f2f2 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -637px, linear-gradient(to bottom, #cccccc 0%, #f2f2f2 100%);
}

/* line 250, ../sass/common.scss */
.follow {
  display: block;
  cursor: pointer;
  height: 22px;
  padding: 6px 0 0;
  border: solid 1px #00A2F2;
  background: #4cc3ff;
  background: -moz-linear-gradient(top, #4cc3ff 0%, #0098e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cc3ff), color-stop(100%, #0098e5));
  background: -webkit-linear-gradient(top, #4cc3ff 0%, #0098e5 100%);
  background: -o-linear-gradient(top, #4cc3ff 0%, #0098e5 100%);
  background: -ms-linear-gradient(top, #4cc3ff 0%, #0098e5 100%);
  background: linear-gradient(to bottom, #4cc3ff 0%, #0098e5 100%);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  color: #ffffff;
  text-shadow: 0 -1px 0 #0087CC;
  text-align: center;
}

/* line 277, ../sass/common.scss */
.follow:hover {
  border: solid 1px #CC4848;
  background: #ff5959;
  background: -moz-linear-gradient(top, #ff5959 0%, #cc4747 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5959), color-stop(100%, #cc4747));
  background: -webkit-linear-gradient(top, #ff5959 0%, #cc4747 100%);
  background: -o-linear-gradient(top, #ff5959 0%, #cc4747 100%);
  background: -ms-linear-gradient(top, #ff5959 0%, #cc4747 100%);
  background: linear-gradient(to bottom, #ff5959 0%, #cc4747 100%);
}

/* line 287, ../sass/common.scss */
.follow_min {
  display: block;
  cursor: pointer;
  height: 15px;
  padding: 3px 0 0;
  border: solid 1px #00A2F2;
  background: #4cc3ff;
  background: -moz-linear-gradient(top, #4cc3ff 0%, #0098e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cc3ff), color-stop(100%, #0098e5));
  background: -webkit-linear-gradient(top, #4cc3ff 0%, #0098e5 100%);
  background: -o-linear-gradient(top, #4cc3ff 0%, #0098e5 100%);
  background: -ms-linear-gradient(top, #4cc3ff 0%, #0098e5 100%);
  background: linear-gradient(to bottom, #4cc3ff 0%, #0098e5 100%);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  color: #ffffff;
  font-size: 10px;
  text-shadow: 0 -1px 0 #0087CC;
  text-align: center;
}

/* line 315, ../sass/common.scss */
.follow_min:hover {
  border: solid 1px #CC4848;
  background: #ff5959;
  background: -moz-linear-gradient(top, #ff5959 0%, #cc4747 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5959), color-stop(100%, #cc4747));
  background: -webkit-linear-gradient(top, #ff5959 0%, #cc4747 100%);
  background: -o-linear-gradient(top, #ff5959 0%, #cc4747 100%);
  background: -ms-linear-gradient(top, #ff5959 0%, #cc4747 100%);
  background: linear-gradient(to bottom, #ff5959 0%, #cc4747 100%);
}

/*ボタンスタイル2　アフィリエイトリンクを作成するとか404でTOPにもどるとか*/
/* line 326, ../sass/common.scss */
.button_style02 {
  border: solid 1px #c6c6c6;
  background-color: #f4f4f4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 2em;
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
}

/*オフィシャル認定販売者名横につけるチェックマーク*/
/* line 338, ../sass/common.scss */
.official_mark {
  width: 13px;
  height: 10px;
  background: url("/images/contents_main_images_2.png") no-repeat -223px -226px;
  margin-left: 5px;
}

/*ヘッダメニューはここから開始
----------------------------*/
/*ヘッダメニューのメイン*/
/* line 348, ../sass/common.scss */
div#hm_main {
  background: #ffffff;
  box-shadow: none;
  border-bottom: solid 1px #cccccc;
  text-align: left;
  height: auto;
  width: 100%;
  position: fixed;
  z-index: 1000;
}

/* line 358, ../sass/common.scss */
div#hm_main .hm_wrapper {
  position: relative;
  width: 950px;
  margin: 0 auto;
  line-height: 2.5em;
}

/* line 364, ../sass/common.scss */
div#hm_main .hm_wrapper .hm_1 {
  float: left;
}

/* line 367, ../sass/common.scss */
div#hm_main .hm_wrapper .hm_1 .badge {
  display: inline-block;
  position: absolute;
  background-color: #BC382A;
  padding: 2px 4px;
  right: 5px;
  top: 20px;
  line-height: 1em;
  color: #ffffff;
  text-shadow: none;
  font-size: 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  *display: inline;
  *zoom: 1;
}

/* line 383, ../sass/common.scss */
div#hm_main .hm_wrapper .hm_1 li {
  float: left;
  margin-right: 15px;
}

/* line 387, ../sass/common.scss */
div#hm_main .hm_wrapper .hm_1 li.greeting {
  margin-right: 20px;
}

/* line 390, ../sass/common.scss */
div#hm_main .hm_wrapper .hm_2 {
  float: right;
}

/* line 393, ../sass/common.scss */
div#hm_main .hm_wrapper .hm_2 li {
  float: right;
  margin-left: 15px;
}

/* line 398, ../sass/common.scss */
div#hm_main .fc2_logo {
  width: 73px;
  height: 26px;
  margin: 0 5px 0 0;
  background: url("./img/sprite.png") 0 -172px;
}

/* line 404, ../sass/common.scss */
div#hm_main h1 {
  float: left;
  margin: 3px;
  color: #ffffff;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.5em;
}

/* line 413, ../sass/common.scss */
div#hm_main .header_menu .mail_icon {
  width: 20px;
  height: 12px;
  background: url("./img/sprite.png") -30px -153px;
  vertical-align: middle;
}

/* line 419, ../sass/common.scss */
div#hm_main .header_menu .cart_icon {
  width: 20px;
  height: 17px;
  background: url("/images/sprite.png") -50px -153px;
  vertical-align: middle;
}

/*infomessage*/
/* line 426, ../sass/common.scss */
#infomation_message_display {
  position: fixed;
  top: 49px;
  background-color: #FFCCCC;
  transition: none;
  left: 50%;
  padding: 5px 10px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  z-index: 1000;
}

/*関連リンクサービスここから*/
/* line 439, ../sass/common.scss */
#group_link {
  text-shadow: none;
  background: none repeat scroll 0 0 #2D2D2D;
  font-size: 0;
  font-weight: normal;
  width: 100%;
  line-height: 1;
}

/* line 447, ../sass/common.scss */
#group_link a {
  color: #cccccc;
  font-size: 11px;
}

/* line 451, ../sass/common.scss */
#group_link a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* line 455, ../sass/common.scss */
#group_link ul {
  margin: 0 auto;
  text-align: right;
  width: 960px;
}

/* line 460, ../sass/common.scss */
#group_link ul li {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 11px;
  padding: 3px 5px;
  *display: inline;
  /*for ie7*/
  *zoom: 1;
  /*for ie7*/
}

/* line 468, ../sass/common.scss */
#group_link ul li.current {
  background: none repeat scroll 0 0 #FFFFFF;
}

/*関連サービスリンクここまで*/
/*ヘッダメニュー948pxの幅固定*/
/* line 474, ../sass/common.scss */
div.hm_contetns {
  margin: 0 auto;
  width: 948px;
  text-align: right;
  height: 30px;
  position: relative;
}

/* line 481, ../sass/common.scss */
div.hm_contetns div.hm_username {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  line-height: 26px;
  color: #FFF;
}

/* line 489, ../sass/common.scss */
div.hm_contetns div.hm_username a {
  color: #FFF;
}

/*実際にメニューが入るulリスト*/
/* line 493, ../sass/common.scss */
div.hm_contetns ul {
  color: #d6d6d6;
  margin: 2px 0;
  height: 26px;
  /*border-right:1px solid #959A9C;*/
}

/*個別liの元スタイル　アイコンやwidthはあとで揃える
　float：right；にしているので、テンプレとブラウザだと逆並びなってます。すんません。*/
/* line 501, ../sass/common.scss */
div.hm_contetns ul li {
  float: right;
  /*border-left:1px solid #959A9C;*/
  font-size: 12px;
  height: 29px;
}

/*背景グレーの時のaタグフォントカラー変更*/
/* line 508, ../sass/common.scss */
div.hm_contetns ul li a {
  color: #d6d6d6;
  display: block;
  padding: 0 10px 0 10px;
}

/* line 513, ../sass/common.scss */
div.hm_contetns ul li a:hover {
  color: #FFF;
}

/*hoverの時に背景色を変更する*/
/* line 518, ../sass/common.scss */
div.hm_contetns ul li:hover {
  color: #fffeeb;
  text-shadow: 0px 1px 0px #000;
  background: #3e474a;
  background: linear-gradient(top, #3e474a, #202628);
  background: -moz-linear-gradient(top, #3e474a, #202628);
  background: -webkit-gradient(linear, left top, left bottom, from(#3e474a), to(#202628));
  font-weight: bold;
}

/* line 527, ../sass/common.scss */
div.hm_contetns ul li.hm_list_message {
  /*background:url(/images/contents_main_images.png?131030) no-repeat -775px 4px;*/
  position: relative;
}

/* line 531, ../sass/common.scss */
div.hm_contetns ul li.hm_list_message span.hm_message_position {
  position: absolute;
  top: 22px;
  left: 62px;
}

/* line 536, ../sass/common.scss */
div.hm_contetns ul li.hm_list_help {
  /*background:url(/images/contents_main_images.png?131030) no-repeat -775px -19px;*/
}

/* line 539, ../sass/common.scss */
div.hm_contetns ul li.hm_list_logout {
  /*background:url(/images/contents_main_images.png?131030) no-repeat -775px -614px;*/
}

/* line 542, ../sass/common.scss */
div.hm_contetns ul li.hm_list_home {
  /*background:url(/images/contents_main_images.png?131030) no-repeat -766px -651px;
  width:33px;
  height:27px;
  padding:0 0 0 0;*/
}

/*-----------------------
	2.ヘッダ
-----------------------------*/
/* line 553, ../sass/common.scss */
div#header {
  width: 100%;
  padding: 50px 0 0;
  background-color: #ffffff;
}

/* line 558, ../sass/common.scss */
div#header_main {
  margin: 0 auto;
  width: 948px;
}

/* line 563, ../sass/common.scss */
div#header div.header_h1 {
  padding-top: 15px;
  margin: 0 0 10px;
}

/* line 567, ../sass/common.scss */
div#header div.header_h1 h1 {
  display: block;
  width: 500px;
  float: left;
  color: #333;
  text-align: left;
  background: url(/images/fc2logo.png) no-repeat left 0;
}

/* line 575, ../sass/common.scss */
div#header div.header_h1 h1 a {
  color: #333;
  padding-left: 100px;
  line-height: 1.7em;
}

/* line 580, ../sass/common.scss */
div#header div.header_h1 .head_button {
  width: 380px;
  margin: 0 -10px 0 0;
  float: right;
  position: relative;
}

/* line 586, ../sass/common.scss */
div#header div.header_h1 .head_button li {
  width: 180px;
  float: left;
  margin: 0 10px 0 0;
}

/* line 592, ../sass/common.scss */
div#header div.header_h1 .head_button .r_18_label {
  width: 180px;
  height: 35px;
  background: url("/images/contents_main_images_2.png") no-repeat 0 -29px;
}

/* line 597, ../sass/common.scss */
div#header div.header_h1 .head_button .r_18_label:hover {
  background: url("/images/contents_main_images_2.png") no-repeat 0 -64px;
}

/* line 600, ../sass/common.scss */
div#header div.header_h1 .head_button .r_18_label:active {
  background: url("/images/contents_main_images_2.png") no-repeat 0 -99px;
}

/* line 603, ../sass/common.scss */
div#header div.header_h1 .head_button .ippan_label {
  width: 180px;
  height: 35px;
  background: url("/images/contents_main_images_2.png") no-repeat -180px -29px;
}

/* line 608, ../sass/common.scss */
div#header div.header_h1 .head_button .ippan_label:hover {
  background: url("/images/contents_main_images_2.png") no-repeat -180px -64px;
}

/* line 611, ../sass/common.scss */
div#header div.header_h1 .head_button .ippan_label:active {
  background: url("/images/contents_main_images_2.png") no-repeat -180px -99px;
}

/* line 614, ../sass/common.scss */
div#header div.header_h1 .head_button .cart_label_wrapper {
  position: relative;
}

/* line 617, ../sass/common.scss */
div#header div.header_h1 .head_button .cart_label_wrapper .badge {
  position: absolute;
  top: 4px;
  left: 15px;
  width: 30px;
  text-align: center;
  color: #ffffff;
}

/* line 625, ../sass/common.scss */
div#header div.header_h1 .head_button .cart_label {
  width: 180px;
  height: 35px;
  background: url("/images/contents_main_images_2.png") no-repeat 0 -134px;
}

/* line 630, ../sass/common.scss */
div#header div.header_h1 .head_button .cart_label:hover {
  background: url("/images/contents_main_images_2.png") no-repeat 0 -169px;
}

/* line 633, ../sass/common.scss */
div#header div.header_h1 .head_button .cart_label:active {
  background: url("/images/contents_main_images_2.png") no-repeat 0 -204px;
}

/*ヘッダーのカートやログイン、新規登録のボタンたち*/
/*買い物カゴに入れる*/
/* line 639, ../sass/common.scss */
.head_button ul li.cart_in {
  position: relative;
  background: url(/images/contents_main_images.png?131030) no-repeat 0 0;
  width: 182px;
  height: 37px;
  margin-right: 10px;
  margin-top: 5px;
}

/* line 647, ../sass/common.scss */
.head_button ul li.cart_in span.cart_recomend {
  display: block;
  position: absolute;
  top: 5px;
  left: 24px;
  color: #FFF;
  font-weight: bold;
  font-size: 11px;
  z-index: 1000;
  text-align: center;
  width: 18px;
}

/*新規登録*/
/* line 660, ../sass/common.scss */
.head_button ul li.regist {
  background: url(/images/contents_main_images.png?131030) no-repeat 0 -37px;
  width: 132px;
  height: 37px;
  margin-right: 5px;
}

/*買い物かごに入れる*/
/* line 667, ../sass/common.scss */
.head_button ul li.login {
  background: url(/images/contents_main_images.png?131030) no-repeat 0 -74px;
  width: 132px;
  height: 37px;
}

/*検索ウィンドウや3プレイヤー別のメニュー*/
/* line 674, ../sass/common.scss */
div#header div#header_bar {
  height: 41px;
  background: url(/images/bar_background.png) repeat-x;
}

/* line 679, ../sass/common.scss */
#header #header_bar .header_bar_wrapper {
  width: 950px;
  margin: 0 auto;
}

/* line 684, ../sass/common.scss */
div#header div#header_bar div.header_nav {
  float: left;
}

/* line 687, ../sass/common.scss */
#header #header_bar .header_nav li {
  float: left;
}

/* line 690, ../sass/common.scss */
#header #header_bar .header_nav li .movie {
  width: 119px;
  height: 41px;
  background: url("/images/contents_main_images_2.png") no-repeat 0 -299px;
  vertical-align: bottom;
}

/* line 696, ../sass/common.scss */
#header #header_bar .header_nav .five_columns .movie {
  width: 96px;
  background: url("/images/contents_main_images_2.png") no-repeat 0 -734px;
}

/* line 700, ../sass/common.scss */
#header #header_bar .header_nav li .movie_active {
  width: 119px;
  height: 41px;
  background: url("/images/contents_main_images_2.png") no-repeat 0 -340px;
  vertical-align: bottom;
}

/* line 706, ../sass/common.scss */
#header #header_bar .header_nav .five_columns .movie_active {
  width: 96px;
  background: url("/images/contents_main_images_2.png") no-repeat 0 -775px;
}

/* line 710, ../sass/common.scss */
#header #header_bar .header_nav li .movie:hover {
  background: url("/images/contents_main_images_2.png") no-repeat 0 -340px;
}

/* line 713, ../sass/common.scss */
#header #header_bar .header_nav .five_columns .movie:hover {
  background: url("/images/contents_main_images_2.png") no-repeat 0 -775px;
}

/* line 716, ../sass/common.scss */
#header #header_bar .header_nav li .pictures {
  width: 118px;
  height: 41px;
  background: url("/images/contents_main_images_2.png") no-repeat -119px -299px;
  vertical-align: bottom;
}

/* line 722, ../sass/common.scss */
#header #header_bar .header_nav .five_columns .pictures {
  width: 95px;
  background: url("/images/contents_main_images_2.png") no-repeat -96px -734px;
}

/* line 726, ../sass/common.scss */
#header #header_bar .header_nav li .ebooks {
  width: 118px;
  height: 40px;
  background: url("/images/contents_main_images_2.png") no-repeat -36px -443px;
  vertical-align: bottom;
}

/* line 732, ../sass/common.scss */
#header #header_bar .header_nav li .ebooks:hover {
  background: url("/images/contents_main_images_2.png") no-repeat -36px -484px;
}

/* line 735, ../sass/common.scss */
#header #header_bar .header_nav li .ebooks_active {
  width: 118px;
  height: 40px;
  background: url("/images/contents_main_images_2.png") no-repeat -36px -484px;
  vertical-align: bottom;
}

/* line 741, ../sass/common.scss */
#header #header_bar .header_nav li .pictures_active {
  width: 118px;
  height: 41px;
  background: url("/images/contents_main_images_2.png") no-repeat -119px -340px;
  vertical-align: bottom;
}

/* line 747, ../sass/common.scss */
#header #header_bar .header_nav .five_columns .pictures_active {
  width: 95px;
  background: url("/images/contents_main_images_2.png") no-repeat -96px -775px;
}

/* line 751, ../sass/common.scss */
#header #header_bar .header_nav li .pictures:hover {
  background: url("/images/contents_main_images_2.png") no-repeat -119px -340px;
}

/* line 754, ../sass/common.scss */
#header #header_bar .header_nav .five_columns .pictures:hover {
  background: url("/images/contents_main_images_2.png") no-repeat -96px -775px;
}

/* line 757, ../sass/common.scss */
#header #header_bar .header_nav .five_columns .app {
  width: 95px;
  height: 41px;
  background: url("/images/contents_main_images_2.png") no-repeat -476px -734px;
  vertical-align: bottom;
}

/* line 763, ../sass/common.scss */
#header #header_bar .header_nav .five_columns .app_active {
  width: 95px;
  height: 41px;
  background: url("/images/contents_main_images_2.png") no-repeat -476px -775px;
  vertical-align: bottom;
}

/* line 769, ../sass/common.scss */
#header #header_bar .header_nav .five_columns .app:hover {
  background: url("/images/contents_main_images_2.png") no-repeat -476px -775px;
}

/* line 772, ../sass/common.scss */
#header #header_bar .header_nav li .software {
  width: 118px;
  height: 41px;
  background: url("/images/contents_main_images_2.png") no-repeat -237px -299px;
  vertical-align: bottom;
}

/* line 778, ../sass/common.scss */
#header #header_bar .header_nav .five_columns .software {
  width: 95px;
  background: url("/images/contents_main_images_2.png") no-repeat -191px -734px;
}

/* line 782, ../sass/common.scss */
#header #header_bar .header_nav li .software_active {
  width: 118px;
  height: 41px;
  background: url("/images/contents_main_images_2.png") no-repeat -237px -340px;
  vertical-align: bottom;
}

/* line 788, ../sass/common.scss */
#header #header_bar .header_nav .five_columns .software_active {
  width: 95px;
  background: url("/images/contents_main_images_2.png") no-repeat -191px -775px;
}

/* line 792, ../sass/common.scss */
#header #header_bar .header_nav li .software:hover {
  background: url("/images/contents_main_images_2.png") no-repeat -237px -340px;
}

/* line 795, ../sass/common.scss */
#header #header_bar .header_nav .five_columns .software:hover {
  background: url("/images/contents_main_images_2.png") no-repeat -191px -775px;
}

/* line 798, ../sass/common.scss */
#header #header_bar .header_nav li .others {
  width: 118px;
  height: 41px;
  background: url("/images/contents_main_images_2.png") no-repeat -355px -299px;
  vertical-align: bottom;
}

/* line 804, ../sass/common.scss */
#header #header_bar .header_nav .five_columns .others {
  width: 95px;
  background: url("/images/contents_main_images_2.png") no-repeat -286px -734px;
}

/* line 808, ../sass/common.scss */
#header #header_bar .header_nav li .others_active {
  width: 118px;
  height: 41px;
  background: url("/images/contents_main_images_2.png") no-repeat -355px -340px;
  vertical-align: bottom;
}

/* line 814, ../sass/common.scss */
#header #header_bar .header_nav .five_columns .others_active {
  width: 95px;
  background: url("/images/contents_main_images_2.png") no-repeat -286px -775px;
}

/* line 818, ../sass/common.scss */
#header #header_bar .header_nav li .others:hover {
  background: url("/images/contents_main_images_2.png") no-repeat -355px -340px;
}

/* line 821, ../sass/common.scss */
#header #header_bar .header_nav .five_columns .others:hover {
  background: url("/images/contents_main_images_2.png") no-repeat -286px -775px;
}

/* line 824, ../sass/common.scss */
#header #header_bar .header_nav li .comics {
  width: 119px;
  height: 41px;
  background: url("/images/contents_main_images_2.png") no-repeat -472px -299px;
  vertical-align: bottom;
}

/* line 830, ../sass/common.scss */
#header #header_bar .header_nav li .comics_active {
  width: 119px;
  height: 41px;
  background: url("/images/contents_main_images_2.png") no-repeat -472px -340px;
  vertical-align: bottom;
}

/* line 836, ../sass/common.scss */
#header #header_bar .header_nav li .comics:hover {
  background: url("/images/contents_main_images_2.png") no-repeat -472px -340px;
}

/*大カテゴリ切替のタブ*/
/* line 841, ../sass/common.scss */
.switch {
  width: 450px;
  float: left;
  background-color: #EFEFED;
  height: 29px;
  line-height: 29px;
  font-size: 108%;
  font-weight: bold;
  border-top: solid 1px #D8D8D6;
  border-left: solid 1px #D8D8D6;
  border-right: solid 1px #D8D8D6;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
/* line 857, ../sass/common.scss */
.switch li {
  display: inline;
  float: left;
}
/* line 862, ../sass/common.scss */
.switch .dojin a {
  display: block;
  width: 224px;
  color: #42BADD;
  border-right: solid 1px #D8D8D6;
}
/* line 867, ../sass/common.scss */
.switch .dojin a:hover {
  color: #ffffff;
  text-shadow: none;
  display: block;
  font-weight: bold;
  background-color: #42BADD;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
/* line 878, ../sass/common.scss */
.switch .dojin_active a {
  display: block;
  width: 224px;
  border-right: solid 1px #D8D8D6;
  color: #ffffff;
  text-shadow: none;
  display: block;
  font-weight: bold;
  background-color: #42BADD;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
/* line 891, ../sass/common.scss */
.switch .digital a {
  display: block;
  width: 224px;
  color: #CC0000;
  border-right: solid 1px #D8D8D6;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
/* line 897, ../sass/common.scss */
.switch .digital a:hover {
  color: #ffffff;
  text-shadow: none;
  display: block;
  font-weight: bold;
  background-color: #cc0000;
}
/* line 907, ../sass/common.scss */
.switch .digital_active a {
  display: block;
  width: 224px;
  color: #ffffff;
  text-shadow: none;
  display: block;
  font-weight: bold;
  background-color: #cc0000;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}

/* line 921, ../sass/common.scss */
#header_main .tabs .fc2_pay {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  font-size: 12px;
  height: 29px;
  line-height: 29px;
  float: left;
  color: #333333;
  margin-left: 20px;
  padding: 0 5px;
  font-weight: bold;
  background-color: #efefed;
  border-top: solid 1px #d8d8d6;
  border-left: solid 1px #d8d8d6;
  border-right: solid 1px #d8d8d6;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
/* line 939, ../sass/common.scss */
#header_main .tabs .fc2_pay:before {
  content: "";
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #cc0000;
}
/* line 949, ../sass/common.scss */
#header_main .tabs .fc2_pay:hover, #header_main .tabs .fc2_pay.active {
  background-color: #4D4D4D;
  border: none;
  color: #ffffff;
  text-shadow: none;
  font-weight: normal;
  height: 30px;
}
/* line 956, ../sass/common.scss */
#header_main .tabs .fc2_pay:hover:before, #header_main .tabs .fc2_pay.active:before {
  border-color: transparent transparent transparent #ffffff;
}

/* line 964, ../sass/common.scss */
*:first-child + html .switch li a {
  border: none;
  /*cssPIE対策*/
}

/*大カテゴリ切替のタブここまで*/
/*ユーザーモード切替タブここっから*/
/* line 971, ../sass/common.scss */
#header_main .user_mode_selecter {
  width: 304px;
  float: right;
}

/* line 975, ../sass/common.scss */
#header_main .user_mode_selecter li {
  float: left;
}

/* line 978, ../sass/common.scss */
#header_main .user_mode_selecter img {
  vertical-align: bottom;
}

/* line 982, ../sass/common.scss */
#header_main .user_mode_selecter li .buyer {
  width: 102px;
  height: 30px;
  background: url("/images/contents_main_images_2.png") no-repeat 0 -239px;
}

/* line 987, ../sass/common.scss */
#header_main .user_mode_selecter li .buyer_active {
  width: 102px;
  height: 30px;
  background: url("/images/contents_main_images_2.png") no-repeat 0 -269px;
}

/* line 992, ../sass/common.scss */
#header_main .user_mode_selecter li .buyer:hover {
  background: url("/images/contents_main_images_2.png") no-repeat 0 -269px;
}

/* line 996, ../sass/common.scss */
#header_main .user_mode_selecter li .seller {
  width: 101px;
  height: 30px;
  background: url("/images/contents_main_images_2.png") no-repeat -102px -239px;
}

/* line 1001, ../sass/common.scss */
#header_main .user_mode_selecter li .seller_active {
  width: 101px;
  height: 30px;
  background: url("/images/contents_main_images_2.png") no-repeat -102px -269px;
}

/* line 1006, ../sass/common.scss */
#header_main .user_mode_selecter li .seller:hover {
  background: url("/images/contents_main_images_2.png") no-repeat -102px -269px;
}

/* line 1009, ../sass/common.scss */
#header_main .user_mode_selecter li .affiliater {
  width: 101px;
  height: 30px;
  background: url("/images/contents_main_images_2.png") no-repeat -203px -239px;
}

/* line 1014, ../sass/common.scss */
#header_main .user_mode_selecter li .affiliater_active {
  width: 101px;
  height: 30px;
  background: url("/images/contents_main_images_2.png") no-repeat -203px -269px;
}

/* line 1019, ../sass/common.scss */
#header_main .user_mode_selecter li .affiliater:hover {
  background: url("/images/contents_main_images_2.png") no-repeat -203px -269px;
}

/* line 1023, ../sass/common.scss */
#header_main .user_mode_selecter li .buyer_confing {
  width: 102px;
  height: 31px;
  background: url("/images/contents_main_images_2.png") no-repeat 0 -381px;
}

/* line 1028, ../sass/common.scss */
#header_main .user_mode_selecter li .buyer_confing_active {
  width: 102px;
  height: 31px;
  background: url("/images/contents_main_images_2.png") no-repeat 0 -412px;
}

/* line 1033, ../sass/common.scss */
#header_main .user_mode_selecter li .buyer_confing:hover {
  background: url("/images/contents_main_images_2.png") no-repeat 0 -412px;
}

/* line 1037, ../sass/common.scss */
#header_main .user_mode_selecter li .seller_confing {
  width: 101px;
  height: 31px;
  background: url("/images/contents_main_images_2.png") no-repeat -102px -381px;
}

/* line 1042, ../sass/common.scss */
#header_main .user_mode_selecter li .seller_confing_active {
  width: 101px;
  height: 31px;
  background: url("/images/contents_main_images_2.png") no-repeat -102px -412px;
}

/* line 1047, ../sass/common.scss */
#header_main .user_mode_selecter li .seller_confing:hover {
  background: url("/images/contents_main_images_2.png") no-repeat -102px -412px;
}

/* line 1051, ../sass/common.scss */
#header_main .user_mode_selecter li .affiliater_confing {
  width: 101px;
  height: 31px;
  background: url("/images/contents_main_images_2.png") no-repeat -203px -381px;
}

/* line 1056, ../sass/common.scss */
#header_main .user_mode_selecter li .affiliater_confing_active {
  width: 101px;
  height: 30px;
  background: url("/images/contents_main_images_2.png") no-repeat -203px -412px;
}

/* line 1061, ../sass/common.scss */
#header_main .user_mode_selecter li .affiliater_confing:hover {
  background: url("/images/contents_main_images_2.png") no-repeat -203px -412px;
}

/*ユーザーモード切替タブここまで*/
/*アダルト、一般切替ボタン*/
/* line 1071, ../sass/common.scss */
a.swich_adult,
a.swich_general {
  position: absolute;
  top: 6px;
  left: 63px;
  width: 160px;
  height: 30px;
  line-height: 30px;
  background: #EFEFED;
  font-weight: bold;
  padding: 2px;
}

/* line 1083, ../sass/common.scss */
a.swich_adult {
  background: #E04191;
  border: 1px solid #A82C7C;
}

/* line 1088, ../sass/common.scss */
a.swich_general {
  color: #2787d8;
  border: 1px solid #D8D8D6;
}

/* line 1093, ../sass/common.scss */
a.swich_adult p {
  color: #ffffff;
  text-shadow: none;
  font-size: 12px;
}

/* line 1099, ../sass/common.scss */
a.swich_general {
  color: #2787d8;
}

/* line 1103, ../sass/common.scss */
a.swich_general p {
  font-size: 12px;
}

/*アダルト、一般切替ボタンここまで*/
/* line 1111, ../sass/common.scss */
.header_serch {
  margin: 6px 0 0;
  float: right;
}

/*カテゴリなどの選択項目*/
/* line 1119, ../sass/common.scss */
.header_serch .header_select {
  display: block;
  float: right;
  border: 3px solid #B7B7B7;
  background: #FFF;
  max-width: 150px;
  height: 30px;
}

/*検索ワードのinputBOX*/
/* line 1129, ../sass/common.scss */
.header_serch .header_input {
  display: block;
  float: right;
  border: 3px solid #B7B7B7;
  width: 148px;
  background: #FFF;
  margin-right: 0px;
  height: 20px;
  padding: 2px;
}

/*view_mode comic*/
/* line 1140, ../sass/common.scss */
.header_serch .header_input_comic {
  position: absolute;
  top: 18px;
  left: 0px;
  border: 3px solid #B7B7B7;
  /*padding:5px;*/
  width: 290px;
  background: #FFF;
  margin-right: 0px;
  height: 20px;
  padding: 2px;
}

/* line 1152, ../sass/common.scss */
#search_clear {
  display: none;
  position: absolute;
  background: #333;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  left: 410px;
  top: 26px;
  width: 35px;
  color: #FFF;
  cursor: pointer;
  text-shadow: 0 1px 0 #000;
}

/*送信するボタン*/
/* line 1174, ../sass/common.scss */
.header_serch .header_submit {
  display: block;
  float: right;
  width: 36px;
  height: 30px;
  background: url(/images/contents_main_images_2.png) no-repeat -360px -77px;
  vertical-align: top;
}

/*view_mode comic*/
/* line 1183, ../sass/common.scss */
.header_serch .header_submit_comic {
  position: absolute;
  top: 18px;
  left: 300px;
  background: url(/images/contents_main_images.png?131030) no-repeat 0 -112px;
  width: 66px;
  height: 27px;
  margin: 0;
  padding: 2px;
}

/* line 1194, ../sass/common.scss */
.header_3player {
  float: right;
}

/* line 1197, ../sass/common.scss */
.header_3player ul {
  margin-top: 4px;
}

/* line 1200, ../sass/common.scss */
.header_3player ul li {
  float: left;
}

/* line 1204, ../sass/common.scss */
.header_3player ul li.buyer {
  background: url(/images/contents_main_images.png?131030) no-repeat 0 -143px;
  width: 72px;
  height: 57px;
}

/* line 1210, ../sass/common.scss */
.header_3player ul li.buyer_active {
  background: url(/images/contents_main_images.png?131030) no-repeat 0 -201px;
  width: 72px;
  height: 57px;
}

/* line 1216, ../sass/common.scss */
.header_3player ul li.buyer:hover {
  background-position: 0 -201px;
}

/* line 1219, ../sass/common.scss */
.header_3player ul li.seller {
  background: url(/images/contents_main_images.png?131030) no-repeat -73px -143px;
  width: 72px;
  height: 57px;
  margin-left: 5px;
}

/* line 1226, ../sass/common.scss */
.header_3player ul li.seller_active {
  background: url(/images/contents_main_images.png?131030) no-repeat -73px -201px;
  width: 72px;
  height: 57px;
  margin-left: 5px;
}

/* line 1233, ../sass/common.scss */
.header_3player ul li.seller:hover {
  background-position: -73px -201px;
}

/* line 1236, ../sass/common.scss */
.header_3player ul li.affiliater {
  background: url(/images/contents_main_images.png?131030) no-repeat -146px -143px;
  width: 72px;
  height: 57px;
  margin-left: 5px;
}

/* line 1243, ../sass/common.scss */
.header_3player ul li.affiliater_active {
  background: url(/images/contents_main_images.png?131030) no-repeat -146px -201px;
  width: 72px;
  height: 57px;
  margin-left: 5px;
}

/* line 1250, ../sass/common.scss */
.header_3player ul li.affiliater:hover {
  background-position: -146px -201px;
}

/*-----------------------
	3.main
----------------------------*/
/* line 1259, ../sass/common.scss */
#main {
  width: 730px;
  /*680*/
  float: right;
  text-align: left;
}

/* 3カラム */
/* line 1266, ../sass/common.scss */
#main #main_left {
  width: 730px;
  float: left;
}

/* line 1270, ../sass/common.scss */
#main #main_right {
  width: 200px;
  float: right;
}

/*ヘッダ下インフォメーション*/
/* line 1276, ../sass/common.scss */
.infomation_window {
  width: 950px;
  margin: 0 auto;
  padding: 3px 0;
  background-color: #F2F2F0;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}

/* line 1284, ../sass/common.scss */
.infomation_window .magic a:before {
  display: inline-block;
  content: "";
  height: 24px;
  width: 20px;
  background: url("/images/contents_main_images_2.png") no-repeat -368px -381px;
  vertical-align: bottom;
  margin-right: 7px;
}

/*ヘッダ下インフォメーション*/
/*メッセージ未読時の表示*/
/* line 1297, ../sass/common.scss */
.message_alert {
  /*border:1px solid #000000;*/
  /*cssPIEでのie7の表示が崩れるので無効にしています*/
  padding: 8px 10px 8px 25px;
  color: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  /*width:489px;*/
  /*504px*/
  font-size: 12px;
  background: #3d3d3d url(/images/contents_main_images.png?131030) no-repeat -780px -54px;
  text-shadow: 0 1px 0 #000;
  behavior: url(/css/PIE.htc);
}

/* line 1312, ../sass/common.scss */
.message_alert ul {
  overflow: hidden;
}

/* line 1315, ../sass/common.scss */
.message_alert ul li {
  float: left;
}

/* line 1320, ../sass/common.scss */
.message_alert ul li.information,
.message_alert ul li.message {
  margin-right: 10px;
}

/* line 1323, ../sass/common.scss */
.message_alert ul li.message {
  font-weight: bold;
}

/* line 1326, ../sass/common.scss */
.message_alert ul li.confirm {
  float: right;
  margin-left: 10px;
  padding: 1px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 #FFF;
  background: #FFF;
  behavior: url(/css/PIE.htc);
}

/* line 1339, ../sass/common.scss */
.message_alert ul li.confirm a {
  color: #333;
}

/* line 1343, ../sass/common.scss */
.attach {
  background: url(/image/contents_main_image.png) no-repeat -785px -594px;
  width: 16px;
  height: 16px;
}

/*-----------------------
	4.コンテンツのh2タイトルヘッダー
----------------------------*/
/*Default titleHeader*/
/* line 1348, ../sass/common.scss */
.contents_heading_main {
  position: relative;
/*  background: url(/images/contents_main_images.png?131030) no-repeat 100% -260px;*/
  background:#f3f3f3;
  height: 36px;
  /*default37px*/
  line-height: 36px;
  font-size: 13px;
  text-shadow: 0 1px 0px #FFF;
  font-weight: bold;
  border: 1px solid #d0d0d0;
}

/* line 1359, ../sass/common.scss */
.contents_heading_main span {
/*  background: url(/images/contents_main_images.png?131030) no-repeat -788px -208px;
*/  height: 36px;
  display: block;
  padding-left: 10px;
  border-bottom: 1px solid #D8D8D6;
}

/*Douzin titleHeader-----------------------*/
/* line 1368, ../sass/common.scss */
.contents_heading_main_douzin {
  background: url(/images/contents_main_images.png?131030) no-repeat 100% -260px;
  height: 36px;
  /*default37px*/
  line-height: 36px;
  font-size: 13px;
  text-shadow: 0 1px 0px #FFF;
  font-weight: bold;
  border-bottom: 1px solid #F7931E;
}

/* line 1377, ../sass/common.scss */
.contents_heading_main_douzin span {
  background: url(/images/contents_main_images.png?131030) no-repeat -788px -208px;
  height: 36px;
  display: block;
  padding-left: 10px;
  border-bottom: 1px solid #F7931E;
}

/*Movies titleHeader-----------------------*/
/* line 1386, ../sass/common.scss */
.contents_heading_main_movies {
  background: url(/images/contents_main_images.png?131030) no-repeat 100% -260px;
  height: 36px;
  /*default37px*/
  line-height: 36px;
  font-size: 13px;
  text-shadow: 0 1px 0px #FFF;
  font-weight: bold;
  border-bottom: 1px solid #D8D8D6;
}

/* line 1395, ../sass/common.scss */
.contents_heading_main_movies span {
  background: url(/images/contents_main_images.png?131030) no-repeat -788px -208px;
  height: 36px;
  display: block;
  padding-left: 10px;
  border-bottom: 1px solid #D8D8D6;
}

/*ETC titleHeader-----------------------*/
/* line 1404, ../sass/common.scss */
.contents_heading_main_etc {
  background: url(/images/contents_main_images.png?131030) no-repeat 100% -260px;
  height: 36px;
  /*default37px*/
  line-height: 36px;
  font-size: 13px;
  text-shadow: 0 1px 0px #FFF;
  font-weight: bold;
  border-bottom: 1px solid #D8D8D6;
}

/* line 1413, ../sass/common.scss */
.contents_heading_main_etc span {
  background: url(/images/contents_main_images.png?131030) no-repeat -788px -208px;
  height: 36px;
  display: block;
  padding-left: 10px;
  border-bottom: 1px solid #D8D8D6;
}

/*ItemDetail cart in titleHeader-----------------------*/
/* line 1422, ../sass/common.scss */
.contents_heading_main_cart {
  background: url(/images/contents_main_images.png?131030) no-repeat 100% -336px;
  height: 36px;
  /*default37px*/
  line-height: 36px;
  font-size: 13px;
  color: #FFF;
  text-shadow: 0 1px 0px #212121;
  font-weight: bold;
  border-bottom: 1px solid #282828;
}

/* line 1432, ../sass/common.scss */
.contents_heading_main_cart span {
  background: url(/images/contents_main_images.png?131030) no-repeat -788px -412px;
  height: 36px;
  display: block;
  padding-left: 10px;
  border-bottom: 1px solid #282828;
}

/*ItemDetail comment titleHeader-----------------------*/
/* line 1441, ../sass/common.scss */
.contents_heading_main_comment {
  background: url(/images/contents_main_images.png?131030) no-repeat 100% -298px;
  height: 36px;
  /*default37px*/
  line-height: 36px;
  font-size: 13px;
  color: #FFF;
  text-shadow: 0 1px 0px #C15E1B;
  font-weight: no;
  border-bottom: 1px solid #D8D8D6;
}

/* line 1451, ../sass/common.scss */
.contents_heading_main_comment span {
  background: url(/images/contents_main_images.png?131030) no-repeat -788px -374px;
  height: 36px;
  display: block;
  padding-left: 10px;
  border-bottom: 1px solid #D8D8D6;
}

/*レビュー*/
/* line 1459, ../sass/common.scss */
#main .section .review {
  margin: 0 0 20px;
}

/* line 1462, ../sass/common.scss */
#main .section .review dt {
  width: 80px;
  clear: both;
  float: left;
}

/* line 1467, ../sass/common.scss */
#main .section .review dd {
  width: 630px;
  float: left;
}

/* line 1471, ../sass/common.scss */
#main .section .show_all_link a {
  cursor: pointer;
}

/*レビューここまで*/
/*コメント*/
/* line 1476, ../sass/common.scss */
#main #item_comment {
  margin-top: 10px;
}

/*コメントここまで*/
/*Secondary　Heading---------------------------------*/
/* line 1481, ../sass/common.scss */
.contents_heading_2nd {
  border-bottom: 1px solid #D8D8D6;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

/* line 1490, ../sass/common.scss */
.contents_heading_2nd span.notice {
  font-size: 13px;
  font-weight: normal;
  color: #cc0000;
}

/*-----------------------
	5.メッセージボックス（3者共通）
----------------------------*/
/*メッセージのヘッダにあるメニュー項目-----------------------*/
/* line 1501, ../sass/common.scss */
ul.message_menu {
  overflow: hidden;
  display: block;
  margin: 10px 10px 0 0;
  padding-left: 10px;
  text-align: left;
}

/* line 1508, ../sass/common.scss */
ul.message_menu li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 1513, ../sass/common.scss */
ul.message_menu li.config_link {
  float: right;
}

/* line 1516, ../sass/common.scss */
ul.message_menu li a {
  color: #333;
  display: inline-block;
  padding: 10px;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 1525, ../sass/common.scss */
ul.message_menu li a:hover {
  background-color: #dddddd;
}

/* line 1528, ../sass/common.scss */
ul.message_menu li.config_link a:hover {
  background-color: transparent;
}

/* line 1531, ../sass/common.scss */
ul.message_menu li a.inbox:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 17px;
  height: 15px;
  background: url("/images/contents_main_images.png?131030") no-repeat -257px -115px;
  vertical-align: middle;
}

/* line 1540, ../sass/common.scss */
ul.message_menu li a.sendbox:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background: url("/images/contents_main_images_2.png") no-repeat -635px -399px;
  vertical-align: middle;
}

/* line 1551, ../sass/common.scss */
ul.message_menu li a.draft:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background: url("/images/contents_main_images.png?131030") no-repeat -258px -160px;
  vertical-align: middle;
}

/* line 1560, ../sass/common.scss */
ul.message_menu li a.trash_box:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 12px;
  height: 14px;
  background: url("/images/contents_main_images.png?131030") no-repeat -258px -212px;
  vertical-align: middle;
}

/* line 1569, ../sass/common.scss */
ul.message_menu li a.active {
  background-color: #dddddd;
}

/* line 1572, ../sass/common.scss */
ul.message_menu li.config_link a {
  color: #0044cc;
}

/* line 1575, ../sass/common.scss */
ul.message_menu li.config_link a:hover {
  color: #25AFE5;
}

/*メッセージ一覧-----------------------*/
/* line 1580, ../sass/common.scss */
#massage_list .massage_container {
  border-top: 1px solid #D8D8D6;
}

/* line 1584, ../sass/common.scss */
#massage_list .main_list .list_title .list_inner {
  overflow: hidden;
}

/* line 1587, ../sass/common.scss */
#massage_list .main_list .list_title .checkbox {
  float: left;
  width: 23px;
  text-align: center;
  padding-top: 2px;
  height: 16px;
  overflow: hidden;
}

/* line 1595, ../sass/common.scss */
#massage_list .main_list .list_title .icon {
  float: left;
  width: 24px;
  border-left: dashed 1px #D8D8D6;
  text-align: center;
  height: 18px;
  overflow: hidden;
}

/* line 1603, ../sass/common.scss */
#massage_list .main_list .list_title .name {
  float: left;
  width: 160px;
  border-left: dashed 1px #D8D8D6;
  padding-left: 10px;
  height: 18px;
  overflow: hidden;
}

/* line 1611, ../sass/common.scss */
#massage_list .main_list .list_title .subject {
  float: left;
  width: 420px;
  border-left: dashed 1px #D8D8D6;
  padding-left: 10px;
  height: 18px;
  overflow: hidden;
}

/* line 1620, ../sass/common.scss */
#massage_list .sended_box .list_title .subject,
#massage_list .trash_box .list_title .subject {
  width: 445px;
}

/* line 1623, ../sass/common.scss */
#massage_list .draft_list .list_title .subject {
  width: 512px;
}

/* line 1626, ../sass/common.scss */
#massage_list .main_list .list_title .date {
  float: left;
  width: 67px;
  border-left: dashed 1px #D8D8D6;
  padding-left: 10px;
  height: 18px;
  overflow: hidden;
}

/* line 1634, ../sass/common.scss */
#massage_list .main_list .list_box {
  border-top: 1px solid #D8D8D6;
  background-color: #F5F5F5;
}

/* line 1638, ../sass/common.scss */
#massage_list .main_list .list_box:hover {
  background-color: #FFFFD9;
}

/* line 1641, ../sass/common.scss */
#massage_list .main_list .list_box a.list_link {
  color: #333333;
}

/* line 1644, ../sass/common.scss */
#massage_list .main_list .list_box:first-child {
  border-top: none;
}

/* line 1647, ../sass/common.scss */
#massage_list .main_list .list_box_unread {
  background-color: #ffffff;
  font-weight: bold;
}

/* line 1651, ../sass/common.scss */
#massage_list .main_list .list_box .list_inner {
  overflow: hidden;
}

/* line 1654, ../sass/common.scss */
#massage_list .main_list .list_box .list_inner .checkbox {
  width: 23px;
  float: left;
  text-align: center;
  height: 17px;
  padding: 8px 0 2px;
}

/* line 1661, ../sass/common.scss */
#massage_list .main_list .list_box .list_inner .icon {
  width: 24px;
  float: left;
  border-left: dashed 1px #D8D8D6;
  text-align: center;
  height: 20px;
  line-height: 1.6em;
  padding: 5px 0;
}

/* line 1670, ../sass/common.scss */
#massage_list .main_list .list_box .list_inner .name {
  width: 160px;
  float: left;
  padding: 5px 0 5px 10px;
  border-left: dashed 1px #D8D8D6;
  white-space: nowrap;
  overflow: hidden;
  height: 20px;
  line-height: 1.6em;
}

/* line 1680, ../sass/common.scss */
#massage_list .main_list .list_box .list_inner .subject {
  float: left;
  padding: 5px 0 5px 10px;
  width: 420px;
  border-left: dashed 1px #D8D8D6;
  white-space: nowrap;
  overflow: hidden;
  height: 20px;
  line-height: 1.6em;
}

/* line 1691, ../sass/common.scss */
#massage_list .sended_box .list_box .list_inner .subject,
#massage_list .trash_box .list_box .list_inner .subject {
  width: 445px;
}

/* line 1694, ../sass/common.scss */
#massage_list .draft_list .list_box .list_inner .subject {
  width: 512px;
}

/* line 1697, ../sass/common.scss */
#massage_list .main_list .list_box .list_inner .date {
  float: left;
  width: 65px;
  padding: 5px 0 5px 10px;
  text-align: left;
  border-left: dashed 1px #D8D8D6;
  white-space: nowrap;
  overflow: hidden;
  height: 20px;
  line-height: 1.6em;
}

/* line 1708, ../sass/common.scss */
#massage_list .submit_btn_box {
  border-top: solid 1px #D8D8D6;
  text-align: center;
  padding: 10px 0;
}

/* line 1714, ../sass/common.scss */
#massage_list .setting {
  padding: 20px;
}

/* line 1718, ../sass/common.scss */
#massage_list h3 {
  font-size: 15px;
  font-weight: normal;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 17px;
  line-height: 2em;
}

/* line 1726, ../sass/common.scss */
#massage_list .setting .submit {
  margin: 20px 0 0;
  text-align: center;
}

/*メッセージを開いた時のスタイル-メッセージ系のcssPIEはUI見直し時に行う*/
/* line 1732, ../sass/common.scss */
div.ms_contents {
  padding: 10px;
  background: #FFF;
}

/* line 1736, ../sass/common.scss */
div.massage_container .thread_body2 {
  margin-bottom: 10px;
  border: 1px solid #D8D8D6;
  background: #FFF;
  width: 710px;
  border-radius: 5px;
  /*メッセージ系のcssPIEはUI見直し時に行う(背景等で角丸がうまく表示されないため)*/
}

/* line 1743, ../sass/common.scss */
div.massage_container .thread_body2 ul li {
  border: none;
}

/* line 1746, ../sass/common.scss */
div.massage_container ul.thread_details {
  clear: both;
  overflow: hidden;
  background: #F4F4F4;
  /*border-bottom:2px solid #D8D8D6;*/
}

/* line 1752, ../sass/common.scss */
div.massage_container .thread_body2 ul li.thread_title {
  padding: 5px;
  border-bottom: 1px solid #D8D8D6;
}

/* line 1756, ../sass/common.scss */
div.massage_container ul.thread_details li.thread_name {
  width: 300px;
  float: left;
  padding: 5px;
}

/* line 1761, ../sass/common.scss */
div.massage_container ul.thread_details li.thread_time {
  width: 380px;
  float: left;
  text-align: right;
  padding: 5px;
}

/* line 1767, ../sass/common.scss */
div.massage_container .thread_body2 .thread_text {
  padding: 10px;
}

/* line 1771, ../sass/common.scss */
div.thread_text {
  padding: 5px 5px 5px 10px;
  width: 99%;
  margin-bottom: 15px;
}

/*購入済みユーザー-----------------------*/
/* line 1779, ../sass/common.scss */
div.massage_container ul li span img.aleady_buy,
img.aleady_buy {
  background: url(/images/contents_main_images.png?131030) no-repeat -133px -74px;
  width: 100px;
  height: 18px;
}

/*未購入ユーザー-----------------------*/
/* line 1786, ../sass/common.scss */
div.massage_container ul li span img.un_buy,
img.un_buy {
  background: url(/images/contents_main_images.png?131030) no-repeat -133px -93px;
  width: 100px;
  height: 18px;
}

/* line 1791, ../sass/common.scss */
div.massage_container ul li span.ms_day {
  width: 138px;
  color: #333;
  font-size: 11px;
  text-align: right;
}

/*受信メールがあった場合のコンテンツ-----------------------*/
/* line 1798, ../sass/common.scss */
div.ms_contents {
  width: 100%;
  background: #FFF;
}

/*メッセージの詳細　show.tpl*/
/*メッセージの返信-----------------------*/
/* line 1807, ../sass/common.scss */
#message_create .msr_container {
  border-top: solid 1px #D8D8D6;
}

/* line 1810, ../sass/common.scss */
#message_create .menu {
  background-color: #FAFAFA;
}

/* line 1813, ../sass/common.scss */
#message_create .menu ul {
  text-align: center;
}

/* line 1816, ../sass/common.scss */
#message_create .menu ul li {
  display: inline-block;
  margin: 0 0 0 10px;
  *display: inline;
  *zoom: 1;
}

/* line 1822, ../sass/common.scss */
#message_create .menu ul li:first-child {
  margin-left: 0;
}

/* line 1825, ../sass/common.scss */
#message_create .menu ul li input {
  margin-right: 0;
}

/* line 1828, ../sass/common.scss */
#message_create .menu ul li.msr_draft_trash .file_button {
  margin-right: 0;
  display: inline;
  line-height: 0;
  padding: 6px 20px;
}

/*返信の入力画面-----------------------*/
/* line 1836, ../sass/common.scss */
div.msr_container {
  background: #EFEFEF;
}

/* line 1839, ../sass/common.scss */
#main div.msr_container table {
  margin: 0 0;
  border-bottom: 1px solid #D8D8D6;
  border-top: 1px solid #D8D8D6;
  border-left: none;
  border-top: none;
}

/* line 1847, ../sass/common.scss */
#main div.msr_container table th,
#main div.msr_container table td {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #D8D8D6;
  border-left: none;
  border-right: none;
  border-top: none;
}

/* line 1855, ../sass/common.scss */
div.msr_container table tr.msr_end th,
div.msr_container table tr.msr_end td {
  border: none;
}

/* line 1858, ../sass/common.scss */
div.msr_container table tr {
  border: none;
}

/* line 1861, ../sass/common.scss */
div.msr_container table th {
  width: 100px;
  font-weight: bold;
  border: none;
}

/* line 1866, ../sass/common.scss */
.msr_title {
  width: 600px;
  padding: 10px 10px;
  border: 1px solid #D8D8D6;
  border-radius: 3px;
}

/*
	メッセージの詳細
*/
/* line 1876, ../sass/common.scss */
#massage_list .message_detail {
  padding: 10px;
}

/* line 1879, ../sass/common.scss */
#massage_list .message_detail .message_contents {
  width: 656px;
  border: solid 1px #D8D8D6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0 0;
}

/* line 1887, ../sass/common.scss */
#massage_list .message_detail .active {
  background-color: #FFFFD9;
}

/* line 1890, ../sass/common.scss */
#massage_list .message_detail .self {
  margin-left: 30px;
}

/* line 1893, ../sass/common.scss */
#massage_list .message_detail .message_contents:first-child {
  margin-top: 0;
}

/* line 1896, ../sass/common.scss */
#massage_list .message_detail .message_contents .header {
  position: relative;
}

/* line 1899, ../sass/common.scss */
#massage_list .message_detail .message_contents .header .subject {
  font-size: 20px;
  font-weight: bold;
}

/* line 1904, ../sass/common.scss */
#massage_list .message_detail .message_contents .header .name > dl,
#massage_list .message_detail .message_contents .header .time > dl {
  overflow: hidden;
}

/* line 1908, ../sass/common.scss */
#massage_list .message_detail .message_contents .header .name > dl > dt,
#massage_list .message_detail .message_contents .header .time > dl > dt {
  float: left;
}

/* line 1912, ../sass/common.scss */
#massage_list .message_detail .message_contents .header .name > dl > dd,
#massage_list .message_detail .message_contents .header .time > dl > dd {
  float: left;
}

/* line 1916, ../sass/common.scss */
#massage_list .message_detail .message_contents .header .option .un_buy,
#massage_list .message_detail .message_contents .header .option .aleady_buy {
  vertical-align: -25%;
}

/* line 1919, ../sass/common.scss */
#massage_list .message_detail .message_contents .header .time {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 1924, ../sass/common.scss */
#massage_list .message_detail .message_contents .main {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #EDEFF4;
  padding: 10px;
  margin: 10px 0 0;
}

/* line 1931, ../sass/common.scss */
#massage_list .message_detail .active .main {
  background-color: #ffffff;
}

/* line 1934, ../sass/common.scss */
#massage_list .message_detail .message_contents .main h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 2px;
}

/* line 1939, ../sass/common.scss */
#massage_list .message_detail .message_contents .menu {
  margin: 10px 0 0;
  overflow: hidden;
  padding: 0;
}

/* line 1944, ../sass/common.scss */
#massage_list .message_detail .message_contents .menu .reply a:before {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 19px;
  height: 18px;
  margin-right: 5px;
  background: url("/images/contents_main_images.png?131030") no-repeat -261px -487px;
  vertical-align: middle;
}

/* line 1955, ../sass/common.scss */
#massage_list .message_detail .message_contents .menu .to_trash_box a:before {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url("/images/contents_main_images.png?131030") no-repeat scroll -258px -212px transparent;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
  width: 12px;
}

/* line 1966, ../sass/common.scss */
#massage_list .message_detail .message_contents .menu .undo_from_trash_box a:before {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 14px;
  height: 12px;
  margin-right: 5px;
  background: url("/images/contents_main_images.png?131030") no-repeat -261px -505px;
  vertical-align: -5%;
}

/* line 1977, ../sass/common.scss */
#massage_list .message_detail .message_contents .menu .delete_complete a:before {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 10px;
  margin-right: 5px;
  background: url("/images/contents_main_images.png?131030") no-repeat -261px -517px;
  vertical-align: -5%;
}

/* line 1988, ../sass/common.scss */
#massage_list .message_detail .message_contents .menu > li {
  float: left;
  margin: 0 45px 0 0;
}

/* line 1992, ../sass/common.scss */
#massage_list .message_detail .form_button {
  margin-top: 15px;
}

/* line 1995, ../sass/common.scss */
#massage_list .trash_clear {
  padding: 10px 10px 0 0;
  text-align: right;
}

/* line 1999, ../sass/common.scss */
#massage_list .trash_clear .file_button {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-right: 0;
}

/*icon(とりあえず以前の)*/
/* line 2006, ../sass/common.scss */
.un_read_icon {
  background: url(/image/contents_main_image.png) no-repeat -785px -636px;
  width: 16px;
  height: 16px;
}

/* line 2007, ../sass/common.scss */
.new_reply_icon {
  background: url(/image/contents_main_image.png) no-repeat -785px -509px;
  width: 16px;
  height: 16px;
}

/* line 2008, ../sass/common.scss */
.read_icon {
  background: url(/image/contents_main_image.png) no-repeat -785px -548px;
  width: 16px;
  height: 16px;
}

/* line 2009, ../sass/common.scss */
.reply_icon {
  background: url(/image/contents_main_image.png) no-repeat -785px -476px;
  width: 16px;
  height: 16px;
}

/* line 2010, ../sass/common.scss */
.attach_icon {
  background: url(/image/contents_main_image.png) no-repeat -785px -594px;
  width: 16px;
  height: 16px;
}

/*---------------------------
	6.Footerのスタイル
----------------------------*/
/* line 2015, ../sass/common.scss */
#contetns_footer {
  background: #efefed;
  width: 100%;
  border-top: 1px solid #D8D8D6;
  box-shadow: 0 1px 0 0 #FFF inset;
  overflow: hidden;
  clear: both;
}

/* line 2023, ../sass/common.scss */
.footer_contents {
  width: 950px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 10px;
  border-bottom: 1px solid #D8D8D6;
  padding-bottom: 10px;
}

/* line 2031, ../sass/common.scss */
.footer_auth {
  width: 950px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

/* line 2037, ../sass/common.scss */
.footer_clum_1 {
  width: 250px;
  float: left;
  height: 250px;
  border-left: 1px solid #D8D8D6;
  border-right: 1px solid #FFF;
  padding-bottom: 10px;
}

/* line 2045, ../sass/common.scss */
.footer_clum_2 {
  width: 250px;
  float: left;
  height: 250px;
  border-left: 1px solid #D8D8D6;
  border-right: 1px solid #FFF;
  padding-bottom: 10px;
}

/* line 2053, ../sass/common.scss */
.footer_clum_3 {
  width: 430px;
  height: 250px;
  float: left;
  border-left: 1px solid #D8D8D6;
  border-right: 1px solid #FFF;
  padding-bottom: 10px;
}

/* line 2063, ../sass/common.scss */
.footer_clum_1 dl dt,
.footer_clum_2 dl dt,
.footer_clum_3 dl dt {
  background: #f9f9f9;
  padding: 10px 5px;
  border-bottom: 1px solid #D8D8D6;
  margin-bottom: 10px;
}

/* line 2070, ../sass/common.scss */
.footer_clum_1 dl dd,
.footer_clum_2 dl dd {
  padding: 3px 5px;
}

/* line 2073, ../sass/common.scss */
.footer_clum_3 dl dd {
  padding: 1px 5px;
}

/* line 2076, ../sass/common.scss */
.footer_clum_1 dl dd.indent {
  padding-left: 20px;
}

/* line 2082, ../sass/common.scss */
#fc2footer
#fc2footer_contentsmarket {
  border-top: 1px solid #D8D8D6;
  padding-top: 10px;
  margin-top: 10px;
}

/*-----------------------
	6.Sidemenuのスタイル
----------------------------*/
/* line 2091, ../sass/common.scss */
#sidemenu {
  width: 200px;
  float: left;
  text-align: left;
}

/* line 2096, ../sass/common.scss */
#sidemenu .login_btn_field {
  margin-bottom: 10px;
  margin-top: -6px;
}

/* line 2100, ../sass/common.scss */
#sidemenu .side_banner {
  margin: 0 0 15px;
}

/* line 2103, ../sass/common.scss */
#sidemenu .side_banner li {
  margin: 0 0 10px;
}

/* line 2106, ../sass/common.scss */
#sidemenu .side_banner li img {
  vertical-align: bottom;
}

/* line 2110, ../sass/common.scss */
#sidemenu .menu_wrapper {
  margin: 0 0 15px;
}

/* line 2113, ../sass/common.scss */
#sidemenu .menu_wrapper .recomend_link_list {
  margin: 0;
  padding: 1px 0 0 10px;
  border-left: solid 1px #D9D9D9;
  border-right: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
}

/* line 2120, ../sass/common.scss */
#sidemenu .menu_wrapper .recomend_link_list li {
  margin: 5px 0;
  padding: 0 0 0 15px;
  background: url("/images/dot_arrow.png") left center no-repeat;
  font-size: 93%;
}

/* line 2126, ../sass/common.scss */
#sidemenu .menu_wrapper .genre_link_list {
  padding: 5px 10px 0;
  font-size: 93%;
  border-left: solid 1px #D9D9D9;
  border-right: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
}

/* line 2135, ../sass/common.scss */
#sidemenu .menu_wrapper .genre_link_list dd ul li {
  margin: 5px 0;
  padding: 0 0 0 15px;
  background: url("/images/dot_arrow.png") left center no-repeat;
}

/* line 2141, ../sass/common.scss */
#sidemenu .menu_wrapper .show_all_link {
  text-align: right;
}

/* line 2144, ../sass/common.scss */
#sidemenu .menu_wrapper .show_all_link a {
  background: url("/images/dot_arrow.png") left center no-repeat;
  padding: 0 0 0 10px;
  cursor: pointer;
}

/* line 2151, ../sass/common.scss */
#sidemenu .menu_wrapper .check_history_link_list li {
  padding: 5px;
  border-left: solid 1px #D9D9D9;
  border-right: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
}

/* line 2157, ../sass/common.scss */
#sidemenu .menu_wrapper .check_history_link_list li .thum {
  width: 60px;
  float: left;
  margin: 0 5px 0 0;
}

/* line 2162, ../sass/common.scss */
#sidemenu .menu_wrapper .check_history_link_list li .thum img {
  max-width: 60px;
}

/* line 2165, ../sass/common.scss */
#sidemenu .menu_wrapper .check_history_link_list li .goods_title {
  width: 123px;
  float: left;
}

/* line 2169, ../sass/common.scss */
#sidemenu .menu_wrapper .check_history_link_list li .goods_title .title {
  margin: 0 0 5px;
  font-size: 93%;
  font-weight: bold;
}

/* line 2174, ../sass/common.scss */
#sidemenu .menu_wrapper .news {
  padding: 5px 10px 0;
  border-left: solid 1px #D9D9D9;
  border-right: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
}

/* line 2180, ../sass/common.scss */
#sidemenu .menu_wrapper .news li {
  margin: 0 0 20px;
  padding: 0 0 0 10px;
  background: url("/images/dot_arrow.png") no-repeat left 5px;
  font-size: 93%;
}

/* line 2186, ../sass/common.scss */
#sidemenu .side_mode_switch {
  margin: 0 0 15px;
}

/* line 2189, ../sass/common.scss */
#sidemenu .side_mode_switch .r_18_label {
  width: 200px;
  height: 35px;
  background: url("/images/contents_main_images_2.png") -250px -134px no-repeat;
}

/* line 2194, ../sass/common.scss */
#sidemenu .side_mode_switch .r_18_label:hover {
  background: url("/images/contents_main_images_2.png") -250px -169px no-repeat;
}

/* line 2197, ../sass/common.scss */
#sidemenu .side_mode_switch .r_18_label:active {
  background: url("/images/contents_main_images_2.png") -250px -204px no-repeat;
}

/* line 2200, ../sass/common.scss */
#sidemenu .side_mode_switch .ippan_label {
  width: 200px;
  height: 35px;
  background: url("/images/contents_main_images_2.png") -450px -134px no-repeat;
}

/* line 2205, ../sass/common.scss */
#sidemenu .side_mode_switch .ippan_label:hover {
  background: url("/images/contents_main_images_2.png") -450px -169px no-repeat;
}

/* line 2208, ../sass/common.scss */
#sidemenu .side_mode_switch .ippan_label:active {
  background: url("/images/contents_main_images_2.png") -450px -204px no-repeat;
}

/* line 2212, ../sass/common.scss */
.sidemenu_block {
  border-left: 1px solid #D8D8D6;
  border-right: 1px solid #D8D8D6;
  margin-bottom: 10px;
}

/* line 2218, ../sass/common.scss */
.sidemenu_block li {
  padding: 5px 0 5px 5px;
  border-bottom: 1px solid #d8d8d6;
}

/* line 2222, ../sass/common.scss */
.sidemenu_block li li {
  padding: 3px 0 3px 5px;
  border-bottom: none;
}

/* line 2226, ../sass/common.scss */
.sidemenu_block li.underline_dotted {
  padding: 5px 0 5px 5px;
  border-bottom: 1px dotted #D8D8D6;
}

/* line 2232, ../sass/common.scss */
.cart_ad {
  background-color: #ffffff;
  border: solid 1px #ffc480;
  text-shadow: none;
  margin-bottom: 10px;
}
/* line 2237, ../sass/common.scss */
.cart_ad .comment {
  background-color: #ffac4d;
  color: #ffffff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-weight: bold;
  font-size: 93%;
  padding: 2px 3px 1px 3px;
}
/* line 2244, ../sass/common.scss */
.cart_ad .comment .notice {
  color: #ffffff;
}
/* line 2248, ../sass/common.scss */
.cart_ad .inner_wrapper {
  display: block;
  cursor: pointer;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.2em;
}
/* line 2254, ../sass/common.scss */
.cart_ad .inner_wrapper:hover {
  text-decoration: underline;
}
/* line 2256, ../sass/common.scss */
.cart_ad .inner_wrapper:hover .name {
  text-decoration: underline;
}
/* line 2259, ../sass/common.scss */
.cart_ad .inner_wrapper:hover .description {
  text-decoration: underline;
}
/* line 2263, ../sass/common.scss */
.cart_ad .inner_wrapper .thum {
  width: 90px;
  float: left;
  margin: 3px 5px 3px 3px;
}
/* line 2267, ../sass/common.scss */
.cart_ad .inner_wrapper .thum img {
  max-width: 100%;
}
/* line 2271, ../sass/common.scss */
.cart_ad .inner_wrapper .name {
  width: 98px;
  float: right;
  margin: 0 0 5px;
  font-weight: bold;
  padding: 5px 2px 0 0;
}
/* line 2278, ../sass/common.scss */
.cart_ad .inner_wrapper .description {
  color: #333333;
  width: 98px;
  float: right;
  max-height: 3.6em;
  padding: 0 2px 5px 0;
}

/* line 2287, ../sass/common.scss */
.cart_ad_banner {
  margin-bottom: 10px;
}

/*サイドオススメ商品ここから*/
/* line 2295, ../sass/common.scss */
.sidemenu_pickup .ch_iteminfo {
  margin-top: 3px;
}

/* line 2298, ../sass/common.scss */
.sidemenu_pickup .ch_iteminfo p {
  font-weight: bold;
  text-align: center;
}

/* line 2302, ../sass/common.scss */
.sidemenu_pickup {
  background-color: #3C4143;
  padding: 0 5px 5px;
  margin-bottom: 15px;
}

/* line 2308, ../sass/common.scss */
.sidemenu_pickup .title {
  font-size: 93%;
  color: #ffffff;
  text-shadow: none;
  padding: 3px 0 1px;
}

/* line 2315, ../sass/common.scss */
.sidemenu_pickup .sidemenu_block {
  margin: 0;
  border: none;
}

/*
.sidemenu_pickup li{
	background-color:#ffffff;
	border-bottom:solid 1px #3C4143;
}
*/
/* line 2325, ../sass/common.scss */
.sidemenu_pickup li {
  background-color: #ffffff;
  border-bottom: solid 1px #3C4143;
  line-height: 1px;
  font-size: 1px;
}

/* line 2332, ../sass/common.scss */
.sidemenu_pickup li img {
  vertical-align: bottom;
}

/* line 2336, ../sass/common.scss */
.sidemenu_pickup li div {
  line-height: normal;
}

/* line 2340, ../sass/common.scss */
.sidemenu_pickup li p {
  font-size: 12px;
}

/* line 2344, ../sass/common.scss */
.sidemenu_pickup .ch_thumnail {
  text-align: center;
}

/* line 2347, ../sass/common.scss */
.sidemenu_pickup .ch_thumnail img {
  max-width: 180px;
}

/*サイドオススメ商品ここまで*/
/*購入者メニュー-----------------------*/
/* line 2358, ../sass/common.scss */
ul#buyer_menu li,
.sidemenu_section #magazin_menu > li {
  background: -linear-gradient(top, whitesmoke, #eaeaea);
  background: -moz-linear-gradient(top, whitesmoke, #eaeaea);
  background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#eaeaea));
  background: #f5f5f5;
  box-shadow: 0 1px 0 0 #FFFFFF inset;
  font-weight: bold;
}

/* line 2367, ../sass/common.scss */
ul#buyer_menu li a,
.sidemenu_section #magazin_menu > li > a {
  color: #666;
  display: block;
  padding: 10px 0 10px 30px;
}

/* line 2372, ../sass/common.scss */
ul#buyer_menu li.cart div {
  background: url(/images/contents_main_images.png?131030) no-repeat -778px -95px;
}

/* line 2377, ../sass/common.scss */
ul#buyer_menu li.buy_history div {
  background: url(/images/contents_main_images.png?131030) no-repeat -778px -125px;
}

/* line 2382, ../sass/common.scss */
ul#buyer_menu li.message_box div,
ul#affiliater_menu li.message_box div {
  background: url(/images/contents_main_images.png?131030) no-repeat -778px -156px;
}

/* line 2386, ../sass/common.scss */
ul#buyer_menu li.cart {
  position: relative;
}

/* line 2391, ../sass/common.scss */
ul#buyer_menu li.message_box,
ul#affiliater_menu li.message_box {
  position: relative;
}

/* line 2395, ../sass/common.scss */
.sidemenu_section #buyer_menu > li,
.sidemenu_section #magazin_menu > li {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, whitesmoke 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whitesmoke), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, whitesmoke 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, whitesmoke 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, whitesmoke 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eaeaea',GradientType=0 );
}

/* line 2405, ../sass/common.scss */
.sidemenu_section #buyer_menu > li > a {
  background: url("/images/contents_main_images_2.png") no-repeat;
}

/* line 2408, ../sass/common.scss */
.sidemenu_section #buyer_menu > li.cart > a {
  background-position: -628px -248px;
}

/* line 2411, ../sass/common.scss */
.sidemenu_section #buyer_menu > li.follow_links > a {
  background-position: -628px -283px;
}

/* line 2414, ../sass/common.scss */
.sidemenu_section #buyer_menu > li.submenu {
  background-color: #ffffff;
  background-image: none;
  padding: 5px 5px 5px 30px;
  filter: none;
}

/* line 2420, ../sass/common.scss */
.sidemenu_section #buyer_menu > li.submenu li {
  padding: 0;
  background-color: #ffffff;
  border-bottom: solid 1px #D8D8D6;
}

/* line 2425, ../sass/common.scss */
.sidemenu_section #buyer_menu > li.submenu li:hover {
  background-color: #EFEFED;
}

/* line 2428, ../sass/common.scss */
.sidemenu_section #buyer_menu > li.submenu li > a {
  padding: 10px 5px 10px 10px;
  font-weight: normal;
}

/* line 2432, ../sass/common.scss */
.sidemenu_section #buyer_menu > li.purchase_history > a {
  background-position: -628px -319px;
}

/* line 2435, ../sass/common.scss */
.sidemenu_section #buyer_menu > li.show_history > a {
  background-position: -628px -352px;
}

/* line 2438, ../sass/common.scss */
.sidemenu_section #buyer_menu > li.config > a {
  background: url("/images/admin_main_image.png") no-repeat -778px -143px;
}

/* line 2441, ../sass/common.scss */
.sidemenu_section #buyer_menu > .cart {
  background: #ff9f4c;
  background: -moz-linear-gradient(top, #ff9f4c 0%, #ff7f00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9f4c), color-stop(100%, #ff7f00));
  background: -webkit-linear-gradient(top, #ff9f4c 0%, #ff7f00 100%);
  background: -o-linear-gradient(top, #ff9f4c 0%, #ff7f00 100%);
  background: -ms-linear-gradient(top, #ff9f4c 0%, #ff7f00 100%);
  background: linear-gradient(to bottom, #ff9f4c 0%, #ff7f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f4c', endColorstr='#ff7f00',GradientType=0 );
  border: solid 1px #B25300;
}

/* line 2452, ../sass/common.scss */
.sidemenu_section #buyer_menu > .cart > a {
  color: #ffffff;
  text-shadow: 0 1px 0 #7F3D00;
}

/* line 2457, ../sass/common.scss */
.sidemenu_section #magazin_menu > li > a {
  background: url("/images/contents_main_images_2.png") no-repeat;
}

/* line 2460, ../sass/common.scss */
.sidemenu_section #magazin_menu > li.send_magazin > a {
  background-position: -628px -390px;
}

/* line 2463, ../sass/common.scss */
.sidemenu_section #magazin_menu > li.back_numbar > a {
  background-position: -628px -425px;
}

/*リコメンドのカウント*/
/* line 2470, ../sass/common.scss */
span.count_cartitem {
  font-size: 10px;
  color: #CCC;
  /*border:1px solid #A81111;*/
  /*background: linear-gradient(top, #FF3837, #DB1D25);
  background: -moz-linear-gradient(top, #FF3837, #DB1D25);
  background: -webkit-gradient(linear, left top, left bottom, from(#FF3837), to(#DB1D25));*/
  background: #4F585B;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 0 10px 2px;
  line-height: 17px;
  margin-left: 5px;
  -webkit-box-shadow: 0 1px 0 0 #000000 inset;
  -moz-box-shadow: 0 1px 0 0 #000000 inset;
  -o-box-shadow: 0 1px 0 0 #000000 inset;
  -ms-box-shadow: 0 1px 0 0 #000000 inset;
  box-shadow: 0 1px 0 0 #000000 inset;
  behavior: url(/css/PIE.htc);
}

/* line 2494, ../sass/common.scss */
span.count_cartitem2 {
  font-size: 10px;
  color: #FFF;
  /*border:1px solid #FFF;*/
  background: linear-gradient(top, #ff3837, #db1d25);
  background: -moz-linear-gradient(top, #ff3837, #db1d25);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3837), to(#db1d25));
  background: #FF3837;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 0 7px 2px;
  line-height: 17px;
  margin-left: 5px;
  font-weight: bold;
  text-shadow: none;
  behavior: url(/css/PIE.htc);
}

/* line 2515, ../sass/common.scss */
ul#buyer_menu li.cart span.count_cartitem {
  position: absolute;
  top: 14px;
  left: 150px;
}

/* line 2521, ../sass/common.scss */
ul#buyer_menu li.message_box span.count_cartitem,
ul#affiliater_menu li.message_box span.count_cartitem {
  position: absolute;
  top: 14px;
  left: 160px;
}

/* line 2527, ../sass/common.scss */
#popular_seller_ranking .icon-clown {
  display: inline-block;
  position: relative;
  top: 6px;
  left: -3px;
  margin-right: 0;
  width: 30px;
  height: 20px;
  background: url("/images/contents_main_images_2.png") no-repeat 0 -669px;
  *display: inline;
  *zoom: 1;
}

/* line 2539, ../sass/common.scss */
#popular_seller_ranking .wrapper {
  padding: 5px 10px 0 35px;
  font-size: 93%;
  border-left: solid 1px #D9D9D9;
  border-right: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
}

/* line 2546, ../sass/common.scss */
#popular_seller_ranking .wrapper li {
  list-style-type: decimal;
  margin: 5px 0;
}

/*販売者メニュー-----------------------*/
/*アフィリエイターメニュー-----------------------*/
/*購入者メニュー-----------------------*/
/* line 2555, ../sass/common.scss */
ul#affiliater_menu li {
  background: -linear-gradient(top, whitesmoke, #eaeaea);
  background: -moz-linear-gradient(top, whitesmoke, #eaeaea);
  background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#eaeaea));
  background: #f5f5f5;
  box-shadow: 0 1px 0 0 #FFFFFF inset;
  font-weight: bold;
}

/* line 2563, ../sass/common.scss */
ul#affiliater_menu li a {
  color: #666;
  display: block;
  padding: 10px 0 10px 30px;
}

/* line 2568, ../sass/common.scss */
ul#affiliater_menu li.aff_analyzer div {
  background: url(/images/admin_main_image.png) no-repeat -778px -65px;
}

/* line 2572, ../sass/common.scss */
ul#affiliater_menu li.aff_list div {
  background: url(/images/contents_main_images.png?131030) no-repeat -778px -125px;
}

/* line 2575, ../sass/common.scss */
ul#affiliater_menu li.aff_tag div {
  background: url(/images/admin_main_image.png) no-repeat -778px -180px;
}

/* line 2578, ../sass/common.scss */
ul#affiliater_menu li.message_box div {
  background: url(/images/contents_main_images.png?131030) no-repeat -778px -156px;
}

/* line 2581, ../sass/common.scss */
ul#affiliater_menu li.cart {
  position: relative;
}

/* line 2585, ../sass/common.scss */
ul#affiliater_menu li.message_box {
  position: relative;
}

/*成人向け商品-----------------------*/
/* line 2589, ../sass/common.scss */
li.r_18 {
  background: #E04191;
  display: block;
  font-weight: bold;
}

/* line 2594, ../sass/common.scss */
li.r_18 a {
  color: #ffffff;
  display: block;
  text-shadow: none;
}

/* line 2599, ../sass/common.scss */
li.r_18 span.r_18_label {
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: block;
  position: relative;
  width: 50px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #E04191;
  font-weight: bold;
  float: left;
  margin-right: 10px;
  behavior: url(/css/PIE.htc);
}

/*成人向け商品ここまで-----------------------*/
/*一般向け商品-------------------------------*/
/* line 2621, ../sass/common.scss */
li.r_general {
  background: #EFEFED;
  display: block;
  font-weight: bold;
  color: #2787d8;
}

/* line 2627, ../sass/common.scss */
li.r_general a {
  color: #2787d8;
  display: block;
}

/* line 2631, ../sass/common.scss */
li.r_general span.r_general_label {
  background: #4190e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 1px 0px 0px #2c58a8 inset;
  display: block;
  position: relative;
  width: 50px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 0 #2c43a8;
  float: left;
  margin-right: 10px;
  behavior: url(/css/PIE.htc);
}

/*最近チェックした商品-----------------------*/
/* line 2654, ../sass/common.scss */
ul.check_history li {
  overflow: hidden;
}

/* line 2657, ../sass/common.scss */
ul.check_history li div.ch_thumnail {
  width: 70px;
  float: left;
}

/* line 2661, ../sass/common.scss */
ul.check_history li div.ch_iteminfo {
  width: 120px;
  float: right;
}

/* line 2665, ../sass/common.scss */
.cart_in_minibutton {
  width: 115px;
  height: 21px;
  line-height: 21px;
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
  border: 1px solid #CC7A42;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  background: -moz-linear-gradient(top, #f7931e, #f18024);
  background: -webkit-gradient(linear, left top, left bottom, from(#f7931e), to(#f18024));
  background: #F7931E;
  text-shadow: 0 1px 0 #CC6305;
  font-weight: bold;
  color: #FFF;
  /*behavior: url(/css/PIE.htc);*/
}

/* line 2687, ../sass/common.scss */
.cart_in_minibutton a {
  display: block;
  color: #FFF;
}

/*-----------------------
	7.右カラムのデザイン
------------------------*/
/*バナースペース*/
/*ランキング*/
/* line 2700, ../sass/common.scss */
#right_ranking #rank_tab {
  overflow: hidden;
  margin-bottom: 0px;
}

/* line 2704, ../sass/common.scss */
#right_ranking #rank_tab ul {
  border-left: 1px solid #D8D8D6;
  border-right: 1px solid #D8D8D6;
  overflow: hidden;
}

/* line 2709, ../sass/common.scss */
#right_ranking #rank_tab ul li {
  float: left;
  width: 66px;
  background: #4F585B;
  color: #FFF;
  padding: 3px 0 3px 0;
  text-align: center;
  display: block;
  text-shadow: 0px 1px 0 #292E30;
  cursor: pointer;
}

/* line 2720, ../sass/common.scss */
#right_ranking #rank_tab ul li a {
  display: block;
  color: #FFF;
}

/* line 2724, ../sass/common.scss */
#right_ranking #rank_tab ul li.active {
  background: #EFEFED;
  color: #333;
  text-shadow: 0px 1px 0 #FFF;
}

/* line 2729, ../sass/common.scss */
#right_ranking #rank_tab ul li.active a {
  color: #333;
}

/* line 2735, ../sass/common.scss */
#right_ranking #rank_tab ul li.Weekly {
  border-right: 1px solid #869093;
}

/* line 2741, ../sass/common.scss */
.unactive {
  display: none;
}

/* line 2744, ../sass/common.scss */
div.ranking_contents {
  background: #EFEFED;
  border-left: 1px solid #D8D8D6;
  border-right: 1px solid #D8D8D6;
  border-bottom: 1px solid #D8D8D6;
}

/* line 2750, ../sass/common.scss */
div.ranking_contents ul {
  margin: 0 10px;
}

/* line 2754, ../sass/common.scss */
div.ranking_contents ul,
div.ranking_contents ul li {
  display: block;
}

/* line 2757, ../sass/common.scss */
div.ranking_contents ul {
  padding: 10px 0;
}

/* line 2761, ../sass/common.scss */
div.ranking_contents ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #869093;
  text-align: center;
  position: relative;
}

/* line 2768, ../sass/common.scss */
.rank_thumnail {
  margin-bottom: 10px;
}

/* line 2771, ../sass/common.scss */
div.ranking_contents ul li span {
  background: url(/images/contents_main_images.png?131030) no-repeat;
}

/*ランキングの順位画像*/
/* line 2775, ../sass/common.scss */
div.ranking_contents ul li span.ranking_image_1 {
  position: absolute;
  top: 0;
  left: -7px;
  width: 40px;
  height: 23px;
  background-position: -484px 0;
}

/* line 2783, ../sass/common.scss */
div.ranking_contents ul li span.ranking_image_2 {
  position: absolute;
  top: 0;
  left: -7px;
  width: 40px;
  height: 23px;
  background-position: -484px -25px;
}

/* line 2791, ../sass/common.scss */
div.ranking_contents ul li span.ranking_image_3 {
  position: absolute;
  top: 0;
  left: -7px;
  width: 40px;
  height: 23px;
  background-position: -484px -50px;
}

/* line 2799, ../sass/common.scss */
div.ranking_contents ul li span.ranking_image_4 {
  position: absolute;
  top: 0;
  left: -4px;
  width: 33px;
  height: 20px;
  background-position: -484px -75px;
}

/* line 2807, ../sass/common.scss */
div.ranking_contents ul li span.ranking_image_5 {
  position: absolute;
  top: 0;
  left: -4px;
  width: 33px;
  height: 20px;
  background-position: -484px -95px;
}

/* line 2815, ../sass/common.scss */
div.ranking_contents ul li span.ranking_image_6 {
  position: absolute;
  top: 0;
  left: -4px;
  width: 33px;
  height: 20px;
  background-position: -484px -115px;
}

/* line 2823, ../sass/common.scss */
div.ranking_contents ul li span.ranking_image_7 {
  position: absolute;
  top: 0;
  left: -4px;
  width: 33px;
  height: 20px;
  background-position: -484px -135px;
}

/* line 2831, ../sass/common.scss */
div.ranking_contents ul li span.ranking_image_8 {
  position: absolute;
  top: 0;
  left: -4px;
  width: 33px;
  height: 20px;
  background-position: -484px -155px;
}

/* line 2839, ../sass/common.scss */
div.ranking_contents ul li span.ranking_image_9 {
  position: absolute;
  top: 0;
  left: -4px;
  width: 33px;
  height: 20px;
  background-position: -484px -175px;
}

/* line 2847, ../sass/common.scss */
div.ranking_contents ul li span.ranking_image_10 {
  position: absolute;
  top: 0;
  left: -4px;
  width: 33px;
  height: 20px;
  background-position: -484px -195px;
}

/*-----------------------
	8.全体のスタイル
------------------------*/
/* line 2861, ../sass/common.scss */
.section {
  clear: both;
  margin-bottom: 15px;
  overflow: hidden;
}

/* line 2866, ../sass/common.scss */
#main .article_full .section {
  margin-bottom: 30px;
}

/* line 2869, ../sass/common.scss */
.un_mp_section {
  clear: both;
  overflow: hidden;
}

/*四角の枠----------*/
/* line 2875, ../sass/common.scss */
.contents_block {
  border-left: 1px solid #D8D8D6;
  border-right: 1px solid #D8D8D6;
  border-bottom: 1px solid #D8D8D6;
  padding: 10px 9px 10px;
  text-align: left;
  overflow: hidden;
}

/* line 2883, ../sass/common.scss */
#main_left .border_box {
  border-left: 1px solid #D8D8D6;
  border-right: 1px solid #D8D8D6;
  border-bottom: 1px solid #D8D8D6;
}

/* line 2888, ../sass/common.scss */
#main_left .fulltext_search {
  /*fulltext_search カタログ表示用*/
  width: 730px;
  margin-right: -20px;
  border: none;
}

/*四角枠 グレーバージョン----------*/
/* line 2894, ../sass/common.scss */
.contents_block_gray {
  border-left: 1px solid #D8D8D6;
  border-right: 1px solid #D8D8D6;
  border-bottom: 1px solid #D8D8D6;
  text-align: left;
  overflow: hidden;
  background: #F5F5F5;
  padding: 10px;
}

/*四角枠 padding無しの----------*/
/* line 2904, ../sass/common.scss */
.contents_block_notpadding {
  border-left: 1px solid #D8D8D6;
  border-right: 1px solid #D8D8D6;
  border-bottom: 1px solid #D8D8D6;
  text-align: left;
  overflow: hidden;
}

/*Nomalボタンのスタイル----------*/
/* line 2912, ../sass/common.scss */
.nomal_button {
  padding: 8px 20px;
  border: 1px solid #AFAFAF;
  background: -moz-linear-gradient(top, #efefed, #e7e7e4);
  background: -webkit-gradient(linear, left top, left bottom, from(#efefed), to(#e7e7e4));
  background: linear-gradient(top, #efefed, #e7e7e4);
  background: #EFEFED;
  margin-right: 10px;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-weight: bold;
  -moz-transition: all 0.218s ease 0s;
  cursor: pointer;
  *zoom: 1;
}

/* line 2930, ../sass/common.scss */
.nomal_button:hover {
  border: 1px solid #999999;
  box-shadow: 0px 2px 2px #ccc;
  color: #333;
  -moz-transition: all 0.218s ease 0s;
  -webkit-transition: all 0.218s ease 0s;
  transition: all 0.218s ease 0s;
}

/* line 2938, ../sass/common.scss */
a.nomal_button {
  color: #666;
}

/* line 2939, ../sass/common.scss */
a.nomal_button:hover {
  color: #333;
}

/*決定ボタンのスタイル----------*/
/* line 2941, ../sass/common.scss */
.decide_button {
  padding: 8px 20px;
  border: 1px solid #d89262;
  background: -moz-linear-gradient(top, #f8a442, #f49141);
  background: -webkit-gradient(linear, left top, left bottom, from(#f8a442), to(#f49141));
  background: linear-gradient(top, #f8a442, #f49141);
  background: #f8a442;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #fff3e4;
  display: inline-block;
  font-weight: bold;
  -moz-transition: all 0.218s ease 0s;
  -webkit-transition: all 0.218s ease 0s;
  transition: all 0.218s ease 0s;
  text-shadow: 0 1px 0 #CC6305;
  cursor: pointer;
  *zoom: 1;
}

/* line 2965, ../sass/common.scss */
.decide_button:hover {
  border: 1px solid #CC7A42;
  box-shadow: 0px 2px 2px #ccc;
  text-shadow: 0 1px 0 #CC6305;
  background: -moz-linear-gradient(top, #f7931e, #f18024);
  background: -webkit-gradient(linear, left top, left bottom, from(#f7931e), to(#f18024));
  background: linear-gradient(top, #f7931e, #f18024);
  background: #F7931E;
  color: #FFF;
  -moz-transition: all 0.218s ease 0s;
  pointer: cursor;
}

/* line 2977, ../sass/common.scss */
a.decide_button {
  color: #fff3e4;
}

/* line 2978, ../sass/common.scss */
a.decide_button:hover {
  color: #FFF;
}

/*削除ボタンのスタイル----------*/
/* line 2980, ../sass/common.scss */
.del_button {
  padding: 3px 10px;
  border: 1px solid #49585d;
  background: linear-gradient(top, #575e61, #3b4448);
  background: -moz-linear-gradient(top, #575e61, #3b4448);
  background: -webkit-gradient(linear, left top, left bottom, from(#575e61), to(#3b4448));
  background: #575e61;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #DFDFDF;
  text-shadow: 0px 1px 0px #2e3f44;
  display: inline-block;
  font-weight: bold;
  -moz-transition: all 0.218s ease 0s;
  cursor: pointer;
  *zoom: 1;
}

/* line 3002, ../sass/common.scss */
.del_button:hover {
  border: 1px solid #2e3f44;
  box-shadow: 0px 2px 2px #ccc;
  color: #FFF;
  -moz-transition: all 0.218s ease 0s;
  -webkit-transition: all 0.218s ease 0s;
  transition: all 0.218s ease 0s;
  pointer: cursor;
}

/* line 3011, ../sass/common.scss */
a.del_button {
  color: #DFDFDF;
}

/* line 3012, ../sass/common.scss */
a.del_button:hover {
  color: #fff;
}

/*新規登録ボタンのスタイル----------*/
/* line 3014, ../sass/common.scss */
.regist_button {
  padding: 8px 20px;
  border: 1px solid #AFAFAF;
  background: -moz-linear-gradient(top, #575e61, #3b4448);
  background: -webkit-gradient(linear, left top, left bottom, from(#575e61), to(#3b4448));
  background: linear-gradient(top, #575e61, #3b4448);
  background: #575e61;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #DFDFDF;
  display: block;
  font-weight: bold;
  -moz-transition: all 0.218s ease 0s;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 #1D2528;
  cursor: pointer;
  *zoom: 1;
}

/* line 3036, ../sass/common.scss */
.regist_button:hover {
  border: 1px solid #999999;
  box-shadow: 0px 2px 2px #ccc;
  color: #FFF;
  -moz-transition: all 0.218s ease 0s;
  -webkit-transition: all 0.218s ease 0s;
  transition: all 0.218s ease 0s;
  text-shadow: 0 1px 0 #1D2528;
  pointer: cursor;
}

/* line 3046, ../sass/common.scss */
a.regist_button {
  color: #DFDFDF;
}

/* line 3049, ../sass/common.scss */
a.regist_button:hover {
  color: #FFF;
}

/*loginボタンのスタイル----------*/
/* line 3053, ../sass/common.scss */
.login_button {
  padding: 8px 20px;
  border: 1px solid #AFAFAF;
  background: -moz-linear-gradient(top, #efefed, #e7e7e4);
  background: -webkit-gradient(linear, left top, left bottom, from(#efefed), to(#e7e7e4));
  background: linear-gradient(top, #efefed, #e7e7e4);
  background: #EFEFED;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  -moz-transition: all 0.218s ease 0s;
  cursor: pointer;
  *zoom: 1;
}

/* line 3074, ../sass/common.scss */
.login_button:hover {
  border: 1px solid #999999;
  box-shadow: 0px 2px 2px #ccc;
  color: #333;
  -moz-transition: all 0.218s ease 0s;
  -webkit-transition: all 0.218s ease 0s;
  transition: all 0.218s ease 0s;
  pointer: cursor;
}

/* line 3083, ../sass/common.scss */
a.login_button {
  color: #666;
}

/* line 3084, ../sass/common.scss */
a.login_button:hover {
  color: #333;
}

/*ファイルの選択ボタンのスタイル----------*/
/* line 3086, ../sass/common.scss */
.file_button {
  padding: 8px 20px;
  border: 1px solid #AFAFAF;
  background: -moz-linear-gradient(top, #575e61, #3b4448);
  background: -webkit-gradient(linear, left top, left bottom, from(#575e61), to(#3b4448));
  background: linear-gradient(top, #575e61, #3b4448);
  background: #575e61;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #DFDFDF;
  display: inline-block;
  font-weight: bold;
  -moz-transition: all 0.218s ease 0s;
  text-shadow: 0 1px 0 #333C3F;
  cursor: pointer;
  *zoom: 1;
}

/* line 3109, ../sass/common.scss */
.file_button:hover {
  border: 1px solid #AFAFAF;
  box-shadow: 0px 2px 2px #ccc;
  color: #FFF;
  -moz-transition: all 0.218s ease 0s;
  -webkit-transition: all 0.218s ease 0s;
  transition: all 0.218s ease 0s;
  text-shadow: 0 1px 0 #333C3F;
  pointer: cursor;
}

/* line 3119, ../sass/common.scss */
a.file_button {
  color: #DFDFDF;
}

/* line 3120, ../sass/common.scss */
a.file_button:hover {
  color: #FFF;
}

/*アダルトクッションページのスタイル----------*/
/* line 3123, ../sass/common.scss */
.adult_button {
  padding: 8px 20px;
  border: 1px solid #E56CC0;
  background: -moz-linear-gradient(top, #e5639e, #ed92bb);
  background: -webkit-gradient(linear, left top, left bottom, from(#e5639e), to(#ed92bb));
  background: linear-gradient(top, #e5639e, #ed92bb);
  background: #E5639E;
  border-radius: 3px;
  color: #FFEBF5;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  -moz-transition: all 0.218s ease 0s;
  cursor: pointer;
  text-shadow: 0 1px 0 #C44DA0;
  font-size: 16px;
  *zoom: 1;
}

/* line 3141, ../sass/common.scss */
.adult_button span {
  font-size: 12px;
}

/* line 3144, ../sass/common.scss */
.adult_button:hover {
  border: 1px solid #DD40A5;
  box-shadow: 0px 2px 2px #ccc;
  color: #FFF;
  -moz-transition: all 0.218s ease 0s;
  -webkit-transition: all 0.218s ease 0s;
  transition: all 0.218s ease 0s;
  pointer: cursor;
  text-shadow: 0 1px 0 #C44DA0;
}

/* line 3154, ../sass/common.scss */
a.adult_button {
  color: #FFEBF5;
}

/* line 3155, ../sass/common.scss */
a.adult_button:hover {
  color: #FFF;
}

/*ページャ----------*/
/* line 3158, ../sass/common.scss */
div#pager_container {
  text-align: center;
  margin: 20px auto;
}

/* line 3163, ../sass/common.scss */
div.pager {
  text-align: center;
  margin: 0 auto;
}

/* line 3167, ../sass/common.scss */
div.pager a {
  border: 1px solid #FFF;
  background: -moz-linear-gradient(top, #f4f4f4, #e5e5e5);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e5e5e5));
  background: #E5E5E5;
  padding: 5px 8px;
  display: block;
  text-shadow: 0 1px 0px #FFF;
  -moz-transition: all 0.218s ease 0s;
  color: #666;
}

/* line 3178, ../sass/common.scss */
div.pager a:hover {
  border: 1px solid #FFF;
  background: -moz-linear-gradient(top, #377fab, #015c95);
  background: -webkit-gradient(linear, left top, left bottom, from(#377fab), to(#015c95));
  background: #015C95;
  display: block;
  color: #FFF;
  text-shadow: 0 1px 0px #174768;
  -moz-transition: all 0.218s ease 0s;
  pointer: cursor;
}

/* line 3194, ../sass/common.scss */
div.pager .first,
div.pager .prev,
div.pager ul li,
div.pager .next,
div.pager .end {
  float: left;
}

/* line 3201, ../sass/common.scss */
div.pager .first span,
div.pager .prev span,
div.pager ul li span,
div.pager .next span,
div.pager .end span {
  border-top: 1px solid #C6C6C6;
  border-left: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
  display: block;
}

/* line 3207, ../sass/common.scss */
div.pager .end span {
  border-right: 1px solid #C6C6C6;
}

/* line 3210, ../sass/common.scss */
div.pager .first {
  -moz-border-radius: 0.4em 0.4em 2em 2em / 0.4em 0.4em 3em 3em;
}

/* line 3215, ../sass/common.scss */
div.pager span.unactive {
  background: -moz-linear-gradient(top, white, #f6f6f6);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f6f6f6));
  background: linear-gradient(top, #ffffff, #f6f6f6);
  background: #F6F6F6;
  display: block;
  color: #A5A5A5;
  padding: 6px 9px;
  border-top: 1px solid #C6C6C6;
  border-left: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
}

/* line 3227, ../sass/common.scss */
div.pager .end span.unactive {
  border-right: 1px solid #C6C6C6;
}

/*input　フォーム関連*/
/* table design*/
/* line 3233, ../sass/common.scss */
table {
  border-left: 1px solid #d8d8d6;
  border-right: 1px solid #d8d8d6;
  border-bottom: 1px solid #d8d8d6;
  width: 100%;
  border-collapse: collapse;
}

/* line 3241, ../sass/common.scss */
table td,
table th {
  padding: 10px 12px;
  border: 1px solid #d8d8d6;
}

/* line 3246, ../sass/common.scss */
table thead th,
table thead td {
  background: -moz-linear-gradient(top, #eeeeee, #e6e4e4);
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#e6e4e4));
  background: linear-gradient(top, #eeeeee, #e6e4e4);
  background: #eeeeee;
}

/* line 3253, ../sass/common.scss */
table tbody th,
table tbody td {
  background: -moz-linear-gradient(top, white, #fafafa);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#fafafa));
  background: linear-gradient(top, #ffffff, #fafafa);
  background: #fafafa;
}

/* line 3260, ../sass/common.scss */
table tbody th.even,
table tbody td.even {
  background: -moz-linear-gradient(top, #f7f7f7, #eeeeee);
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eeeeee));
  background: linear-gradient(top, #f7f7f7, #eeeeee);
  background: #f7f7f7;
}

/* line 3267, ../sass/common.scss */
#post_articles .edit {
  width: 60px;
  margin: 0 auto;
}

/*文字寄せ*/
/* line 3273, ../sass/common.scss */
.txt_center {
  text-align: center;
}

/* line 3274, ../sass/common.scss */
.txt_left {
  text-align: left;
}

/* line 3275, ../sass/common.scss */
.txt_right {
  text-align: right;
}

/*余白*/
/* line 3278, ../sass/common.scss */
.mb_10 {
  margin-bottom: 10px;
}

/* line 3281, ../sass/common.scss */
.contents_block p {
  margin-bottom: 10px;
}

/* line 3284, ../sass/common.scss */
.m_all {
  margin: 0 10px 10px;
}

/* line 3287, ../sass/common.scss */
.mr_10 {
  margin-right: 10px;
}

/*注意文のスタイル*/
/* line 3293, ../sass/common.scss */
.attention {
  border: 1px solid #D8D8D6;
  border-radius: 5px;
  background: #F7F7F7;
  padding: 8px;
  margin-bottom: 10px;
}

/* line 3301, ../sass/common.scss */
.coution {
  border: 1px solid #F2C9C9;
  border-radius: 5px;
  background: #FFF2F2;
  padding: 8px;
  margin-bottom: 10px;
}

/* line 3308, ../sass/common.scss */
.coution strong {
  color: #E20026;
}

/* line 3312, ../sass/common.scss */
.red {
  color: #C91818;
}

/* =================================================
	Cler fix
================================================= */
/* line 3319, ../sass/common.scss */
.clear:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

/*\*/
/* line 3327, ../sass/common.scss */
* html .clear {
  overflow: visible;
  height: 1%;
}

/**/
/* ================================================
	compact and mini Layout
=================================================*/
/* line 3338, ../sass/common.scss */
body#layout_compact,
body#layout_mini {
  text-align: center;
  /*IE*/
}

/* line 3342, ../sass/common.scss */
body#layout_compact div#main,
body#layout_mini div#main {
  width: 736px;
  /*680*/
  text-align: left;
  margin: 0 auto;
  float: none;
}

/* ================================================
	compact Layout [registration]
=================================================*/
/* line 3351, ../sass/common.scss */
body#layout_compact .name_config {
  margin: 35px 0;
}

/* line 3354, ../sass/common.scss */
body#layout_compact .name_config .entry_block dd {
  margin-bottom: 0;
}

/* line 3357, ../sass/common.scss */
body#layout_compact .name_config .entry_block .input_style {
  margin-bottom: 5px;
}

/* line 3360, ../sass/common.scss */
body#layout_compact .rule_box {
  border: 1px solid #D8D8D6;
  padding: 5px;
  height: 500px;
  overflow: auto;
}

/* line 3366, ../sass/common.scss */
.agree_button ul li {
  display: inline;
}

/* line 3369, ../sass/common.scss */
#rule dl dt {
  margin-top: 10px;
}

/* line 3372, ../sass/common.scss */
#rule dl dd {
  margin-left: 20px;
}

/* line 3375, ../sass/common.scss */
#rule dl dd ul.list_disc {
  list-style-type: disc;
}

/* line 3378, ../sass/common.scss */
#rule dl dd .list_number {
  padding-left: 40px;
  margin: 10px 0 0;
  line-break: strict;
}

/* line 3383, ../sass/common.scss */
#rule dl dd .list_number li {
  list-style: decimal none outside;
  line-break: strict;
  margin: 0 0 5px;
}

/* line 3388, ../sass/common.scss */
ul.register_button li {
  display: inline-block;
  *zoom: 1;
}

/*star*/
/* line 3394, ../sass/common.scss */
.star {
  background: url(/images/contents_main_images.png?131030) no-repeat;
  width: 80px;
  height: 16px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: inherit;
}

/* line 3403, ../sass/common.scss */
.star_0 {
  background-position: -97px -543px;
}

/* line 3404, ../sass/common.scss */
.star_1 {
  background-position: -80px -543px;
}

/* line 3405, ../sass/common.scss */
.star_2 {
  background-position: -64px -543px;
}

/* line 3406, ../sass/common.scss */
.star_3 {
  background-position: -48px -543px;
}

/* line 3407, ../sass/common.scss */
.star_4 {
  background-position: -32px -543px;
}

/* line 3408, ../sass/common.scss */
.star_5 {
  background-position: -17px -543px;
}

/* line 3409, ../sass/common.scss */
.star span {
  position: absolute;
  left: 0;
  vertical-align: inherit;
}

/*コミック募集*/
/* line 3415, ../sass/common.scss */
.comicbosyu {
  margin-bottom: 20px;
  text-align: center;
}

/* line 3420, ../sass/common.scss */
.comicbosyu img {
  vertical-align: bottom;
}

/* line 3424, ../sass/common.scss */
.comicbosyu .bosyu_wrapper {
  text-align: center;
  background-color: #EFEFED;
  background: URL("/images/bosyu_background.png") repeat;
  padding: 10px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  behavior: url(/css/PIE.htc);
}

/* line 3437, ../sass/common.scss */
.comicbosyu .bosyu_wrapper h2 {
  margin-bottom: 5px;
}

/* line 3441, ../sass/common.scss */
.comicbosyu .comic_bosyu_img01 {
  background: url(/images/comic_bosyu_sprite.png) no-repeat 0 0;
  width: 514px;
  height: 84px;
}

/* line 3447, ../sass/common.scss */
.comicbosyu .comic_bosyu_img02 {
  background: url(/images/comic_bosyu_sprite.png) no-repeat 0 -93px;
  width: 326px;
  height: 22px;
}

/* line 3453, ../sass/common.scss */
.comicbosyu .comic_bosyu_img03 {
  background: url(/images/comic_bosyu_sprite.png) no-repeat 0 -120px;
  width: 506px;
  height: 130px;
  margin: 20px auto 0;
}

/* line 3460, ../sass/common.scss */
.comicbosyu .comic_bosyu_img04 {
  background: url(/images/comic_bosyu_sprite.png) no-repeat 0 -255px;
  width: 52px;
  height: 12px;
}

/* line 3466, ../sass/common.scss */
.comicbosyu .comic_bosyu_img05 {
  background: url(/images/comic_bosyu_sprite.png) no-repeat 0 -273px;
  width: 506px;
  height: 50px;
  margin-top: 20px;
}

/* line 3473, ../sass/common.scss */
.comicbosyu .comic_bosyu_img05:hover {
  background: url(/images/comic_bosyu_sprite.png) no-repeat 0 -553px;
}

/* line 3477, ../sass/common.scss */
.comicbosyu .comic_bosyu_img_next {
  background: url(/images/comic_bosyu_sprite.png) no-repeat 0 -532px;
  width: 23px;
  height: 10px;
}

/* line 3483, ../sass/common.scss */
.comicbosyu .comic_bosyu_img_06 {
  background: url(/images/comic_bosyu_sprite.png) no-repeat 0 -407px;
  width: 284px;
  height: 18px;
}

/* line 3489, ../sass/common.scss */
.comicbosyu .comic_bosyu_img_07 {
  background: url(/images/comic_bosyu_sprite.png) no-repeat 0 -330px;
  width: 52px;
  height: 12px;
}

/* line 3495, ../sass/common.scss */
.comicbosyu .comic_bosyu_img_08 {
  background: url(/images/comic_bosyu_sprite.png) no-repeat 0 -347px;
  width: 506px;
  height: 50px;
}

/* line 3501, ../sass/common.scss */
.comicbosyu .comic_bosyu_img_08:hover {
  background: url(/images/comic_bosyu_sprite.png) no-repeat 0 -613px;
}

/* line 3505, ../sass/common.scss */
.comicbosyu .comic_bosyu_img_09 {
  background: url(/images/comic_bosyu_sprite.png) no-repeat 0 -435px;
  width: 350px;
  height: 26px;
}

/* line 3511, ../sass/common.scss */
.comicbosyu .comic_bosyu_img_10 {
  background: url(/images/comic_bosyu_sprite.png) no-repeat 0 -469px;
  width: 270px;
  height: 18px;
}

/* line 3517, ../sass/common.scss */
.comicbosyu .comic_bosyu_img_11 {
  background: url(/images/comic_bosyu_sprite.png) no-repeat 0 -499px;
  width: 235px;
  height: 20px;
}

/* line 3523, ../sass/common.scss */
.comicbosyu .smph {
  margin: 5px auto 0;
}

/* line 3527, ../sass/common.scss */
.comicbosyu .about_con {
  text-align: right;
  margin: 5px 0 0;
}

/**同人バナースタイル**/
/* line 3533, ../sass/common.scss */
.doujin_banner {
  margin-bottom: 10px;
}

/* line 3537, ../sass/common.scss */
*:first-child + html .doujin_banner {
  margin-bottom: 5px;
}

/* line 3541, ../sass/common.scss */
.doujin_banner a {
  display: block;
  line-height: normal;
}

/* line 3546, ../sass/common.scss */
.doujin_banner .banner {
  vertical-align: bottom;
  display: block;
}

/* line 3551, ../sass/common.scss */
.doujin_banner .border {
  display: block;
  vertical-align: bottom;
  width: 198px;
  height: 98px;
  border: solid 1px #cccccc;
  position: absolute;
}

/* line 3560, ../sass/common.scss */
.doujin_banner li {
  margin: 0 0 5px 0;
  line-height: 1px;
  font-size: 1px;
}

/**同人バナースタイルここまで**/
/**検索結果広告**/
/* line 3569, ../sass/common.scss */
.advertisement {
  background-color: #FFF8E7;
  padding: 5px 8px 2px 15px;
}

/* line 3574, ../sass/common.scss */
.advertisement .article {
  margin-bottom: 23px;
}

/* line 3578, ../sass/common.scss */
.advertisement h3 {
  font-size: 85%;
  color: #aaaaaa;
  text-align: right;
  margin-bottom: 8px;
  font-weight: normal;
}

/* line 3586, ../sass/common.scss */
.advertisement h4 {
  font-size: 130%;
}

/* line 3590, ../sass/common.scss */
.advertisement p {
  font-size: 93%;
}

/**検索結果広告ここまで**/
/**software商品購入者用ダウンロードボタン周り**/
/* line 3597, ../sass/common.scss */
.article_main .support_os {
  margin: 10px 0 0;
}

/**software商品購入者用ダウンロードボタン周りここまで**/
/**フォロー管理画面ここから**/
/* line 3603, ../sass/common.scss */
#main_01 {
  width: 510px;
  float: left;
  margin-right: 20px;
}

/* line 3608, ../sass/common.scss */
#main_01_show_history {
  width: 730px;
  float: left;
  margin-right: 20px;
}

/* line 3613, ../sass/common.scss */
#main_01 .item_info {
  width: 320px;
}

/* line 3619, ../sass/common.scss */
#main_02 {
  width: 200px;
  float: left;
}

/* line 3623, ../sass/common.scss */
#main_02 .contents_block {
  padding: 0;
}

/* line 3626, ../sass/common.scss */
#main_02 .follow_buyer_sell {
  overflow: hidden;
  border-top: solid 1px #d8d8d6;
  padding: 5px 4px;
}

/* line 3631, ../sass/common.scss */
#main_02 .follow_buyer_sell:first-child {
  border: none;
}

/* line 3634, ../sass/common.scss */
#main_02 .follow_buyer_sell .over {
  overflow: hidden;
  position: relative;
  margin: 0 5px 7px;
}

/* line 3639, ../sass/common.scss */
#main_02 .follow_buyer_sell img.seller_img {
  width: 48px;
  float: left;
  margin-right: 10px;
}

/* line 3644, ../sass/common.scss */
#main_02 .follow_buyer_sell .seller_name {
  width: 122px;
  float: left;
  margin: 0 0 20px;
}

/* line 3649, ../sass/common.scss */
#main_02 .follow_buyer_sell .over ul {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 3655, ../sass/common.scss */
#main_02 .follow_buyer_sell .over ul li {
  float: right;
}

/* line 3658, ../sass/common.scss */
#main_02 .follow_buyer_sell .over .show_contents {
  display: block;
  padding: 0 0 0 20px;
  background: url("/images/contents_main_images_2.png") no-repeat scroll -635px -469px;
}

/* line 3663, ../sass/common.scss */
#main_02 .follow_buyer_sell .do_follow {
  text-align: center;
  padding-right: 30px;
}

/* line 3667, ../sass/common.scss */
#main_02 .follow_buyer_sell .follow:hover {
  color: #ffffff;
}

/* line 3670, ../sass/common.scss */
#main_02 .follow_buyer_sell .do_follow:hover {
  color: #333333;
}

/* line 3676, ../sass/common.scss */
#main_02 .pager {
  margin: 5px 0 0;
}

/* line 3680, ../sass/common.scss */
#main_02 .pager a.prev,
#main_02 .pager a.next {
  display: block;
  width: 40px;
  padding: 0;
  float: left;
  background-color: transparent;
  color: #0044cc;
  text-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

/* line 3694, ../sass/common.scss */
#main_02 .pager a.prev {
  margin-left: 20px;
  margin-right: 10px;
}

/* line 3699, ../sass/common.scss */
#main_02 .pager a.prev:hover,
#main_02 .pager a.next:hover {
  background-color: transparent;
  color: #25afe5;
}

/* line 3703, ../sass/common.scss */
#main_02 .pager a.prev img {
  width: 4px;
  height: 9px;
  background: url("/images/contents_main_images_2.png") no-repeat -646px -26px;
}

/* line 3708, ../sass/common.scss */
#main_02 .pager a.next img {
  width: 4px;
  height: 9px;
  background: url("/images/contents_main_images_2.png") no-repeat -646px -55px;
}

/* line 3713, ../sass/common.scss */
#main_02 .pager .page_select {
  display: block;
  font-size: 15px;
  margin: 0 0 0 20px;
  padding: 0;
  float: left;
}

/* line 3720, ../sass/common.scss */
#main_02 .contents_field {
  padding: 5px;
  margin: 0 0 5px;
  background-color: #DCE2F4;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -m-border-radius: 4px;
  border-radius: 4px;
}

/* line 3731, ../sass/common.scss */
#main_02 .contents_field .no_contents_message {
  text-align: center;
  margin: 0;
}

/* line 3735, ../sass/common.scss */
#main_02 .contents_field .content_list img {
  max-width: 180px;
  vertical-align: bottom;
}

/* line 3739, ../sass/common.scss */
#main_02 .contents_field .content_list .title {
  margin: 5px 0 10px;
  text-align: center;
  line-height: 1em;
}

/* line 3745, ../sass/common.scss */
#main #follow_list .contents_block {
  padding: 0;
}

/* line 3748, ../sass/common.scss */
#main #follow_list #checkbox_controller {
  padding: 0 10px 0 10px;
  border-left: solid 1px #D8D8D6;
  border-bottom: solid 1px #D8D8D6;
  border-right: solid 1px #D8D8D6;
  background-color: #F2F2F2;
  overflow: hidden;
}

/* line 3756, ../sass/common.scss */
#main #follow_list #checkbox_controller .main_checkbox {
  width: 13px;
  height: 13px;
  float: left;
  margin: 4px 0;
  border: solid 1px #D8D8D6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
}

/* line 3769, ../sass/common.scss */
#main #follow_list #checkbox_controller .main_checkbox:hover {
  background-color: #e6e6e6;
}

/* line 3772, ../sass/common.scss */
#main #follow_list #checkbox_controller .checked {
  background-image: url("/images/contents_main_images_2.png");
  background-position: -236px -224px;
}

/* line 3776, ../sass/common.scss */
#main #follow_list #checkbox_controller ul {
  margin: 4px 0 0;
  float: right;
  overflow: hidden;
}

/* line 3781, ../sass/common.scss */
#main #follow_list #checkbox_controller ul li {
  float: right;
  margin: 0 0 0 20px;
}

/* line 3786, ../sass/common.scss */
#main #follow_list #checkbox_controller ul li#all_follow_btn,
#main #follow_list #checkbox_controller ul li#all_unfollow_btn {
  color: #0044cc;
  cursor: pointer;
}

/* line 3791, ../sass/common.scss */
#main #follow_list #checkbox_controller ul li#all_follow_btn:hover,
#main #follow_list #checkbox_controller ul li#all_unfollow_btn:hover {
  color: #25afe5;
}

/* line 3794, ../sass/common.scss */
#main #follow_list .article {
  overflow: hidden;
  padding: 10px;
  border-top: solid 1px #D8D8D6;
}

/* line 3799, ../sass/common.scss */
#main #follow_list .selected {
  background-color: #FFFFD9;
}

/* line 3802, ../sass/common.scss */
#main #follow_list .article .over {
  position: relative;
  overflow: hidden;
}

/* line 3806, ../sass/common.scss */
#main #follow_list .article:first-child {
  border: none;
}

/* line 3809, ../sass/common.scss */
#main #follow_list .article .checkbox {
  width: 13px;
  height: 13px;
  float: left;
  margin: 0 10px 0 0;
  border: solid 1px #D8D8D6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
}

/* line 3822, ../sass/common.scss */
#main #follow_list .article .checkbox:hover {
  background-color: #e6e6e6;
}

/* line 3825, ../sass/common.scss */
#main #follow_list .article .checked {
  background-image: url("/images/contents_main_images_2.png");
  background-position: -236px -224px;
}

/* line 3829, ../sass/common.scss */
#main #follow_list .article .ckbhover {
  border-color: #A6A6A4;
  background-color: #E6E6E6;
}

/* line 3833, ../sass/common.scss */
#main #follow_list .article .inside_01 {
  width: 140px;
  float: left;
}

/* line 3837, ../sass/common.scss */
#main #follow_list .article .inside_02 {
  width: 543px;
  float: left;
}

/* line 3841, ../sass/common.scss */
#main #follow_list .article .inside_02 .introduction {
  margin-bottom: 3em;
}

/* line 3844, ../sass/common.scss */
#main #follow_list .article .menu {
  clear: both;
  overflow: hidden;
  position: absolute;
  width: 553px;
  bottom: 0;
  right: 0;
}

/* line 3852, ../sass/common.scss */
#main #follow_list .article .menu .show_contents {
  display: block;
  width: 150px;
  float: left;
  padding: 0 0 0 20px;
  margin: 13px 0 0;
  cursor: pointer;
  background: url("/images/contents_main_images_2.png") no-repeat -635px -469px;
}

/* line 3861, ../sass/common.scss */
#main #follow_list .article .menu .mmagazine_btn {
  cursor: pointer;
}

/* line 3864, ../sass/common.scss */
#main #follow_list .article .menu .cancel_magazine {
  display: block;
  width: 112px;
  height: 22px;
  padding: 6px 0 0 30px;
  float: right;
  border: solid 1px #D8D8D6;
  background: url("/images/contents_main_images_2.png") no-repeat -628px -568px white;
  background: url("/images/contents_main_images_2.png") no-repeat -628px -568px, -moz-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -568px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #cccccc));
  background: url("/images/contents_main_images_2.png") no-repeat -628px -568px, -webkit-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -568px, -o-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -568px, -ms-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -568px, linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #333333;
}

/* line 3891, ../sass/common.scss */
#main #follow_list .article .menu .cancel_magazine:hover {
  border-color: #999999;
}

/* line 3894, ../sass/common.scss */
#main #follow_list .article .menu .cancel_magazine:active {
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px #cccccc;
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px, -moz-linear-gradient(top, #cccccc 1%, #f2f2f2 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px, -webkit-gradient(linear, left top, left bottom, color-stop(1%, #cccccc), color-stop(100%, #f2f2f2));
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px, -webkit-linear-gradient(top, #cccccc 1%, #f2f2f2 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px, -o-linear-gradient(top, #cccccc 1%, #f2f2f2 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px, -ms-linear-gradient(top, #cccccc 1%, #f2f2f2 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px, linear-gradient(to bottom, #cccccc 1%, #f2f2f2 100%);
}

/* line 3909, ../sass/common.scss */
#main #follow_list .article .menu .do_magazine {
  display: block;
  width: 130px;
  height: 22px;
  padding: 6px 0 0 30px;
  float: right;
  border: solid 1px #D8D8D6;
  background: url("/images/contents_main_images_2.png") no-repeat -628px -532px white;
  background: url("/images/contents_main_images_2.png") no-repeat -628px -532px, -moz-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -532px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #cccccc));
  background: url("/images/contents_main_images_2.png") no-repeat -628px -532px, -webkit-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -532px, -o-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -532px, -ms-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -532px, linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #333333;
}

/* line 3936, ../sass/common.scss */
#main #follow_list .article .menu .do_magazine:hover {
  border-color: #999999;
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px white;
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px, -moz-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #cccccc));
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px, -webkit-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px, -o-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px, -ms-linear-gradient(top, white 0%, #cccccc 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px, linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
}

/* line 3952, ../sass/common.scss */
#main #follow_list .article .menu .do_magazine:active {
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px #cccccc;
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px, -moz-linear-gradient(top, #cccccc 1%, #f2f2f2 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px, -webkit-gradient(linear, left top, left bottom, color-stop(1%, #cccccc), color-stop(100%, #f2f2f2));
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px, -webkit-linear-gradient(top, #cccccc 1%, #f2f2f2 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px, -o-linear-gradient(top, #cccccc 1%, #f2f2f2 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px, -ms-linear-gradient(top, #cccccc 1%, #f2f2f2 100%);
  background: url("/images/contents_main_images_2.png") no-repeat -628px -567px, linear-gradient(to bottom, #cccccc 1%, #f2f2f2 100%);
}

/* line 3967, ../sass/common.scss */
#main #follow_list .article .menu .follow {
  width: 80px;
  margin: 0 0 0 10px;
  float: right;
  color: #ffffff;
}

/* line 3976, ../sass/common.scss */
#main #follow_list .article .menu .do_follow {
  width: 90px;
  margin-left: 10px;
  float: right;
  color: #333333;
}

/* line 3988, ../sass/common.scss */
#main #follow_list .article .contents_field {
  margin: 10px 0 0;
  background-color: #EDEFF4;
  -moz-border-radius: 4px;
  -wevkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border: solid 1px #DCE2F4;
  border-radius: 4px;
  overflow: hidden;
}

/* line 3999, ../sass/common.scss */
#main #follow_list .article .contents_field .contents_wrapper {
  overflow: hidden;
  margin: 10px;
}

/* line 4003, ../sass/common.scss */
#main #follow_list .article .contents_field .contents_wrapper .no_contents_message {
  margin: 0;
  text-align: center;
}

/* line 4007, ../sass/common.scss */
#main #follow_list .article .contents_field .content_list {
  width: 106px;
  float: left;
  margin-left: 10px;
  text-align: center;
}

/* line 4013, ../sass/common.scss */
#main #follow_list .article .contents_field .content_list:first-child {
  margin-left: 0;
}

/* line 4016, ../sass/common.scss */
#main #follow_list .article .contents_field .content_list .thum img {
  max-width: 106px;
  max-height: 106px;
}

/* line 4020, ../sass/common.scss */
#main #follow_list .article .contents_field .content_list .title {
  text-align: left;
  margin: 3px 0 0;
  line-height: 1.2em;
}

/* line 4025, ../sass/common.scss */
#main #follow_list .article .contents_field .content_list .price {
  text-align: left;
  margin: 3px 0 0;
}

/* line 4029, ../sass/common.scss */
#main #follow_list .article .contents_field .content_list .view_count {
  text-align: left;
  margin: 3px 0 0;
}

/* line 4034, ../sass/common.scss */
#main #follow_list .article .contents_field .userpage_link,
#main_02 .contents_field .userpage_link {
  display: block;
  clear: both;
  background: url("/images/contents_main_images_2.png") no-repeat -638px -699px;
  text-align: right;
  margin: 10px 0 0;
  width: 150px;
  float: right;
}

/* line 4044, ../sass/common.scss */
#main #follow_list .no_follow_message,
#main #main_01 .no_follow_message {
  margin: 10px;
  text-align: center;
}

/* line 4049, ../sass/common.scss */
#main #follow_list .no_follow_message span,
#main #main_01 .no_follow_message span {
  color: #cc0000;
}

/* line 4053, ../sass/common.scss */
#main #follow_list .general_ranking_link,
#main #main_01 .general_ranking_link {
  display: inline-block;
  height: 22px;
  padding: 6px 10px 0;
  border: solid 1px #00A2F2;
  background: #4cc3ff;
  background: -moz-linear-gradient(top, #4cc3ff 0%, #0098e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cc3ff), color-stop(100%, #0098e5));
  background: -webkit-linear-gradient(top, #4cc3ff 0%, #0098e5 100%);
  background: -o-linear-gradient(top, #4cc3ff 0%, #0098e5 100%);
  background: -ms-linear-gradient(top, #4cc3ff 0%, #0098e5 100%);
  background: linear-gradient(to bottom, #4cc3ff 0%, #0098e5 100%);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  color: #ffffff;
  text-shadow: 0 -1px 0 #0087CC;
  *display: inline;
  *zoom: 1;
}

/* line 4081, ../sass/common.scss */
#main #follow_list .general_ranking_link:hover,
#main #main_01 .general_ranking_link:hover {
  border: solid 1px #005B7F;
}

/* line 4085, ../sass/common.scss */
#main #follow_list .adult_ranking_link,
#main #main_01 .adult_ranking_link {
  display: inline-block;
  height: 22px;
  padding: 6px 10px 0;
  margin: 0 0 0 10px;
  border: solid 1px #CC4848;
  background: #ff5959;
  background: -moz-linear-gradient(top, #ff5959 0%, #cc4747 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5959), color-stop(100%, #cc4747));
  background: -webkit-linear-gradient(top, #ff5959 0%, #cc4747 100%);
  background: -o-linear-gradient(top, #ff5959 0%, #cc4747 100%);
  background: -ms-linear-gradient(top, #ff5959 0%, #cc4747 100%);
  background: linear-gradient(to bottom, #ff5959 0%, #cc4747 100%);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  color: #ffffff;
  text-shadow: 0 -1px 0 #0087CC;
  *display: inline;
  *zoom: 1;
}

/* line 4114, ../sass/common.scss */
#main #follow_list .adult_ranking_link:hover,
#main #main_01 .adult_ranking_link:hover {
  border: solid 1px #331313;
}

/**フォロー管理画面ここまで**/
/**フッター**/
/* line 4120, ../sass/common.scss */
#sh_fc2footer,
#sh_fc2footer_menu {
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

/**フッターここまで**/


/** add for notifications 2017-06-16**/
/** header **/
.user_mode_selecter {
	position: relative;
}
.c-noti-120 {
	position: absolute;
	right: 93px;
	top: -8px;
    background: #d24545;
    border: 3px solid #fff;
    border-radius: 12px;
    display: inline-block;
    font-size: 12px;
    padding: 6px;
}
/** sidemenu **/
.sh_accordion_list li {
	position: relative;
}
.c-noti-110{
  	position:absolute;
	right: 0.55em;
	top: 26%;
	background:#D24545;
	  border-radius: 6px;
	  color: #fff;
	  display: inline-block;
	  font-weight: bold;
	  padding: 0 6px;
	  font-size:12px;
	  font-weight:normal;
	  text-shadow:none;
	  font-family:arial;
}