@charset "utf-8";

/* reset
------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,label,input,textarea,p,blockquote,table,th,td {
	margin:0; 
	padding:0; 
}
fieldset, img {
    border: 0 none;
}

/* 基本素材
------------------------------------------------------------ */
.left {
	float: left;
}
.right {
	float: right;
}
img {
	border: 0;
}
p.attention {
	position: relative;
	background: #FF6600;
	margin-top: 2px;
	padding: 2px 6px;
	border-left: 12px solid #FF9900;
	text-align: left;
	font-weight: bold;
	color: #FFF;
}
.note {
	margin-top: 0;
	padding-left: 0;
	color: #FF6600;
	text-indent: 0;
}
.ruby {
	font-weight: lighter;
	font-size: 80%;
}

/* ------ clearfix */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

td,th {
	background: #ffffff;
	width: auto;
}

/* プラス紹介
------------------------------------------------------------ */

.plus_window {
	height: 574px;
}
.plus0 {
	/* パペガ用 */
	background: #dddcd0;
	color: #000000;
}
.plus1 {
	/* マジカ用 */
	background: #ffffff;
	color: #754D14;

}
.plus3 {
	/* アヴァロン用 */
	background: #edd494;
	color: #754D14;
}

.plus {
	margin: 0;
	min-width: 750px;
	line-height: 1.5;
}

.plus .container {
	margin: 0 auto;
	width: 720px;
}

.plus .container_pay {
	margin: 0 auto;
	width: 560px;
	text-align: left;
}

.plus #expTxt {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.plus #expImg {
	padding-top: 10px;
	text-align: left;
}
.plus ul li {
	list-style: disc;
	margin-left: 30px;
}
.plus ul li img {
	vertical-align: baseline;
}
.plus ul ul li {
	list-style: circle;
}
.plus dl {
	margin: 0 auto 10px;
	width: 410px;
	text-align: left;
}
.plus dt {
	font-weight: bold;
	font-size: 116%;
	color: #979773;
}
.plus dd {
	margin: 5px 0 10px;
	background: none;
	border-bottom: 1px solid #979773;
	height: 22px;
	text-align: left;
	text-indent: 20px;
	font-weight: bold;
	font-size: 116%;
	color: #FF6600;
}
.plus .box {
	margin: 5px;
	padding: 5px;
	background: #FFF;
}

