/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width: 100%; 
	min-height: 50px;
	margin: 0; 
	padding: 0;
	overflow: hidden; 
	text-align: center;
}
/* that serves as a mask. so you get a sort of padding both left and right */
.tickercontainer .mask { 
	position: relative;
	width: 100%;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
list-style-type: none;
margin: 0;
padding: 0;

}
/* important: display inline gives incorrect results when you check for elem's width */
ul.newsticker li {
	float: left; 
	margin: 5px;
	padding: 0;
}

ul.er-controls{
	list-style: none;
	display: inline-block;
	padding: 0;
}
ul.er-controls > li{
	display: inline-block;
	padding: 0 10px;
	background: #f0f0f0;
	margin: 5px;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
}
ul.er-controls > li:hover{
	background: #f5f5f5;
	cursor: pointer;
}


#ja_yatsugatake .main_wrap .mask{
	width : 1000px;
	margin : 0 auto;
}

ul.main_banner{
	width : 1000px;
	margin : 0px auto;
	posirion : relative;
	padding : 0px 0px 0px 0px;
	height : 192px;
	max-height : 192px;
	overflow:hidden;
	margin-bottom : 58px;
}

ul.main_banner li{
width:312px;
margin:0px 30px 0px 0px;
/*float:left;
display:inline;*/
}

ul.main_banner li img{
    width: 100%;
}

body.home .pc_view{
	display : block;
}
body.home .sp_view{
	display : none;
}
@media screen and (max-width:540px) {
    body.home div.main_wrap {
        padding: 0px 0 0 0;
        margin-top: -50px;
    }

	body.home .pc_view{
		display : none;
	}
	body.home .sp_view{
		display : block;
	}
	body.home .sp_view img{
	    width: 100%;
	}

}



