/*==========================================================*/
/* mypage */

#mypage {
}

#mypage .titleL{
	margin: 0 0 10px;
}

#mypage .explanation {
    font-size: 15px;
	margin: 0 0 15px;
	padding: 0 10px;
}

#mypage h3{
	font-weight: bold;
}

#mypage .yearmonthLinks {
    margin: 0 0 10px;
}

#mypage .yearmonthLinks ul{
    float: left;
    width: 500px;
    padding: 10px 0 0;
}

#mypage .yearmonthLinks ul li{
    float: left;
    font-weight: bold;
    margin: 0 10px 0 0;
}

#mypage .yearmonthLinks .btnPointTop{
    float: right;
    width: 181px;
}

#mypage .yearmonthLinks .btnPointTop a{
    display: block;
    background: url("../../image/mypage/btn_point.png") no-repeat;
    width: 181px;
    height: 30px;
    text-indent: -9999px;
}

#mypage .yearmonthLinks .btnPointTop a:hover{
    background-position: -181px 0;
}

#mypage table {
	border-collapse:collapse;
    margin: 0 0 20px;
}

#mypage table th,
#mypage table td {
    border: 1px solid #ddd;
	padding: 10px 5px;
}

#mypage table th {
	background-color: #d1ede2;
	text-align: center;
}

#mypage table th.date.yearmonth,
#mypage table th.bonusPoint.yearmonth {
	width: 230px;
}

#mypage table th.date {
	width: 125px;
}

#mypage table th.shop {
	width: 320px;
}

#mypage table th.money {
	width: 100px;
}

#mypage table th.magnifi {
	width: 105px;
}

#mypage table th.bonusPoint {
	width: 105px;
}

#mypage table td.date {
	text-align: center;
}

#mypage table td.shop {
}

#mypage table td.money {
	text-align: right;
}

#mypage table td.magnifi {
	text-align: right;
}


#mypage table td.bonusPoint {
	text-align: right;
}

#mypage table td.remark {
}

#mypage .realNote {
    margin: 0 0 10px;
}

#mypage .msg {
    margin: 30px 0;
}

#mypage .icon_real {
    display: block;
    float: left;
    background: url("../../image/mypage/icon_real.png") no-repeat;
    width: 16px;
    height: 20px;
    margin: -3px 0 0;
}


/* mypageAttention */

#mypage .mypageAttention {
}

#mypage .mypageAttention ul{
    list-style-type: disc;
    padding: 0 0 0 20px;
}

#mypage .mypageAttention ul li{
    margin: 0 0 5px;
}

#mypage .mypageAttention ul li.red{
    list-style: none;
    color:#ff0000;
}

#mypage .mypageAttention .attention_rakuten_link{
    margin-top: 2px;
	color: #007253;
}

/* confirmationVpass */

#mypage .confirmationVpass {
    margin: 20px 0 0;
}

#mypage .confirmationVpass .btnVpass{
    width: 350px;
    margin: 0 auto 5px;
}

#mypage .confirmationVpass .btnVpass a{
    display: block;
    background: url("../../image/mypage/btn_vpass.png") no-repeat;
    width: 350px;
    height: 50px;
    text-indent: -9999px;
}

#mypage .confirmationVpass .btnVpass a:hover {
    background-position: -350px 0
}

#mypage .confirmationVpass p{
    color: #898989;
    text-align: center;
}

/*==========================================================*/
/* favoliteList */

#favoliteList h2{
	display:block;
	margin-bottom:50px;
}

#favoliteList .search .title {
	float:left;
	font-weight:bold;
	margin:0 10px 0 0;
}

#favoliteList .shopList .shop {
	width:765px;
	border-right:none;
	border-bottom:1px solid #ddd;
}
#favoliteList .shopList .shop h4{
	margin-bottom:4px;
}

#favoliteList .shop .shop_info {
	float:left;
}

#dcmx #favoliteList .shop .shop_info {
	width:765px;
}

