@charset "UTF-8";


div.side {
	clear: both;
	padding: 10px 0;
	width: 100%;
	position: relative;
}
div.side.fixed {
	position: fixed;
	top: 0;
	width: 350px;
	z-index: 98;
}
div.side.ssear {
	padding-bottom: 0;
}
div.side.sideBanner {
	padding-bottom: 0;
}
div.side_wrap {
	float: right;
	width: 320px;
	margin: 0 15px;
}
#Sb1 {
	padding-bottom: 0;
}
#SideHead {
	padding-top: 15px;
}
#SideHead div.title {
	display: block;
	position: relative;
	width: 100%;
	height: 91px;
	overflow: hidden;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	
	background-color: #273642;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
}
#SideHead div.title:hover {
	background-color: #EB6A5A;
}

#SideHead p.head,
#SideHead h1 {
	display: block;
	background-position: center 0;
	background-repeat: no-repeat;
	background-image: url("../img/logoside2.png");
}
#SideHead div.title:hover p.head,
#SideHead div.title:hover h1 {
	background-position: center top -91px;
}

#SideHead a.heada {
	display: block;
	padding-left: 100%;
}
#SideHead div.release_info {
	clear: both;
	margin-top: 5px;
}
#SideHead div.release_info li {
	display: block;
	float: left;
	width: 25%;
	padding-right: 5px;
}
#SideHead div.release_info li:last-child {
	padding-right: 0;
}
#SideHead div.release_info li a {
	display: block;
	padding: 3px 6px 2px;
	font-size: 13px;
	background-color: #273642;
	text-decoration: none;
	
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	transition: 0.1s;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
}
#SideHead div.release_info li a:before {
	margin-right: 5px;
}
#SideHead div.release_info li a.rss:hover {
	background-color: #FF8000;
}
#SideHead div.release_info li a.feedly:hover {
	background-color: #87BF31;
}
#SideHead div.release_info li a.twitter:hover {
	background-color: #5EA9DD;
}
#SideHead div.release_info li a.facebook:hover {
	background-color: #3C599F;
}
#SideHead div.release_info li a.googleplus:hover {
	background-color: #DF4B38;
}
#SideHead div.release_info li.fb span {
	font-size: 11px;
}

div.side div.navi {
	background-color: #273642;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
}
div.side div.navi li.nl {
	position: relative;
	border-top: 1px #35434F solid;
	border-bottom: 1px #131B20 solid;
}
div.side div.navi li.nl.b {
	display: block;
}
div.side div.navi li.nl:first-child {
	border-top: 0;
}
div.side div.navi li.nl:last-child {
	border-bottom: 0;
}
div.side div.navi.hl li.nl {
	float: left;
	width: 50%;
	border-bottom: 1px #131B20 solid;
}
div.side div.navi.hl li.nl:nth-child(2) {
	border-top: 0;
}
div.side div.navi.hl li.nl:nth-child(even) {
	border-left: 1px #131B20 solid;
}
div.side div.navi.hl li.nl a.navia {
	font-size: 12px;
}

div.side div.navi li a.navia {
	display: block;
	padding: 0 15px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}
div.side div.navi li.nl a.navia:hover {
	background-color: #1D2730;
	text-decoration: none;
}
div.side div.navi li.nl.b a.navia {
	height: 26px;
	line-height: 26px;
}
/*
div.side div.navi li.nl p.navi_trigger {
	font-size: 11px;
	position: absolute;
	right: 10px;
	top: 20px;
	z-index: 5;
	color: #CCC;
	cursor: pointer;
}
div.side div.navi li.nl p.navi_trigger:before {
	content: "▼";
}
div.side div.navi li.nl p.navi_trigger:hover {
	color: #EB6A5A;
	text-decoration: none;
}
*/
div.side div.navi li.nl p.navi_trigger {
	display: block;
	position: relative;
	padding: 0 15px;
	width: 100%;
	height: 36px;
	line-height: 36px;
}
div.side div.navi li.nl p.navi_trigger:hover {
	cursor: pointer;
	background-color: #1D2730;
}
div.side div.navi li.nl p.navi_trigger:hover:after {
	color: #EB6A5A;
}

