@charset "euc-jp";
/* CSS Document */

/* HTMLタグリセット
*********************************** */
body,div,pre,p,ul,li,h1,h2,h3,h4,h5,h6,dl,dt,dd,blockquote,form,fieldset,table,th,td {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF;
	-webkit-text-size-adjust:none;
	font-family: helvetica,arial,sans-serif;
}

article {
	margin: 5px;
}
a {
	display: inline-block;
	padding: 2px;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
table,th,td {
	text-align: left;
}
ul,ol {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

input, select, textarea {
	font-size: 16px;
}

/* Javascriptオフ */
p.noJavascript {
	margin-bottom: 5px;
	padding: 3px;
	border: 2px solid #BF0000;
	background: #FFEFEF;
}

/* wrapper */
div#container {
	background: #ffffff;
}

/* serviceOwn 消してください。 */
#serviceOwn {
	width: 98%;
	height: 200px;
	border: 3px solid #0099cc;
	background: #ffffcc;
}


/* ヘッダー */
div#header {
	display: block;
	height: 48px;
	overflow: hidden;
	margin-bottom: 0;	/* ツールボックス・サーチボックスがないときは5px入れる */
	padding: 0 1px 5px;
	border-bottom: 2px solid #bf0000;	/* サービスカラーを入れてください */
	font-size: 12px;
}

div#header.simpleHeader {
	height: 35px;
}
div#header a:link {
	color: #0000ff;
}
div#header a:visited {
	color:#800080;
} 

div#header div#serviceID {
	float: left;
	vertical-align: middle;
	padding-top: 3px;
}

div#header.simpleHeader div#serviceID {
	float: left;
	vertical-align: middle;
	padding-top: 0;
}

div#header div#serviceID a {
	padding: 0;
}

div#header div#serviceID img {
	width: 64px;	/* ロゴイメージサイズを入れる */
	height: 38px;	/* ロゴイメージサイズを入れる */
	vertical-align: middle;
}
div#header div#serviceID a span {　/* テキスト・アイコンなど（4文字まで） */
	display: inline-block;
	vertical-align: middle;
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}
div#header div#memberInfo {
	float: right;
	vertical-align: middle;
}

div#header div#memberInfo dl#membership {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.35;
}
div#header div#memberInfo dl#membership dt {
	text-align: right;
}
div#header div#memberInfo dl#membership a {
	max-width: 105px;
	overflow: hidden;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right;
}
div#header div#memberInfo dl#membership span {
	color: #bf0000;	/* サービスカラーを入れてください */
	font-size: 14px;
	font-weight: bold;
	margin-right: 2px;
}
div#header div#memberInfo #detailInfo,
div#header div#memberInfo #newRegistration,
div#header div#memberInfo #loginBtn {
	display: inline-block;
	width: 45px;
	vertical-align: middle;
	color: #333333;
	font-size: 10px;
	text-align: center;
}
div#header div#memberInfo #detailInfo span,
div#header div#memberInfo #newRegistration a,
div#header div#memberInfo #loginBtn a {
	display: block;
	padding: 0;
	color: #333333;
	text-decoration: none;
}
div#header div#memberInfo #detailInfo span:before,
div#header div#memberInfo #newRegistration a:before,
div#header div#memberInfo #loginBtn a:before {
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 auto 1px;
	background: url(http://image.books.rakuten.co.jp/books/img/common/smart/icon_member_menu.png) no-repeat 0 0;
	background-size: 34px 170px;
	-webkit-background-size: 34px 170px;
	content: "";
}
div#header div#memberInfo #detailInfo span:before {
	background-position: 0 0;
}
div#header div#memberInfo #newRegistration a:before {
	background-position: 0 -68px;
}
div#header div#memberInfo #loginBtn a:before {
	background-position: 0 -34px;
}
div#header div#serviceNavi a {
	display: block;
	padding: 7px;
	border: 1px solid #bf0000;	/* サービスカラーを入れてください */
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	background: -webkit-gradient(linear, 0% 49%, 0% 50%, from(#bf0000), to(#d96666));	/* fromにサービスカラーtoにサービスカラーより薄い色をを入れてください */
	text-align: center;
	text-shadow:1px 1px 1px #bf0000;	/* サービスカラーを入れてください */
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
}


div#header h1#logo,
div#header div#logo {
	float: left;
	vertical-align: middle;
}
div#header h1#logo img,
div#header div#logo img {
	margin-right: 3px;
	vertical-align: middle;
}
div#header h1#logo img:last-child,
div#header div#logo img:last-child {
	margin: 0;
}
div#header div#serviceMenu {
	float: right;
	padding-top: 2px;
}
div#header div#serviceMenu {
	float: right;
	padding-top: 2px;
}
div#header div#serviceMenu a {
	display: block;
	height: 26px;
	padding-right: 16px;
	background: url(http://jp.rakuten-static.com/1/im/smp/prt/bg_serviceMenu_open.gif) no-repeat 100% 5px;
	font-size: 14px;
}
div#header div#serviceMenu a.close {
	background: url(http://jp.rakuten-static.com/1/im/smp/prt/bg_serviceMenu_close.gif) no-repeat 100% 5px;
}