.plus0 .plus_button {
	margin-top: 10px;
	margin-left: 165px;
	cursor:pointer;
	width: 340px;
	background: #ff6600;
	background-image: -webkit-linear-gradient(top, #ff6600, #dd4400);
	background-image: -moz-linear-gradient(top, #ff6600, #dd4400);
	background-image: -ms-linear-gradient(top, #ff6600, #dd4400);
	background-image: -o-linear-gradient(top, #ff6600, #dd4400);
	background-image: linear-gradient(to bottom, #ff6600, #dd4400);
	-webkit-border-radius: 20;
	-moz-border-radius: 20;
	border-radius: 20px;
	font-family: Arial;
	color: #ffffff;
	font-size: 38px;
	padding: 10px 20px 10px 20px;
	border: solid #ffffff 8px;
	font-weight: bold;
	text-decoration: none;
}

.plus0 .plus_button:hover {
	background: #ffcc00;
	background-image: -webkit-linear-gradient(top, #ffcc00, #eeaa00);
	background-image: -moz-linear-gradient(top, #ffcc00, #eeaa00);
	background-image: -ms-linear-gradient(top, #ffcc00, #eeaa00);
	background-image: -o-linear-gradient(top, #ffcc00, #eeaa00);
	background-image: linear-gradient(to bottom, #ffcc00, #eeaa00);
	text-decoration: none;
}

.plus0 h3 {
	margin: 20px 0 10px;
	padding: 2px 0 2px 8px;
	background: #FF9900;
	border-left: 10px solid #FF6600;
	font-size: 131%;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
.plus0 .invitation {
	padding: 10px;
	margin-top: 16px;
	margin-left: 64px;
	background: #eeeeee;
	border :2px;
	width :560px;
	color: #0099ff;
	font-size: 120%;
	font-weight: bold;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;

	text-shadow:
	2px 2px 1px rgba(255, 255, 255, 1),
	-2px 2px 1px rgba(255, 255, 255, 1),
	2px -2px 1px rgba(255, 255, 255, 1),
	-2px -2px 1px rgba(255, 255, 255, 1);
}

.plus0 .plusitem {
	color: #ff6f0f;
	font-size: 150%;
}

.plus0 .invitation_button {
	margin-top: 5px;
	margin-left: 150px;
	cursor:pointer;
	width: 240px;
	background: #0099ff;
	-webkit-border-radius: 40;
	-moz-border-radius: 40;
	border-radius: 40px;
	color: #ffffff;
	font-size: 24px;
	padding: 10px 15px 10px 15px;
	border: solid #ffffff 8px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
}

.plus0 .invitation_button:hover {
	background: #00ccff;
	text-decoration: none;
}
.plus0 .invitation_button a {
	display: block;
	color: #ffffff;
}
.plus0 .invitation_button a:link {
	color: #ffffff;
}
.plus0 .invitation_button a:visited {
	color: #ffffff;
}
.plus0 .invitation_button a:hover {
	color: #ffffff;
	text-decoration: none;
}
.plus0 .invitation_button a:active {
	color: #ffffff;
	text-decoration: none;
}
.plus1 .plus_button {
	margin-top: 10px;
	margin-left: 165px;
	cursor:pointer;
	width: 340px;
	background: #ff6600;
	background-image: -webkit-linear-gradient(top, #7d230b, #7d230b);
	background-image: -moz-linear-gradient(top, #7d230b, #7d230b);
	background-image: -ms-linear-gradient(top, #7d230b, #7d230b);
	background-image: -o-linear-gradient(top, #7d230b, #7d230b);
	background-image: linear-gradient(to bottom, #7d230b, #7d230b);
	-webkit-border-radius: 20;
	-moz-border-radius: 20;
	border-radius: 20px;
	font-family: Arial;
	color: #ffffff;
	font-size: 38px;
	padding: 10px 20px 10px 20px;
	border: solid #ce9e65 8px;
	font-weight: bold;
	text-decoration: none;
}

.plus1 .plus_button:hover {
	background: #ffcc00;
	background-image: -webkit-linear-gradient(top, #ff6666, #ff6666);
	background-image: -moz-linear-gradient(top, #ff6666, #ff6666);
	background-image: -ms-linear-gradient(top, #ff6666, #ff6666);
	background-image: -o-linear-gradient(top, #ff6666, #ff6666);
	background-image: linear-gradient(to bottom, #ff6666, #ff6666);
	text-decoration: none;
}

.plus1 h3 {
	margin: 20px 0 10px;
	padding-left: 5px;
	border-left: 12px solid #FF6666;
	border-right: 2px solid #FF6666;
	border-top: 2px solid #FF6666;
	border-bottom: 2px solid #FF6666;
	font-weight: bold;
	font-size: 116%;
	color: #FF6666;
	text-align: left;
}
.plus1 .invitation {
	padding: 10px;
	margin-top: 16px;
	margin-left: 64px;
	background: #eeeeee;
	border :2px;
	width :560px;
	color: #51342e;
	font-size: 120%;
	font-weight: bold;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;

	text-shadow:
	2px 2px 1px rgba(255, 255, 255, 1),
	-2px 2px 1px rgba(255, 255, 255, 1),
	2px -2px 1px rgba(255, 255, 255, 1),
	-2px -2px 1px rgba(255, 255, 255, 1);
}

.plus1 .plusitem {
	color: #ff6666;
	font-size: 150%;
}

.plus1 .invitation_button {
	margin-top: 5px;
	margin-left: 150px;
	cursor:pointer;
	width: 240px;
	background: #ebb875;
	-webkit-border-radius: 40;
	-moz-border-radius: 40;
	border-radius: 40px;
	color: #51342e;
	font-size: 24px;
	padding: 10px 15px 10px 15px;
	border: solid #5e443f 8px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
}

.plus1 .invitation_button:hover {
	background: #ffe7ae;
	text-decoration: none;
}
.plus1 .invitation_button a {
	display: block;
	color: #51342e;
}
.plus1 .invitation_button a:link {
	color: #51342e;
}
.plus1 .invitation_button a:visited {
	color: #51342e;
}
.plus1 .invitation_button a:hover {
	color: #51342e;
	text-decoration: none;
	background: #ffe7ae;
}
.plus1 .invitation_button a:active {
	color: #51342e;
	background: #ffe7ae;
	text-decoration: none;
}
.plus3 .plus_button {
	margin-top: 10px;
	margin-left: 165px;
	cursor:pointer;
	width: 340px;
	background: #ff6600;
	background-image: -webkit-linear-gradient(top, #478fdc, #0e4a89);
	background-image: -moz-linear-gradient(top, #478fdc, #0e4a89);
	background-image: -ms-linear-gradient(top, #478fdc, #0e4a89);
	background-image: -o-linear-gradient(top, #478fdc, #0e4a89);
	background-image: linear-gradient(to bottom, #478fdc, #0e4a89);
	-webkit-border-radius: 20;
	-moz-border-radius: 20;
	border-radius: 20px;
	font-family: Arial;
	color: #ffffff;
	font-size: 38px;
	padding: 10px 20px 10px 20px;
	border: solid #d89c40 8px;
	font-weight: bold;
	text-decoration: none;
}

.plus3 .plus_button:hover {
	background: #ffcc00;
	background-image: -webkit-linear-gradient(top, #84dbff, #2f92d8);
	background-image: -moz-linear-gradient(top, #84dbff, #2f92d8);
	background-image: -ms-linear-gradient(top, #84dbff, #2f92d8);
	background-image: -o-linear-gradient(top, #84dbff, #2f92d8);
	background-image: linear-gradient(to bottom, #84dbff, #2f92d8);
	text-decoration: none;
}

.plus3 h3 {
	color: #ffffff;
	height: 20px;
	display: block;
	padding: 4px 0px 2px 4px;
	margin: 6px 2px 6px 0px;
	background: #73a44f;
	font-size: 110%;
	text-align: left;
}


/* プラス登録ページ
------------------------------------------------------------ */
.plus .title {
	margin-top: 2em;
	font-weight: bold;
	color: #0066CC;
}

.plus table#proInfo {
	background: #F7F7F4;
	border: 4px double #DEDED2;
	width: 90%;
}
.plus table th {
	color: #756100;
}
.plus table td {
	padding-left: 1em;
}
.plus .proList {
	padding-left: 1em;
}
.plus table#proInfo {
	margin: 0.5em auto 1.5em;
}
.plus table#proInfo th {
	padding-left: 10px;
	width:60%;
	text-align: left;
}
.plus table#proInfo td {
	padding: 0.3em 0;
	border: none;
	width: 40%;
	color: #CC6600;
}
.plus table#payButton {
	margin: 0;
	width: 100%;
}
.plus table#payButton td {
	width: 50%;
	text-align: center;
}

.plus td.submit input {
	margin: 0.9em 0 0.5em 0;
	width: 12em;
	height: 2.2em;
}
/* ガイド
------------------------------------------------------------ */
.guide_window {
	margin: 0;
	padding: 0;
	/*border: 2px red solid;*/
	border: 0;
	width: 771px;
	height: 571px;
}

/* 銀貨購入
------------------------------------------------------------ */
.gold {
	margin: 0;
	min-width: 750px;
	line-height: 1.5;
	font-family:  "メイリオ", "Hiragino Kaku Gothic Pro" ,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Meiryo, Osaka, Verdana, Arial, sans-serif;
}

.gold .container {
	margin: 0 auto;
	width: 540px;
	text-align: left;
	color: #756100;
}

.gold form .submit {
	margin-top: 1em;
	clear: both;
	text-align: center;
}
.gold .submit input {
	width: 13.5em;
	height: 2.2em;
}
.gold form table.proList {
	margin-bottom: 0.5em;
}

.gold form div.proList {
	margin: 1em 0 2em 1.5em;
}

.gold form table {
	margin: 0px;
}
.gold form table#proInfo {
	background: #DEDCAD;
	border: 4px double #CAC58B;
	width: 100%;
}
.gold form table th {
	color: #756100;
}
.gold form table#proInfo th {
	width:40%;
	text-align: right;
}
.gold form table#proInfo td {
	padding: 0.3em 0;
	border: none;
	width: 60%;
	color: #CC6600;
}

.gold form table#payInfo td {
	padding: 0.5em 0 0;
	border: none;
}
.gold form table#payInfo td.radioButton {
	width: 8%;
}
.gold table#payButton {
	margin: 0;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.gold form table#payButton td {
	background: none repeat scroll 0 0 #FFFFFF;
	width: 50%;
}

.gold dl {
	background: none;
}
.gold dt {
	padding: 0.1em 0 0.1em 0.5em;
	background: #E0DE9E;
	color: #AE8F00;
	font-weight: bold;
}
.gold dd {
	margin: 0.5em 0 1em 0;
	padding-left: 1em;
	font-weight: bold;
}
.gold form table#payButton {
	margin: 0;
	width: 100%;
}

.gold .title-gold {
	margin: 1em 0 0.5em 0;
	padding-left: 1.3em;
	background: url(../merchant/img/arrow_brown.gif) no-repeat 0 50%;
	color: #756100;
	text-align: left;
	font-weight: bold;
}

.gold .goldtd1 {
	width: 20px;
	text-align: center;
	background: #CAC991;
}

.gold .goldtd2 {
	width: 50px;
	background: #EFEFDE;
}

.gold .goldtd3 {
	width: 190px;
	padding-left: 12px;
	background: #EFEFDE;
}

.gold .paytd1 {
	width: 20px;
	text-align: center;
	background: #CAC991;
}

.gold .paytd2 {
	width: 140px;
	background: #EFEFDE;
}

.gold .paytd3 {
	width: 380px;
	padding-left: 24px;
	background: #EFEFDE;
}

.gold form table.proList {
	margin-bottom: 2em;
	border-collapse: separate;
	border-spacing: 1px;
}
.gold form table.proList td.top {
	padding-top: 0.8em;
	vertical-align: top;
	width: 7%;
}
.gold form div.proList {
	margin: 1em 0 2em 1.5em;
}

.gold form table.proList {
	margin-bottom: 0.5em;
}

.gold form div.proList {
	margin: 1em 0 2em 1.5em;
}

#contents-gold .right {
	float: right;
}

#contents-gold .left {
	float: left;
}

.gold form table#payInfo {
	margin-bottom: 2em;
	border-collapse: separate;
	border-spacing: 1px;
}

.gold form table#payInfo td {
	padding: 0.5em 0 0;
	border: none;
}
.gold table#payInfo td.radioButton {
	width: 8%;
}

.gold form table#payInfo td {
	padding: 0.5em 0 0;
	border: none;
}
.gold form table#payInfo td.radioButton {
	width: 8%;
}

.cursor-pointer {
	cursor: pointer;
}

.gold form table#payButton {
	margin-top: 0.5em;
	width: 100%;
}

/* 利用規約
------------------------------------------------------------ */
#kiyaku {
	padding: 0.8em;
	overflow: auto;
	height: 200px;
	background: #FFF;
	border: 1px solid #C5BE87;
	color: #000;
}
.gold #kiyaku {
	height: 120px;
}
#kiyaku h3 {
	margin-bottom: 1em;
	border-top: 3px double #000;
	border-bottom: 3px double #000;
	text-align: center;
	font-size: 100%;
}
#kiyaku h4 {
	margin: 1.5em 0 0.2em;
	font-size: 100%;
}
#kiyaku p.num {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#kiyaku ol {
	padding-left: 3em;
}
#kiyaku ul {
	padding: 0 0 0.5em 3em;
	list-style: disc;
}
#kiyaku h4 {
	color: #000000;
	border-left:12px solid #000000;
	border-bottom:1px solid #000000;
}

/* 銀貨、プレミアムウィンドウ用
------------------------------------------------------------ */
#switch_container {
	position: relative;
}

/* エラー画面
------------------------------------------------------------ */
#error-container-inner-window {
	text-align: center;
	height: 500px;
}

#error-container-inner-window #error-title {
	margin: 10px;
	color: #000000;
	font-size: 120%;
	border-bottom:1px solid #000000;
}

