/* Latest Update
   2012.11.5 write           */

/* author
   koyuki watanabe               */

/* article */
a
{
    cursor:pointer;
}
.articleMain{
	width: 858px;
	padding: 10px 20px 0 22px;
	display: block;
	margin: 10px 0 20px 10px;
	overflow: hidden;
}
.tops{
    height: 75px;
    position: relative;
    /*
    margin-bottom:16px;
    */
    font-size: 12px;
}
.button{ float:right; margin-top:20px; margin-right:2px; }
.delete {
    position: absolute;
    top: 27px;
    left: 20px;

    display: inline-block;

    padding: 2px 26px;
    margin-left: 5px;
}.delete:hover {
    
}
.delete:active {
   /* position:relative;
    top:1px;*/
}

a.delete:not(:target) {

   /* background-image: url(button_back_off.svg);*/
}
a.delete:hover:not(:target) {

   /* background-image: url(button_back_on.svg);*/
}
.delete_hover {

    display: inline-block;

    padding: 2px 26px;
    margin-left: 5px;
    background-position: center top;
}
.delete:hover:hover {

}.delete:hover:active {
   /* position:relative;
    top:1px;*/
}

.tops ul{ float:left; margin:0; padding:0; }
.tops ul li{ display:inline; }
.tops ul li a{ 
	float:left; 
	text-decoration:none; 
	margin-right:5px; 
	margin-left:5px;
}
.tops ul span{
	float: left;
	text-decoration: none;
	margin-left: 5px;
}
.tops ul li a:hover{ text-decoration:underline; }
.tops ul li b{ float:left; }
.tops p{ position:absolute; right:0; top:25px; padding:0 2px 0 0; margin:0; }


#sortingDiv span{
    float: left;
    margin: 7px 7px 0px 0px;
}
#sortingDiv a.delete{
    margin-top: 15px;
}


/* section */
.sectionBookmark{
	height: 135px;
	padding-top: 10px;
	margin-top: 10px;
	display: block;
}
.cnt_section{
	margin: 0;
	height: 120px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 5px;
}
.cnt_section:hover{
}
.cnt_section a.img{
	display: block;
	position: relative;
	width: 161px;
	height: 120px;
	float: left;
}
.cnt_section .check{
	width: 100px;
	height: 70px;
	padding-top: 50px;
	text-align: center;
	vertical-align: middle;
	float: left;
	display: block;
}

.cnt_section a.img img{
	margin: 7px auto 0;
	position: relative;
}
/*.cnt_section a.img img.book_icon{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}*/
.cnt_section .text{
	float: left;
	
	height: 120px;
	margin: 0 0 0 35px;
	width:450px;
}
.cnt_section .text a.name{
}
.cnt_section .text a.name img
{
    display:inline;
    margin-right:5px;
}
.cnt_section .text a.name:hover{ text-decoration:none; }
.cnt_section .text ul.date{ margin-top: 0px; height:40px;}
.cnt_section .text ul.date li{
}
/*---*/
.cnt_section .text .info{
	overflow: hidden;
	margin-top: 10px;
}
.cnt_section .text ul.pic{
	float: left;
	margin-top: 20px;
	width:85%;
}
.cnt_section .text ul.pic li.pageno
{
    float:right;
}

.cnt_section .text ul.pic li{
	float: left;
	margin-left: 17px;
	display: inline-block;
}
.cnt_section .text ul.pic li img {
	position: relative;
	left: -18px;
}
.cnt_section .text ul.pic li a.read {
	margin-top: 42px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	padding: 2px 26px;
	text-decoration: none;
	margin-left: 5px;
}.cnt_section .text ul.pic li a.read:hover {
}.cnt_section .text ul.pic li a.read:active {
	position:relative;
	top:1px;
}
.cnt_section .text ul.pic li a.read:not(:target) {
    filter: none;
    -ms-filter: none;
}
.cnt_section .text ul.pic li a.read:hover:not(:target) {
    filter: none;
    -ms-filter: none;
}

.cnt_section .text ul.pic li a.read_hover {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	padding: 2px 26px;
	text-decoration: none;
	margin-left: 5px;
	line-height: 20px;
	margin-left: 5px;
}.cnt_section .text ul.pic li a.read_hover:hover {
}.cnt_section .text ul.pic li a.read_hover:active {
	position:relative;
	top:1px;
}
.btn_bott{ 
	display:block; 
	width:280px; 
	height:35px; 
	margin:37px auto 0 auto;
}
section#bottom {
	height:53px;
	padding:5px;
	position:relative;
	margin-top: 10px;
	display: block;
}
#list .wrapper #main article section .cnt_section .img .band_horizontal {
	position: absolute;
	top: -4px;
	left: 1px;
}
#list .wrapper #main article section .cnt_section .img .band_vertical {
	position: absolute;
	left: 40px;
	top: -4px;
}
#list .wrapper #main article section .cnt_section .text .info .pic li .read {
	position: absolute;
	right: 20px;
	top: 50px;
}
.shioriNotExist
{
    text-align: left;
    margin-top: 20px;
    clear: both;
}