@charset "euc-jp";

/* 会員ページ */
#mainarea #memberpage {
	width: 500px;
}

/* タイトルボックス */
#mainarea #memberpage .titlebox h3{
	margin-top:3px;
	margin-bottom:3px;
}
#mainarea #memberpage .titlebox h4{
	margin-top:0px;
	margin-bottom:5px;
}
/* ナビ */
#mainarea #memberpage .subtitle .navi{
	font-size: 12px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

#mainarea #memberpage .info {
	margin-top: 5px;
	text-align: left;
}

#mainarea #memberpage .info img {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
/* 特集マーク */
#mainarea #memberpage .tokusyu {
	float: right;
	text-align: center;
}
#mainarea #memberpage .bloglink {
	margin: 10px 0 10px 0;
	text-align: center;
}
#mainarea #memberpage .maplink {
	text-align: right;
}
#mainarea #memberpage .qr_code_link {
	text-align: right;
}
#mainarea #memberpage .news {
	width: 500px;
}
#mainarea #memberpage .news td.sp{
	width: 5px;
}
#mainarea #memberpage .news td.first{
	white-space: nowrap;
	vertical-align: top;
	text-align: center;
	width: 25px;
}
#mainarea #memberpage .news td.date{
	white-space: nowrap;
	vertical-align: top;
	text-align: center;
}
#mainarea #memberpage .news td.title{
	vertical-align: top;
	text-align: left;
	width: 380px;
}


/* マイページイチオシ */
#mypage-ichioshi .title
{
	font-size: 120%;
	margin: 5px;
	width: 100%;
	background-color: #FFCC66;
}
#mypage-ichioshi .headbox {
	width: 500px;
/*	margin-top: 2px; */
	margin-bottom: 5px;
}
#mypage-ichioshi .headbox .about2 {
	text-align: center;
	font-size: 90%;
	width: 100%;
	background-color: #CCCCC9;
}
#mypage-ichioshi .summary {
/*	width: 500x; */
	padding: 2px;
	margin-bottom: 5px;
/*	text-align: center; */
	background-color: #FFCCCC;
}
#mypage-ichioshi .product {
	margin-bottom: 10px;
}
#mypage-ichioshi .product th
{
	width:5em;
	white-space:nowrap;
}
#mypage-ichioshi .product th,
#mypage-ichioshi .product td{
	border-bottom: 1px solid #333333;
}

#mypage-ichioshi .product th.last,
#mypage-ichioshi .product td.last{
	border: none;
}
#mypage-ichioshi .detail {
/*	display: none; */
}
#mypage-ichioshi .detail .productimage {
	display: inline;
}
#mypage-ichioshi .detail .rightbox {
/*	width: 250px; */
/*	padding-left: 5px; */
	margin:0;
	text-align: left;
/*	background-color:#ff77ff; */
}
#mypage-ichioshi .detail .rightbox .info{
	width: 250px;
}
#mypage-ichioshi .detail .rightbox .info .body{
	margin: 5px 0 5px 0;
}

#mypage-ichioshi .detail .leftbox {
	width: 245px;
	text-align: left;
	float: left;
/*	background-color:#ffff77; */
}
#mypage-ichioshi .detail .get {
	margin-top: 10px;
}
#mypage-ichioshi .detail .get ul{
	margin: 0 0 10px 20px;
	padding: 0;
}
#mypage-ichioshi .detail .newmark {
	color: #cc0000;
}

#mypage-ichioshi  A,
#mypage-ichioshi  A:visited{
	color: #0000cc;
}
#mypage-ichioshi  A:hover{
	color: #cc0000;
	text-decoration:underline;
}