#error-container-inner-window #error-message {
	margin: 5px;
	color: #000000;
	font-size: 100%;
}


/* メッセージ表示画面
------------------------------------------------------------ */
#onlymessage-container-inner-window {
	text-align: center;
	height: 500px;
}

#onlymessage-container-inner-window #message {
	margin: 5px;
	color: #000000;
	font-size: 100%;
}





/* メンテナンス画面
------------------------------------------------------------ */
#maintenance {
	width:960px;
}
#maintenance #contents {
	text-align: center;
}
#maintenance #contents-top {
	margin: 5em auto 0;
	width: 500px;
}
#maintenance #contents-txt {
	margin-top: 3em;
	margin-left: 17em;
	width: 520px;
	color: #888C66;
}
#maintenance #contents-txt p {
	margin: 0.3em 0;
	padding: 0.1em;
	border-bottom: 1px dashed #888C66;
	text-align: left;
}
#maintenance #contents-txt #info {
	margin: 2em;
	padding: 1em 0;
	width: 480px;
	border: 3px double #E0E1D7;
	background: #FFF;
}
#maintenance #contents-txt #info p {
	margin: 0;
	padding: 0 1.5em;
	border: none;
}
#maintenance #contents-txt #info p.txt-bold {
	padding: 0.2em 1.5em 0.5em;
	color: #00A8A8;
}
#maintenance .note {
	margin-top: 0;
	padding-left: 0;
	color: #FF6600;
	text-indent: 0;
}


