/* CSS Document */

.sidebar-right-section {

	border: 1px solid #EEEEEE;
	background-color: #f5f5f5;
	background-image: url(../images/00_side_cap1.png), url(../images/00_side_bg.png);
	background-repeat: no-repeat, repeat-x;
	background-position: top center, top center;
	padding: 45px 10px 10px;
}

.widget_sp_image {
	margin: 10px auto 0;
	text-align: center;
}

.widget-first {
	margin: 0;
}

@media only screen and (max-width: 1000px) {
	.single .sidebar-right-section,
	.page .sidebar-right-section {
		float: none;
		display: block;
		margin: 35px auto 0;
	}
	.sidebar-right-section {
		margin:0 auto;
		max-width: 650px !important;
		text-align: center;
	}
	.widget_sp_image {
	    display: inline-block;
	}
	.widget_sp_image img {
		margin: 0 5px;
	}
}
@media only screen and (max-width: 680px) {
	.sidebar-right-section {
		width: 95% !important;
		margin:0 auto;
		max-width: none !important;
	}
}
@media only screen and (max-width: 340px) {
	.widget_sp_image img {
		margin: 0;
	}
}