div.side div.navi li.nl p.navi_trigger:after {
	display: block;
	position: absolute;
	content: "▼";
	bottom: 0;
	right: 8px;
}
div.side div.navi li.nl p.navi_trigger.ta:after {
	content: "▲";
}

div.side div.navi li.nl div.navi_child {
	clear: both;
	display: none;
	width: 100%;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
div.side div.navi li.nl div.navi_child.show {
	
}

div.side div.navi li.nl div.navi_child li {
	position: relative;
	border-top: 1px #445E73 solid;
	border-bottom: 1px #2E404E solid;
}
#ContentsSide div.side div.navi li.nl div.navi_child li a {
	display: block;
	padding: 0 15px;
	width: 100%;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	color: #FFFEDF;
	background-color: #384F61;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
}
#ContentsSide div.side div.navi li.nl div.navi_child li a:hover {
	text-decoration: none;
	background-color: #2E404E;
}
div.side div.navi li.nl div.navi_child li a span {
	font-size: 11px;
	margin-right: 2px;
}
#ContentsSide div.side div.navi li.nl div.navi_child li a i {
	margin-left: 5px;
	color: #FFF;
}
div.side div.navi li.nl a.navia:hover + span.nav {
	display: block;
}
div.side div.navi li.nl span.nav {
	display: none;
	position: absolute;
	bottom: 40px;
	right: -15px;
	width: 65%;
	color: #3E5568;
	padding: 5px 8px;
	border: 1px #888 solid;
	border-color: #CCC #AAA #AAA #CCC;
	border-radius: 5px;
	background-color: #FFF;
	z-index: 5;
}
div.side div.navi li.nl span.nav:after {
	position: absolute;
	top: 100%;
	right: 34px;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-top: 6px solid #FFF;
	content: "";
}
div.side div.sB {
	clear: both;
	width: 320px;
	height: 270px;
	padding: 10px;
	background-color: #273642;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
}
div.side div.sB {
	background-image: url('../img/icon/loading2.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

div.side div.sB a {
	display: block;
	width: 300px;
	height: 250px;
	overflow: hidden;
	background-color: #FFF;
}
div.side div.sB a span {
	display: block;
	width: 300px;
	height: 250px;
	padding-left: 300px;
	background-repeat: no-repeat;
	background-size: 300px 250px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
div.side div.sB:hover {
	background-color: #1C262F;
}
div.side div.sB:hover span {
	opacity: 0.85;
}
/*
div.side div.sB a img {
	display: block;
	width: 300px;
	height: 250px;
}
div.side div.sB,
div.side div.sB img {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
div.side div.sB:hover {
	background-color: #1C262F;
}
div.side div.sB:hover img {
	opacity: 0.85;
}
*/

#SideAds300 {
	width: 320px;
	height: 90px;
	padding: 5px 10px;
	background-color: #273642;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
}
#SideAds300Wrap {
	width: 300px;
	height: 80px;
}

/* search form
----------------------------------------------- */

#SearchForm {
	position: relative;
	width: 100%;
}
#SearchForm div.buttons {
	display: block;
	border-bottom: 1px #131b20 solid;
}
#SearchForm div.buttons li {
	float: left;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
}
#SearchForm div.buttons input {
	display: none;
}
#SearchForm div.buttons label {
	display: block;
	cursor: pointer;
	margin: 0;
	padding: 3px 6px;
	border-left: 1px solid #35434f;
	border-right: 1px solid #131b20;
	background-color: #273642;
	color: #FFF;
	text-align: center;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	transition: 0.1s;
}
#SearchForm div.buttons input:hover + label {
	background-color: #11181E;
}
#SearchForm div.buttons input:checked + label {
	border-left: #E64331;
	border-right: #EF867A;
	background-color: #EB6A5A;
}
#SearchForm div.buttons label span.min {
	font-size: 70%;
}
#SearchForm div.buttons label span.min:before {
	content: "(";
}
#SearchForm div.buttons label span.min:after {
	content: ")";
}
#SearchForm div.sform {
	padding: 8px;
	border-top: 1px solid #35434f;
	background-color: #273642;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
}
#SearchForm div.sform p {
	float: left;
	vertical-align: middle;
}
#SearchForm div.sform p input {
	height: 28px;
	border: 0;
}
#SearchForm div.sform p.tf,
#SearchForm div.sform p.tf input {
	width: 240px;
}
#SearchForm div.sform p.tf input {
	padding: 0 7px;
}
#SearchForm div.sform p.tf input {
	line-height: 28px;
}
#SearchForm div.sform p.sf,
#SearchForm div.sform p.sf input {
	width: 64px;
}
#SearchForm div.sform p.sf input {
	color: #FFF;
	padding: 7px 0 8px;
	font-size: 13px;
	line-height: 13px;
	background-color: #EB6A5A;
}
#sHistory {
	clear: both;
	position: relative;
}
#sHistory p.trigger {
	text-align: right;
}
#sHistory p.trigger span {
	display: inline-block;
	padding: 0 8px;
	color: #FFF;
	font-size: 12px;
	line-height: 22px;
	border-top: 1px solid #35434f;
	background-color: #23303A;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
}
#sHistory p.trigger span:hover {
	cursor: pointer;
	text-shadow: 0 0 3px #FBFF94;
}
#sHistory div.search_history {
	display: none;
	opacity: 0;
	position: absolute;
	float: right;
	top: -45px;
	right: -151px;
	z-index: 999;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#sHistory div.search_history.show {
	display: block;
	opacity: 1;
}

#sHistory div.search_history ul {
	border-top: 1px solid #35434f;
	background-color: #273642;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
}
#sHistory div.search_history li {
	border-bottom: 1px solid #131b20;
	border-top: 1px solid #35434f;
}
#sHistory div.search_history li a {
	display: block;
	width: 150px;
	height: 22px;
	line-height: 22px;
	padding: 0 8px;
	text-decoration: none;
	overflow: hidden;
}
#sHistory div.search_history li a:hover {
	background-color: #182229;
}
#sHistory div.search_history p.remove {
	position: absolute;
	top: -7px;
	right: -7px;
	text-align: center;
	color: #FFF;
	background-color: #273642;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
#sHistory div.search_history p.remove:hover {
	cursor: pointer;
}
#sHistory div.search_history p.remove span {
	display: block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: 9px;
}
#sHistory div.search_history p.remove span:before {
	margin: 0;
}

/* 
----------------------------------------------- */

#Nik {
	display: block;
	background-color: rgba(0,0,0,0.5);
}
#Nik li {
	float: left;
	width: 100%;
	padding: 0 8px;
	font-size: 13px;
	line-height: 26px;
}
#Nik li.usd,
#Nik li.eur {
	width: 50%;
}
#Nik li.eur {
	border-left: 1px solid #35434f;
}

#Nik li p.l {
	float: left;
}
#Nik li p.r {
	float: right;
}
#Nik li span {
	margin-right: 8px;
}
#Nik li span:after {
	content: ":";
}
#Nik li i {
	font-size: 12px;
}
#Nik li i.diff {
	margin-left: 8px;
}
#Nik li i.diff.red {
	color: #ff3333;
}
#Nik li i.diff.green {
	color: #00a200;
}

/* 
----------------------------------------------- */

div.Stops {
	clear: both;
	display: block;
}
div.Stops > p.t:before {
	margin-right: 0;
}
div.Stops > p.t span:before {
	content: "【";
}
div.Stops > p.t span:after {
	content: "】";
}

div.Stops div.navi li.nl {
	clear: both;
	position: relative;
	width: 100%;
}
div.Stops div.navi li.nl > p {
	height: 26px;
	line-height: 26px;
	color: #BBB;
	background-color: #1C262F;
}

div.Stops div.navi li.nl p.c a {
	display: block;
	padding: 0 10px;
	width: 175px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}
#ContentsSide div.Stops div.navi li.nl p.c a:hover {
	color: #EB6A5A;
	text-decoration: none;
}

div.Stops div.navi li.nl p.c a span.c {
	font-size: 80%;
}
div.Stops div.navi li.nl p.t {
	position: absolute;
	top: 0;
/*
	right: 110px;
*/
	right: 70px;
	padding: 0 0 0 10px;
	font-size: 12px;
	z-index: 1;
}
div.Stops div.navi li.nl p.v {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px 0 0;
	font-size: 12px;
	z-index: 1;
}
div.Stops div.navi li.nl p.v span.v {
	margin-right: 5px;
	font-size: 13px;
	color: #FFF;
}
div.Stops div.navi li.nl p.v span.d.green {
	color: #00a200;
}
div.Stops div.navi li.nl p.v span.d.red {
	color: #ff3333;
}


/* access_ranking
----------------------------------------------- */

#AccessRanking,
#AccessRankingTable {
	clear: both;
	position: relative;
	width: 100%;
}
#AccessRanking > p.t {
	display: block;
}
#AccessRankingTable {
	background-color: #273642;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
}
#AccessRankingTable table.ar {
	width: 100%;
}
#AccessRankingTable table.ar td {
	vertical-align: middle;
	color: #FFF;
	background-color: #1C262F;
	border: 1px #2E404E solid;
}
#AccessRankingTable table.ar td.r {
	text-align: center;
	width: 10%;
}
#AccessRankingTable table.ar td.n {
	width: 77%;
}
#AccessRankingTable table.ar td.cnt {
	padding-right: 8px;
	text-align: right;
	width: 13%;
}
#AccessRankingTable table.ar td.n a {
	display: block;
	padding: 0 7px;
	height: 22px;
	width: 240px;
	line-height: 22px;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
}

#AccessRankingTable table.ar td.n a:hover {
	color: #EB6A5A;
	background-color: #273642;
}
#AccessRanking p.tobe {
	font-size: 11px;
	text-align: right;
}
/*
#AccessRankingTable table.ar td.n > div {
	display: block;
	position: relative;
	width: 100%;
	height: 35px;
	overflow: hidden;
}
#AccessRankingTable table.ar td.n a {
	display: block;
	padding: 0 7px;
	text-decoration: none;
}
#AccessRankingTable table.ar td.n a:hover {
	color: #EB6A5A;
	background-color: #273642;
}
#AccessRankingTable table.ar td.n p.t a {

	font-size: 12px;
	line-height: 20px;
}
#AccessRankingTable table.ar td.n p.l a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 15px;
	font-size: 10px;
}
*/


/* SideShare
----------------------------------------------- */

#SideShare {
	clear: both;
	margin-top: 15px;
}
#SideShare p.t span {
	margin-left: 5px;
	font-size: 10px;
}
#SideShare p.t span:before {
	content: "※";
}
#SideShare ul {
	background-color: #273642;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
}
#SideShare li {
	clear: both;
	border-top: 1px #35434F solid;
	border-bottom: 1px #131B20 solid;
}
#SideShare li a {
	display: block;
	width: 100%;
	height: 30px;
	padding: 0 10px;
	overflow: hidden;
	line-height: 24px;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;

	border: 3px solid #273642;
	background-color: #273642;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
#SideShare li a:before {
	font-weight: normal;
}
#SideShare li.twitter a:hover {
	border: 3px solid #00ABEF;
	background-color: #00ABEF;
}
#SideShare li.facebook a:hover {
	border: 3px solid #225898;
	background-color: #225898;
}
#SideShare li.google a:hover {
	border: 3px solid #DF4A32;
	background-color: #DF4A32;
}
#SideShare li.hatena a:hover {
	border: 3px solid #006DBE;
	background-color: #006DBE;
}