/* Apoint
------------------------------------------------------------- */
#apoint_body {
	background: #EDEDD9;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	color: #9E733F;
}

#apoint_body #apoint {
	width: 900px;
	margin: 0 auto;
	font-size: small;
}

#apoint_body #apoint #header {
	height: 113px;
}

#apoint_body #apoint #main {
	margin-top: 10px;
	width: 100%;
}

#apoint_body #apoint #menu {
	float: right;
	width: 200px;
}

#apoint_body #apoint .welcome_container{
	background: url(/common/img/apoint/welcomebox.png) no-repeat;
	float: left;
	width: 180px;
	height: 154px;
	padding: 20px 8px 0px 12px;
	margin-bottom: 10px;
}
#apoint_body #apoint .welcome_container .menu_title {
	height: 28px;
}
#apoint_body #apoint .welcome_container .menu_point{
	margin-top: 16px;
	margin-left: 3px;
}

#apoint_body #apoint .welcome_container .menu_term{
	margin-top: 5px;
	margin-left: 3px;
}

#apoint_body #apoint .news_container .menu_contents_mini {
	height: 94px;
}

#apoint_body #apoint .news_container{
	background: url(/common/img/apoint/newsbox2.png) no-repeat;
	float: left;
	width: 180px;
	height: 124px;
	margin-bottom: 10px;
	padding: 50px 8px 0px 12px;
}