#mainContentsL .shop .shop_info .banner {
    margin: 0 10px 0 0;
    width: 120px;
    float:left
}
#mainContentsL .shop .shop_info div.info{
	width:190px;
	float:left;
	padding-top:10px;
}
#mainContentsL .shop .shop_info div.favorite_info{
	text-align:right;
}
#mainContentsL .shop .shop_info div.favorite_info > span{
	padding-right:50px;
	text-align:right;
}
#mainContentsL .shop .shop_info .info_history{
	text-align:right;
}
#mainContentsL .shop .shop_info .info_history > span{
	padding-right:50px;
	text-align:right;
}
#mainContentsL .shop .shop_info .btns{
	float:left;
	margin-right:10px;
}

#mainContentsL .shop .shop_info .btns_history{
	float:right;
}

#mainContentsL .shop .shop_info .btns p {
	text-align:center;
}


.btns .favorite_goShop,
.btns .favorite_out{
	margin-bottom:4px;
}

.btns .favorite_goShop a{
display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #e60012;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.btns .favorite_out span{
display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #898989;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

#favoliteList .shop .move_btns {
	float:right;
	margin-top:8px;
}

#favoliteList .shop .move_btns ul li {
	float:left;

}
#favoliteList .shop .move_btns ul li.btn_top,#favoliteList .shop .move_btns ul li.btn_bottom{
	width:58px;
	height:25px;
	margin:0 10px 0 0px;
}


#favoliteList .shop .move_btns .btn_bottom a {
    background: url("../../image/favorite/btn_bottom.png") no-repeat;
	width:58px;
	height:25px;
	display:inline-table;
	text-indent:-9999px;
}

#favoliteList .shop .move_btns .btn_top a {
    background: url("../../image/favorite/btn_top.png") no-repeat;
	width:58px;
	height:25px;
	display:inline-table;
	text-indent:-9999px;
}

#favoliteList .shop .move_btns .btn_delete {
	width:114px;
}

#favoliteList .shop .move_btns .btn_delete a {
    background: url("../../image/favorite/btn_delete.jpg") no-repeat;
	width:114px;
	height:25px;
	display:block;
	text-indent:-9999px;
	text-align:left;
	overflow:hidden;
}


#favoliteList .search p.btnSend {
	clear:both;
	text-align:center;
	margin:14px 0 0 0;
}

#favoliteList .search .box input {
	width: 460px;
	margin: 0 5px 0 0;
}

#favoliteList .btnFavoliteRel {
	float: right;
}

#favoliteList .btnFavoliteRel a{
	display: block;
	background:url("../../image/global/btn_favolite.jpg") 0 -22px no-repeat;
    text-indent:-9999px;
	width: 110px;
	height: 22px;
}

#favoliteList .btnFavoliteRel a:hover{
	background:url("../../image/global/btn_favolite.jpg") -110px -22px no-repeat;
}

/*==========================================================*/
/* itemSearchList */

#itemSearchList .search .title {
	float:left;
	font-weight:bold;
	margin:0 10px 0 0;
}

#itemSearchList .shopList .shop {
    position: relative;
	clear:both;
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px solid #ddd;
	border-right:none;
	width:100%;
}

#itemSearchList .shopList .shop .noneList{
    position:absolute;
    top: -5px;
    left:0;
    width:645px;
    height:100%;
    display:inline-block;
   	background:url("../../image/mypage/nonelist.png") ;
}

#itemSearchList .shopList .shop .noneList p{
    font-size:24px;
    font-weight:bold;
    color:#221e1f;
    text-align:center;
    margin: 8% 0 0 0;
}

#itemSearchList .shopList .shop .item_list_area{
    width:636px;
    float:left;
    padding:0 0 0 5px;
}

#itemSearchList .shopList .shop .item_list_area h4{
    margin:0 0 10px 0;
}

