@charset "UTF-8";

/*=================================
1.container
2.header
3.contents
4.footer
=================================*/


/*-------------------------------------------------
1.container
-------------------------------------------------*/

body{
	font-size: 12px;
	text-align: center;
	color: #333333;
	font-family: "MS UI Gothic",Arial;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

a:link,
a:active{
	color: #FF6600;
	text-decoration: underline;
}

a:visited{
	color: #FF6600;
}

a:hover{
	color: #FF9900;
}

#container{
	width: 950px;
	text-align: left;
	margin: 0 auto;
}

/*-------------------------------------------------
2.header
-------------------------------------------------*/

#header{
	position: relative;
	height: 387px;
	background: url(/2011/_common/img/bg/bg_header.gif) no-repeat;
}

#header h1{
	color: #C61629;
	font-size: 11px;
}

#header .btn_apparelBriefing{
	position: absolute;
	top: 85px;
	right: 2px;
}

#header .box_mailmgz{
	position: absolute;
	bottom: 20px;
	right: 19px;
}

#header .txt_note{
	margin-bottom: 6px;
}

#header .box_mailmgz div{
	width: 359px;
	height: 57px;
	padding: 11px;
	background: white;
}

#header .box_mailmgz div img{
	margin-bottom: 7px;
}

#header .box_mailmgz div .tit_mailmgzdone{
	margin-bottom: 12px;
}

#header .box_mailmgz div .txt_mail{
	margin: 2px 4px 0 0;
}

#header .box_mailmgz div table,
#header .box_mailmgz div table td{
	padding: 0;
}

#header .box_mailmgz div table span{
	width: 217px;
	display: block;
	margin-right: 4px;
	padding: 3px 2px 3px 3px;
	background: url(/2011/_common/img/bg/bg_mail.gif) repeat;
}
#header .box_mailmgz div .btn_regist_off,
#header .box_mailmgz div .btn_regist_on{
	display: block;
	width: 45px;
	height: 24px;
	border: none;
	text-indent: -9999px;
	background: url(/2011/_common/img/btn/btn_regist_off.gif) no-repeat;
}

#header .box_mailmgz div .btn_regist_on{
	background: url(/2011/_common/img/btn/btn_regist_on.gif) no-repeat;
}

#header .err{
	display: block;
	position: absolute;
	right: 34px;
	bottom: -36px;
	width: 278px;
	height: 28px;
	margin-left: 24px;
	padding: 19px 0 0 34px;
	font-size: 11px;
	background: url(/2011/_common/img/bg/bg_err.gif) no-repeat;
}

#header .err a{
	margin: 4px 14px 0 0;
	float: right;
}

#report #header {
	height:auto;
	padding:36px 0 0 0;
	background:none;
	background-color:#c6172a;
}
#report #header .report_id{
	position:absolute;
	top:12px;
	left:14px;
}
#report #header .chatch{
	/*display:block;
	vertical-align:bottom;*/
}

#report div.box_parts .inner{
	padding: 10px 0 0 15px;
}
#report div.box_parts h2{
	display:block;
	float:left;
	width: 32px;
}
#report div.box_tokyo,
#report div.box_osaka{
	width:465px;
}
#report div.box_parts table{
	width:416px;
}
#report div.box_parts th,
#report div.box_parts td{
	padding: 0 0 3px 0;
	line-height: 1.8em;
	vertical-align: top;
}
#report div.box_parts th{
	width:70px;
	font-size:12px;
	color: #c6172a;
	
}
#report div.box_parts td{
	font-size:12px;
	font-weight: normal;
}

#report div.box_parts h3{
	clear:both;
	display:block;
	font-weight: normal;
	font-size: 12px;
	color: #c6172a;
	padding: 20px 0 0 0;
}

#report div.box_parts em{
	font-weight: bold;
}

#report div.box_parts span{
	font-weight: normal;
	color: #666666;
	font-size: 10px;
}

#report div.box_parts ul{
	
}

#report div.box_parts ul li{
	float: left;
}

#report div.box_parts ul li img.cover{
	margin: 0 10px 0 -80px; 
	
}

