/*
-----------------------------------------------
SOR Xbox360 BASE LAYOUT Style Sheet
Author:  Conure
Version: 06 Feb. 2012
-----------------------------------------------
RESET
LAYOUT
	CONTAINER
	ELEMENTS
COLORLING
	LINKS
	CLASS COLORS
NAV
HEADINGS STYLE
TEXT STYLE
	GLOBAL HEADER & FOOTER
PUBLICITY
SHOPGUIDE
CAMPAIGN
DLC
COMMICS
----------------------------------------------- */
/* --------------------------------------------
   =RESET
----------------------------------------------- */
html { background:#000; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,th,td {
	margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
th,td { vertical-align:top; font-weight:normal; }
fieldset,img { border:0; }
img, object { vertical-align:bottom; outline:none; }
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
li { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
a { text-decoration:none; }
abbr,acronym { border:0; font-variant:normal; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }

/* --------------------------------------------
   =LAYOUT
----------------------------------------------- */
body {
	background:#000;
	font:10px/1 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','Lucida Sans Unicode',Arial,Verdana,sans-serif;
	color:#333;
}

/* =CONTAINER */
#global-container, #container, #footer-container, #footer-shares {
	clear:both;
	position:relative;
	width:100%;
}
#global-container, #footer-container {
	background-color:#000;
}
#container {
	background:#fff url(/sor360/lib/i/content_bg.jpg) center top no-repeat;
}
#commic #container {
	padding:30px 0 ;
}
#footer-shares {
	padding:1em 0;
	background-color:#333;
	overflow:hidden;
}

#global, #content, #footer {
	margin:0 auto;
	width:960px;
	overflow:hidden;
}
#global {
	height:70px;
}
#content {
	min-height:540px;
}
#home #content {
	height:540px;
}
#banners #content,
#campaign #content,
#publicity #content,
#shopguide #content,
#dlc #content,
#dlcget #content {
	width:780px;
	/*overflow:visible;*/
	padding-top:12px;
	min-height:528px;
}
#commics #content {
	width:844px;
	padding-top:12px;
	min-height:528px;
}
#commic #content {
	clear:both;
	width:500px;
	padding:30px;
	margin:0 auto;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
/*
#xbox-copyright {
	padding:0.6em;
	height:2.4em;
}*/
#footer {
	clear:both;
	padding:1.6em 0;
}

/* =ELEMENTS */
/*  Clear, Hidden, and for Accessibility  */
#htmlcontent, .hiddenelements {
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden;
}
.clear { clear:both; }
.uppercase { text-transform: uppercase; }
/* --------------------------------------------
   =COLORLING
----------------------------------------------- */
/*  =LINKS  */
a { color:#00a; }
a:hover { color:#f30; }
a:focus, a:active { color:#000; }

/*  =CLASS COLORS  */

/* --------------------------------------------
   =NAV
----------------------------------------------- */
/* --------------------------------------------
   =HEADINGS STYLE
----------------------------------------------- */
#campaign h1,
#banners h1,
#publicity h1,
#shopguide h1,
#dlc h1,
#dlcget h1,
#commics h1 {
	clear:both;
	margin:0 0 18px;
	height:50px;
	width:274px;
	background:url(/sor360/lib/i/h1_pub.png) no-repeat;
	text-indent:-9999px;
}
#campaign h1 {
	width:498px;
	background-image:url(/sor360/lib/i/h1_bcdetail.png);
}
#campaign h1#tc {
	width:580px;
	background-image:url(/sor360/lib/i/h1_tcdetail.png);
}
#campaign h1#stc {
	width:580px;
	background-image:url(/sor360/lib/i/h1_stcdetail.png);
}
#banners h1 {
	width:332px;
	background-image:url(/sor360/lib/i/h1_banners.png);
}
#shopguide h1 {
	background-image:url(/sor360/lib/i/h1_shopguide.png);
}
#dlc h1 {
	width:420px;
	background-image:url(/sor360/lib/i/h1_dlc.png);
}
#dlcget h1 {
	width:420px;
	background-image:url(/sor360/lib/i/h1_dlc_code_get.png);
}
#commics h1 {
	width:267px;
	background-image:url(/sor360/lib/i/h1_commics.png);
}
#commic h1 {
	font-size:16px;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:1em;
	text-align:center;
}
h2 {
	clear:both;
	font-size:1.6em;
	line-height:1.2;
	margin:1em auto;
	padding-bottom:.5em;
	font-weight:bold;
	border-bottom:#666 dotted 1px;
}
#publicity h2 {
	margin:0 0 .5em;
	padding:0;
	border:none;
	color:#fff;
}
#content1 h2, #content2 h2 {
	margin:1em 0 .5em;
	color:#fff;
	border-color: #ccc;
}
/* --------------------------------------------
   =TEXT STYLE
----------------------------------------------- */
/* =GLOBAL HEADER & FOOTER */
ul#corp-link {
	float:left;
	margin:5px 0;
}
ul#corp-link .mb8 {
	margin-bottom:8px;
}
#sorBanner {
	float:left;
	margin-left:10px;
}

#gotoShopBanner {
	float: left;
	margin-left: 10px;
}
#gotoShopBanner li {
	display: inline-block;
	margin-left: 10px;
	padding: 5px 0;
}

#globalLink {
	float:right;
	margin-top:26px;
	/* 23 Dec. 2010
	margin-right:220px; */
	margin-right:0;
}
#globalLink li {
	display:inline;
	font-size:1.2em;
	line-height:1.5;
	margin-left:1.5em;
}
#globalLink li a {
	color:#fff;
	padding-left:1.5em;
	background:transparent url('/sor360/lib/i/bg_global_link.png') left center no-repeat;
}
#globalLink li a:hover { color:#f60; }
#globalLink li a:focus, #globalLink li a:active { color:#999; }

#shares-list {
	width:960px;
	margin:0 auto;
	color:#ddd;
}
#shares-list li {
	float:left;
}
#shares-list li#cero-mark {
	margin:-3px 10px -3px 0;
}
#shares-list li#share-left {
	width:350px;
	line-height:1.2;
}
#shares-list li#share-center {
	width:270px;
}
#shares-list li#share-center ul {
	width: 120px;
	margin:0 0 0 40px;
}
#shares-list li#share-right {
	text-align:right;
	width:300px;
}
#shares-list li#share-right ul {
	border-right:#999 solid 1px;
}
#shares-list li#share-right li {
	float:none;
	display:inline-block;
	padding:0.7em 1em;
	border-left:#999 solid 1px;
}
#shares-list a, #footer a { color:#fff; }
#shares-list a:hover, #footer a:hover { color:#f60; }
#footer p { float:left; color:#eee; line-height:1.5; }
#footer-banner {
	clear:both;
	margin-bottom:1.6em;
	width:960px;
}
#footer-banner img {
	margin-left:8px;
}
#footer-banner a:first-child img {
	margin-left:0;
}
#gxthBanner {
	float:left;
	margin-right:24px;
}

