/* Latest Update
   2012.11.5 write           */

/* author
   koyuki watanabe               */

/* article */
a
{
}
.articleMain{
	border: 1px solid #ccc;
}
.tops{
	/*
	margin-bottom:16px;
	*/
	font-size:12px;
}
.button{ }
.delete {
   
    -moz-box-shadow: inset 0px 1px 0px 0px #C66;
    -webkit-box-shadow: inset 0px 1px 0px 0px #C66;
    box-shadow: inset 0px 1px 0px 0px #C66;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F33), color-stop(1, #CC0000) );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F33', endColorstr='#CC0000');
    background-color: #CC0000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #990000;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;

    text-decoration: none;

    background-position: center top;
}.delete:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CC0000), color-stop(1, #F33) );
    background:-moz-linear-gradient( center top, #CC0000 5%, #F33 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC0000', endColorstr='#F33');
    background-color:#F33;
}
.delete:active {

}

a.delete:not(:target) {
    filter: none;
    -ms-filter: none;
   /* background-image: url(button_back_off.svg);*/
}
a.delete:hover:not(:target) {
    filter: none;
    -ms-filter: none;
   /* background-image: url(button_back_on.svg);*/
}
.delete_hover {
    -moz-box-shadow: inset 0px 1px 0px 0px #C66;
    -webkit-box-shadow: inset 0px 1px 0px 0px #C66;
    box-shadow: inset 0px 1px 0px 0px #C66;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CC0000), color-stop(1, #F33) );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC0000', endColorstr='#F33');
    background-color: #F33;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #990000;

    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    /* [disabled]text-shadow:1px 1px 0px #686666; */
    line-height: 20px;
    background-position: center top;
}
.delete:hover:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CC0000), color-stop(1, #F33) );
    background:-moz-linear-gradient( center top, #CC0000 5%, #F33 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC0000', endColorstr='#F33');
    background-color:#F33;
}.delete:hover:active {

}

.tops ul{  }
.tops ul li{ }
.tops ul li a{ 
	font-size:12px; 
	color:#333333; 
}
.tops ul span{
	font-size: 12px;
	color: #333333;
}
.tops ul li a:hover{ }
.tops ul li b{ font-weight:normal; font-size:12px; }
.tops p{ color:#333333; font-size:12px; }

/* section */
.sectionBookmark{
	border-top: 1px dashed #cccccc;
}
.cnt_section{

}
.cnt_section:hover{
	background-color: #FFFFFF;
}
.cnt_section a.img
{
    cursor:default;   
}
.cnt_section .check{
}

.cnt_section a.img img{
}
/*.cnt_section a.img img.book_icon{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}*/
.cnt_section .text{
}
.cnt_section .text a.name{
	color: #37648C;
	font-size: 16px;
	cursor:default;
	text-decoration:none;
}
.cnt_section .text label.name
{
    color: #2D83DA;
}
.cnt_section .text a.name img
{
}
.cnt_section .text a.name:hover{ }
.cnt_section .text ul.date{ }
.cnt_section .text ul.date li{
	color:#333333;
	font-size:13px;
}
/*---*/
.cnt_section .text .info{
}
.cnt_section .text ul.pic{
}
.cnt_section .text ul.pic li{
}
.cnt_section .text ul.pic li img {
}
.cnt_section .text ul.pic li a.read {
	-moz-box-shadow: inset 0px 1px 0px 0px #86ACC7;
	-webkit-box-shadow: inset 0px 1px 0px 0px #86ACC7;
	box-shadow: inset 0px 1px 0px 0px #86ACC7;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #36638B), color-stop(1, #23486F) );
	background: -moz-linear-gradient( center top, #36638B 5%, #23486F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36638B', endColorstr='#23486F');
	background-color: #23486F;
	border: 1px solid #0C274D;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}.cnt_section .text ul.pic li a.read:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #23486F), color-stop(1, #36638B) );
	background:-moz-linear-gradient( center top, #23486F 5%, #36638B 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23486F', endColorstr='#36638B');
	background-color:#36638B;
}.cnt_section .text ul.pic li a.read:active {
}
.cnt_section .text ul.pic li a.read:not(:target) {
    background-image: url(button_back_off.svg);
}
.cnt_section .text ul.pic li a.read:hover:not(:target) {
    background-image: url(button_back_on.svg);
}
.cnt_section .text ul.pic li a.read_hover {
	-moz-box-shadow: inset 0px 1px 0px 0px #86ACC7;
	-webkit-box-shadow: inset 0px 1px 0px 0px #86ACC7;
	box-shadow: inset 0px 1px 0px 0px #86ACC7;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #36638B), color-stop(1, #23486F) );
	background: -moz-linear-gradient( center top, #36638B 5%, #23486F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#36638B', endColorstr='#23486F');
	background-color: #23486F;
	border: 1px solid #0C274D;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
}.cnt_section .text ul.pic li a.read_hover:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #23486F), color-stop(1, #36638B) );
	background:-moz-linear-gradient( center top, #23486F 5%, #36638B 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#23486F', endColorstr='#36638B');
	background-color:#36638B;
}.cnt_section .text ul.pic li a.read_hover:active {
}
.btn_bott{ 
	background:url(../img/list/button_bottom.png) no-repeat;
}
section#bottom {
	border-top: 1px dashed #cccccc;
}
#list .wrapper #main article section .cnt_section .img .band_horizontal {
}
#list .wrapper #main article section .cnt_section .img .band_vertical {
}
#list .wrapper #main article section .cnt_section .text .info .pic li .read {
}

.shioriNotExist
{
    font-size: 16px;
    color: #f00;
}