@charset "UTF-8";


/*ここからメインライト部分*/

#main_right {
	margin-right: 10px;
}

#main_right h5 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	background-color: #52a3a6;
	color: #FFF;
	padding: 10px;
}

#main_right span.diams {
	color: red;
}

#main_right .products_box {
	width: 584px;
	border: solid 1px #52a3a6;
	border-bottom: none;	
	margin-bottom: 10px;
}

/*ここからアピール部分*/

/*人気商品*/

#main_right .appeal {
	color: #fff;
	background-color: #65bbbe;
	height: 30px;
	text-align: center;
	font-size: 20px;
}

#main_right .oneItem {
	border-bottom: solid 1px #65bbbe;
	padding-bottom: 20px;
	padding-top: 10px;

}




#main_right .appeal h6 {
	padding-top: 3px;
}

/*アピール部分終わり*/

#main_right .products_box_images {
	width: 150px;
	float: left;
	margin: 10px 0 0 10px;
}

#main_right .products_box_text {
	float:right;

	width: 414px;
}

#main_right .products_box_text dl {
	margin-top: 5px;
}

#main_right .products_box dt {
	border-bottom: dotted 1px #65bbbe;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
}

#main_right .products_box dt a {
	text-decoration: none;
	color: #65bbbe;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

#main_right .products_box dt a:hover {
	color: #ECA326;
}

#main_right .products_box dd {
	padding: 10px 10px 40px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	border-bottom: dotted 1px #65bbbe;
	position: relative;
}

#main_right .next_detail a {
	margin-top: 5px;
	right: 5px;
	position: absolute;
	display: block;
	width: 203px;
	height: 23px;
	background-image: url("../../images/next_botan01.png");
	background-position: 0 0;
	overflow: hidden;
	text-indent: -10000px;
}

#main_right .next_detail a:hover {
	background-position: 0 -23px;
}

#main_right .simple_price {
	padding-right: 5px;
}

#main_right .products_box_bottom {
	width: 203px;
	font-size: 10px;
	float: right;
	line-height: 23px;
}

#main_right .products_box_bottom p {
	text-align: center;
	font-weight: bold;
}

#main_right .products_box_bottom p.cap {
	font-size: 14px;
}

#main_right .products_box_bottom span.price {
	color: red;
	font-size: 18px;
}


/*ここからリンクボタン部分*/

#main_right .next_botan {
	width: 203px;
	height: 23px;
}

#main_right .next_botan {
	margin-right: 3px;
}

#main_right .next_botan a{
	display: block;
	width: 203px;
	height: 23px;
	background-image: url("../../images/next_botan03.png");
	overflow: hidden;
	text-indent: -10000px;
}

#main_right .next_botan a:hover {
	background-position: 0 -23px;
}

/*リンクボタン部分終わり*/

/*メインライト部分終わり*/