#twlogarea {
	clear: both;
	width: 940px;
	margin:0 auto;
	padding: 10px 0 0;
	overflow: hidden;
}
.twlogblock {
	float: left;
	width: 440px;
	margin: 0 20px 0 0;
	padding:9px;
	background-color: #fafafa;
	border: #666 solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.twright {margin-right: 0;}
.twlogblock h3 {
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: .75em;
	padding: .2em .5em;
	background: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.align-center { text-align: center; }
.align-right { text-align: right; }
.big-font { font-size: 150%;}
.float-left { float: left; margin-right: 1em; }
/* --------------------------------------------
   =INDEX
----------------------------------------------- */
#flashcontent {
	padding:290px 300px 0;
	width:360px;
	height:250px;
	background:url(/sor360/lib/i/bg_logo.png) center 25% no-repeat;
}
#flashcaution {
	padding:10px;
	/*background:#776e71;*/
	color:#000;
	text-align:center;
}
#flashcaution h2, #flashcaution p {
	font-size:10px;
	line-height:1.2;
	font-weight:normal;
}
#flashcaution p, #flashcaution ul {
	margin:.5em;
}
/* --------------------------------------------
   =PUBLICITY
----------------------------------------------- */
#left-col, #right-col {
	float:left;
	width:380px;
	min-height:380px;
}
#right-col {
	float:right;
}
#publicity #left-col, #publicity #right-col {
	width:340px;
	min-height:360px;
	height:360px;
	padding:10px 20px;
	overflow:hidden;
	background:url(/sor360/lib/i/bg_blue75.png);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.publist {
	width:320px;
	height:310px;
	padding:5px 10px;
	overflow:auto;
	font-size:1.2em;
	line-height:1.5;
	background:#fff8EE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.publist dt {
	padding-top:.5em;
}
.publist dd {
	padding-left:7em;
}
.publist dt + dd {
	margin-top:-1.5em;
}

/* --------------------------------------------
   =SHOPGUIDE
----------------------------------------------- */
#shoplist {
	margin:2em 0;
	padding:20px 20px 20px 40px;
	border:#333 dotted;
	border-width:1px 0;
	font-size:1.2em;
	line-height:1.5;
	overflow:hidden;
}
#shoplist li {
	float:left;
	margin:0 10px 20px 0;
	padding:5px;
	width:220px;
	height:80px;
	font-weight:bold;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background:#fff;
	box-shadow: 0 0 5px #2B3C45;
	-webkit-box-shadow: 0 0 5px #2B3C45;
	-moz-box-shadow: 0 0 5px #2B3C45;
	-ms-filter:"progid:DXImageTransform.Microsoft.Glow(color=#999999,strength=2) ";
}
#shoplist>li:first-child {
	margin:0 240px 20px;
}
#shoplist li em {
	display:inline-block;
	padding:0 .25em;
	background:#03c;
	color:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
#shoplist li span {
	display:block;
	margin-top:2px;
}

