@charset "utf-8";
/*==================================
CSS Document : Common

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%? 21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
==================================*/
*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}
body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	height: 100%;
	background-color: #000000;
	-webkit-tap-highlight-color: rgba(255,255,255,0.3);
	-webkit-text-size-adjust: none;
}
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	overflow: hidden;
}

input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.fL {
	float: left;
}
.fR {
	float: right;
}

.tC, .btnC {
	text-align: center;
}
.tL {
	text-align: left;
}
.tR {
	text-align: right;
}

.tRed {
	color: #8b0000;
	font-weight: bold;
}
.tKey {
	color: #719bad;
	font-weight: bold;
}
.tCap {
	color: #858d95;
	font-weight: bold;
}
.tCare {
	color: #5d656e;
	font-weight: bold;
}
.tSixK {
	color: #5b58c4;
}
.tSixL {
	color: #9f9dff;
}
.tSixD {
	color: #39367a;
}
.tRevK {
	color: #418b89;
}
.tRevL {
	color: #a5c9c1;
}
.tRevD {
	color: #2c4f54;
}

a {
	color: #c0c0c0;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}

img {
	vertical-align: top;
	border: none;
}
.imgL {
	float: left;
	margin: 0px 10px 10px 0px;
}
.imgR {
	float: right;
	margin: 0px 0px 10px 10px;
}

.mT5 {
	margin-top: 5px;
}
.mT10 {
	margin-top: 10px;
}
.mT15 {
	margin-top: 15px;
}
.mT20 {
	margin-top: 20px;
}
.mT25 {
	margin-top: 25px;
}
.mT30 {
	margin-top: 30px;
}
.mT35 {
	margin-top: 35px;
}

.mB5 {
	margin-bottom: 5px;
}
.mB10 {
	margin-bottom: 10px;
}
.mB15 {
	margin-bottom: 15px;
}
.mB20 {
	margin-bottom: 20px;
}
.mB25 {
	margin-bottom: 25px;
}
.mB30 {
	margin-bottom: 30px;
}
.mB35 {
	margin-bottom: 35px;
}

.mT_5 {
	margin-top: -5px;
}
.mT_10 {
	margin-top: -10px;
}
.mT_15 {
	margin-top: -15px;
}
.mT_20 {
	margin-top: -20px;
}
.mT_25 {
	margin-top: -25px;
}
.mT_30 {
	margin-top: -30px;
}
.mT_35 {
	margin-top: -35px;
}

.hidden, .hiddenTab, .hidden_mb {
	display: none;
}

.clear {
	clear: both;
}

.odd {
	background-color: #0d0d0d;
}
.even {
	background-color: #000000;
}
.empty {
	background-color: #262626;
}
.firstChild {
	background-color: #000000;
}
.lastChild {
	background-color: #000000;
}

.noscript, .noscriptFlash {
	padding: 10px;
	font-size: 93%;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow: 1px 1px 5px #000000;
	-o-box-shadow: 1px 1px 5px #000000;
	-ms-box-shadow: 1px 1px 5px #000000;
	box-shadow: 1px 1px 5px #000000;
	border: solid 1px #1a1a1a;
	background-color: #000000;
}
.noscript {
	z-index: 100;
	position: absolute;
	top: 128px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
}
.noscriptFlash {
	margin: 0px 5px;
}
.noscriptFlash img {
	padding-bottom: 10px;
}

.size {
	color: #c0c0c0;
	font-size: 50px;
	font-family: "Book Antiqua", serif, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 50px;
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0.5));
}


/*==================================
CSS Document : Button
==================================*/
.navBtn {
	padding: 2px 10px 2px 18px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
	border: solid 1px #262626;
	background: url(../img_common/nav_btn.jpg) no-repeat left center;
	display: block;
	cursor: pointer;
}
.navBtn:hover {
	color: #ffffff;
	border: solid 1px #333333;
	background: url(../img_common/nav_btn.jpg) no-repeat -500px center;
}
.navBtn a {
	margin: -2px -10px -2px -18px;
	padding: 2px 10px 2px 18px;
	display: block;
}

.navDoubleBtn {
	padding: 2px 10px 2px 18px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
	-moz-box-shadow: 1px 1px 1px #000000;
	-webkit-box-shadow: 1px 1px 1px #000000;
	-o-box-shadow: 1px 1px 1px #000000;
	-ms-box-shadow: 1px 1px 1px #000000;
	box-shadow: 1px 1px 1px #000000;
	border: double #0d0d0d;
	background: url(../img_common/nav_btn.jpg) no-repeat left center #1a1a1a;
	display: block;
	cursor: pointer;
}
.navDoubleBtn:hover {
	color: #ffffff;
	border: double #1a1a1a;
	background: url(../img_common/nav_btn.jpg) no-repeat -500px center #0d0d0d;
}
.navDoubleBtn a {
	margin: -2px -10px -2px -18px;
	padding: 2px 10px 2px 18px;
	display: block;
}

.navRadiusBtn {
	padding: 5px 8px 5px 20px;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow: 1px 1px 5px #000000;
	-o-box-shadow: 1px 1px 5px #000000;
	-ms-box-shadow: 1px 1px 5px #000000;
	box-shadow: 1px 1px 5px #000000;
	border: solid 1px #262626;
	background: url(../img_common/nav_btn_l.jpg) no-repeat left center;
	display: block;
	cursor: pointer;
}
.navRadiusBtn:hover {
	color: #ffffff;
	border: solid 1px #333333;
	background: url(../img_common/nav_btn_l.jpg) no-repeat -500px center;
}
.navRadiusBtn a {
	margin: -5px -8px -5px -20px;
	padding: 5px 8px 5px 20px;
	display: block;
}

