@charset "utf-8";



/*############################################################################*/
/*



*/
/*############################################################################*/



/*画像枠の全体*/

.photo_tmb {
	position: relative;
	height: 180px;
	margin: 0;
	padding: 0;
}

.photo_tmb .photo_tmb_inner {
	z-index: 0;
	position: relative;
	height: 250px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


/*画像幅165px*/

.photo_tmb .photobox {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	width: 203px;
	height:147px;
	overflow: hidden;
	/*box-shadow: 0 1px 5px 1px #92bd83;*/
}



/*左右ボタン*/

.photo_tmb a.photo_scroll_left {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: -16px;
	display: block;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
	padding: 0;
	background: url(speed_set_btn.png) top left no-repeat;
	background-size: 60px;
}


.photo_tmb a.photo_scroll_right {
	z-index: 1;
	position: absolute;
	top: 50%;
	right: -16px;
	display: block;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
	padding: 0;
	background: url(speed_set_btn.png) top left no-repeat;
	background-size: 60px;
	background-position: -30px 0;
}