div#grpServiceList {
	position: absolute;
	right: 5px;
	display: none;
	border: 1px solid #BFB99A;
	background:#FFFFFF;
}
div#grpServiceList div {
	border: 1px solid #F3F3EE;
	-webkit-box-shadow: 0 2px 1px #E5E5DC;
}
div#grpServiceList div ul {
	border-bottom: 1px solid #BFB99A;
}
div#grpServiceList div ul:last-child {
	border-bottom: none;
}
div#grpServiceList div li {
	border-bottom: 1px solid #F3F3EE;
}
div#grpServiceList div li:last-child {
	border-bottom: none;
}
div#grpServiceList div li a {
	display:block;
	font-size: 12px;
	padding: 10px 10px 10px 15px;
	background: url(http://jp.rakuten-static.com/1/im/smp/prt/bg_grpServiceList.gif) no-repeat 7px 50%;
}

/* ロングロゴ用ヘッダー */

div#header div#serviceID.long img {
	width: 155px;	/* ロゴサイズに合わせた値を入れてください */
	height: 29px;	/* ロゴサイズに合わせた値を入れてください */
	margin-top: 3px;
}
div#longHeader {
	display: block;
	overflow: hidden;
	margin-bottom: 0;	/* ツールボックス・サーチボックスがないときは5px入れる */
	padding: 10px;
	border-bottom: 2px solid #bf0000;	/* サービスカラーを入れてください */
	font-size: 12px;
}
div#longHeader a {
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

div#longHeader dl#membership {
	vertical-align: middle;
	overflow: hidden;
}
div#longHeader dl#membership dt {
	float: left;
}
div#longHeader dl#membership dd {
	float: right;
}
div#longHeader dl#membership a {
	color: #bf0000;	/* サービスカラーを入れてください */
	text-align: right;
}
div#longHeader dl#membership span {
	color: #bf0000;	/* サービスカラーを入れてください */
	font-size: 14px;
	font-weight: bold;
	margin-right: 2px;
}
div#longHeader div#loginBtn {
	float: left;
	line-height: 1;
}
div#longHeader div#newRegistration {
	float: right;
	line-height: 1;
}
div#longHeader div#loginBtn:before,
div#longHeader div#newRegistration:before {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	margin: -1px 5px 0 0;
	background: url(http://image.books.rakuten.co.jp/books/img/common/smart/icon_member_menu.png) no-repeat 0 -51px;
	background-size: 17px 85px;
	-webkit-background-size: 17px 85px;
	content: "";
}

div#longHeader div#loginBtn:before {
	background: url(http://image.books.rakuten.co.jp/books/img/common/smart/icon_member_menu.png) no-repeat 0 -68px;
}


/* searchArea */
div#search {
	margin-bottom: 0;	/* ツールボックスがないときは5px入れる */
	padding: 4px 5px 5px;
	background: #7e2f30;
	background: -webkit-gradient(linear, left top, left bottom, from(#c11f20), to(#bf0000));
	font-size: 16px;
}
div#search form {
	display: block;
	overflow: hidden;
}
div#search form div#searchInput {
	float: left;
	width: 71%;
	margin: 0;
}
div#search form div#searchInput input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline;
	width: 100%;
	height: 30px;
	vertical-align: middle;
	margin: 0;
	padding: 0 5px;
	vertical-align: middle;
	border: 1px solid #666666;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	-webkit-box-shadow: 1px 1px 3px 1px #999999 inset;
	box-shadow: 1px 1px 3px 1px #999999 inset;
}
div#search div#searchInput span.delval {
	right: 0;
}
div#search div#nowordLine {
	color: #ffffff;
	font-size: 12px;
}