.navRadiusClearBtn {
	padding: 5px 8px 5px 20px;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow: 1px 1px 5px #000000;
	-o-box-shadow: 1px 1px 5px #000000;
	-ms-box-shadow: 1px 1px 5px #000000;
	box-shadow: 1px 1px 5px #000000;
	border: solid 1px #262626;
	background: url(../img_common/nav_arrow.png) no-repeat 3px center rgb(0,0,0); /* IE6,7 */
	background: url(../img_common/nav_arrow.png) no-repeat 3px center rgba(0,0,0,0.5);
	display: block;
	cursor: pointer;
}
.navRadiusClearBtn:hover {
	color: #ffffff;
	border: solid 1px #333333;
	background: url(../img_common/nav_arrow_r.png) no-repeat 3px center rgb(26,26,26); /* IE6,7 */
	background: url(../img_common/nav_arrow_r.png) no-repeat 3px center rgba(26,26,26,0.5);
}
.navRadiusClearBtn a {
	margin: -5px -8px -5px -20px;
	padding: 5px 8px 5px 20px;
	display: block;
}

.navGleamBlkBtn, .navGleamKeyBtn {
	padding: 10px 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1), 0px 1px 0px #000000;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1), 0px 1px 0px #000000;
	-o-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1), 0px 1px 0px #000000;
	-ms-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1), 0px 1px 0px #000000;
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1), 0px 1px 0px #000000;
	border: solid 1px #000000;
	display: block;
	cursor: pointer;
}
.navGleamBlkBtn {
	background: url(../img_common/nav_btn_gleam_blk.jpg) repeat-x left center;
}
.navGleamKeyBtn {
	background: url(../img_common/nav_btn_gleam_key.jpg) repeat-x left center;
}
.navGleamBlkBtn:hover {
	color: #ffffff;
	background: url(../img_common/nav_btn_gleam_blk_r.jpg) repeat-x left center;
}
.navGleamKeyBtn:hover {
	color: #ffffff;
	background: url(../img_common/nav_btn_gleam_key_r.jpg) repeat-x left center;
}
.navGleamBlkBtn:active {
	color: #dcdcdc;
	border: solid 1px #1a1a1a;
	background: url(../img_common/nav_btn_gleam_blk_a.jpg) repeat-x left center;
}
.navGleamKeyBtn:active {
	color: #dcdcdc;
	border: solid 1px #1a1a1a;
	background: url(../img_common/nav_btn_gleam_key_a.jpg) repeat-x left center;
}
.navGleamBlkBtn a, .navGleamKeyBtn a {
	margin: -10px -15px;
	padding: 10px 15px;
	display: block;
}

.navApplyBlkBtn, .navApplyKeyBtn {
	padding: 8px 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow: 1px 1px 5px #000000;
	-o-box-shadow: 1px 1px 5px #000000;
	-ms-box-shadow: 1px 1px 5px #000000;
	box-shadow: 1px 1px 5px #000000;
	display: block;
	cursor: pointer;
}
.navApplyBlkBtn {
	border: solid 1px #262626;
	background: url(../img_common/nav_btn_black.jpg) repeat-x 0px 0px;
}
.navApplyKeyBtn {
	border: solid 1px #5d656e;
	background: url(../img_common/nav_btn_key.jpg) repeat-x 0px 0px;
}
.navApplyBlkBtn:hover {
	color: #ffffff;
	border: solid 1px #333333;
	background: url(../img_common/nav_btn_black.jpg) repeat-x 0px -50px;
}
.navApplyKeyBtn:hover {
	color: #ffffff;
	border: solid 1px #858d95;
	background: url(../img_common/nav_btn_key.jpg) repeat-x 0px -50px;
}
.navApplyBlkBtn a, .navApplyKeyBtn a {
	margin: -8px -15px;
	padding: 8px 15px;
	display: block;
}

input[type="button"].navDoubleBtn, input[type="submit"].navDoubleBtn, 
input[type="button"].navRadiusBtn, input[type="submit"].navRadiusBtn {
	color: #a9a9a9;
	vertical-align: middle;
	display: inline;
}
input[type="button"].navGleamBlkBtn, input[type="submit"].navGleamBlkBtn, 
input[type="button"].navGleamKeyBtn, input[type="submit"].navGleamKeyBtn, 
input[type="button"].navApplyBlkBtn, input[type="submit"].navApplyBlkBtn, 
input[type="button"].navApplyKeyBtn, input[type="submit"].navApplyKeyBtn {
	margin: 0px 30px;
	min-width: 240px;
	color: #a9a9a9;
	vertical-align: middle;
	display: inline;
}
input[type="button"].navDoubleBtn:hover, input[type="submit"].navDoubleBtn:hover, 
input[type="button"].navRadiusBtn:hover, input[type="submit"].navRadiusBtn:hover, 
input[type="button"].navGleamBlkBtn:hover, input[type="submit"].navGleamBlkBtn:hover, 
input[type="button"].navGleamKeyBtn:hover, input[type="submit"].navGleamKeyBtn:hover, 
input[type="button"].navApplyBlkBtn:hover, input[type="submit"].navApplyBlkBtn:hover, 
input[type="button"].navApplyKeyBtn:hover, input[type="submit"].navApplyKeyBtn:hover {
	color: #ffffff;
}

