li {
    list-style-type: none;
}

input[type="radio"] {
  margin-right: 4px;
}

/*======================================
header
======================================*/

.headerList {
  position: absolute;
  width: 208px;
  height: 52px;
  top: 14px;
  left: 775px;
  overflow: hidden;
}
.headerList li {
  float: left;
  width: 52px;
  height: 52px;
  padding-right: 0;
}
.headerList li a img {
  margin: 2px;
  border: none;
}
.headerList li a:hover img {
  margin: 0px;
  border: 2px #F36 solid;
}

/* */
input.btn_common_gr_s {
  background:url(/img/common/btn_bg_gr_s.gif) #858585 repeat-x;
  border-color:#333333 #000000 #000000 #333333;
  border-style:solid;
  border-width:1px;
  color:#333333;
  font-size:12px;
  cursor: pointer;
  padding: 0.25em;
}
input.btn_common_gr_s:disabled,
input.btn_common_gr_s:hover:disabled{
  color:#776666;
  cursor:default;
}

/*======================================
header ←from index2
======================================*/
/*
#header {
  margin-bottom: 15px;
  background: url(/img/manga/common/header.gif) no-repeat;
  height: 78px;
}
*/
#header_block_separator {
  height: 5px;
  background: url(/img/manga/common/bg_header_new.gif) repeat-x center bottom;
}
#header_block:after { /* clear fix */
  height: 0;
  visibility: hidden;
  content: " ";
  display: block;
  clear: both;
}

/*======================================
others
======================================*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display:inline-block; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clearfix { display: block; }

/* announcement */

#PAGEURGENT {
  width:100%;
  background:#FDD;
  color:#F00;
  height:16px;
  font-size:12px;
  line-height:1;
  overflow:hidden;
  text-align:center;
  padding:6px 0 4px;
  border-bottom:solid 1px #FBB;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#PAGEURGENT a {
  background:transparent url('/img/common/announcement/error.png') no-repeat scroll left center;
  color:#C00 !important;
  font-size:16px;
  font-weight:bold;
  padding-left:20px;
}

/*======================================
mg_wrapper
======================================*/
#main{
  margin: 0 auto;
  width: 982px;
  margin-top: 24px;
  display:block;
}
#main:after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#footer {
  margin-top: 24px;
}


/*======================================
mg_footer_submenu
======================================*/
#mg_footer_submenu {
  padding: 5px 0;
  background: #393939;
  clear: both;
}
#mg_footer_submenu ul {
  text-align: right;
  margin: 0 auto;
  width: 982px;
}
#mg_footer_submenu li {
  display: inline;
  margin-left: 20px;
}
#mg_footer_submenu li a {
  color: #fff;
  text-decoration: none;
}
#mg_footer_submenu li a:hover {
  color: #fff;
}

#mg_footer_pagetop {
  clear: both;
  margin-bottom: 7px;
  text-align: center;
}
#mg_footer_pagetop a {
  margin: 0 auto;
  width: 55px;
  height: 35px;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  background: url(/img/manga/common/pagetop.png) no-repeat center top;
}
#mg_footer_pagetop a:hover {
  background: url(/img/manga/common/pagetop.png) no-repeat center bottom;
}

/*======================================
mg_copy
======================================*/
#mg_copy {
  padding: 10px 0 20px;
  background: #000;
  clear: both;
  text-align: center;
  color: #fff;
}


a {
    color: #114a9f;
    text-decoration: none;
}
a:hover {
    color: #114a9f;
    text-decoration: underline;
}
a:visited {
    color: #3c28b2;
}

/* tag link*/
a.tag,
a.tag:link{
    color:#000;
    text-decoration:underline;
}
.navigator{
    padding: 10px 0;
}
/* pager */
.mg_pager{
    float: right;
    text-align: right;
}
.mg_pager ul li{
    border: 1px solid #ddd;
    background: white;
    padding: 1px;
    display: inline-block;
    margin: 1px;
}
.mg_pager ul li span,
.mg_pager ul li a{
    display: inline-block;
    padding: 2px 5px;
    background: #eee;
}
.mg_pager ul li a{
    color: #333;
}
.mg_pager ul li span.current{
    background: #4387C2;
    color: white;
}
.mg_pager ul li span.disabled{
    background: #fbfbfb;
    color: #aaa;
}
#main .sort_form {
    float: left;
}

.message.error{
    background: #ccc;
    padding: 10px;
    margin: 10px;
    text-align: center;
    border-radius: 3px;
}

.ads_banner {
    text-align: center;
    margin: 20px auto;
}
.Dbanners {
    margin-top: -8px; /* 上端合わせ */
    padding-bottom: 8px;
}
.Dbanner {
    text-align: center;
    margin: 8px auto 24px;
}

span.blank {
    padding-left: 5px;
}

.social_item{
  padding-left: 4px;
}