/* --------------------------------------------
   =CAMPAIGN
----------------------------------------------- */
.datatable,
.cmpgn-datatable {
	font-size:1.2em;
	line-height:1.4;
	width:100%;
	margin:0 auto 1em;
}
.cmpgn-datatable {
	width: 80%;
	border: #656275 solid;
	border-width: 1px 0 0 1px;
}
.datatable th,.datatable td {
	padding:.5em 1em;
	border:#666 solid;
	border-width:1px 0;
}
.datatable th {
	width:25%;
}
.datatable td {
	width:75%;
}
.cmpgn-datatable th, .cmpgn-datatable td {
	padding: .75em 1.25em;
	border: #656275 solid;
	border-width: 0 1px 1px 0;
	background: url(../i/bg_white75.png);
}
.cmpgn-datatable th {
	background: url(../i/bg_blue75.png);
	color: #fff;
}
.cmpgn-datatable td dt {
	margin-bottom: .25em;
	font-weight: bold;
}
.cmpgn-datatable td dd {
	margin-bottom: .5em;
	margin-left: 1em;
}
.cmpgn-datatable td ol li {
	list-style: decimal;
	margin-bottom: .25em;
	margin-left: 1.6em;
}
.cmpgn-datatable td ol li li {
	list-style: disc;
}
.cmpgn-datatable td .note,
.right-col .note {
	display:block;
	font-size: .9em;
	padding-left: 1em;
	text-indent: -1em;
}
/* 生徒証キャンペーン */
.gotoStcFormSection {
	width:80%;
	margin: 0 auto 4em;
	overflow: hidden;
}
.gotoStcFormSection h2 {
	padding: 1em;
	border-bottom: none;
	background: url(../i/bg_black75.png);
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.gotoStcFormSection p {
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: .5em;
}

a.cboxlink {
	display: block;
	width: 200px;
	padding: 1em;
	text-align: center;
	color: #fff;
	background: url(../i/bg_black75.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a:hover.cboxlink {
	color: #f66;
}

.left-col, .right-col {
	float: left;
	width: 45%;
	padding: 1em;
}
.right-col { float: right; }
.lined-col {
	border: #656275 solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.form-link li a, .form-link-sp li a {
    background: #000;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 36px;
    font-weight: bold;
    height: 100%;
    line-height: 80px;
    text-align: center;
    width: 100%;
}
.form-link li a:hover, .form-link-sp li a:hover {
    color: #f60;
}

.caution-list {
	font-size:1.2em;
	line-height:1.5;
	margin:1em auto 2em;
}
.caution-list dt {
	font-weight:bold;
}
.caution-list dd {
	padding-left:1em;
}

#banner-area {
	font-size:1.2em;
	line-height:1.5;
	margin:1em auto 2em;
}
.bannerList {
	
}
.bannerList dt {
	float:left;
	margin:1em 2em 1em 0;
	overflow:hidden;
}
.bannerList dt a.codeview {
	display:block;
	margin:.5em 0 1em;
	padding:.5em;
	background:#0033cc;
	color:#fff;
}
.bannerList dt a.codeview:hover {
	color:#f90;
	background:#006;
}
.bannerList dd.pasteTag {
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden;
}
.bannerTag {
	font-family:'Courier', 'MS Courier New', 'Prestige', 'Everson Mono', 'ＭＳ ゴシック', 'ＭＳ 明朝', Osaka-等幅, Monaco;
	font-size:1.2em;
	line-height:1.5;
}

/* --------------------------------------------
   =DLC
----------------------------------------------- */
#tabs {
	overflow: hidden;
	margin-left:20px;
}
#tabs li {
	float:left;
	width:220px;
	height:24px;
}
#tabs li a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/sor360/lib/i/dlc_tab.png) left bottom no-repeat;
}
#tabs li#tulink a {
	background-position: center bottom;
}
#tabs li#otherlink a {
	background-position: right bottom;
}
#tabs li a.current {
	background-position: left top;
	cursor: default;
}
#tabs li#tulink a.current {
	background-position: center top;
}
#tabs li#otherlink a.current {
	background-position: right top;
}
#content1, #content2, #content3 {
	clear:both;
	margin-bottom:20px;
	padding:10px 30px 20px;
	font-size:12px;
	line-height:1.5;
	color:#eee;
	overflow:hidden;
	background: url(/sor360/lib/i/bg_black75.png);
}
#dlcget #content1 {
	padding:40px 60px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#content1 a, #content2 a, #content3 a {
	color:#0068B3;
}
#content1 a:hover, #content2 a:hover, #content3 a:hover {
	color:#f30;
}

#content1 p, #content2 p, #content3 p {
	margin-bottom:.5em;
}
#dlcget #content1 h2 {
	font-size:24px;
	font-family:"Courier New", Courier, monospace;
	text-align:center;
	margin:1em 0;
	padding:1em;
	border:#f33 solid 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#dlcget #content1 p {
	font-size:14px;
}
.caution-text {
	text-align: center;
	margin:.5em 0 1em;
	padding:.5em;
	font-size:14px;
	background: #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content1 dl {}
#content1 dl dt {}
#content1 ol {
	margin-bottom:1em;
	padding-left: 2em;
}
#content1 ol li {
	list-style-type: decimal;
	line-height: 1.8;
}
#content2 dl dt, #content3 dl dt {
	margin: .5em 0;
}
#content2 dl dd, #content3 dl dd {
	margin: 0 0 .5em 2em;
}
.notes-text-list {
	margin-left: 2em;
}
.notes-text-list li {
	padding-left: 1em;
	text-indent: -1em;
}
.notes-text-list li.three-word {
	padding-left: 2em;
	text-indent: -2em;
}

.page-link {
	margin:1em 0;
	color:#ccc;
}