.navRoundKeyBtn, .navRoundSixBtn, .navRoundRevBtn {
	padding: 10px;
	color: #f5f5f5;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1), 0px 1px 0px #000000;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1), 0px 1px 0px #000000;
	-o-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1), 0px 1px 0px #000000;
	-ms-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1), 0px 1px 0px #000000;
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.1), 0px 1px 0px #000000;
	border: solid 1px #1a1a1a;
	display: block;
}
.navRoundKeyBtn a, .navRoundSixBtn a, .navRoundRevBtn a {
	margin: -10px;
	padding: 10px;
	display: block;
}
.navRoundKeyBtn {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #171f23), color-stop(0.00, #719bad));
	background: -webkit-linear-gradient(top, #719bad 0%, #171f23 100%);
	background: -moz-linear-gradient(top, #719bad 0%, #171f23 100%);
	background: -o-linear-gradient(top, #719bad 0%, #171f23 100%);
	background: -ms-linear-gradient(top, #719bad 0%, #171f23 100%);
	background: linear-gradient(top, #719bad 0%, #171f23 100%);
	background-color: #719bad;
}
.navRoundKeyBtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #719bad), color-stop(0.00, #9cb9c6));
	background: -webkit-linear-gradient(top, #9cb9c6 0%, #719bad 100%);
	background: -moz-linear-gradient(top, #9cb9c6 0%, #719bad 100%);
	background: -o-linear-gradient(top, #9cb9c6 0%, #719bad 100%);
	background: -ms-linear-gradient(top, #9cb9c6 0%, #719bad 100%);
	background: linear-gradient(top, #9cb9c6 0%, #719bad 100%);
	background-color: #9cb9c6;
}
.navRoundSixBtn {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #111024), color-stop(0.00, #39367a));
	background: -webkit-linear-gradient(top, #39367a 0%, #111024 100%);
	background: -moz-linear-gradient(top, #39367a 0%, #111024 100%);
	background: -o-linear-gradient(top, #39367a 0%, #111024 100%);
	background: -ms-linear-gradient(top, #39367a 0%, #111024 100%);
	background: linear-gradient(top, #39367a 0%, #111024 100%);
	background-color: #39367a;
}
.navRoundSixBtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #39367a), color-stop(0.00, #5b58c4));
	background: -webkit-linear-gradient(top, #5b58c4 0%, #39367a 100%);
	background: -moz-linear-gradient(top, #5b58c4 0%, #39367a 100%);
	background: -o-linear-gradient(top, #5b58c4 0%, #39367a 100%);
	background: -ms-linear-gradient(top, #5b58c4 0%, #39367a 100%);
	background: linear-gradient(top, #5b58c4 0%, #39367a 100%);
	background-color: #5b58c4;
}
.navRoundRevBtn {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0d1819), color-stop(0.00, #2c4f54));
	background: -webkit-linear-gradient(top, #2c4f54 0%, #0d1819 100%);
	background: -moz-linear-gradient(top, #2c4f54 0%, #0d1819 100%);
	background: -o-linear-gradient(top, #2c4f54 0%, #0d1819 100%);
	background: -ms-linear-gradient(top, #2c4f54 0%, #0d1819 100%);
	background: linear-gradient(top, #2c4f54 0%, #0d1819 100%);
	background-color: #2c4f54;
}
.navRoundRevBtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #1f3134), color-stop(0.00, #418b89));
	background: -webkit-linear-gradient(top, #418b89 0%, #1f3134 100%);
	background: -moz-linear-gradient(top, #418b89 0%, #1f3134 100%);
	background: -o-linear-gradient(top, #418b89 0%, #1f3134 100%);
	background: -ms-linear-gradient(top, #418b89 0%, #1f3134 100%);
	background: linear-gradient(top, #418b89 0%, #1f3134 100%);
	background-color: #418b89;
}

.navQueSBtn {
	width: 22px;
	height: 22px;
	background: url(../img_common/nav_icon_question.png) no-repeat 0px 0px;
	display: block;
	cursor: pointer;
}
.navQueSBtn:hover {
	background: url(../img_common/nav_icon_question.png) no-repeat 0px -22px;
}

.navQueLBtn {
	width: 30px;
	height: 30px;
	background: url(../img_common/nav_icon_question_l.png) no-repeat 0px 0px;
	display: block;
	cursor: pointer;
}
.navQueLBtn:hover {
	background: url(../img_common/nav_icon_question_l.png) no-repeat 0px -30px;
}


/*==================================
CSS Document : Panel
==================================*/
.frameBlkPanel {
	padding: 14px;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 2px #000000;
	-webkit-box-shadow: 1px 1px 2px #000000;
	-o-box-shadow: 1px 1px 2px #000000;
	-ms-box-shadow: 1px 1px 2px #000000;
	box-shadow: 1px 1px 2px #000000;
	border: solid 1px #1a1a1a;
	background: url(../img_common/bg_dots_black7.png) repeat;
}
.frameBlkPanel p {
	padding: 5px 10px;
	clear: both;
	font-size: 93%;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
}

.frameBlkLinePanel {
	padding: 14px;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 2px #000000;
	-webkit-box-shadow: 1px 1px 2px #000000;
	-o-box-shadow: 1px 1px 2px #000000;
	-ms-box-shadow: 1px 1px 2px #000000;
	box-shadow: 1px 1px 2px #000000;
	border: solid 1px #1a1a1a;
	background: url(../img_common/bg_dots_black5_line.png) repeat;
}

.glowKeyBlkLinePanel {
	-moz-box-shadow: 0px 0px 5px rgba(57,63,76,0.7);
	-webkit-box-shadow: 0px 0px 5px rgba(57,63,76,0.7);
	-o-box-shadow: 0px 0px 5px rgba(57,63,76,0.7);
	-ms-box-shadow: 0px 0px 5px rgba(57,63,76,0.7);
	box-shadow: 0px 0px 5px rgba(57,63,76,0.7);
	background: url(../img_common/bg_dots_black5_line.png) repeat;
}
.glowKeyWhLinePanel {
	-moz-box-shadow: 0px 0px 5px rgba(57,63,76,0.7);
	-webkit-box-shadow: 0px 0px 5px rgba(57,63,76,0.7);
	-o-box-shadow: 0px 0px 5px rgba(57,63,76,0.7);
	-ms-box-shadow: 0px 0px 5px rgba(57,63,76,0.7);
	box-shadow: 0px 0px 5px rgba(57,63,76,0.7);
	background: url(../img_common/bg_dots_white1_line.png) repeat;
}

.frameArrowPanel {
	padding: 20px 15px 10px 15px;
	color: #c0c0c0;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5em;
	text-shadow: 1px 1px 2px #000000;
	text-align: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow: 1px 1px 5px #000000;
	-o-box-shadow: 1px 1px 5px #000000;
	-ms-box-shadow: 1px 1px 5px #000000;
	box-shadow: 1px 1px 5px #000000;
	border: solid 1px #1a1a1a;
	background: url(../img_common/nav_arrow_bott_a.png) no-repeat center 3px rgb(0,0,0); /* IE6,7 */
	background: url(../img_common/nav_arrow_bott_a.png) no-repeat center 3px rgba(0,0,0,0.8);
}


/*==================================
CSS Document : Pagination
==================================*/
#pagination {
	margin: 10px auto 10px;
	float: right;
	width: auto;
}
#pagination li {
	margin: 5px 0px 5px 3px;
	padding: 2px 5px;
	float: left;
	list-style: none;
	font-size: 77%;
	font-weight: bold;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.8);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 1px 1px 2px #000000;
	-webkit-box-shadow: 1px 1px 2px #000000;
	-o-box-shadow: 1px 1px 2px #000000;
	-ms-box-shadow: 1px 1px 2px #000000;
	box-shadow: 1px 1px 2px #000000;
	border: solid 1px #1a1a1a;
	background-color: #000000;
	display: block;
}
#pagination li a {
	margin: -3px -6px -3px -6px;
	padding: 2px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	border: solid 1px #1a1a1a;
	background-color: #000000;
	display: block;
}
#pagination li a:hover {
	color: #ffffff;
	text-decoration: none;
	border: solid 1px #1a1a1a;
	background-color: #262626;
}
#pagination li.previous-off, #pagination li.next {
	color: #262626;
	border: solid 1px #1a1a1a;
	background-color: #000000;
	cursor: default;
}
#pagination li.active {
	color: #ffffff;
	border: solid 1px #4d4d4d;
	background-color: #1a1a1a;
	cursor: default;
}


/*==================================
CSS Document : InputType
==================================*/
.checkbox, .rewardcheck, .radio, .bgradio, .countryradio, .noticeradio, .spoilerradio, .mailradio, .platradio, .messeradio, .sitebuddyradio, .platformradio, .movetoradio, .pointmoveradio{
	z-index: -1;
	position: absolute;
}
.checkboxLbl {
	margin-right: 20px;
	padding-left: 22px;
	color: #a9a9a9;
	background: url(../img_common/form_check.png) no-repeat top left;
}
.radioLbl {
	margin-right: 20px;
	padding-left: 22px;
	background: url(../img_common/form_radio.png) no-repeat top left;
}
.checkboxLbl:hover, .radioLbl:hover {
	color: #ffffff;
	cursor: pointer;
}
.checkboxSelect, .rewardcheckSelect, .radioSelect, .bgradioSelect, .countryradioSelect, .noticeradioSelect, .spoilerradioSelect, .mailradioSelect, .platradioSelect, .messeradioSelect, .portaliconradioSelect, .sitebuddyradioSelect,
.platformradioSelect, .movetoradioSelect, .pointmoveradioSelect{
	background-position: bottom left;
}
.rewardcheckSelect, .rewardcheckSelect:hover {
	color: #38dbe4;
}


/*==================================
CSS Document : ScrollBar
==================================*/
#scrollBoxRegulation, #scrollBoxUpdates, #scrollBoxEvent, #scrollBoxEventTop, #scrollBoxThick, 
#scrollBoxFpanel, #scrollBoxPpanel, #scrollBoxFlist, #scrollBoxPlist, #scrollBoxCustomList, #scrollBoxCustomIcon, #scrollBoxCustomBg, #scrollBoxReward {
	z-index: 1;
	position: relative;
	overflow: auto;
	scrollbar-highlight-color: #1a1a1a;
	scrollbar-shadow-color: #0d0d0d;
	scrollbar-3d-light-color: #262626;
	scrollbar-arrow-color: #5b58c4;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

.track {
	z-index: 3;
	position: relative;
	margin-left: 1px;
	float: right;
	width: 9px;
	height: 100%;
	font-size: 0;
	background: url(../img_common/bg_scrolltrack.png) repeat-y center center;
}
.drag_bar {
	z-index: 4;
	position: absolute;
	width: 9px;
	height: 29px;
	min-height: 29px;
	background: url(../img_common/bg_scrollbar.gif) no-repeat left center rgb(77,77,77); /* IE6,7 */
	background: url(../img_common/bg_scrollbar.gif) no-repeat left center rgba(77,77,77,0.7);
	cursor: pointer;
}
.drag_bar:hover {
	background: url(../img_common/bg_scrollbar.gif) no-repeat right center rgb(128,128,128); /* IE6,7 */
	background: url(../img_common/bg_scrollbar.gif) no-repeat right center rgb(128,128,128,0.7);
}

#scrollBoxRegulation {
	padding-right: 15px;
	width: 513px;
	height: 300px;
}
#scrollBoxRegulationNA {
	float: left;
	width: 528px;
	display: block;
}
#scrollBoxRegulationNA li {
	margin-left: 30px;
}

#scrollBoxUpdates {
	margin-top: 10px;
	width: 690px;
	height: 115px;
}

#scrollBoxEvent {
	width: 336px;
	height: 365px;
}

#scrollBoxEventTop {
	width: 336px;
	height: 120px;
}

#scrollBoxThick {
	width: 660px;
	height: 380px;
}

#scrollBoxThickReliefgoods {
	width: 660px;
	height: 350px;
}

#scrollBoxThickIE {
	z-index: 2\9;
	position: relative\9;
	width: 660px\9;
	height: 380px\9;
	overflow: auto\9;
}

#scrollBoxThickIEReliefgoods {
	z-index: 2\9;
	position: relative\9;
	width: 660px\9;
	height: 350px\9;
	overflow: auto\9;
}

/* ScrollBar - NA
----------------------------------*/
#scrollBoxFpanel, #scrollBoxPpanel {
	width: 300px;
	height: 151px;
}
#scrollBoxFlist, #scrollBoxPlist {
	width: 740px;
	min-height: 153px;
	max-height: 293px;
	background: url(../img_common/bg_dots_black3.png) repeat;
}

#scrollBoxCustomList {
	padding: 5px 0px;
	width: 690px;
	min-height: 100px;
	max-height: 325px;
}
#scrollBoxCustomIcon {
	padding: 5px 0px;
	width: 690px;
	min-height: 200px;
	max-height: 400px;
}
#scrollBoxCustomBg {
	padding: 5px 0px;
	width: 690px;
	min-height: 150px;
	max-height: 301px;
}

#scrollBoxReward {
	padding: 5px 0px;
	width: 750px;
	min-height: 105px;
	max-height: 280px;
}

/* ScrollBar - Draggable
----------------------------------*/
#scrollDragStream {
	position: relative;
	padding-right: 15px;
	width: 345px;
	height: 321px;
	background: url(../img_common/bg_scrolltrack.png) repeat-y right top;
	overflow: hidden;
}
#scrollBoxStream {
	position: absolute;
	top: 0px;
	width: 180px;
	cursor: default;
}
.stream_drag_bar {
	z-index: 100;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 9px;
	min-height: 29px;
	background: url(../img_common/bg_scrollbar.gif) no-repeat left center rgb(77,77,77); /* IE6,7 */
	background: url(../img_common/bg_scrollbar.gif) no-repeat left center rgba(77,77,77,0.7);
	cursor: pointer;
}
.stream_drag_bar:hover {
	background: url(../img_common/bg_scrollbar.gif) no-repeat right center rgb(128,128,128); /* IE6,7 */
	background: url(../img_common/bg_scrollbar.gif) no-repeat right center rgb(128,128,128,0.7);
}

#scrollDragMap {
	position: relative;
	padding-right: 15px;
	width: 300px;
	height: 300px;
	background: url(../img_common/bg_scrolltrack.gif) repeat-y right top;
	overflow: hidden;
}
#scrollBoxMap {
	position: absolute;
	top: 0px;
	padding-bottom: 1px;
	width: 300px;
	cursor: default;
}
.map_drag_bar {
	z-index: 4;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 9px;
	min-height: 29px;
	background: url(../img_common/bg_scrollbar.gif) no-repeat left center rgb(77,77,77); /* IE6,7 */
	background: url(../img_common/bg_scrollbar.gif) no-repeat left center rgba(77,77,77,0.7);
	cursor: pointer;
}
.map_drag_bar:hover {
	background: url(../img_common/bg_scrollbar.gif) no-repeat right center rgb(128,128,128); /* IE6,7 */
	background: url(../img_common/bg_scrollbar.gif) no-repeat right center rgb(128,128,128,0.7);
}


