/* 全体の横幅 */
body { width:300px; }

/* 枠間のスペース(広告) */
.qa_right_space {
	margin-bottom: 10px;
}

/* 気になるトピックス枠の上、左、右の線 */
.qa_topics_t {
	border-top: solid 1px #8C9BCA;
	border-left: solid 1px #8C9BCA;
        border-right: solid 1px #8C9BCA;
}

/* 気になるトピックス枠の下、左、右の線 */
.qa_topics_b {
	border-left: solid 1px #8C9BCA;
	border-right: solid 1px #8C9BCA;
	border-bottom: solid 1px #8C9BCA;
}

/* 相談のカテゴリ */
.qa_SoudanCategory {
	color:#777777;
	margin-left : 3px;
	font-size: 0.8em;
}

/* 相談の▲の位置 */
.qa_Triangle {
	padding: 5px 5px 5px 8px;
}

.qa_Triangle li {
        background: url(../qa_img/qa_rightbox_arrow.gif) no-repeat left 6px;
        padding: 2px 0px 2px 10px;
}


/* ショッピング枠 */

.qa_ShoppingFontSize {
	font:13px arial,helvetica,clean,sans-serif;
}


#BecomeHeader{
	height:25px;
	line-height:25px;
	text-align:left;
	text-indent:10px;
	color:#0049BA;
	font-weight:bold;
	background:transparent url(../qa_img/qa_rightbox_bg.gif) repeat-x;
}

#BecomeLogoBlock{
	float: right;
	padding-right:20px;
}

#BecomeLogoBlock a{text-decoration:underline;}

#wrapper{
	padding:0px;
	margin:0px auto;
	text-align:left;
}

.BecomeitemBox:after{
	content:" "; 
	display:block; 
	height:0; 
	visibility:hidden; 
	clear:both; 
}

.BecomeTitle a{
	text-decoration:underline;
}
.BecomeContents{
	position:relative;
	z-index:9;
	width:124px;
	padding:5px 0px 0px 18px;
}

.BecomeProductBlock{
	float:left;
	width:140px;
/*	height:190px;*/
	text-align:center;
}

.BecomeProductBlock a.link{
	font-size: 83%;
	display:block;
	color:#004a8e;
	text-decoration:underline;
}

.BecomeProductBlock .BecomeImage{
	width:124px;
	background:transparent url(http://partner.become.co.jp/img/bg_shop_single_m.gif) no-repeat 0px 0px;
}

.BecomeProductBlock img.product{
	margin:12px 0px 15px 0px;
}

.BecomeProductBlock .BecomeTitle{
	font-size: 81%;
	width:125px;
/*	height:55px;*/
	word-break:break-all;
	text-align:center;
}

.BecomeProductBlock .BecomePrice{
	font-size: 83%;
	text-align:center;
	color: red;
}

.BecomeProductBlock .BecomePrice a{
	color: red;
}

.BecomeProductBlock .BecomeMerchantName{
	font-size: 83%;
	text-align:center;
}

.BecomeProductBlock{margin:0px 0px 10px 0px;}