div#search div#searchBtn {
	float: right;
	width: 28%;
	margin: 0;
	text-align: right;
}
div#search div#searchBtn input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 2em;
	width: 100%;
	height: 29px;
	border: 1px solid #726b6b;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #333333;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.49, #ffffff), color-stop(0.5, #ecebf2), to(#efeef3));
	font-size: 13px;
	font-weight: bold;
}
div#search div#searchSelect {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	margin: 0 0 2px;
}
div#search div#searchSelect div {
	margin: 0;
}
div#search div#searchSelect div select {
	width: 100%;
	font-size: 16px;
}
/*suggest*/
div#search div#suggest {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	border: none;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
div#search div#suggest .sggstKeyword {
	border: none;
	border-bottom: 1px solid #999999;
}

/* toolBox */

ul.toolBox {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}
div#headerArea ul.toolBox {
	border-bottom: 2px solid #bf0000;	/* サービスカラーを入れてください */
}
ul.toolBox.footerArea {
	display: table;
	position: relative;
	border-top: 2px solid #bf0000;	/* サービスカラーを入れてください */
	-webkit-box-shadow: 0 1px 2px 1px #cdcdcd;
	box-shadow: 0 1px 2px 1px #cdcdcd;
}
ul.toolBox li{
	display: table-cell;
	width: 20%;	/* 5アイテム20 - 4アイテム25 - 3アイテム33 - 2アイテム50 */
	border-right: 1px solid #dedede; 
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
	font-size: 10px;
	text-align: center;
}
ul.toolBox li:last-child {
	border: none;
}
ul.toolBox li a {
	padding: 5px 0;
	display: block;
	color: #666666;
	text-decoration: none;
}
ul.toolBox li a:before {
	display: block;
	width: 32px;
	height: 29px;
	margin: 0 auto 2px;
	background: url(http://image.books.rakuten.co.jp/books/img/common/smart/icon_tools.png) no-repeat 0 0;
	background-size: 32px 145px;	/* height - 5アイテム145 - 4アイテム116 - 3アイテム87 - 2アイテム58 */
	-webkit-background-size: 32px 145px;	/* height - 5アイテム145 - 4アイテム116 - 3アイテム87 - 2アイテム58 */
	content: "";
}
ul.toolBox li.tool2 a:before {
	background: url(http://image.books.rakuten.co.jp/books/img/common/smart/icon_tools.png) no-repeat 0 -29px;
}
ul.toolBox li.tool3 a:before {
	background: url(http://image.books.rakuten.co.jp/books/img/common/smart/icon_tools.png) no-repeat 0 -58px;
}
ul.toolBox li.tool4 a:before {
	background: url(http://image.books.rakuten.co.jp/books/img/common/smart/icon_tools.png) no-repeat 0 -87px;
}
ul.toolBox li.tool5 a:before {
	background: url(http://image.books.rakuten.co.jp/books/img/common/smart/icon_tools.png) no-repeat 0 -116px;
}

/* コンテンツ */
div#contents {
	margin-bottom: 5px;
}

/* memberWindow */
div#memberDetail {
	visibility: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
}
div#memberDetail div.detailMenu {
	position: relative;
	padding: 9px 5px;
	border-bottom: 2px solid #bf0000;	/* サービスカラーを入れてください */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
div#memberDetail div.detailMenu ul#menuTab {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #9f9f9f;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px #ffffff;
	box-shadow: 0 1px 1px #ffffff;
}
div#memberDetail div.detailMenu ul#menuTab li {
	display: inline-block;
	width: 98px;
	vertical-align: top;
	padding: 6px 0;
	border-right: 1px solid #9f9f9f;
	text-align: center;
}
div#memberDetail div.detailMenu ul#menuTab li:last-child {
	border: none;
}
div#memberDetail div.detailMenu ul#menuTab li.open {
	background: #dcdcdc;
	text-shadow: 1px 1px 0 #ffffff;
	-webkit-box-shadow: 0 0 3px 0 #b2b2b2 inset;
	box-shadow: 0 0 3px 0 #b2b2b2 inset;
}
div#memberDetail div.detailMenu div.close {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 8px;
	width: 48px;
	margin-left: 5px;
	padding: 6px 0;
	color: #ffffff;
	border: 1px solid #8b5051;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fd8990), color-stop(0.49, #eb3c3c), color-stop(0.5, #dd0000), to(#eb0f0f));
	-webkit-box-shadow: 0px 1px 1px #ffffff;
	box-shadow: 0px 1px 1px #ffffff;
	text-align: center;
	text-shadow: -1px -1px 0 #a82222;
}