/*==================================
CSS Document : ClearFix
==================================*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*==================================
CSS Document : Thickbox
==================================*/
*{padding: 0; margin: 0;}

#TB_window {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

#TB_secondLine {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

#TB_secondLine table.TB_tabList {
	margin: 0 auto;
	padding: 15px 0px;
	width: 125px;
	height: 35px;
	vertical-align: top;
}

table.TB_tabList td {
	width: 35px;
	height: 35px;
	text-align: left;
}
table.TB_tabList td.listClose {
	width: 35px;
	height: 35px;
	text-align: center;
}

a.TB_tabClose {
	width: 35px;
	height: 35px;
	display: block;
	background: url(../img_common/tbox_tab_close.png) no-repeat center top;
}
a.TB_tabClose:hover {
	width: 35px;
	height: 35px;
	display: block;
	background: url(../img_common/tbox_tab_close.png) no-repeat center bottom;
}

#TB_secondLine table.TB_tabList td a.TB_tabNext {
	margin-left: 10px;
	width: 35px;
	height: 35px;
	display: block;
	background: url(../img_common/tbox_tab_next.png) no-repeat right top;
}
#TB_secondLine table.TB_tabList td a.TB_tabPrev {
	margin-right: 10px;
	width:	35px;
	height:	35px;
	display: block;
	background:	url(../img_common/tbox_tab_prev.png) no-repeat left top;
}
#TB_secondLine table.TB_tabList td a.TB_tabNext:hover {
	width: 35px;
	height: 35px;
	display: block;
	background: url(../img_common/tbox_tab_next_r.png) no-repeat right bottom;
}
#TB_secondLine table.TB_tabList td a.TB_tabPrev:hover {
	width: 35px;
	height: 35px;
	display: block;
	background: url(../img_common/tbox_tab_prev_r.png) no-repeat left bottom;
}

