@charset "utf-8";

/* ------------------------------------------------------------
	
	filename:	detail.css
	created:	110324
	update:		111003
		
------------------------------------------------------------ */


/* ベース */


#index.recycle #main .innerbox h3{
	background : none;

	background: url('/s/common/images/link_point08.png'),-moz-linear-gradient(top,#FFF 0%,#e8e8e8);
	background: url('/s/common/images/link_point08.png'),-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e8e8e8));
	background-repeat : no-repeat,no-repeat;
	background-position : 0% 50%,100% 100%;
	-webkit-background-size: auto 21px,auto;
	background-size: auto 21px,auto;
	border : 1px solid #bfbfbf;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	color : #083e56;
	padding : 0;
	margin : 0 0 10px 0;
	text-align : left;
}
#index.recycle #main .innerbox h3 a{
	display : block;
	font-size : 12px;
	color: #424242;
	padding : 8px 5px 8px 28px;
}

#index.recycle #main #detail04,
#index.recycle #main #detail05{
	margin-bottom : 20px;
}

#index.recycle #main ul.flows{
	width : 100%;
	margin : 0;
	padding : 0;
}
#index.recycle #main ul.flows li {
	margin : 0;
	padding : 0;
	float : left;
	width : 44%;
}
#index.recycle #main ul.flows li:nth-child(3n-1){
	width : 10%;
	text-align : center;
}


#index.recycle #main #shoplist_page table{
	border-collapse: separate;
	border-spacing: 0px 5px;
	width : 100%;
}
#index.recycle #main #shoplist_page table th{
	text-align : left;
	padding : 10px 5px;
	background : #f5f5f5;
	border : 1px solid #c0c0c0;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	width : 80px;
	margin-bottom : 5px;
}
#index.recycle #main #shoplist_page table td{
	padding : 10px 5px;
	background : #fff;
	border : solid #c0c0c0;
	border-width : 1px 1px 1px 0;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	text-align :center;
}
#index.recycle #main #shoplist_page table td.lt{
	text-align : left;
}

#index.recycle #main #shoplist_page table .ttl th{
	background : #fff;
	border-bottom : 3px solid #00aad9;
}
#index.recycle #main #shoplist_page table .ttl th.none{
	background : #fff;
	border:0;
}

#index.recycle #main #shoplist_page p.date{
    margin : 0 0 5px 0;
    text-align : right;
}


/* EOF */

