@charset "utf-8";
/* CSS Document */

.category-nav {
	margin: -60px auto 50px;
	overflow: hidden;
    position: relative;
	width: 100%;
}

.category-nav .title {
	background: url(http://www.chopperstreet.jp/wp_new/wp-content/themes/chopperstreet/img/blog/blogtitle.png) center center no-repeat;
	background-size: contain;
	height: 180px;
	margin: 0 auto 40px;
	width: 100%;
}

.category-nav .bousoustyletitle {
	background: url(http://www.chopperstreet.jp/wp_new/wp-content/themes/chopperstreet/img/bousoustyle_blog/blogtitle.png) center center no-repeat;
	background-size: contain;
	height: 180px;
	margin: 0 auto 40px;
	width: 100%;
}

.newswrapper {
	-webkit-overflow-scrolling: touch;
	 -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
	height: 150px;
	margin: 0 auto 50px;
	overflow: auto;
	padding: 5px 10px;
	width: 100%;
}


.newswrapper .news-list li {
	background: url(../img/images/icon/news-arrow.png) no-repeat;
	background-size: 30px 15px;
	background-position: 5px 5px;
	color: #fff;
	cursor: pointer;
	border-bottom: 1px #fff dotted;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
	padding-left: 40px;
	width: 100%;
}

.newswrapper .news-list li:hover {
	background-position: 7px 5px;
}

.newswrapper .news-list li:lastchild {
	border-bottom: none;
}

.newswrapper .news-list li a:hover {
	text-decoration: underline;
}

.category-nav .category-nav-list {
	float: left;
	left: 50%;
	margin: 0;
	position: relative;
	width: 98%;
}

.category-nav .category-nav-list li {
	float: left;
	left: -50%;
	margin-right: 5%;
	position: relative;
	width: 30%;
}

.category-nav .category-nav-list li:last-child {
	margin-right: 0;
}

.category-nav .category-nav-list li:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: .5;
}

.category-nav .category-nav-list li img {
	width: 100%;
}



/*.category-nav .category-nav-list li .sale {
	background: url(../img/images/nav/forsale.png) no-repeat center top;
	background-size: contain;
	width: 100%;
}

.category-nav .category-nav-list li.gallery {
	background: url(../img/images/nav/cs-gallery.png) no-repeat center top;
	background-size: contain;
}

.category-nav .category-nav-list li.works {
	background: url(../img/images/nav/works.png) no-repeat center top;
	background-size: contain;
	margin-right: 0;
}*/