/* 会員情報枠 */
div#statusInfo {
	display: block;
	margin: 0 5px;
}
div#statusInfo div.personal {
	display: table;
	width: 100%;
	margin: 10px 0;
	text-align: right;
}
div#statusInfo div#welcome,
div#statusInfo div#nickname {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	font-size: 14px;
	text-align: left;
}
div#statusInfo div#welcome span.userName a {
	max-width: 105px;
	overflow: hidden;
	color: #bf0000;			/* ユーザーネームのカラーを入れてください */
	margin-right: 5px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right;
}
div#statusInfo div#nickname span.userName a {
	color: #0000ff;			/* ニックネームのカラーを入れてください */
	margin-right: 5px;
	font-weight: bold;
}
div#statusInfo div.mypage {
	display:inline-block;
	text-align: right;
}
div#statusInfo div.personal div.mypage {
	margin-right: 6px;
}
div#statusInfo div#point div.mypage {
	margin-right: 0;
}
div#statusInfo div.mypage a {
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 6px 25px;
	border: 1px solid #9C9C9C;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #333333;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), color-stop(0.49, #ffffff), color-stop(0.5, #efeef3), to(#efeef3));
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
div#statusInfo div.logoutBtn {
	display: inline-block;
	width: 100%;
	margin: 15px 0;
	text-align: center;
}
div#statusInfo div.logoutBtn a {
	display: inline-block;
	padding: 6px 40px;
	border: 1px solid #9C9C9C;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #333333;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e0e0e0));
	box-shadow: 0 1px 3px 0 #d8ddde;
	-webkit-box-shadow: 0 1px 3px 0 #d8ddde;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
div#statusInfo div#point {
	clear: both;
	margin-top: 3px;
	padding: 12px 5px 2px;
	font-size: 14px;
	box-shadow: 0 0 1px 1px #ffffff inset;
	-webkit-box-shadow: 0px 0px 1px 1px #ffffff inset;
}
div#statusInfo dl {
	color: #333333;
	padding: 0 0 10px 8px;
}
div#statusInfo div#point .title {
	display: table;
	width: 100%;
	vertical-align: middle;
	overflow: hidden;
	padding: 0 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #b1afb8;
}
div#statusInfo div#point h1 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 8px;
	color: #00124d;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
div#statusInfo div#point .title .mypage {
	display: table-cell;
	float: right;
	
}
div#statusInfo div#point dl.memberRank dt {
	position: relative;
	margin-bottom: 10px;
	padding: 2px 0 0 35px;
	font-size: 12px;
}
div#statusInfo div#point dl.memberRank dt:before {
	display: block;
	position: absolute;
	width: 23px;
	height: 30px;
	margin: -3px 0 0 -35px;
	background-size: 23px 120px;
	-webkit-background-size: 23px 120px;
	content: "";
}
div#statusInfo div#point dl.memberRank dt a {
	font-weight: bold;
	font-size: 16px;
}
div#statusInfo div#point dl.memberRank dd em {
	margin-left: 5px;
	font-style: normal;
}
div#statusInfo div#point dl.memberRank dd em span {
	font-weight: bold;
}
div#statusInfo div#point dl.memberRank dd.all {
	margin-bottom: 8px;		/* 総保有ポイントのみの場合は0 */
	font-weight: bold;
	font-size: 16px;
}
div#statusInfo div#point dl.memberRank dd.all em {
	color: #bf0000;
	font-weight: normal;
	font-size: 14px;
}
div#statusInfo div#point dl.memberRank dd.all em span {
	font-size: 16px;
	font-weight: bold;
}
div#statusInfo div#point dl.memberRank dd.rimited {
	line-height: 1.5;
	padding-left: 15px;
	background: url(http://jp.rakuten-static.com/1/im/smp/prt/parts_kagi_middle.gif) no-repeat 0 50%;
}
div#statusInfo div#point dl.memberRank dd.rimited em {
	color: #bf0000;
}
div#statusInfo div#point dl.memberRank dd.cash {
	line-height: 1.5;
	padding-left: 15px;
	background: url(http://jp.rakuten-static.com/1/im/smp/prt/parts_kagi_bottom.gif) no-repeat 0 50%;
}
div#statusInfo div#point dl.memberRank dd.cash em {
	color: #0f218b;
}

