
@charset "utf-8";

/* CSS Document */

#container .none {
	display: none;
}

/* ↓ランキング
========================================================== */
#side_ranking a {
	background-image: url(https://img-point.pointmall-solution.com/mpm/images/common/border_side.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}

#side_ranking > p + a {
	background-image: none;
}


#side_ranking .rank_inner {
	background-repeat: no-repeat;
	background-position: 15px 18px;
	padding-left: 65px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#side_ranking .rank_inner:hover {
	background-color: #D5EDF7;
}


#side_ranking #rank1 {
	background-image: url(https://img-point.pointmall-solution.com/mpm/images/common/rank1.png);
}
#side_ranking #rank2 {
	background-image: url(https://img-point.pointmall-solution.com/mpm/images/common/rank2.png);
}
#side_ranking #rank3 {background-image: url(https://img-point.pointmall-solution.com/mpm/images/common/rank3.png);}
#side_ranking #rank4 {background-image: url(https://img-point.pointmall-solution.com/mpm/images/common/rank4.png);}
#side_ranking #rank5 {background-image: url(https://img-point.pointmall-solution.com/mpm/images/common/rank5.png);}

#side_ranking a {
	text-decoration: none;
}

#side_ranking h3 {
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 108%;
}
#side_ranking dt {
	font-size: 85%;
	font-family: "ＭＳ ゴシック", "MS Gothic";
	color: #666;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 120%;
}

#side_ranking dd {
	color: #E31F00;
	font-size: 138.5%;
}
#side_ranking dd span {
	font-size: 77%;
}

#side_ranking dl.rank_pointUp dd {
	margin-left: -32px;
	background: url(https://img-point.pointmall-solution.com/mpm/images/common/ico_up.png) no-repeat left 2px;
	padding-left: 32px;
}



/* ↓メインコンテンツ
========================================================== */
#main a {
	text-decoration: none;
}

#main h3 {
	font-size: 93%;
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#main dl.point dt {
	font-size: 85%;
	font-family: "ＭＳ ゴシック", "MS Gothic";
	font-weight: normal;
}
#main dl.point dd {
	font-size: 123.1%;
	font-weight: bold;
	color: #E31F00;
	letter-spacing: -1px;
}

#main dl.point dd span {
	font-size: 77%;
	padding-left: 3px;
	letter-spacing: -3px;
	font-weight: normal;
}
/* IE7 */
*+html #main dl.point dd span {
	padding-left: 0px;
}

/*#main dt {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}*/

#upper {
	margin-bottom: 15px;
	overflow: hidden;
}

/* スライドバナー
--------------------------------------------------------*/
#slides{
	float:left;
	width: 430px;
	height: 248px;
	overflow: hidden;
	position: relative;
	border: 1px solid #C1C1C1;
}

#slides .slides_container{
	border-bottom: 1px solid #C1C1C1;
}

#slides .prev {
	position: absolute;
	top: 42%;
	left: 5px;
	height: 32px;
	width: 32px;
	background-image: url(https://img-point.pointmall-solution.com/mpm/images/top/slider_arrowL.png);
	background-repeat: no-repeat;
	background-position: left top;
	opacity: 0.3;
}

#slides .next {
	position: absolute;
	top: 42%;
	right: 5px;
	height: 32px;
	width: 32px;
	background-image: url(https://img-point.pointmall-solution.com/mpm/images/top/slider_arrowR.png);
	background-repeat: no-repeat;
	background-position: left top;
	opacity: 0.3;
}

#slides .prev:hover,#slides .next:hover {
	opacity: 1;
}

#slides ul.pagination {
	border-top: 1px solid #fff;
	overflow: hidden;
	background-image: url(https://img-point.pointmall-solution.com/mpm/images/top/bg_slidePaging.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 3px;
	margin-left: 33%;
}

#slides ul.pagination li {
	float: left;
}

#slides ul.pagination li a {
	display: block;
	height: 12px;
	width: 12px;
	background-image: url(https://img-point.pointmall-solution.com/mpm/images/top/slider_off.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 7px; 
}

#slides ul.pagination li.current a {
	background-image: url(https://img-point.pointmall-solution.com/mpm/images/top/slider_on.png);
}



/* gAd
--------------------------------------------------------*/
#ad_bnr {
	float: right;
	width: 300px;
}



/* もっと見るボタン
--------------------------------------------------------*/
#top p.see_all  {
	width: 80px;
	padding-left: 15px;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(https://img-point.pointmall-solution.com/mpm/images/common/ico_list2.png);
	background-repeat: no-repeat;
	background-position: 15px 4px;
	border-left: 1px solid #9E9E9E;
}

#top p.see_all:hover  {
	background-image: url(https://img-point.pointmall-solution.com/mpm/images/common/ico_list2_on.png);
}

#top p.see_all a {
	color: #00467E;
	display: block;
}