#itemSearchList .shopList .shop .item_list_area .itemImg{
    float:left;
    width:75px;
    margin:0 10px 0 0;
    display:inline-block;
    text-align: center;
}

#itemSearchList .shopList .shop .item_list_area .itemImg img{
	max-width: 75px;
}

*html #itemSearchList .shopList .shop .item_list_area .itemImg img{
	width:expression(this.width >= 75 ? "75px" : "auto");
}

#itemSearchList .shopList .shop .item_list_area .item_centerarea{
    float:left;
    width:305px;
    margin:0 10px 0 0;
    display:inline-block;
}

#itemSearchList .shopList .shop .item_list_area .datetime{
    float:left;
    width:320px;
    display:inline-block;
}

#itemSearchList .shopList .shop .item_list_area .itemPrice{
    float:left;
    width:320px;
    display:inline-block;
}

#itemSearchList .shopList .shop .item_list_area .itemPrice .num{
    color:#FF0000;
    font-size:24px;
}

#itemSearchList .shopList .shop .item_list_area .item_point{
    float:left;
    width:320px;
    display:inline-block;
}

#itemSearchList .shopList .shop .item_list_area .item_point .num{
    color:#FF0000;
    font-size:20px;
}

#itemSearchList .shopList .shop .item_list_area .btns{
    float:left;
    width:230px;
    display:inline-block;
    text-align:center;
}

#itemSearchList .shopList .shop .item_list_area .btns p.item_logo{
    width:75px;
    display:inline-block;
    margin:0 10px 10px 0;
    float:left
}

#itemSearchList .shopList .shop .item_list_area .btns .goItem{
	float:right;
}

#itemSearchList .shopList .shop .item_list_area .btns .goItem a{
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #e60012;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    text-align: center;
    font-weight: bold;

}

#itemSearchList .shopList .shop .item_list_area .btns p.goDetail{
	float:right;
    margin:5px 0 0 0;
    display:inline-block;
}

#itemSearchList .shopList .shop .move_btns {
	float:left;
	margin:34px 0 0 19px;
    width:105px;
}

#itemSearchList .shopList .shop .move_btns ul{
	float:left;
}

#itemSearchList .shopList .shop .move_btns ul li {
	float:left;
	width:58px;
	height:25px;
    margin:0 5px 0 0;

}

#itemSearchList .shopList .shop .move_btns .btn_bottom{
    clear:both;
    margin:12px 0 0 0;
}

#itemSearchList .shopList .shop .move_btns .btn_bottom a {
    background: url("../../image/favorite/btn_bottom.png") no-repeat;
	width:58px;
	height:25px;
	display:block;
	text-indent:-9999px;
}

#itemSearchList .shopList .shop .move_btns .btn_top{
    float:left;
}

#itemSearchList .shopList .shop .move_btns .btn_top a {
    background: url("../../image/favorite/btn_top.png") no-repeat;
	width:58px;
	height:25px;
	display:block;
	text-indent:-9999px;
}

#itemSearchList .shopList .shop .move_btns .btn_delete {
	width:40px;
    float:left;
}

#itemSearchList .shopList .shop .move_btns .btn_delete a {
    background: url("../../image/item/btn_delete.png") no-repeat;
	width:40px;
	height:62px;
	display:block;
	text-indent:-9999px;
	text-align:left;
	overflow:hidden;
}


#itemSearchList .search p.btnSend {
	clear:both;
	text-align:center;
	margin:14px 0 0 0;
}

#itemSearchList .search .box input {
	width: 460px;
	margin: 0 5px 0 0;
}

#itemSearchList .btnFavoliteRel {
	float: right;
}

#itemSearchList .btnFavoliteRel a{
	display: block;
	background:url("../../image/global/btn_favolite.jpg") 0 -22px no-repeat;
    text-indent:-9999px;
	width: 110px;
	height: 22px;
}

#itemSearchList .btnFavoliteRel a:hover{
	background:url("../../image/global/btn_favolite.jpg") -110px -22px no-repeat;
}
