/* Latest Update
   2012.11.5 write           */

/* author
   koyuki watanabe               */

/* article */
.articleMain { 
	display:block;
	margin-bottom:20px;
	overflow:hidden;
}
.tops{
	font-size:12px;
	margin-bottom:20px;
}

.tops a.btn_gray, .tops a.btn_blue{
	float:left;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width:80px;
	layout-grid-line:80px;
	height:19px;
	text-decoration:none;
	margin-right:10px;
	color:#fff;
}
.tops a.btn_gray img, .tops a.btn_blue img{
	display:inline;
	line-height:19px;
    vertical-align:middle;
}


.tops a:hover.btn_blue,.tops a:hover.btn_gray{ 
	border:1px solid #fff; 
	outline:1px solid #727171;
	
	background: rgb(45,123,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(45,123,191) 27%, rgb(16,89,163) 77%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgb(45,123,191)), color-stop(77%,rgb(16,89,163))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(45,123,191) 27%,rgb(16,89,163) 77%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7bbf', endColorstr='#1059a3',GradientType=0 ); /* IE6-9 */

	margin-right:10px;
}
.tops a.btn_blue,.tops a.btn_gray{ 
	border:1px solid #fff; 
	outline:1px solid #2d83da;
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.27, rgb(69,154,239)),
	color-stop(0.77, rgb(117,185,254)));
	}



