@charset "UTF-8";

/* ############################################################

	Styles for top page
	Last Up Date: 10:00 2014/10/27

############################################################ */

/* ------------------------------------------
	Common properties
------------------------------------------ */

a{
	color:#1d54a7;
	text-decoration:none;
	}

a:hover {
	color:#c00000;
	text-decoration:underline;
	}

h1.header {
	background-color: #ededed;
	height: 30px;
	font-weight: bold;
	}

.headertxt {
	line-height: 2em;
	color: #bf0000;
	border-left: 5px solid #bf0000;
	padding-left: 5px;
	margin-left: 5px;
	font-size: 120%;
	font-weight: bold;
	}
	
.headertxt2 {
	color: #bf0000;
	font-size: 140%;
	font-weight: bold;
	}

/* ------------------------------------------
	Layout
------------------------------------------ */

div#container {
	width: 950px;
	margin: 20px auto 40px;
	font-size: 82%;
	line-height: 1.4;
	}

div#contents {
	overflow: hidden;  /* clerafix */
	margin-bottom: 30px;
	zoom: 1;  /* clerafix */
	}

#mainContents {
	float: left;
	width: 730px;
	overflow: hidden;
	color: #333333;
	}

div#subContents {
	float: right;
	width: 210px;
	overflow: hidden;
	color: #444444;
	}

div#extendContents {
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: 1px solid #d9d9d9;
	}

/* ------------------------------------------
	Components - common
------------------------------------------ */

/* Button
------------------------------------*/

div#container .button {
	display: inline-block;
	line-height: 1;
	margin: 0 1px;
	text-decoration: none;
	cursor: pointer;
	}

div#container .button span {
	display: inline-block;
	position: relative;
	left: -1px;
	margin-right: -2px;
	cursor: pointer;  /* for IE6 bug */
	}


/* ------------------------------------------
	Components - main column
------------------------------------------ */

/* Box section
------------------------------------*/

#mainContents div.sectionGroup {
	margin-bottom: 20px;
	}

#mainContents div.sectionWrapper {
	margin-bottom: 20px;
	zoom: 1;  /* for IE6 bug */
	}

#mainContents div.sectionWrapperInner {
	overflow: hidden;  /* clerafix */
	margin-right: -10px;
	zoom: 1;  /* clerafix */
	}

#mainContents div.section {
	margin-bottom: 20px;
	zoom: 1;  /* clerafix */
	}

#mainContents div.sectionGroup div.sectionWrapper,
#mainContents div.sectionGroup div.section {
	margin-bottom: 10px;  /* overwrite */
	}

#mainContents div.sectionWrapper div.section {
	float: left;
	width: 360px;
	overflow: hidden;
	margin: 0 10px 0 0;  /* overwrite */
	background: none;  /* overwite */
	}

#mainContents div.section div.sectionTitleInner {
	overflow: hidden;  /* clerafix */
	padding: 7px 11px 5px;
	zoom: 1;  /* clerafix */
	}

#mainContents div.section div.sectionTitle h2 {
	float: left;
	line-height: 1.2;
	padding: 4px 5px 3px 13px;
	background: url(//image.card.jp.rakuten-static.com/corp/pc/contents/bg_title_marker.gif) no-repeat 0 2px;
	font-size: 110%;
	font-weight: bold;
	}

#mainContents div.section div.sectionTitle .titleSub {
	float: right;
	}

#mainContents div.section div.sectionContents {
	padding: 10px 11px 1px;
	color: #444444;
	}

#mainContents div.sectionWrapper div.section div.sectionContents {
	background: none;  /* overwite */
	}

/* Sub class */

#mainContents div.guideSectionWrapper {
	background: url(//image.card.jp.rakuten-static.com/corp/pc/contents/bg_box_guide_half.gif);
	}

#mainContents div.guideSectionWrapper div.sectionWrapperInner {
	background: url(//image.card.jp.rakuten-static.com/corp/pc/contents/bg_box_guide_half_bottom.gif) repeat-x 0 100%;	}

#mainContents div.guideSection {
	background: url(//image.card.jp.rakuten-static.com/corp/pc/contents/bg_box_guide.gif) repeat-y;
	}

#mainContents div.guideSection div.sectionTitle {
	background: url(//image.card.jp.rakuten-static.com/corp/pc/contents/bg_title_guide.gif) no-repeat;
	}

#mainContents div.sectionWrapper div.guideSection div.sectionTitle {
	background-position: -730px 0;  /* overwite */
	}

#mainContents div.guideSection div.sectionTitleInner {
	background: url(//image.card.jp.rakuten-static.com/corp/pc/contents/bg_line_dot_gray.gif) repeat-x 0 100%;
	}