.dl-btn-list {
	margin: 1em 0;
}
.dl-btn-list li {
	float:right;
	padding:.5em;
	width:196px;
	text-align:center;
	background: #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.getcode-btn-list {
	clear:both;
	margin: 1em 0;
}
.getcode-btn-list li {
	margin:3em auto 0;
	padding:.5em;
	width:196px;
	text-align:center;
	background: #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* dlcget */
#error-block {
	height:120px;
	margin:16px 0 24px;
}
#error-messages {
	padding:16px;
	text-align: center;
	border:2px solid #c33;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#error-messages h3 {
	margin-bottom:.5em;
	color:#c33;
	font-size:24px;
	line-height: 1.5;
	text-transform: uppercase;
}
#error-messages p {
	font-size: 16px;
	line-height: 1.5;
	
}
/* FORM */
form#dlcCodeGet {
	display: block;
	height:23px;
	width:380px;
	margin:0 auto;
	position:relative;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#pass-cont {
	float:left;
	display: block;
	padding:0 0 0 48px;
	height:23px;
	background: #fff url(/sor360/lib/i/dlc/bg_pass.png) left center no-repeat;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-bottomleft:x;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
input#dlcCodeGetPass {
	border:medium;
	margin: 2px 0 0;
	outline: 0 none;
	width:196px;
}
input#dlcCodeGet-submit-button {
	display: inline-block;
	color:#333;
	cursor: pointer;
	float: left;
	font-family: "Lucida Grande",arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px!important;
	text-align: center;
	padding-bottom:3px!important;
	width:126px;
	height: 23px;
	background-color: #d4d4d4;
	border:#fff 2px solid;
	-webkit-border-radius-topright:3px;
	-webkit-border-radius-bottomright:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	text-shadow:0 1px 1px #fff;
}
input#dlcCodeGet-submit-button:hover {
	color:#333;
	background-color: #a4a4a4;
	text-shadow:0 1px 1px #fff;
}

/* --------------------------------------------
   =COMMICS
----------------------------------------------- */
#commics-list {
	width:820px;
	min-height: 340px;
	margin: 0 auto;
}
#commics-list li {
	float:left;
	width:180px;
	height:150px;
	margin:0 0 20px 20px;
}
#commics-list li a span {
	display: block;
	padding:5px 0 2px;
	line-height: 1.5;
	text-align:center;
	background:url(/sor360/lib/i/commics/bg_list.png) no-repeat;
}
#commics-list li a span.with-border {
	background:url(/sor360/lib/i/commics/bg_list_with_border.png) no-repeat;
}
#author-profile {
	width:740px;
	margin: 0 auto 10px;
	padding:5px 20px;
	background: url(/sor360/lib/i/bg_white75.png);
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#author-profile h3 {
	float: left;
	width: 160px;
	padding:9px 0;
	font-size:14px;
	font-weight:bold;
	line-height: 1.5;
}
#author-profile p {
	float: right;
	width: 540px;
	padding:5px 0 5px 19px;
	font-size:10px;
	line-height: 1.5;
	border-left:#7d6f6e solid 1px;
}

.commic-image {
	margin-bottom:20px;
}
#commic-contraller {
	overflow: hidden;
}
#commic-contraller li {
	float: left;
	width:33%;
	height: 70px;
}
#commics #commic-contraller li {
	width:100%;
	margin:0 auto 30px;
}
#commic-contraller li a {
	display:block;
	height: 100%;
	width: 54px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
#commic-contraller li a#prev-btn {
	margin:0 auto 0 0;
	background: url(/sor360/lib/i/commics/prev_btn.png) no-repeat;
}
#commic-contraller li a#home-btn {
	width: 66px;
	margin:0 auto;
	background: url(/sor360/lib/i/commics/home_btn.png) no-repeat;
}
#commic-contraller li a#next-btn {
	margin:0 0 0 auto;
	background: url(/sor360/lib/i/commics/next_btn.png) no-repeat;
}
#commic-contraller li a#prev-btn:hover,
#commic-contraller li a#home-btn:hover,
#commic-contraller li a#next-btn:hover {
	background-position: left bottom;
}