#apoint_body #apoint .news_container .more a {
	float: right;
	margin-right: 5px;
	text-indent: -9999px;
	width: 53px;
	height: 15px;
	display: block;
	overflow: hidden;
	background: url(/common/img/apoint/more.png) no-repeat;
}
#apoint_body #apoint .news_container .more a:hover {
	width: 53px;
	height: 15px;
	background: url(/common/img/apoint/more_over.png) no-repeat;
}

#apoint_body #apoint .mini_banner{
	float: left;
	background-color: #3c8aff;
	width: 200px;
	height: 50px;
}

#apoint_body #apoint a {
	color: #9E733F;
}
#apoint_body #apoint a:hover {
	background-color: #FFFFFF;
}

#apoint_body #apoint .item{
	float: left;
	width: 130px;
	height:130px;
	margin-bottom: 20px;
	padding: 2px;
}

#apoint_body #apoint .over{
	background: #ffffff;
}

#apoint_body #apoint .item_apoint{
	font-weight: bold;
	color: #ff8125;
	text-align: center;
}

#apoint_body #apoint .item_name{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	font-size: 100%;
	text-decoration: underline;
}

#apoint_body #apoint .title{
	color: #9E733F;
	font-weight: bold;
}

#apoint_body #apoint .date{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #9E733F;
	font-weight: bold;
}

#apoint_body #apoint p {
	padding: 0;
	margin-top: 2px;
	margin-bottom: 5px;
	color: #9E733F;
}

#apoint_body .name{
	text-align: right;
	font-weight: bold;
	color: #FFA02E;
	font-size: 110%;
	margin-right:5px;
}

#apoint_body .stock_apoint{
	text-align: right;
	font-weight: bold;
	color: #FFA02E;
	font-size: 180%;
	margin-right:4px;
}

#apoint_body .unitp {
	text-align: right;
	font-weight: bold;
	color: #9E733F;
	font-size: 180%;
}
#apoint_body .unitpmin {
	text-align: right;
	font-weight: bold;
	color: #9E733F;
	font-size: 100%;
}

#apoint_body .deadline_apoint{
	text-align: right;
	font-weight: bold;
	color: #ff8125;
	font-size: 150%;
}

#apoint_body .apoint_apoint {
	font-weight: bold;
	color: #ff8125;
	margin-right:10px;
	margin-left:10px;
}