#mainContents div.guideSection div.sectionContents {
	background: url(//image.card.jp.rakuten-static.com/corp/pc/contents/bg_box_guide_bottom.gif) no-repeat 0 100%;
	}

#mainContents div.infoSection div.sectionTitle {
	padding-bottom: 1px;
	border-bottom: 1px solid #cfcfcf;
	background: url(//image.card.jp.rakuten-static.com/corp/pc/contents/bg_title_info.gif) no-repeat;
	}

#mainContents div.sectionWrapper div.infoSection div.sectionTitle {
	background-position: -730px 0;  /* overwite */
	}

#mainContents div.infoSection div.sectionTitleInner {
	padding-bottom: 2px;  /* overwrite */
	border-bottom: 1px solid #cfcfcf;
	}

#mainContents div.infoSection div.sectionContents {
	border: 1px solid #d3d3d3;
	border-top: none;
	padding: 10px 10px 0;  /* overwrite */
	}

/* ------------------------------------------
	Unique - main column
------------------------------------------ */

/* Notice box
------------------------------------*/

#mainContents div.noticeBox {
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #cc3333;
	background: #ffffff;
	}

#mainContents div.noticeBoxInner {
	padding: 8px 10px 0;
	border: 1px solid #f1d2d2;
	background: #fffafa;
	}

#mainContents div.noticeBox dt {
	margin-bottom: 5px;
	color: #cc0000;
	font-weight: bold;
	}

#mainContents div.noticeBox dd {
	margin-bottom: 10px;
	}

#mainContents div.noticeBox dd.leadInfo {
	margin-top: -10px;
	}

/* Main display
------------------------------------*/

div#mainDisplay {
	height: 214px;
	margin-bottom: 10px;
	}

div#mainDisplay ul.mainImage {
	position: relative;
	overflow: hidden;
	height: 200px;
	}

div#mainDisplay ul.mainImage li {
	position: absolute;
	height: 200px;
	}

div#mainDisplay ul.mainImage li.current {
	z-index: 100;
	}

div#mainDisplay ul.selectImage {
	display: none;
	overflow: hidden;  /* clerafix */
	margin-top: 7px;
	text-align: right;
	zoom: 1;  /* clerafix */
	}

div#mainDisplay ul.selectImage li {
	display: inline-block;
	height: 7px;
	overflow: hidden;
	margin-left: 5px;
	cursor: pointer;
	}

* html div#mainDisplay ul.selectImage li {
	display: inline;  /* for IE6 */
	}

*:first-child+html div#mainDisplay ul.selectImage li {
	display: inline;  /* for IE7 */
	}

div#mainDisplay ul.selectImage li img {
	display: block;
	}

div#mainDisplay ul.selectImage li.current {
	cursor: default;
	}

div#mainDisplay ul.selectImage li.current img {
	margin-top: -7px;
	}

div#mainDisplay .selectBalloonBase {
	position: relative;
	width: 100%;
	z-index: 99999;
	}

div#mainDisplay .selectBalloon {
	position: absolute;
	right: 0;
	bottom: 7px;
	display: inline-block;
	display: none;
	padding-bottom: 7px;
	background: url(//image.card.jp.rakuten-static.com/corp/pc/contents/bg_balloon_main_display.gif) no-repeat 100% 100%;
	}

div#mainDisplay .selectBalloon span {
	display: inline-block;
	padding: 1px 7px 0;
	color: #ffffff;
	background: #000000;
	}

/* Banner
------------------------------------*/
#mainContents .banner{
	margin-bottom:10px;
	}

.cardAnchor {
	width: 730px;
	margin: 20px auto;
	text-align: center;
	}

.cardAnchorBanner {
	width: 730px;
	margin: 20px auto 40px;
	text-align: center;
	}

/* CardCM
------------------------------------*/

.cardCM {
	width: 730px;
	margin: 0 auto;
	}

.cardBanner {
	width: 730px;
	margin: 20px auto 20px;
	text-align: center;
	}

.cardBannerEnd {
	width: 730px;
	margin: 20px auto 40px;
	text-align: center;
	}

.cardBannerTxt {
	width: 730px;
	margin-top: 10px;
	text-align: left;
	}

/* CardPoints
------------------------------------*/

.cardPoints {
	width: 730px;
	margin: 0 auto;
	}

.cardlists {
	width: 730px;
	margin: 20px auto;
	}

.pointlists {
	width: 230px;
	margin: 0 0 40px 20px;
	float: left;
	height: 150px;
	}
	
.firstp {
	margin: 0 0 40px 0;
	}

.plast {
	margin: 0 0 65px 0;
	}
	
.pointtxt {
	width: 230px;
	margin-top: 10px;
	line-height: 1.4em;
	}