.delete {
	width:90px;
	height:28px;
	border:1px #A32323 solid;
	
	-pie-background: linear-gradient(top, #CC5200 0%, #662100 97%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #662100), color-stop(0.00, #CC5200));
	background: -webkit-linear-gradient(top, #CC5200 0%, #662100 97%);
	background: -moz-linear-gradient(top, #CC5200 0%, #662100 97%);
	background: -o-linear-gradient(top, #CC5200 0%, #662100 97%);
	background: -ms-linear-gradient(top, #CC5200 0%, #662100 97%);
	background: linear-gradient(to bottom, #CC5200 0%, #662100 97%);
	
	-webkit-border-radius:8px 8px 8px 8px;
	-moz-border-radius:8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px;
	
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:8px 0 0 0;
	text-decoration:none;
	margin-left:5px;
	text-align:center;
	
	behavior:url('/abvw/css/PIE.htc');
	
}.delete:hover {
	-pie-background: linear-gradient(top, #FF6C0B 0%, #A83600 97%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #A83600), color-stop(0.00, #FF6C0B));
	background: -webkit-linear-gradient(top, #FF6C0B 0%, #A83600 97%);
	background: -moz-linear-gradient(top, #FF6C0B 0%, #A83600 97%);
	background: -o-linear-gradient(top, #FF6C0B 0%, #A83600 97%);
	background: -ms-linear-gradient(top, #FF6C0B 0%, #A83600 97%);
	background: linear-gradient(to bottom, #FF6C0B 0%, #A83600 97%);
	text-decoration:underline;
	cursor: pointer;
	
	behavior:url('/abvw/css/PIE.htc');
}
.delete:active 
{
    /*
	position:relative;
	top:1px;*/
}

a.delete:not(:target) {
    /*filter: none;
    -ms-filter: none;
    background-image: url(../css/button_back_off.svg);*/
}
a.delete:hover:not(:target) {
    /*filter: none;
    -ms-filter: none;
    background-image: url(../css/button_back_on.svg);*/
}
.delete_hover {
	/*-moz-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
	box-shadow:inset 0px 1px 0px 0px #b6b3b3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #777575), color-stop(1, #3f3d3d) );
	background:-moz-linear-gradient( center top, #777575 5%, #3f3d3d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#777575', endColorstr='#3f3d3d');
	background-color:#777575;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #63636d;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 26px;
	text-decoration:none;
	text-shadow:1px 1px 0px #686666;
	margin-left:5px;
	line-height:20px;*/
}.delete:hover:hover {
	/*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3f3d3d), color-stop(1, #777575) );
	background:-moz-linear-gradient( center top, #3f3d3d 5%, #777575 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3d3d', endColorstr='#777575');
	background-color:#3f3d3d;*/
}
.delete:hover:active 
{
    /*
	position:relative;
	top:1px;*/
}

.tops ul{
	float:right;
	margin:0px;
	padding:9px 0 9px 12px;
	width:353px;
	height:18px;
	background:url(../images/order_box_bg.png) no-repeat;
}

.tops ul li{ display:inline; }
.tops ul li a{ 
	font-size:12px; 
	float:left; 
	color:#fff;
	text-decoration:none; 
	margin-right:5px; 
	margin-left:5px;
}
.tops ul li span{ 
	font-size:12px; 
	float:left; 
	color:#fff; 
	text-decoration:none; 
	margin-right:5px; 
	margin-left:5px;
}
.tops ul li a:hover{ text-decoration:underline; }
.tops ul li a.gray_text{ color:#999999; }
.tops ul li a.active_tops{
	color:#D3D300;
	font-weight:bold;
	text-decoration:underline;
}
.tops ul li span.sortHead {
    padding-right:20px;
}

.tops p{ color:#333333; font-size:12px; position:absolute; right:0; top:25px; padding:0 2px 0 0; margin:0; }

/* section */
.articleMain section{ 
	float:left;
	padding-top:10px;
	border-top:1px dashed #cccccc;
	margin-top:10px;
	display:block;
}
.cnt_section{ 
	margin:0; 
	padding:5px;
	width:920px;
	height:130px;
}
.cnt_section:hover{ background-color:rgba(255,255,255,0.24); }
.cnt_section a.img{ 
	display:block;
	position:relative;
	width:161px;
	height:120px;
	float:left;
	background:#fff;
}

.cnt_section .check{
	/*width:100px;*/
	width:60px;
	padding-top:50px;
	text-align:center;
	vertical-align:middle;
	float:left;
}

.cnt_section a.img img{ margin:0 auto;}

.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;
}
.cnt_section .text label.name{ font-size:18px;}
.cnt_section .text label.name:hover{ text-decoration:none; }

.cnt_section .text a.name{ color:#2d83da;font-size:18px; text-decoration:underline;}
.cnt_section .text a.name:hover{ text-decoration:none; }


.cnt_section .text ul.date{
	margin-top:0px;
	float:left;
	/*width:142px;*/
	width:400px;
	word-wrap:break-word;
}
.cnt_section .text ul.date li{
	color:#ccc;
	font-size:13px;
}
/*---*/
.cnt_section .text .info{ overflow:hidden; margin-top:10px; }

.cnt_section .text ul.pic{
	float:left;
	/*margin-left:184px;*/
}
.cnt_section .text ul.pic li{
	height:82px;
	float:left;
	margin-left:17px;
}
.cnt_section .text ul.pic li img {
	position:relative;
	top:100%;
}
.cnt_section .text ul.pic li img.sticker { margin-top:-40px; }
.cnt_section .text ul.pic li img.pen { margin-top:-40px; }

.cnt_section .text ul.pic li a.read {
	margin-top:30px;
	width:90px;
	height:30px;
	border:1px #263957 solid;
	
	-pie-background: linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #1B2440), color-stop(0.00, #89c));
	background: -webkit-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -moz-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -o-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: -ms-linear-gradient(top, #89c 0%, #1B2440 97%);
	background: linear-gradient(to bottom, #89c 0%, #1B2440 97%);
	
	-webkit-border-radius:8px 8px 8px 8px;
	-moz-border-radius:8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px;
	
	display:inline-block;
	color:#ffffff;
	font-size:16px;
	padding:6px 0 0 0;
	text-decoration:none;
	text-align:center;
	margin-left:5px;
	
	behavior:url('/abvw/css/PIE.htc');
}

.cnt_section .text ul.pic li a.read:hover {
	-pie-background: linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.97, #303E6C), color-stop(0.00, #B9C5E5));
	background: -webkit-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -moz-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -o-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: -ms-linear-gradient(top, #B9C5E5 0%, #303E6C 97%);
	background: linear-gradient(to bottom, #B9C5E5 0%, #303E6C 97%);
	text-decoration:underline;
	cursor: pointer;
}

.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(../css/button_back_off.svg);
}
.cnt_section .text ul.pic li a.read:hover:not(:target) {
    filter: none;
    -ms-filter: none;
    background-image: url(../css/button_back_on.svg);
}
*/
.cnt_section .text ul.pic li a.read_hover {
	-moz-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b6b3b3;
	box-shadow:inset 0px 1px 0px 0px #b6b3b3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #777575), color-stop(1, #3f3d3d) );
	background:-moz-linear-gradient( center top, #777575 5%, #3f3d3d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#777575', endColorstr='#3f3d3d');
	background-color:#777575;
	border:1px solid #63636d;
	-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;
	text-shadow:1px 1px 0px #686666;
	margin-left:5px;
	line-height:20px;d613;
	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, #3f3d3d), color-stop(1, #777575) );
	background:-moz-linear-gradient( center top, #3f3d3d 5%, #777575 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3d3d', endColorstr='#777575');
	background-color:#3f3d3d;
}.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 {
	width:920px;
	color:#fff;
	padding:20px 0 10px 10px;
	border-top: 1px dashed #CCC;
}

section.top {
	color:#fff;
	padding:5px 0 0 10px;
	border-top: none;
	margin-top:-20px;
}

.shioriNotExist 
{
    color: #fff;
    display: none;
	margin:50px 0 20px 0;
    font-size: 16px;
}