@charset "utf-8";
/*
Theme Name: site
Author: NG-life
Template: welcart_default

カテゴリページ用CSS
*/

/* -- common(category-item, category-other) -- */
/* -- categoryItembox, categoryOtherbox -- */
#main h1#catTitle,
#main h2#catTitle {
	font-size: 19px;
	margin: 0;
	padding: 9px 0 0 15px;
	float: none;
	width: 645px;
}

/* -- end common(category-item, category-other) -- */
/*********************************************************************/
/* -- start category-item.php -- */
/* -- catItemhead -- */
#catItemhead {
	width: 680px;
	margin: 0;
	padding: 0 0 30px;
}

#catItemhead h1 {
	margin: 0;
	font-size: 28px;
	font-weight: normal;
	height: auto;
	padding: 10px 0 0 10px;
	color: #333;
}

#catItemhead div.left {
	float: left;
	width: 410px;
}

#catTexthead p {
	padding: 20px 25px 0 20px;
}

#catItemhead div.left p {
	padding-right: 0;
}

#categoryItembox #catImagehead {
	width: 250px;
	float: right;
}
/* -- catResultSort -- */
#catResultSort {
	width: 100%;
	height: auto;
	margin: 15px 0 0;
}

#catResult {
	width: 250px;
	float: left;
	font-size: 18px;
	padding: 3px 0 0;
}
	#catResult span {
		font-size: 22px;
	}

#catSort {
	width: 424px;
	float: right;
}

#catSort img {
	float: left;
}

#catSort ul.sort_navigation {
	float: right;
	padding: 2px 0 0;
}

#catSort ul.sort_navigation li {
	float: left;
	padding: 0 10px;
	border-right: 1px #232323 solid;
	width: 64px;
	text-align: center;
}

/* -- navigation -- */
.navigation {
	padding: 20px 0 0;
	font-size: 105%;
}

/* -- catProduct -- */
ul#catProduct {
}

ul#catProduct li {
	width: 212px;
	float: left;
	margin: 25px  0 0;
	padding: 0 5px;
	border-right: 1px #b5b5b5 dotted;
}

	ul#catProduct li.left-side {
		padding: 0 5px 0 0;
	}

	ul#catProduct li.right-side {
		padding: 0 0 0 5px;
		border: none;
	}

	ul#catProduct li a {
		display: block;
		height: 155px;
	}

	ul#catProduct li span.productAbout a {
		height: auto;
	}

	ul#catProduct p.productItemname {
		font-weight: bold;
		min-height: 43px;
		margin: 0;
		padding: 3px 0 0;
	}

	ul#catProduct p.productPrice {
		text-align: right;
		padding: 12px 0 4px;
	}
		ul#catProduct p.productPrice span {
			font-size: 18px;
			color: #c23b3f;
			padding: 0 2px 0 0;
		}

/* -- end category-item.php -- */
/*********************************************************************/
/* -- start category-other.php -- */
/* -- catImagehead -- */
#categoryOtherbox #catImagehead {
	padding: 0 0 15px;
}
#categoryOtherbox #catResult {
	padding-top: 8px;
}

/* -- categoryOtherbox -- */
#main #categoryOtherbox .img-title {
	width: 680px;
	height: auto;
}

	#main #categoryOtherbox .img-title h1 {
		width: 680px;
		margin: 0;
		padding: 0;
		float: none;
	}

#main #categoryOtherbox .title {
/*	background: url('images/m_bgTitleflex01.png') no-repeat; */
	background: url('images/m_bgTitle.png');
	height: 36px;
	line-height: 1;
}
#main #categoryOtherbox .post .title {
	background: none;
	height: auto;
	color: #333;
}

	#main #categoryOtherbox h2.postTitle {
/*		background: url('images/m_bgTitleflex02.png') no-repeat bottom; */
		background: url('images/c_bgHeadline.png') no-repeat;
		width: auto;
		height: auto;
		padding:  0 0 6px 35px;
		color: #333;
		font-size: 23px;
		margin: 0;
		border-bottom: 1px #ced4dc solid;
		line-height: 1.3;
	}

/* -- post -- */
#categoryOtherbox .post {
	margin: 20px 0 0 0;
	padding: 0 0 10px;
	height: auto;
}

.post .postBox {
	padding: 20px 0 0;
}

.post a.postTitle {
	text-decoration: none;
	color: #1e1e1e;
}

.post a.postTitle:hover {
	color: #7e7e7e;
	text-decoration: underline;
}

#main .post h2.postTitle {
	width: 680px;
	height: 32px;
	background: url('../welcart_default/images/m_bgTitle.png') no-repeat;
	font-size: 23px;
	font-weight: normal;
	margin: 0;
	padding: 14px 0 0 35px;
	float: none;
}

.post .post-thumb {
	float: left;
	height: auto;
	width: 126px;
}

.post .entry {
	float: left;
	width: 540px;
	height: auto;
	padding-left: 12px;
}

#categoryOtherbox .post p.entry-excerpt {
	padding: 0;
	margin: 0;
}

	.post .entry span.postDate {
		display: block;
		text-align: right;
		padding: 0 0 4px;
	}


#categoryOtherbox .post p.entry-more {
	padding: 20px 0 0;
}
	#categoryOtherbox .post p.entry-more a {
		float: right;
		display: block;
		width: 169px;
		height: 42px;
	}

#categoryOtherbox .post .no-thumb {
	float: none;
	width: 97%;
}