#top p.see_all a:hover  {
	color: #00A3D9;
}




/* 注目のショップ
--------------------------------------------------------*/
#top #attention_box {
	overflow: hidden;
}

#top #attention_box ul {
	margin-left: 5px;
	margin-top: 20px;
	overflow: hidden;
}

#top #attention_box > ul:first-child {
	margin-top: 0px;
}

#top #attention_box a {
	width: 120px;
	float: left;
	display: block;
	margin-left: 20px;
	cursor: pointer;
}

#top #attention_box > ul > a:first-child {
	margin-left: 0px;
}

#top #attention_box a:hover {
	background-color: #D5EDF7;
}

#top #attention_box img {
	margin-bottom: 5px;
}

#top #attention_box dt.none + dd {
	margin-top: 19px;
}

#top #attention_box dd.ab_pointUp {
	background: url(https://img-point.pointmall-solution.com/mpm/images/common/ico_up.png) no-repeat left 2px;
	padding-left: 30px;
}




/* タイプ別おすすめ
--------------------------------------------------------*/
#top #type {
	position: relative;
}

#top h2 img  {
	vertical-align: -5%;
}

#top p.type_btn  {
	margin-bottom: 15px;
	width: 110px;
	height: 30px;
	text-align: center;
	padding-right: 15px; 
	background-color: #00467E;
	background-image: url(https://img-point.pointmall-solution.com/mpm/images/common/ico_list1.png);
	background-repeat: no-repeat;
	background-position: 98px 5px;
	border-radius: 4px;
}

#top p.type_btn:hover  {
	background-color: #00A3D9;
}

#top p.type_btn a  {
	display: block;
	width: 100px;
	padding-right: 25px;
	color: #fff;
	border-right: 1px solid #fff;
	font-size: 93%;
	line-height: 31px;
}

/* IE7 */
* + html #top p.type_btn a  {
	font-size: 85%;
}

#top #type li {
	float: left;
	width: 125px;
	margin-left: 48px;
}

#top #type li:first-child {
	margin-left: 24px;
}

#top #type dd.type_pointUp {
	background: url(https://img-point.pointmall-solution.com/mpm/images/common/ico_up.png) no-repeat left 2px;
	padding-left: 30px;
}


/* 注目のキャンペーン
--------------------------------------------------------*/
#top #campaign .campaign_inner {
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: hidden;
}

#top #campaign li {
	float: left;
	width: 300px;
	padding: 0 20px;
}

#top #campaign li.first-child {
	margin-left: 28px;
}
#top #campaign dt a {
	text-decoration: underline;
	padding-bottom: 5px;
}


/* 新着ショップ
--------------------------------------------------------*/
#top #new_shop {
	position: relative;
}

#top #new_shop a {
	text-decoration: none;
	background-image: url(https://img-point.pointmall-solution.com/mpm/images/common/border_newShop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	overflow: hidden;
}

#top #new_shop a:first-child {
	background-image: none;
}

#top #new_shop li {
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	overflow: hidden;
	height: 72px;
}

#top #new_shop li:hover {
	background-color: #D5EDF7;
}

#top #new_shop h3 {
	font-size: 123.1%;
	text-decoration: underline;
	margin-bottom: 10px;
}

#top #new_shop h3+p {
	color: #666;
	height: 1.5em;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#top #new_shop h3 + p + p {
	font-size: 138.5%;
	color: #E31F00;
	font-weight: bold;
}

#top #new_shop .ns_point span {
	font-size: 93%;
	color: #333;
}

#top #new_shop .ns_pointUp span {
	font-size: 93%;
	color: #333;
	background: url(https://img-point.pointmall-solution.com/mpm/images/common/ico_up.png) no-repeat right center; 
	padding-right: 35px;
	margin-right: 5px;
}

#top #new_shop li .left_box {
	float: left;
	width: 550px;
}
#top #new_shop li .right_box {
	float: right;
	width: 120px;
}



/* ポイントアップ中のショップ
--------------------------------------------------------*/
#top #point_up {
	position: relative;
}

#top #point_up ul {
	clear: both;
	overflow: hidden;
}

#top #point_up ul a {
	float: left;
	display: block;
	margin-left: 15px;
}

#top #point_up ul a:first-child {
	margin-left: 0px;
}

#top #point_up li {
	height: 144px;
	width: 120px;
	background-color: #D5EDF7;
	padding: 20px;
}
#top #point_up dd {
	background-image: url(https://img-point.pointmall-solution.com/mpm/images/common/ico_up.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 29px;
}



/* 定番ショップ
--------------------------------------------------------*/
#top #basic_shop div.jcarousel-skin-tango {
	padding: 25px 10px;
}

#top #basic_shop div.jcarousel-clip {
    overflow: hidden;
    margin: 0 50px;
}