/* RightPickFeed
----------------------------------------------- */

#RightPickFeed,
#RightPickFeed .RightPickFeed {
	clear: both;
	width: 100%;
}
#RightPickFeed div.hrt {
	color: #FFF;
	padding-left: 8px;
	background-color: #0084B4;
}
#RightPickFeed p.hr_title {
	line-height: 200%;
	text-shadow: none;
}

#RightPickFeed p.hr_title:before {
	margin-right: 5px;
}
#RightPickFeed .RightPickFeed {
	background-color: #FFF;
}
#RightPickFeed p.date {
	font-size: 12px;
	color: #E0E8ED;
}
#RightPickFeed div.kanren {
	display: block;
	padding: 6px 10px;
	background-color: #0084B4;
}
#RightPickFeed div.kanren > p {
	float: left;
	line-height: 15px;
}
#RightPickFeed div.kanren > p.t {
	font-size: 12px;
	color: #E0E8ED;
}
#RightPickFeed div.kanren > p.t:after {
	content: ":";
	margin-right: 5px;
}
#RightPickFeed div.kanren > p.code {
	margin-right: 6px;
}
#RightPickFeed div.kanren > p.code a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
#RightPickFeed div.kanren > p.code a:hover {
	opacity: 0.5;
}
#RightPickFeed div.kanren > p.code a span {
	display: inline-block;
}
#RightPickFeed div.kanren > p.code a span.c {
	font-size: 10px;
	margin-RightPickFeed: 2px;
}
#RightPickFeed div.kanren > p.code a span.n {
	font-size: 12px;
}
#RightPickFeed div.kanren > p.code a span.cha img {
	display: inline-block;
}
#RightPickFeed div.kanren > p.date:before {
	content: "-";
	margin: 0 5px;
}

#RightPickFeed p.date.dt {
	padding: 3px 10px;
	background-color: #0084B4;
}
#RightPickFeed .RightPickFeed div.feed {
	display: block;
	border-bottom: 2px #EEE solid;
}
#RightPickFeed .RightPickFeed div.feed span.date {
	display: block;
	padding-left: 10px;
	font-size: 11px;
	line-height: 14px;
	height: 14px;
	color: #8899a6;
}

#RightPickFeed .RightPickFeed div.feed a.feed_title {
	display: block;
	position: relative;
	width: 100%;
	height: 33px;
/*
	max-height: 66px;
*/
	padding: 0 8px 6px;
	text-decoration: none;
	overflow: hidden;
}
#RightPickFeed .RightPickFeed div.feed a.feed_title span.t {
	display: block;
	padding-left: 33px;
	font-size: 14px;
	line-height: 28px;
	color: #333;
	background-repeat: no-repeat;
	background-position: left  top 1.5px;
	background-size: 25px 25px;
}
#RightPickFeed .RightPickFeed div.feed a.feed_title:hover span.t {
	color: #0084B4;;
}


/* RightPickUp
----------------------------------------------- */

#RightPickUp {
	clear: both;
	position: relative;
}
#RightPickUp div.hrt {
	padding-left: 8px;
	color: #FFF;
	background-color: #2E404E;
}
#RightPickUp p.hr_title {
	line-height: 200%;
	text-shadow: none;
	font-weight: normal;
}
#RightPickUp p.hr_title:before {
	margin-right: 5px;
}
#RightPickUp div.body {
	background-color: #FFF;
}
#RightPickUp div.body a {
	display: block;
	padding: 5px 10px 10px;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}
#RightPickUp div.body a:hover {
	opacity: 0.8;
}
#RightPickUp div.body a:hover span {
	color: #41596D;
}

#RightPickUp div.body a span {
	color: #333;
	font-size: 14px;
}
#RightPickUp div.body a img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 3px;
}
