/* =====================================================================
*    
*    pickup css
*
* =================================================================== */

/* ���o�� */
.shinkan_yotei_btn {
    float: right;
	display: block;
	width: 24%;
	height: 24px;
	line-height: 24px;
	margin-right: 1%;
	margin-top: 13px;
	text-align: center;
	
	border: 1px solid #aaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	
	box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 1px;
	
	text-shadow: 0px 1px #fff;
}
.shinkan_yotei_btn:hover {
	background: rgb(255,247,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,247,234,1) 0%, rgba(224,211,195,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,247,234,1)), color-stop(100%,rgba(224,211,195,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,247,234,1) 0%,rgba(224,211,195,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,247,234,1) 0%,rgba(224,211,195,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,247,234,1) 0%,rgba(224,211,195,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,247,234,1) 0%,rgba(224,211,195,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7ea', endColorstr='#e0d3c3',GradientType=0 ); /* IE6-9 */
}
.shinkan_yotei_btn:active {
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	line-height: 22px;
	box-shadow: none;
}
.shinkan_yotei_btn  a {
	color: inherit;
	text-decoration: none;
}

.shinkan_yotei_btn  span {
	color: #ff5a00;
	font-weight: bold;
	margin-left: 5px;
}

.title_shinkan {
    float: left;
    padding: 10px;
}
.title_shinkan span {
    border-left: 6px solid #FF5A00;
    padding: 4px 0 4px 9px;
}
.shinkan_kikan {
    float: left;
    padding: 14px;
}
.title_shinkan span,
.shinkan_kikan {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
}

/* �i���� */
.refine {
	float: left;
	width: 100%;
    margin: 0 0px 10px 0px;
}
.refine .refine_title {
    float: left;
    font-weight: bold;
	margin-left: 12px;
}
.refine .refine_list {
    float: left;
}
.refine .refine_list li {
    float: left;
    padding-left: 10px;
}
.refine .refine_number {
    float: right;
	margin-right: 12px;
}


/* ���X�g */
/*
.area_inner {
	float: left;
	padding-left: 10px;
}
#main .area_common .area_inner {
	width: 690px
}
*/
#main .area_inner {
	float: left;
	width: 690px
}
.line {
    margin-bottom: 15px;
	width; 100%:
}

span.mark {
    background-color: #959595;
    color: #FFFFFF;
    margin: 0 5px 0 0;
    padding: 1px 3px;
    text-align: center;
    width: 1em;
}
.book .txtarea .price {
    margin-bottom: 6px;
    height: 2em;
}

/* �ǂރ{�^�� */
.book .btnarea .read_book {
    display: block;
    height: 17px;
    line-height: 17px;
    font-size: 10px;"
}
.book .btnarea .read_book a {
    display: block;
    text-decoration: none;
}

/* 0�����̃��b�Z�[�W */
.no_data {
    margin: 10px 0 20px 10px;
    float: left;
}

/* �^�u */
.shinkan_tabs {
	display: block;
	float:left;
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	border-top: 3px solid #ff5a00;
}

.shinkan_tabs ul {
	float: left;
	width: 100%;
}

.shinkan_tabs ul li {
	float: left; 
	width: 25%;
	height: 40px;
	text-align: center;
	line-height: 42px; 
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	
	box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 1px;
	
	text-shadow: 0px 1px #fff;
}
.shinkan_tabs ul li:hover {
	background: rgb(255,247,234); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,247,234,1) 0%, rgba(224,211,195,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,247,234,1)), color-stop(100%,rgba(224,211,195,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,247,234,1) 0%,rgba(224,211,195,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,247,234,1) 0%,rgba(224,211,195,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,247,234,1) 0%,rgba(224,211,195,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,247,234,1) 0%,rgba(224,211,195,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7ea', endColorstr='#e0d3c3',GradientType=0 ); /* IE6-9 */
}
.shinkan_tabs ul li:active {
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	box-shadow: none;
}

.shinkan_tabs ul li.selected {
	filter:;
	background: #ff5a00; 
	color: #fff;
	box-shadow: none;
	text-shadow: 0px -1px #b44000;
	height: 40px;
}

.shinkan_tabs ul li:first-child.selected {
	border: none;
	background: #ff5a00; 
}

.shinkan_tabs ul li .selected_marker {
	font-size: 0px; line-height: 0%; width: 0px;
	border-bottom: 8px solid #fff;
	border-left: 8px solid #ff5a00;
	border-right: 8px solid #ff5a00;
	display: block;
	vertical-align: bottom;
	position: relative;
	left: 50%;
	bottom: 9px;
	margin-left: -8px;
}

.shinkan_tabs ul li a {
	display: block;
	color: inherit;
	height: 100%;
	position: relative;
	left: 0;
	right: 0;
	text-decoration: none;
	border-collapse: collapse;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.shinkan_tabs ul li a:active {
	line-height: 40px; 
}
.shinkan_tabs ul li.selected a:active {
	line-height: 42px; 
}
.shinkan_tabs ul li:last-child a {
	border-right: 1px solid #aaa;
}

.shinkan_tabs ul li.selected a {
	background: #ff5a00; 
	border-left: 1px solid #aaa;
	border-top: 1px solid #FF5A00;
	border-bottom: 1px solid #FF5A00;
}
.shinkan_tabs ul li:last-child.selected a {
	border-right: none;
}

.item-count {
	float: left;
	text-align: left;
	/*margin-top: 5px;*/
	margin-right: 3px;
	margin-left: 10px;
}
.item-count span {
	/*border-top: 1px solid #000;*/
	
	font-weight: bold;
	line-height: 20px;
	font-size: 18px;
	color: #666;
}

/* AJAX���[�_�[�֘A */
#more {
	display: none;
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 60px;
	line-height: 95px;
	text-align: center;
	background-image:url("/resources/a/common/images/loading_pc.gif");
	background-position: center 5px;
	background-repeat: no-repeat;
	clear:both;
}

#no-more {
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #CFCFCF;
	color: #000000;
	display: none;
	font-weight: bold;
	left: 1100px;
	padding: 5px;
	position: fixed;
	top: 100px;
}

#see-more {
	height: 60px; 
	line-height: 60px;
	width:100%;
	text-align:center; 
	font-weight: bold;
}

#see-more .next-trigger {
	display: block;
    font-weight: bold;
    height: 100%;
    width: 100%;
}

#more-error {
	height: 60px; 
	line-height: 60px;
	display: none;
	text-align:center; 
	font-weight: bold;
}

.paging {
	clear: both;
	background: #fff;
	height: 60px;
	display: block;
	border-top: 1px solid #E3E3E3;
}


.title.multiline a {
	white-space: normal;
	word-break: break-all;
}

.title.multiline {
	overflow: hidden;
	height: 3em;
	margin: 0px;
	line-height: 1.5;
}

.title.multiline:before {
	content:"";
	float: left;
	width: 5px; height: 3em; 
}

.title.multiline > *:first-child {
	float: right;
	width: 100%;
	margin-left: -5px; 
}		
.title.multiline:after {
	content: "...";  
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	float: right; position: relative;
	top: -25px; left: 100%; 
	width: 13px; margin-left: -13px;
	height: 21px;
	padding-right: 5px;
	text-align: left;
	background: #fff;
}