#TB_window a:link {color: #a9a9a9; text-decoration: none;}
#TB_window a:visited {color: #ffffff; text-decoration: none;}
#TB_window a:hover {color: #ffffff; text-decoration: underline;}
#TB_window a:active {color: #ffffff; text-decoration: none;}
#TB_window a:focus{color: #ffffff; text-decoration: none;}

#TB_overlay {
	z-index: 100;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.TB_overlayMacFFBGHack {background: url(../img_common/tbox_macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color: #000000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* IE6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

*#TB_window {
	z-index: 102;
	position: fixed;
	/*position: absolute;*/
	top: 50%;
	left: 50%;
	text-align: center;
	background-color: #000000;
	display: none;
}
* html #TB_window { /* IE6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	margin: 0 auto;
	padding-top: 15px;
	display: block;
}

#TB_caption {
	padding: 0px 10px;
}

#TB_closeWindow {
	padding: 0px;
}

#TB_closeAjaxWindow {
	padding: 15px 9px 10px 10px;
	float: right;
	text-align: right;
}

#TB_ajaxWindowTitle {
	padding: 17px 10px 0px 10px;
	float: left;
	color: #c0c0c0;
	font-size: 24px;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 35px;
	-webkit-mask-image:-webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0.5));
}

#TB_title {
	padding: 0px 5px 0px 10px;
}

