/* Latest Update
   2012.11.5 write           */

/* author
   koyuki watanabe               */

/* article */
a
{
    cursor:pointer;
}
.articleMain{
	width: 858px;
	border: 1px solid #ccc;
	padding: 10px 20px 0 22px;
	display: block;
	margin: 10px 0 20px 10px;
	overflow: hidden;
}
.tops{
	height:40px;
	position:relative;
	/*
	margin-bottom:16px;
	*/
	font-size:12px;
}
.button{ float:right; margin-top:20px; margin-right:2px; }
.delete {
	position: absolute;
	top: 17px;
	left: 764px;
	-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;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #0C274D;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 26px;
	text-decoration: none;
	/* [disabled]text-shadow:1px 1px 0px #a2d613; */
	margin-left: 5px;
}.delete: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;
}
.delete:active {
	/*position:relative;
	top:1px;*/
}

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 #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, #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;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #0C274D;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 26px;
	text-decoration: none;
	margin-left: 5px;
	line-height: 20px;
}.delete: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;
}.delete:hover:active {
	position:relative;
	top:1px;
}*/

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

/* section */
.sectionBookmark{
	height: 135px;
	padding-top: 10px;
	border-top: 1px dashed #cccccc;
	margin-top: 10px;
	display: block;
}
.cnt_section{
	margin: 0;
	height: 120px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 5px;
}
.cnt_section:hover{
	background-color: #FFFFFF;
}
.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{
	color: #37648C;
	font-size: 16px;
}
.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; }
.cnt_section .text ul.date li{
	color:#333333;
	font-size:13px;
}
/*---*/
.cnt_section .text .info{
	overflow: hidden;
	margin-top: 10px;
}
.cnt_section .text ul.pic{
	float: left;
	margin-top: 20px;
}
.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-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;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #0C274D;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 26px;
	text-decoration: none;
	margin-left: 5px;
}.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 {
	position:relative;
	top:1px;
}
.cnt_section .text ul.pic li a.read:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(button_back_off.svg);
}
.cnt_section .text ul.pic li a.read:hover:not(:target) {
    filter: none;
    -ms-filter: none;
    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;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	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 {
	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 {
	position:relative;
	top:1px;
}
.btn_bott{ 
	display:block; 
	width:280px; 
	height:35px; 
	background:url(../img/list/button_bottom.png) no-repeat;
	margin:37px auto 0 auto;
}
section#bottom {
	height:53px;
	padding:5px;
	position:relative;
	border-top: 1px dashed #cccccc;
	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;
}