#apoint_body .itemname_apoint{
	font-weight: bold;
	color: #3c8aff;
	margin-right:10px;
}

#apoint_body .cname_apoint {
	font-weight: bold;
	color: #ff1010;
	margin-right:10px;
}

#apoint_body #apoint .term_apoint{
	text-align: right;
	font-weight: bold;
	font-size: small;
	font-size: large;
}

#apoint_body #apoint #contents {
	float: left;
	width: 690px;
}

#apoint_body #apoint_overlay {
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background-image: url(/common/img/glayer.png);
}

#apoint_body #apoint_overlay #merchant_contents{
	width: 660px;
	font-size: medium;
	vertical-align: middle;
	background: #F7E597;
	padding: 20px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

#apoint_body #apoint_overlay .container{
	position:absolute;
	padding: 0px;
	mergin: 0px;
	width: 700px;
}

#apoint_body #apoint_overlay .merchant_bar{
	background: #946933;
	height: 25px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}

#apoint_body #apoint_overlay .close_button{
	margin-top: 0px;
	width: 25px;
	height: 20px;
	float: right;
	cursor:pointer;
	padding: 3px;
}

#apoint_body #apoint_overlay #merchant_contents .item_detail{
	width: 650px;
	height: 200px;
	margin: 0px auto auto;
	display:table;
	border-collapse:collapse;
	margin: 10px auto;
}

#apoint_body #apoint_overlay #merchant_contents .row {
	display:table-row;
}

#apoint_body #apoint_overlay #merchant_contents .row div{
	font-size: small;
	display:table-cell;
	margin:5px;
	padding:5px;
	border:1px solid;
}

#apoint_body #apoint_overlay #merchant_contents .th {
	background-color: #F7EBCB;
	font-weight: bold;
	text-align: left;
	margin: auto;
	width: 100px;
}

#apoint_body #apoint_overlay #merchant_contents .detail_name {
	background-color: #FFFFFF;
}
#apoint_body #apoint_overlay #merchant_contents .detail_profile {
	text-align: left;
	background-color: #FFFFFF;
}
#apoint_body #apoint_overlay #merchant_contents .detail_life_attack {
	background-color: #FFFFFF;
}
#apoint_body #apoint_overlay #merchant_contents .detail_attack_speed {
	background-color: #FFFFFF;
}
#apoint_body #apoint_overlay #merchant_contents .detail_attack_range {
	background-color: #FFFFFF;
}
#apoint_body #apoint_overlay #merchant_contents .detail_str_magic {
	background-color: #FFFFFF;
}
#apoint_body #apoint_overlay #merchant_contents .detail_str_attribute {
	background-color: #FFFFFF;
}

#apoint_body #apoint_overlay #merchant_contents .button_ok {
	background-color: #EEEEEE;
}
#apoint_body #apoint_overlay #merchant_contents .button_cancel {
	background-color: #EEEEEE;
}


#apoint_body #apoint_overlay .message {
	width: 400px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-weight: bold;
	font-size:2ex;
}

#apoint_body #apoint_overlay .message .red {
	font-weight: bold;
	color: red;
}

#apoint_body #apoint .mst_list {
	height: 600px;
	width: 700px;
}

#apoint_body #apoint .mst_apoint_list {
	width: 700px;
}

#apoint_body #apoint .apoint_sort {
	height: 20px;
	margin-bottom: 20px;
	width: 670px;
}

#apoint_body #apoint .apoint_select {
	height: 20px;
	margin-bottom: 20px;
}

#apoint_body #apoint .page {
	height: 20px;
	float: right;
}

#apoint_body #apoint .page_link {
	width: 15px;
	float: left;
	margin-right: 3px;
	text-align: center;
	vertical-align: bottom;
	border: 1px solid #d8d8d8;
}

#apoint_body #apoint .page_link_prev {
	width: 80px;
	float: left;
	margin-right: 3px;
	text-align: center;
	vertical-align: bottom;
	text-decoration: underline;
	cursor:pointer;
}

#apoint_body #apoint .page_link_next {
	 width: 80px;
	 float: left;
	 margin-right: 3px;
	 text-align: center;
	 vertical-align: bottom;
	 text-decoration: underline;
	 cursor:pointer;
 }

#apoint_body #apoint .page_nolink_next {
	width: 80px;
	float: left;
	margin-right: 3px;
	text-align: center;
	vertical-align: bottom;
}