#top #basic_shop li {
	display: block;
	width: 125px;
	float: left;
	padding: 0 16px;
}

#top #basic_shop dt {
	color: #666;
}

#top #basic_shop div.jcarousel-prev-horizontal {
    background: url("https://img-point.pointmall-solution.com/mpm/images/common/ico_left.png") no-repeat scroll 50% 50%;
    background-color: #00467E;
	border-radius: 4px;
    cursor: pointer;
    height: 66px;
    position: absolute;
    left: 0;
    top: 35%;
    width: 30px;
}

#top #basic_shop div.jcarousel-next-horizontal {
    background: url("https://img-point.pointmall-solution.com/mpm/images/common/ico_right.png") no-repeat scroll 50% 50%;
    background-color: #00467E;
	border-radius: 4px;
    cursor: pointer;
    height: 66px;
    position: absolute;
    right: 0;
    top: 35%;
    width: 30px;
}

#top #basic_shop div.jcarousel-prev-horizontal:hover,#top #basic_shop div.jcarousel-next-horizontal:hover {
    background-color: #00A3D9;
}

/* FF用ハック */
#top #basic_shop dl.point span, x:-moz-any-link {
    letter-spacing: 0 !important;
}

/* お知らせ
--------------------------------------------------------*/
#top #news {
	width: 435px;
	float: left;
	position:relative;
}

#top #news li {
	background-image: url(https://img-point.pointmall-solution.com/mpm/images/common/border_news.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	display: table;
}
#top #news li:first-child {
	background-image: none;
}
#top #news ul a {
	display: table-cell;
	padding: 14px;
	font-size: 85%;
	overflow: hidden;
	font-weight: normal;
}

#top #news li span{
	display: inline-block;
	vertical-align: middle;
}

#top #news li span:first-child {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFF;
	margin-right: 10px;
	width: 52px;
	text-align: center;
	font-family: "ＭＳ ゴシック", "MS Gothic";
}

* + html #top #news li span:first-child {
	margin: 10px 10px 10px 0px;
}

#top #news li span.news_day {
	width: 18%;
}

#top #news li span.news_article {
	width: 62%;
	line-height: 140%;
}

#top #news li span.special {
	background-color: #589C21;
}
#top #news li span.info {
	background-color: #D18733;
}
#top #news li span.news {
	background-color: #C70018;
}

/*キャンペーンバナー（サマリー）*/
.top_campain_bnr {
    margin-bottom: 20px;
}
.top_campain_bnr .bnr_border {
    border: 1px solid #003685;
    box-sizing: border-box;
}

/*タイムセール*/
.timesale_outer {
    margin: 10px auto;
    width: 710px;
}
.timesale_inner {
    position: relative;
    background: url(https://img-point.pointmall-solution.com/mpm/images/top/timesale_term.png) no-repeat right 0 #fff6b3;
}
.timesale_inner:hover {
    background: url(https://img-point.pointmall-solution.com/mpm/images/top/timesale_term_on.png) no-repeat right 0 #FFF8C2;
}
.timesale_inner .bnr_area{
    padding: 45px 0 15px 10px;
}
.timesale_inner .timer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 380px;
    color: #FFF100;
    font-size: 20px;
    line-height:33px;
    font-weight: bold;
    text-align: center;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.timesale_inner .term{
    position: absolute;
    top: 8px;
    left: 380px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    width: 330px;
    text-align: center;
}
.timesale_inner .txt_area {
    position: absolute;
    top: 45px;
    left: 140px;
}
.timesale_inner .txt_area .shop_name {
    font-size:16px;
    font-weight:bold;
    margin-bottom:3px;
    width: 333px;
}
.timesale_inner .btn_go {
    position: absolute;
    top: 22px;
    left: 283px;
}

.timesale_inner .p_normal{
    font-size: 12px;
    color: rgb(51, 51, 51);
    display: block;
    width: 168px;
    float: left;
    height: 30px;
    line-height: 1.5em;
}

.timesale_inner .p_normal span{
    color: #C00;
    font-weight:bold;
    /* font-size: 12px; */
    display: inline-block;
}
.timesale_inner .p_sp{
    margin:0 auto;
    color:#C00;
    font-size: 28px;
    font-weight:bold;
    line-height: 30px;
    display: inline-block;
    font-family: Verdana,"ＭＳ Ｐゴシック";
    float:left;
}
.timesale_inner .p_sp span{
    font-size:12px;
}

.ico_timesalenew {
    background: url(https://img-point.pointmall-solution.com/mpm/images/top/ico-timesalenew.png) no-repeat 0 0;
    width: 53px;
    height:35px;
    float: left;
    margin-right:5px;
}

.box_top_caution {
    border:1px solid #D7092F;
    text-align: center;
    padding:16px 0;
    margin-top:20px;
}

.box_top_caution a {
    color: #D7092F;
    font-size: 16px;
}




