@charset "utf-8";

/*=====================================

common.css

=====================================*/

/*-------------------------------------
body
-------------------------------------*/
.pchidden {
  display:none;
  height:0;
}

.index_reserved {
    display:none;
}

li {
	list-style:none;
}

.update_author {
    font-size: 12px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-top: 3px;
}

.rl_rensai a {
    text-decoration: none;
    color: #333;
}

.update_author .th, .th {
    background-color: #000000;
    color: #ffffff;
    margin-right: 5px;
    padding: 0 4px;
}

.rl_rensai .author {
    font-size: 12px;
    margin-left: 75px;
    float: none;
}

.pb {
    background: none repeat scroll 0 0 #ff0000;
    color: #ffffff;
    font-size: 10px;
    margin-right: 5px;
    padding: 0 2px;
}

.un {
    color: #0071bc;
    margin-left: -5px;
    margin-right: 10px;
}

/**************
    head 
**************/
#header > h2 {
    display: inline-table;
}

#header .ptop {
    display: inline-block;
    margin-left: 20px;
    margin-top: 5px;
}

#head_share {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}

#head_share > img {
    margin-right: 10px;
}

.head_share_icons {
    float: right;
}

.head_share_icons >div {
    display: inline-table;
    margin-right: 10px;
    vertical-align: top;
}


.head_share_icons > div:last-child {
    margin-right: 0;
}

.head_share_icons img{
    height: 30px;
    width: auto;
}


/***************************
navigation
***************************/
div#navigation {
    height: 55px;
}

#navigation ul.nav_buttons li {
    display: block;
    float: left;
}

.nav_rensai:hover {
    border-bottom: 5px solid #45c0ed;
}
.nav_rookie:hover {
    border-bottom: 5px solid  #60c0b8;
}
.nav_kanketsu:hover {
    border-bottom: 5px solid #f6a400;
}
.nav_special:hover {
    border-bottom: 5px solid #ed6161;
}
.nav_trial:hover {
    border-bottom: 5px solid #b092ea;
}

ul.sub_nav {
    position: absolute;
    border: 1px solid #f6a400;
    width: 190px;
    z-index: 100;
    background: #ffffff;
}
li.sub_nav_text {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #f6a400;
}

.sub_nav_text a {
    font-size: 14px;
    text-decoration: none;
    color: #f6a400;
    display: block;
    text-align: center;
    padding: 5px 0;
}
.sub_nav_text a:hover {
    background: #f6a400;
    color:#FFF;
}

/***************************
before_foot
***************************/

.bf_links {
    margin: 5px auto 0;
    width: 920px;
}

.bf_links li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

li.enet_link img, li.anquet_link img, li.viewer_link img {
    height: 68.8px;
    width: auto;
}

.viewer_link {
    margin-right: 0 !important;
}

.bf_links li.last{
	margin-right: 0 !important;
}



/***************************
footer
***************************/

#footer {
	background: none repeat scroll 0 0 #000000;
    min-height:60px;
    padding: 5px 0 10px;
    text-align: center;
}

#footer .foot_text {
    color: #FFFFFF;
    float: none;
    line-height: 1.3;
    font-size: 10px;
    padding: 5px 0;
    text-align: center;
}

#footer .foot_text  a {
	color:#FEFF01;
}


#share {
    border: medium none;
    margin-top: 10px;
    padding: 0 0 5px;
}

.share_title > h2 {
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}
.share_title > h2 {
    margin-bottom: 5px;
    text-align: center;
}

.share_title img {
    height: auto;
    width: 100%;
}

.share_icons {
    text-align: center;
}
.share_icons >div {
    display: inline;
    margin-right: 15px;
}


.share_icons > div:last-child {
    margin-right: 0;
}

.share_icons img {
    height: 38px;
    width: auto;
}


/***************************
right_part
***************************/
#right_list > .title {
    margin-bottom: 10px;
}

#right_list > .title img {
    height: 30px;
}

.right_block {
    background: none repeat scroll 0 0 #ffffff;
    display: inline-block;
    margin-right: 10px;
    width: 200px;
}


.right_block #right_list li {
    border-bottom: 2px solid #d7d7d7;
    display: inline-block;
    padding-bottom: 5px;
    width: 100%;
}
.right_block #right_list li:last-child {
    border-bottom:none;
}

.right_block #right_list .img {
  width: 65px;
  height: auto;
  float: left;
  border: 1px solid #cdcdcd;
  margin: 5px 0;
}

.right_block #right_list .rl_rensai .title {
    float: left;
    margin: 5px 0 0 5px;
    width: 125px;
    color: #333;
}


.right_block #right_list .title span.new {
    display: block;
    color: #ffffff;
    background: #ff0000;
    width: 50px;
    text-align: center;
}

.right_block #right_list .img img {
  width: 100%;
  height: auto;
}

.title > img {
    height: 30px;
    width: auto;
}