/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer{overflow:hidden;position:relative;padding:20px 0;box-sizing:content-box;}
.jspPane{position:absolute;}
.jspVerticalBar{position:absolute;top:0;right:0;width:16px;height:100%;background:red;}
.jspHorizontalBar{position:absolute;top:0;left:0;width:100%;height:16px;background:#000;}
.jspCap{display:none;}
.jspHorizontalBar .jspCap{float:left;}
.jspTrack{position:relative;background:#eee;}
.jspDrag{position:relative;top:0;left:0;background:#b3d1f0;cursor:pointer;}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{float:left;height:16px;}
.jspArrow{display:block;overflow:hidden;margin:0;padding:0;white-space:normal;text-indent:120%;cursor:pointer;}
.jspArrow.jspDisabled{opacity:0.6;cursor:default;}
.jspHorizontalBar .jspArrow{float:left;width:16px;height:16px;}
.jspHorizontalBar .jspArrowLeft{background:url(../../external.gif?link=http://www.yamaichi.co.jp/Portals/0/images/sp/common/scrollLeft.jpg) left top no-repeat;background-size:16px;}
.jspHorizontalBar .jspArrowRight{background:url(../../external.gif?link=http://www.yamaichi.co.jp/Portals/0/images/sp/common/scrollRight.jpg) left top no-repeat;background-size:16px;}
.jspVerticalBar .jspArrow:focus{outline:none;}
.jspCorner{float:left;height:100%;background:#eeeef4;}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner{margin:0 -3px 0 0;}
@media only screen and (orientation:landscape) {
	.spScrollWrap{overflow:visible !important;width:100% !important;}
	.jspContainer{overflow:auto;width:100% !important;height:auto !important;}
	.jspPane{position:static;width:100% !important;}
	.jspPane table{width:100% !important;}
	.jspVerticalBar{display:none;}
	.jspHorizontalBar{display:none;}
	.jspCap{display:none;}
}