#TB_ajaxContent {
	clear: both;
	overflow: auto;
}

#TB_ajaxContent.TB_modal {
	padding: 0px;
}

#TB_ajaxContent p {
	padding: 5px;
}

#TB_load {
	z-index: 103;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 57px;
	height: 57px;
	background-color: #000000;
	display: none;
}
* html #TB_load { /* IE6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: none;
	background-color: #000000;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
* html #TB_HideSelect { /* IE6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
	position: relative;
	clear: both;
	border: none;
}


/*==================================
CSS Document : dlStyle - Update
==================================*/
.infoUpdateBtnBlock{
	overflow: hidden;
	padding: 0 0 6px 0;
}
.infoUpdateBtnBlockLine{
	clear: both;
	display: block;
	margin-top: 1px;
	padding: 0 0 ;
	height: 10px;
	text-align: center;
	background: url(../img_common/bg_infobtnblock_shade.png) repeat-x;
}
.infoUpdateBtList li{
	float: left;
	list-style:none;
	margin-right: 5px;
}
.infoUpdateBtList .infoUpdateBtn{
}
.infoUpdateBtn a , .infoUpdateBtList .infoUpBtnAtv{
	height: 40px!important;
	overflow: hidden;
	display: block;
	padding:5px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	border: solid 1px #1a1a1a;
}
.infoUpdateBtn a {
	background: rgb(39,43,43); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3MmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI3MmIyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzBhMGUwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTA4MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(39,43,43,1) 0%, rgba(39,43,43,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,43,43,1)), color-stop(50%,rgba(39,43,43,1)), color-stop(51%,rgba(10,14,10,1)), color-stop(100%,rgba(10,8,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(39,43,43,1) 0%,rgba(39,43,43,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(39,43,43,1) 0%,rgba(39,43,43,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(39,43,43,1) 0%,rgba(39,43,43,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(39,43,43,1) 0%,rgba(39,43,43,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272b2b', endColorstr='#0a0809',GradientType=0 ); /* IE6-8 */
}
.infoUpdateBtn a:hover{
	background: rgb(56,61,61); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4M2QzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzM4M2QzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzE1MTcxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTE3MTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(56,61,61,1) 0%, rgba(56,61,61,1) 50%, rgba(21,23,20,1) 51%, rgba(21,23,20,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(56,61,61,1)), color-stop(50%,rgba(56,61,61,1)), color-stop(51%,rgba(21,23,20,1)), color-stop(100%,rgba(21,23,20,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(56,61,61,1) 0%,rgba(56,61,61,1) 50%,rgba(21,23,20,1) 51%,rgba(21,23,20,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(56,61,61,1) 0%,rgba(56,61,61,1) 50%,rgba(21,23,20,1) 51%,rgba(21,23,20,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(56,61,61,1) 0%,rgba(56,61,61,1) 50%,rgba(21,23,20,1) 51%,rgba(21,23,20,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(56,61,61,1) 0%,rgba(56,61,61,1) 50%,rgba(21,23,20,1) 51%,rgba(21,23,20,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383d3d', endColorstr='#151714',GradientType=0 ); /* IE6-8 */
}
.infoUpdateBtList .infoUpBtnAtv{
	background: rgb(68,73,73); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDk0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzQ0NDk0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzI1MjgyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTI4MjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(68,73,73,1) 0%, rgba(68,73,73,1) 50%, rgba(37,40,35,1) 52%, rgba(37,40,35,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,73,73,1)), color-stop(50%,rgba(68,73,73,1)), color-stop(52%,rgba(37,40,35,1)), color-stop(100%,rgba(37,40,35,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(68,73,73,1) 0%,rgba(68,73,73,1) 50%,rgba(37,40,35,1) 52%,rgba(37,40,35,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(68,73,73,1) 0%,rgba(68,73,73,1) 50%,rgba(37,40,35,1) 52%,rgba(37,40,35,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(68,73,73,1) 0%,rgba(68,73,73,1) 50%,rgba(37,40,35,1) 52%,rgba(37,40,35,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(68,73,73,1) 0%,rgba(68,73,73,1) 50%,rgba(37,40,35,1) 52%,rgba(37,40,35,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444949', endColorstr='#252823',GradientType=0 ); /* IE6-8 */
}
.btText{
	margin: 12px 5px 0 5px!important;
}
.infoUpdate, .myUpdate {
	float: left;
	text-shadow: 1px 1px 2px #000000;
	line-height: 1.5em;
	background: url(../img_common/bg_dot_black.gif) repeat rgb(26,26,26); /* IE6,7 */
	background: url(../img_common/bg_dot_black.gif) repeat rgba(26,26,26,0.8);
}
.infoUpdate {
	margin: 4px 0px;
	width: 689px;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
.myUpdate {
	margin: 0px 15px 5px 0px;
	width: 674px;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.infoUpdate dt, .myUpdate dt {
	margin-bottom: -1px;
	padding: 7px 0px;
	clear: left;
	float: left;
	width: 9em;
	font-weight: bold;
}
.infoUpdate dt span, .myUpdate dt span {
	padding: 0px 10px;
}
.infoUpdate dt em, .myUpdate dt em {
	padding: 5px 10px 0px 10px;
	color: #696969;
	font-size: 77%;
	font-style: normal;
	line-height: 1.2em;
	display: block;
}
.infoUpdate dd, .myUpdate dd {
	position: relative;
	margin-left: 9em;
	margin-bottom: -1px;
	padding: 7px 10px;
	border-left: solid 1px #000000;
}
.infoUpdate.noTopics dd {
	margin-left:0;
}
.infoUpdate dd a, .myUpdate dd a {
	color: #ffffff;
	text-decoration:underline;
}
.infoUpdate dd.infoDetail .navRadiusBtn {
	margin:15px 0 0 0;
}
.infoUpdate dd.topicsDetail .navRadiusBtn {
	margin:15px 0 0 155px;
}
.infoUpdate dd h4 a, .myUpdate dd h4 a{
	text-decoration:none;
}
.infoUpdate dd.infoDetail .navRadiusBtn a,
.infoUpdate dd.topicsDetail .navRadiusBtn a{
	text-decoration:none;
}
.infoUpdate dd a:hover, .myUpdate dd a:hover {
	color: #719bad;
	text-decoration: none;
}

.infoUpdate dd img {
	margin: 0px 10px 10px 0px;
	float: left;
	border: solid 1px #1a1a1a;
}
.infoUpdate dd span {
	font-weight: bold;
}
.infoUpdate dd em {
	font-size: 93%;
	font-style: normal;
}
.infoUpdate dd strong {
	font-size: 116%;
}
.infoUpdate dd table {
	margin: 10px 0px;
}


/*==================================
CSS Document : TableStyle
==================================*/
#wrapper table, #thickBox table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	text-shadow: 1px 1px 2px #000000;
	background: url(../img_common/bg_dots_white1.png) repeat;
	overflow: hidden;
}
#wrapper th, #thickBox table th {
	padding: 10px;
	color: #858d95;
	font-size: 93%;
	line-height: 1.4em;
	border: solid 1px #080808;
	background: url(../img_common/bg_dot_key.gif) repeat;
}
#wrapper table td, #thickBox table td {
	padding: 10px;
	font-size: 93%;
	line-height: 1.3em;
	white-space: normal;
	*background: rgb(0,0,0); /* IE6,7 */
}

#wrapper table td span, #thickBox table td span {
	padding: 0px 5px;
	color: #719bad;
	font-size: 116%;
	font-weight: bold;
}
#wrapper table td em, #thickBox table td em {
	font-style: normal;
}
#wrapper table td strong, #thickBox table td strong {
	padding: 0px 2px;
	color: #f5f5f5;
	font-size: 116%;
}

#wrapper table td p, #thickBox table td p {
	padding: 5px 0px;
	clear: both;
	color: #858d95;
}
#wrapper table td p img, #thickBox table td p img {
	margin: 0px 10px 5px 0px;
	padding: 1px;
	float: left;
	border: solid 1px #1a1a1a;
}

#wrapper table caption, #thickBox table caption {
	padding: 10px;
	background: url(../img_common/bg_dots_white1_line.png) repeat;
}
#wrapper table caption h3, #thickBox table caption h3 {
	line-height: 18px;
}
#wrapper table caption strong, #thickBox table caption strong {
	font-size: 116%;
	font-weight: bold;
}

#wrapper table input[type="text"] {
	width: 100%;
	min-width: 250px;
	height: 20px;
	color: #c0c0c0;
	font-size: 12px;
	border: solid 1px #262626;
	background: url(../img_common/bg_dot_black.gif) repeat #0d0d0d;
}
#wrapper table textarea {
	margin: 0px 0px;
	width: 100%;
	min-width: 480px;
	height: 100px;
	color: #c0c0c0;
	font-size: 12px;
	resize: vertical;
	border: solid 1px #262626;
	background: url(../img_common/bg_dot_black.gif) repeat #0d0d0d;
}

/* Table - Regulation
----------------------------------*/
#cntPlatTtlPanel table, #cntRegulation table {
	margin-top: 5px;
	line-height: 1.3em;
}
#cntPlatTtlPanel table th, #cntRegulation table th {
	padding: 10px 15px;
	color: #858d95;
	border: solid 1px #080808;
	background: url(../img_common/bg_dot_key.gif) repeat;
}
#cntPlatTtlPanel table th {
	font-size: 10px;
}
#cntRegulation table th {
	font-size: 100%;
}
#cntPlatTtlPanel table td {
	padding: 10px 15px;
	font-size: 10px;
}
#cntRegulation table td {
	padding: 10px 15px;
	font-size: 100%;
}
#cntPlatTtlPanel table td em {
	color: #8b0000;
	font-style: normal;
}
#cntPlatTtlPanel table caption, #cntRegulation table caption {
	padding: 5px 10px;
	font-size: 116%;
	font-weight: bold;
	background: url(../img_common/bg_dots_white1_line.png) repeat;
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0.3));
}

