@charset "utf-8";

body{background:url(../images/bg.png) #ff668d repeat-x;}
.wrapper{margin:0 auto; padding:0; width:960px; text-align:left;}

a:hover{
	opacity:0.8;
}

/*------------------------
 header
--------------------------*/
#header{position:relative; background:url(../images/bg_title.png) no-repeat center bottom; padding:1020px 0 0;}
.titleLogo{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
.mainTitle{
	position: absolute;
	left: 0;
	top: 30px;
	font-size: 0;
}
.mainImg{
	position: absolute;
	top: 75px;
	z-index: 0;
}
.lead{
	position: absolute;
	left: 83px;
	top: 312px;
}

.social_buttonlist{position:absolute; left:0px; top:15px;}
.social_buttonlink{float:left; margin-left:5px;}
iframe.twitter-share-button {width: 100px!important;}

/*------------------------
 contents
--------------------------*/

.devider{
	text-align:center;
	padding:40px 0;
}
.info{
	text-align:center;
	padding:20px 0;
}
#mainText{background:url(../images/bg_inner.png) center repeat-y}
#mainText article{position:relative; padding:0; z-index:999;}

.comiketData{background:url(../images/bg_data.png) no-repeat left top; height:270px; margin-bottom:60px;}
.comiketData h1{padding:30px 30px 25px 30px; font-size:136%; color:#fff;}
.comiketDataTable{padding:0 30px;}
.comiketDataTable table{width:100%; background:url(../images/boder_dotted.png) repeat-x left top;}
.comiketDataTable tr{background:url(../images/boder_dotted.png) repeat-x left bottom;}
.comiketDataTable th,.comiketDataTable td{padding:10px 20px; text-align:left; vertical-align:middle; font-weight:normal; color:#fff; line-height:1.6;}
.comiketDataTable th{width:20%;}
.comiketDataTable td{width:80%; border-left:1px #555 solid;}

.comiketItemList{padding-bottom:60px;}
.comiketItemleft{float:left; width:400px; display:inline;}
.comiketItemleft figure{background:url(../images/bg_itemph.png) no-repeat left top; width:400px; height:400px; position:relative;}
.comiketItemleft img{position:absolute; left:11px; top:11px;}
.comiketItemright{float:right; width:471px; display:inline; position:relative;}
.comiketItemright h2{margin:0; font-size:0;}
.comiketItemright p{margin:0;}
.comiketItemButton{position:absolute; top:321px; left:0;}

/*------------------------
 footer
--------------------------*/
#foooter{background:url(../images/bg_main_b.png) no-repeat center bottom; padding:0 30px 30px 30px;}
#foooter ul{margin:0;}
#foooter li{padding-bottom:10px;}

#footerCopy{}
#footerCopy p{margin:0; height:45px; line-height:45px; text-align:center; font-size:83%; font-family:Arial, Helvetica, sans-serif; color:#000;}

#scrollUp {bottom:30px; right:30px; height:45px; width:45px; background:url(../../common/images/bt_pagetop.png) no-repeat;}
#scrollUp:hover{background:url(../../common/images/bt_pagetop.png) no-repeat 0 -45px;}