/* Lineup
------------------------------------*/
#lineupWrap {
	width: 730px;
	margin: 0 auto;
	}
	
.lineupcontent {
	color: #555555;
	overflow: hidden;
	width: 355px;
	float: left;
	margin: 20px 0 0 0;	
	}

.marginFix {
	margin: 20px 0 0 0;
	}

.specialheader {
	background-color: #bf0000;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	}
	
.lineupHeader {
	background-color: #666666;
	color: #ffffff;
	font-size: 120%;
	padding: 10px;
	}

.leftcontent {
	background-color: #f6f6f6;
	margin: 20px 0 0 15px;
	text-align: center;
	float: left;
	}

.cardType {
	display: block;
	margin-top: 20px;
	background-image: url(//image.card.jp.rakuten-static.com/corp/card_rakuten/card/top/dotted_bg.gif) no-repeat;
	height: 46px;
	width: 120px;
	letter-spacing: -0.1em;
	}

.cardname {
	display: block;
	margin: 6px;
	float: left;
	}

.rightcontent {
	width: 200px;
	margin: 20px 5px 0 10px;
	float: left;
	}

.cardDetail {
	width: 190px;
	padding: 5px;
	margin: 5px 0 0 0;
	background-color: #ffffff;
	line-height: 1.4em;
	font-size: 94%;
	}

.contentwrap {
	background-color: #f6f6f6;
	height: 550px;
	}

.contentwrapSecond {
	background-color: #f6f6f6;
	height: 370px;
	}

.contentwrapThird {
	background-color: #f6f6f6;
	height: 480px;
	}

.contentwrapFourth {
	background-color: #f6f6f6;
	height: 430px;
	}

.contentwrapFifth {
	background-color: #f6f6f6;
	height: 400px;
	}

.bottomcontent {
	width: 330px;
	margin: 0 auto;
	overflow: hidden;
	}

.txtbottom {
	background-color: #ffffff;
	font-weight: bold;
	margin: 20px auto;
	padding: 5px;
	}

.txthightlight {
	color: #bf0000;
	}

.second {
	margin-left: 20px;
	}

/* RIGHT NAVI
------------------------------------*/
.riNavilogin {
	margin: 0 0 10px 0;
	}

.riNavieNavi {
	margin: 0 0 10px 0;
	}
	
.riNavieNaviwrap {
	border: 1px solid #d3d3d3;
	padding: 5px;
	}

.commonList {
	margin-bottom: 10px;
	}

.commonList li {
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(//image.card.jp.rakuten-static.com/corp/pc/contents/bg_marker_circle_red.gif) no-repeat 1px 0.5em
	}

.commonList li dl {
	zoom: 1;
	}

.login {
	margin: 0 -5px 10px;
	text-align: center;
	}

.helpButton {
	padding: 5px;
	border: 1px solid #D3D3D3;
	}

ul.btnCardUser {
	width: 198px;
	margin-top: 4px;
	}

div.helpButton ul.btnCardUser li a span {
  display: none;
	}

div.helpButton ul.btnCardUser li a {
  background: url("//image.card.jp.rakuten-static.com/corp/pc/contents/btn_card_user.gif") no-repeat scroll 0 0 transparent;
  display: block;
  height: 37px;
  overflow: hidden;
  text-indent: -198px;
	}

.btnCardUser li a#user {
	background-position: 0px 0px;
	}

.btnCardUser li a#nonUser {
	background-position: 0 -38px;
	}

.btnCardUser li a#user:hover {
	background-position: -198px 0;
	}

.btnCardUser li a#nonUser:hover {
	background-position: -198px -38px;
	}

.riNaviCampaign {
	margin: 10px 0 0 0;
	}
	
.riNaviCampaignWrap {
	padding: 5px;
	border: 1px solid #D3D3D3;
	}

.riNaviCampaignWrap li{
	text-align: center;
	margin: 20px 0 0 0;
	}

.riNaviCampaignWrap li p{
	width: 162px;
	text-align: left;
	margin: 10px auto;
	}

/* 20160210
ANA CARD CSS ------------------------- */
.anacardImg {
	background: url('//image.card.jp.rakuten-static.com/corp/card_rakuten/card/201602/img_card_ana.gif?20170830');
	width: 120px;
	height: 76px;
	}
.anacardImgPink {
	background: url('//image.card.jp.rakuten-static.com/corp/card_rakuten/card/201602/img_card_ana_pink.gif?20170830');
	width: 120px;
	height: 76px;
	}

.anachoice {
	text-align: center;
	margin: 10px auto;
	}

.cardchange > span {
	padding: 4px 3px;
  border-radius: 3px;
  display: inline-block;
  width: 53px;
  cursor: pointer;
	}

.silverAna {background: #cccccc;}
.pinkAna {background: #f4a0bd;}