/* Table - InquiryBox
----------------------------------*/
#inquiryTable {
	width: 660px;
	overflow: hidden;
}
#inquiryTable caption {
	text-align: left;
}
#inquiryTable caption em {
	color: #808080;
	font-size: 10px;
	font-style: normal;
}
#inquiryTable td {
	width: 500px;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -hp-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
}
#inquiryTable td em {
	clear: both;
	color: #808080;
	font-size: 12px;
	font-style: normal;
}
#inquiryTable caption span, #inquiryTable td span {
	padding: 15px 0px 5px 0px;
	clear: both;
	color: #8b0000;
	font-size: 12px;
}

/* Table - GP
----------------------------------*/
.rankOwn {
	color: #719bad;
	font-size: 14px;
	background: url(../img_common/bg_dot_black.gif) repeat #393f4c; /* IE6,7 */
	background: url(../img_common/bg_dot_black.gif) repeat rgba(57,63,76,0.5);
}

.rankUser {
	font-size: 20px;
}

.rankStats {
	color: #ffffff;
	font-size: 30px;
	font-style: normal;
	font-family: "Book Antiqua", serif, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 40px;
	text-shadow: 0px 0px 25px #5d656e, 0px 0px 20px #5d656e, 0px 0px 0.40px #5d656e;
}