#apoint_body #apoint .check {
	background: #ececec;
	font-weight: bold;
}

#apoint_body #apoint .nocheck {
	text-decoration: underline;
	cursor:pointer;
}

#apoint_body #apoint .apoint_select a {
	color: FFFFFF;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 0;
	float: left;
	margin-right: 5px;
	width: 130px;
	text-align: center;
	text-decoration:none;
	background: #FCCB5E;
	cursor:pointer;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#apoint_body #apoint .apoint_select a:hover {
	background: #458796;
	text-decoration: none;
}

#apoint_body #apoint .apoint_select .select{
	background: #FFA02E;
	cursor: default;
}

#apoint_body #apoint_overlay  .contents_button li{
	margin:0 2px;
	padding:0;
	width:150px;
	height:20px;
	display:inline-block;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border: solid 2px #d8d8d8;
}

#apoint_body #apoint_overlay  .contents_button li div{
	font-weight: bold;
	text-decoration:none;
	display:block;

	border-style:solid;
	border-width:1px;
	border-color:#fff;
	color:#505050;
	cursor:pointer;
}

#apoint_body .item_img {
	margin-left: auto;margin-right:auto;
	margin-bottom: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: solid 1px #d8d8d8;
	height: 80px;
	width: 80px;
	position: relative;
}

#apoint_body .item_img img {
	margin: auto;
	padding: 15px;
}

#apoint_body .item_img .item_img_limited {
	position: absolute;
	top:0px;
	left:0px;
	height: 21px;
	width: 80px;
	background: url(/common/img/label_limited.png) no-repeat;
}


#apoint_body #apoint .button_container{
	margin-top: 10px;
	float: left;
}

#apoint_body #apoint .button_container div{
	float: left;
	display:block;
}

#apoint_body #apoint .button_container #about a {
	text-indent: -9999px; 
	width: 94px;
	height: 51px;
	display: block;
	overflow: hidden;
	background: url(/common/img/apoint/about.png) no-repeat;
}

#apoint_body #apoint .button_container #about a:hover {
	width: 94px;
	height: 51px;
	background: url(/common/img/apoint/about_over.png) no-repeat;
}

#apoint_body #apoint .button_container #faq a {
	text-indent: -9999px; 
	margin-left: 10px;
	width: 94px;
	height: 51px;
	display: block;
	overflow: hidden;
	background: url(/common/img/apoint/faq.png) no-repeat;
}
#apoint_body #apoint .button_container #faq a:hover {
	width: 94px;
	height: 51px;
	background: url(/common/img/apoint/faq_over.png) no-repeat;
}

#apoint_body #apoint .button_container #rewardlist a {
	text-indent: -9999px; 
	margin-top: 10px;
	width: 200px;
	height: 50px;
	display: block;
	overflow: hidden;
	background: url(/common/img/apoint/list.png) no-repeat;
}
#apoint_body #apoint .button_container #rewardlist a:hover {
	width: 200px;
	height: 50px;
	background: url(/common/img/apoint/list_over.png) no-repeat;
}

#apoint_body #apoint .button_container #gold a {
	text-indent: -9999px; 
	margin-top: 10px;
	width: 200px;
	height: 50px;
	display: block;
	overflow: hidden;
	background: url(/common/img/apoint/gold.png) no-repeat;
}
#apoint_body #apoint .button_container #gold a:hover {
	width: 200px;
	height: 50px;
	background: url(/common/img/apoint/gold_over.png) no-repeat;
}
#apoint_body h3 {
	margin: 0;
	padding: 2px 0 2px 8px;
	background: #FCCB5E;
	border-left: 20px solid #EF9B35;
	font-size: 131%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

#apoint_body .faq {
	padding-top: 4px;
}
#apoint_body .question {
	margin-top: 5px;
	font-weight: bold;
	padding-left: 20px;
	background: url(/common/img/apoint/icon_q_s.gif) no-repeat left center;
	vertical-align: top;
	background-position: 0px 0px; 
}

#apoint_body .answer {
	padding-left: 20px;
	background: url(/common/img/apoint/icon_a_s.gif) no-repeat left center;
	vertical-align: top;
	background-position: 0px 0px;
}

.treasure {
	background: #ffffff;
	text-align: center;
	min-width: 600px;
	color: #000;
	line-height: 1.5;	
}
.ratio {
	color: #000;
	font-size: 75%;
}