div#statusInfo .itemBox {
	margin-bottom: 10px;
}

/* ログイン */

div#statusInfo  div#loginInfo {
	clear: both;
	margin-top: 15px;
	padding: 12px 5px 2px;
	border: 2px solid #bbbbbb;
	color: #333333;
	background: #ffffff;
	font-size: 14px;
	box-shadow: 0 0 1px 1px #ffffff inset;
	-webkit-box-shadow: 0px 0px 1px 1px #ffffff inset;
}
div#statusInfo div#loginInfo .itemBox {
	padding: 0 0 10px 8px;
	border-bottom: 1px dotted #b1afb8;
}
div#statusInfo  div#loginInfo div.login a,
div#statusInfo  div#loginInfo div.beginner a {
	position: relative;
	padding:  0 0 0 25px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
div#statusInfo  div#loginInfo div.login a:before,
div#statusInfo  div#loginInfo div.beginner a:before {
	display: block;
	position: absolute;
	width: 14px;
	height: 15px;
	margin: 2px 0 0 -20px;
	background-size: 14px 60px;
	-webkit-background-size: 14px 60px;
	content:"";
}
div#statusInfo  div#loginInfo div.login a:before {
	background: url(http://image.books.rakuten.co.jp/books/img/common/smart/icon_common.png) no-repeat 0 0;
}

div#statusInfo  div#loginInfo div.beginner a:before {
	background: url(http://image.books.rakuten.co.jp/books/img/common/smart/icon_common.png) no-repeat 0 -15px;
}

div#statusInfo  div#loginInfo p.lead,
div#statusInfo  div#loginInfo ul.cpnInfo {
	line-height: 1.5;
	font-size: 12px;
}
div#statusInfo  div#loginInfo ul.cpnInfo li:before {
	color: #0000ff;
	content:"・"
}

/* ダイヤモンド会員 */
div#statusInfo div.diamond {
	border: 2px solid #aa9bcb;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aa96e2), color-stop(0.15, #f9f2ff), to(#f9f2ff));
}
div#statusInfo div.diamond .itemBox {
	border-bottom: 1px dotted #665555;
}
div#statusInfo div.diamond dt:before {
	background: url(http://image.books.rakuten.co.jp/books/img/common/smart/wappen_icon.png) no-repeat 0 -90px;
}
div#statusInfo div.diamond dt a {
	color: #665555;
}
/* プラチナ会員 */
div#statusInfo div.premium {
	border: 2px solid #98cee6;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b2e1f6), color-stop(0.15, #f0f9fe), to(#f0f9fe));
}
div#statusInfo div.premium .itemBox {
	border-bottom: 1px dotted #98cee6;
}
div#statusInfo div.premium dt:before {
	background: url(http://image.books.rakuten.co.jp/books/img/common/smart/wappen_icon.png) no-repeat 0 -60px;
}
div#statusInfo div.premium dt a {
	color: #0099cc;
}
/* ゴールド会員 */
div#statusInfo div.gold {
	border: 2px solid #cc9900;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e3c66d), color-stop(0.15, #fffcdf), to(#fffcdf));
}
div#statusInfo div.gold .itemBox {
	border-bottom: 1px dotted #e6d197;
}
div#statusInfo  div.gold dt:before {
	background: url(http://image.books.rakuten.co.jp/books/img/common/smart/wappen_icon.png) no-repeat 0 -30px;
}
div#statusInfo div.gold dt a {
	color: #996600;
}
/* シルバー会員 */
div#statusInfo div.silver {
	border: 2px solid #999999;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b9b9b9), color-stop(0.15, #f0f0f0), to(#f0f0f0));
}
div#statusInfo div.silver .itemBox {
	border-bottom: 1px dotted #b1afb8;
}
div#statusInfo div.silver dt:before {
	background: url(http://image.books.rakuten.co.jp/books/img/common/smart/wappen_icon.png) no-repeat 0 0;
}
div#statusInfo div.silver dt a {
	color: #565656;
}
/* レギュラー会員 */
div#statusInfo div.normal {
	border: 2px solid #bbbbbb;
	background: #ffffff;
}
div#statusInfo div.normal .itemBox {
	border-bottom: 1px dotted #b1afb8;
}
div#statusInfo div#personalize div.normal dt {
	padding-left: 0;
}
div#statusInfo div#personalize div.normal dt:before {
	display: none;
}
div#statusInfo div.normal dt a {
	color: #1d54a7;
}