.rank1 {
	background: url(../img_common/ranking_icon1.png) no-repeat right center #191800; /* IE6,7 */
	background: url(../img_common/ranking_icon1.png) no-repeat right center rgba(0,0,0,0.1);
}
.rank2 {
	background: url(../img_common/ranking_icon2.png) no-repeat right center #131515; /* IE6,7 */
	background: url(../img_common/ranking_icon2.png) no-repeat right center rgba(0,0,0,0.1);
}
.rank3 {
	background: url(../img_common/ranking_icon3.png) no-repeat right center #130f0f; /* IE6,7 */
	background: url(../img_common/ranking_icon3.png) no-repeat right center rgba(0,0,0,0.1);
}

.chapterIcon {
	padding: 5px;
	width: 80px;
}

.teamName, .teamMess {
	width: 600px;
	word-wrap: break-word;
}
.teamName {
	color: #c0c0c0;
	font-size: 12px;
}
.teamMess {
	color: #808080;
}
.teamCare {
	color: #696969;
}

.wordbreak {
	word-wrap: break-word;
	word-break: break-all;
}

.nostyle li {
	list-style: none;
}


dl.infoSubMenu {
	margin: 0 0 -4px 0;
}

dl.infoSubMenu dt {
	padding: 7px 0 2px 0;
}

#infoSubMenuBox {
	float:left;
	width:750px;
}



.infoSubBtn {
	width: 10%;
	height: 39px;
	line-height: 39px;
	padding: 1px 15px;
	float: left;
}

.infoSubBtn .infoSubBtnAtvElement {
	padding: 0;
}

.infoSubBtnAtv {
	width: 10%;
	height: 39px;
	line-height: 39px;
	padding: 1px 15px;
	float: left;
	background: url('../pc/img_common/nav_btn_gleam_blk_r.jpg') repeat-x scroll left center transparent;
	color: #FFFFFF
}

.infoSubBtnAtv a {
	outline: none;
}