#report #comerResults{
	clear: both;
	padding: 70px 0 70px 0;
}
#report #comerResults h2{
	display: block;
	font-size: 12px;
	color: #c6172a;
	margin-bottom: -1.5em;
	
}
#report #comerResults h2 em{
	font-weight: bold;
	
}

#report #comerResults p{
	width: 450px;
	display: block;
	padding: 30px 0 20px 0;
}
#report #comerResults p.chart{
	float: right;
	height:250px;
	padding: 0;
	width: auto;
	margin: 0 -10px 0 0;
	
}
#report #comerResults p.chart img{
	margin: 0 10px 0 0;
}
#report #comerResults p.thanx{
	padding: 20px 0 0 0;
	border-top: solid 1px #CCC;
}

#report #main{
	height: auto;
}





/* ----------- form ----------- */

.w01{	width: 212px;}

strong{
	font-weight: bold;
}


/*-------------------------------------------------
3.contents
-------------------------------------------------*/

#reportBanner{
	margin: 10px 0 0 0;
}

/*-------------------------------------------------
3.contents
-------------------------------------------------*/

#contents{
	padding: 25px 10px 25px 10px;
}

#main{
	position: relative;
	height: 484px;
}

/* -- box_parts -- */
.box_parts{
	font-size: 18px;
	font-weight: bold;
}

.box_parts .tit{
	float: left;
}

.box_parts .inner{
	float: left;
	padding: 10px;
}

.box_parts .txt{
	margin-top: -10px;
}

* html .box_parts .txt{
	position: relative;
	top: -5px;
}

*+html .box_parts .txt{
	position: relative;
	top: -5px;
}

.box_parts em{
	font-size: 12px;
	font-weight: normal;
}

.box_parts .indent{
	padding-left: 52px;
}

.box_parts .btn{
	margin-top: 4px;
}

/* -- /box_parts -- */

/* -- 東京会場 -- */
.box_tokyo{
	font-size: 16px;
}

/* -- 大阪会場 -- */
.box_osaka{
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 480px;
}

/* -- 内容 -- */
.box_contents{
	position: absolute;
	top: 152px;
	left: 141px;
}

/* -- 主催 -- */
.box_sponsor{
	position: absolute;
	top: 264px;
}

.box_sponsor .inner{
	padding: 5px 10px 5px 10px;
}

/* -- お問い合わせ -- */
.box_contact{
	position: absolute;
	top: 358px;
	left: 141px;
}

.box_contact .inner{
	padding: 0px 10px 0px 10px;
}

.box_contact li img{
	margin: 5px 5px 0 0;
	float: left;
}

.box_contact em{
	font-weight: bold;
}

/* -- 協力企業 -- */
.box_coop{
	position: absolute;
	top: 265px;
	left: 480px;
}

.box_coop .inner{
	padding: 0px 10px 0px 10px ;
}

.box_coop ul{
	width: 200px;
	float: left;
}

.box_coop ul li{
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 9px;
}

.box_newsCheck{
	padding: 16px 0 0 140px;
	background: url(/2011/_common/img/bg/bg_newsCheck.gif) no-repeat;
}

.box_newsCheck img{
	margin-bottom: 16px;
}

.line_dot{
	font-size: 1px;
	display: block;
	height: 1px;
	border-top: 1px dotted #CCCCCC;
	margin: 50px 0 50px 0;
}

.box_apparelBrief{
	position: relative;
	height: 224px;
	padding: 22px;
	background: url(/2011/_common/img/bg/bg_apparelBrief.gif) no-repeat;
}

.box_apparelBrief img{
	margin-bottom: 11px;
}

.box_apparelBrief img.three{
	margin-bottom: 3px;
}

.box_apparelBrief img.right{
	position: absolute;
	top: 22px;
	right: 22px;
}


/*-------------------------------------------------
4.footer
-------------------------------------------------*/

#footer{
	text-align: right;
	padding: 10px 10px 70px 10px;
	background: #C61629;
}


/*-------clearFix--------*/

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

/*IE6*/
* html .box_parts,
* html .cf{
	display: inline-block;
	zoom: 1;
}

/*IE7*/
*:first-child+html .box_parts,
*:first-child+html .cf{
	display: inline-block;
	zoom: 1;
}