div#statusInfo div#point dl.rankInfo {
	line-height: 1.5;
}
div#statusInfo div#point dl.rankInfo em {
	color: #bf0000;
	font-style: normal;
}

div#statusInfo dl.pointCpn {
	overflow: hidden;
	padding-bottom: 5px;
	font-size: 14px;
}
div#statusInfo dl.pointCpn dt {
	display: inline-block;
	line-height: 1.15;
	width: 49%;
	font-weight: bold;
	text-align: left;
}

div#statusInfo dl.pointCpn dd {
	float: right;
	width: 49%;
	vertical-align: top;
	text-align: right;
}
div#statusInfo div.pointClub a {
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 6px 18px 6px 18px;
	border: 1px solid #9C9C9C;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #333333;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), color-stop(0.49, #ffffff), color-stop(0.5, #efeef3), to(#efeef3));
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/*　サービス一覧　*/
div#memberDetail div#serviceInfo {
	display: none;
	overflow: hidden;
	margin: 15px 5px 0;
}
div#serviceInfo ul.serviceList,
div#serviceInfo ul.serviceListLong {
	margin-bottom: 10px;
	border: 1px solid #a0a0a0;
}
div#serviceInfo ul.serviceList li,
div#serviceInfo ul.serviceListLong li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 50%;
	height: 46px;
	vertical-align: top;
	overflow: hidden;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ececec));
}
div#serviceInfo ul.serviceListLong li {
	width: 100%;
	line-height: 1;
	border-right: none;
}

div#serviceInfo ul.serviceList li:nth-child(even) {  
	border-right: none;
} 
div#serviceInfo ul.serviceList li:last-child,
div#serviceInfo ul.serviceList li:nth-last-of-type(2),
div#serviceInfo ul.serviceListLong li:last-child {
	border-bottom: none;
} 

div#serviceInfo ul.serviceList li a,
div#serviceInfo ul.serviceListLong li a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1;
	padding: 16px 20px 16px 10px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div#serviceInfo ul.serviceList li:before,
div#serviceInfo ul.serviceListLong li:before {
	position: absolute;
	width: 14px;
	height: 15px;
	margin: 15px 0 0 90%;
	background: url(http://image.books.rakuten.co.jp/books/img/common/smart/icon_common.png) no-repeat 0 -45px;
	background-size: 14px 60px;
	-webkit-background-size: 14px 60px;
	content: "";
}
div#serviceInfo ul.serviceListLong li:before {
	margin: 15px 0 0 95%;
}

/* フッター */
div#footer {
	padding-top: 5px;
	border-top: 2px solid #808080;
	font-size: 14px;
}
div#footer ul {
	text-align: center;
}
div#footer ul li {
	display: inline-block;
}
div#footer ul li:last-child {
}
div#footer ul li a {
	display: inline-block;
	padding: 5px;
}

/* 表示モード */

div#device {
	margin-bottom: 5px;
	font-size: 14px;
	text-align: center;
}
div#device dt {
	display: inline;
}
div#device dt:after {
	content: " ：";
}
div#device dd {
	display: inline;
	padding-right: 6px;
	border-right: 1px solid #333333;
}
div#device dd:last-child {
	border: none;
}
div#device dd a {
	padding: 6px;
	font-weight: bold;
}



/* copyright */

div#copyright {
	margin-bottom: 5px;
	color: #666666;
	text-align: center;
	font-size: 12px;
}
