@charset "UTF-8";
/* format.css */

* {
	margin:0;
	padding:0;
}

body {
	min-width:1000px;
	word-break: normal;
	word-wrap: break-word;
	font-size:13px;
	color:#666666;
}

a {
	text-decoration:none;
	color:#FF6699;
}
a:hover {
	color:#FF9999;
}


/*----------------------------- 
縲��Nav
------------------------------*/  

#NavWrapper {
	width:100%;
	height:170px;
	background:url(/images/format/BgNav.png) bottom repeat-x;
}
#NavInner {
	width:1000px;
	margin:0 auto;
}
#Nav {
	list-style-type:none;
}
#Nav li {
	float:left;
	margin:45px 35px 0 0;
	line-height:2em;
}
#Nav li a {
	display:block;
	height:0;
	padding-top:28px;
	background:url(/images/format/Nav.png) no-repeat;
	overflow:hidden;
}
#Nav li#NavAbout a {
	width:71px;
}
#Nav li#NavAbout a:hover,
#About #Nav li#NavAbout a {
	background-position:0 -28px;
}
#Nav li#NavAccess a {
	width:97px;
	background-position:-71px 0;
}
#Nav li#NavAccess a:hover,
#Access #Nav li#NavAccess a {
	background-position:-71px -28px;
}
#Nav li#NavTicket a {
	width:92px;
	background-position:-168px 0;
}
#Nav li#NavTicket a:hover,
#Ticket #Nav li#NavTicket a {
	background-position:-168px -28px;
}
/*#Nav li#NavTicket span {
	display:block;
	width:92px;
	height:0;
	padding-top:28px;
	background:url(/images/format/Nav.png) no-repeat;
	background-position:-168px 0;
	overflow:hidden;
}*/
#Nav li#NavCreators a {
	width:88px;
	background-position:-260px 0;
}
#Nav li#NavCreators a:hover,
#Creators #Nav li#NavCreators a {
	background-position:-260px -28px;
}
/*#Nav li#NavCreators span {
	display:block;
	width:88px;
	height:0;
	padding-top:28px;
	background:url(/images/format/Nav.png) no-repeat;
	background-position:-260px 0;
	overflow:hidden;
}*/
#Nav li#NavWorkshop span {
	display:block;
	width:130px;
	height:0;
	padding-top:28px;
	background:url(/images/format/Nav.png) no-repeat;
	background-position:-348px 0;
	overflow:hidden;
}
#Nav li#NavFaq a {
	width:92px;
	background-position:-478px 0;
}
#Nav li#NavFaq a:hover,
#Faq #Nav li#NavFaq a {
	background-position:-478px -28px;
}
#BtnEntry {
	width:192px;
	height:52px;
	padding-top:30px;
	line-height:2em;
	float:right;
}
#BtnEntry a {
	display:block;
	width:197px;
	height:0;
	padding-top:52px;
	background:url(/images/format/BtnEntry.png) no-repeat;
	overflow:hidden;
}
#BtnEntry a:hover {
	background-position:0 -52px;
}


/*----------------------------- 
縲��Footer
------------------------------*/

#Footer {
	clear:both;
	padding:50px 0;
	background:#184966 url(/images/format/BgBlue.png) repeat;
}
#FooterInner {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
#FooterContents {
	width:370px;
	margin:0 45px 50px 0;
	float:left;
}
#FooterAccount {
	width:285px;
	margin-right:45px;
	float:left;
	color:#999999;
	font-weight:bold;
}
#FooterMobile {
	width:255px;
	float:left;
}
#FooterMobile #URL {
	padding:10px 0 0 7px;
	color:#FFFFFF;
	font-size:12px;
}
.footerTitle {
	margin-bottom:20px;
	background:url(/images/format/FooterLine.png) repeat-x center bottom;
}
#FooterContents ul {
	margin-left:7px;
	list-style-type:none;
}
#FooterContents ul li {
	margin-bottom:10px;
	padding-left:20px;
	line-height:1.8em;
	background:url(/images/format/FooterIconCircle.png) no-repeat center left;
	font-size:11px;
	color:#999999;
}
#FooterContents ul li a {
	text-decoration:none;
	color:#FFFFFF;
}
#FooterContents ul li a:hover {
	color:#9DCAE3;
}
#FooterContents ul li.entry a,
#FooterContents ul li.myPage a {
	color:#FEF35A;
}
#FooterContents ul li.entry a:hover,
#FooterContents ul li.myPage a:hover {
	color:#FFFFFF;
}
#FooterContents ul li.entry {
	background:url(/images/format/FooterIconEntry.png) no-repeat center left;
}
#FooterContents ul li.myPage {
	background:url(/images/format/FooterIconMyPage.png) no-repeat center left;
}
#FooterContentsFirst {
	width:175px;
	float:left;
}
#FooterContentsSecond {
	width:175px;
	float:right;
}
#FooterAccount ul {
	margin-left:10px;
	list-style-type:none;
}
#FooterAccount ul li {
	margin-bottom:15px;
	letter-spacing:0.1em;
}
#FooterAccount ul li img {
	margin-right:10px;
	vertical-align:middle;
}
#FooterAccount ul li a {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#FooterAccount ul li a:hover {
	color:#9DCAE3;
}
#QR {
	margin-left:7px;
}
#FooterCopyright {
	clear:both;
	padding-top:30px;
	background:url(/images/format/FooterLine.png) repeat-x center top;
	overflow:hidden;
}
.sponsorship {
	padding-top:20px;
	line-height:1.8em;
	font-size:11px;
	color:#9DCAE3;
}
.sponsorship strong {
	font-weight:bold;
	color:#FFFFFF;
}
#FooterSponsorship {
	width:690px;
	float:left;
}
#FooterAP {
	width:290px;
	margin-top:5px;
	float:right;
}
#SPFooter {
	display:none;
}
.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }