@charset "utf-8";
/* --------------------------------
	(各ページ個別スタイル)
	2011/06/02　nz
--------------------------------- */

/* ==========================================================================================================

	 index
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	初回再生用動画

---------------------------------------------------------------------*/
#firstMovWrap{
	display: none;
}
/*  ------------------------------------------------------------------

	index用ヘッダー

---------------------------------------------------------------------*/
#homeHeader {
	background: url(../img/home/home_bg_head.png) repeat-x left top;
}
#homeHeader .inner {
	position: relative;
	margin : 0px auto;
	padding-top: 20px;
	width : 980px;
	height: 592px;
	text-align: left;
	zoom: 1;
}
#homeHeader .inner .main {
	float : left;
	width : 700px;
}
#homeHeader .inner .sub {
	float : right;
	width : 250px;
}
/*  index用ニュース
-----------------------------------*/
#widgetNews .bloc01 {
	height: 224px;
	overflow: auto;
}
#widgetNews dl {
	border-top: 1px dashed #e5002d;
	margin: -1px 3px 12px 10px;
	padding-top: 12px;
}
#widgetNews dl dt{
	float: left;
	display: block;
	width: 60px;
}
#widgetNews dl dd{
	float: left;
	width: 155px;
	font-size: 12px;
	line-height: 1.4;
}
#widgetNews dl dd em{
	display: block;
	margin-bottom: 2px;
	font-size: 10px;
	color: #e5002d;
}


/*  ------------------------------------------------------------------

	JSスクロールバー

---------------------------------------------------------------------*/
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}
.jspVerticalBar *,
.jspHorizontalBar *{
	margin: 0;
	padding: 0;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: none;
	position: relative;
}
.jspDrag{
	background: #e4002d;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{
	margin: 0 -3px 0 0;
}

/*  ------------------------------------------------------------------

	index用スライダー

---------------------------------------------------------------------*/
#slidWrap{
	height: 320px;
	overflow: hidden;
}
#slideNav {
	position: relative;
	zoom: 1;
}
#slideNav #slidePrev,
#slideNav #slideNext{
	position: absolute;
	top: -37px;
	left: 7px;
	z-index: 100;
}
#slideNav #slideNext{
	position: relative;
	left: 70px;
}

/*  ------------------------------------------------------------------

	index用グローバルナビ

---------------------------------------------------------------------*/
#homeGnav {
	background: url(../img/home/home_bg_gNav.png) no-repeat left bottom;
	position: absolute;
	left: 0;
	bottom: 5px;
}
#homeGnav li {
	float: left;
}
/*  ------------------------------------------------------------------

	index用基本組

---------------------------------------------------------------------*/
#homeContainer {
	margin: 0 auto 20px;
	width : 993px;
}
#homeMain {
	float : left;
	margin : 0 0 40px 7px;
	width : 698px;
}
/*  ------------------------------------------------------------------

	index メインコンテンツ

---------------------------------------------------------------------*/
#homeContent01,
#homeContent02,
#homeContent03,
#homeContent04{
	border: 1px solid #e5002d;
	position: relative;
	height: 268px;
	font-size: 12px;
	zoom :1;
}
#homeContent02{
	height: 168px;
}
#homeContent03{
	padding: 10px 10px 0;
	height: auto;
}
#homeContent04{
	padding: 2px;
	height: auto;
}

#homeContent01 h2 span,
#homeContent02 h2 span,
#homeContent03 h2 span,
#homeContent04 h2 span{
	position: absolute;
	top: 10px;
	left: 10px;
}
#homeContent01 h2 a,
#homeContent02 h2 a,
#homeContent03 h2 a,
#homeContent04 h2 a{
	position: absolute;
	bottom: 10px;
	left: 10px;
}
/*  homeContent01
-----------------------------------*/
#homeContent01{
	background: url(../img/home/home_bg_content01.png) repeat-y left top;
	padding-left: 159px;
}
#homeContent01 dl{
	float: left;
	width: 179px;
	min-height: 268px;
	height: auto !important;
	height: 268px;
	line-height: 1.3;
}
#homeContent01 p.soon img{
    *width: 176px; /* IE7 and below */
    _width: 176px; /* IE6 */
}
#homeContent01 dd{
	padding: 5px;
}
#homeContent01 dd.time{
	border-bottom: 1px solid #e5002d;
	padding: 3px 5px;
	color: #e5002d;
}
#homeContent01 dd.time em{
	float: left;
}
#homeContent01 dd.time span{
	float: right;
}
#homeContent01 dd.copy{
	border-bottom: 1px solid #e5002d;
	color: #e5002d;
	font-weight: bold;
	padding: 5px;
}
#homeContent01 p.soon{
	float: left;
}


/*  ------------------------------------------------------------------

	homeContent02

---------------------------------------------------------------------*/
#homeContent02{
	background: url(../img/home/home_bg_content02.png) repeat-y left top;
}
/*  carouselエリア
-----------------------------------*/
#carousel{
	position: relative;
	zoom: 1;
}
#carousel #carouselArea,
#carousel #carouselPrev,
#carousel #carouselNext{
	position: absolute;
}

#carousel #carouselArea{
	left: 181px;
	top: 4px;
	overflow: hidden;
	width: 492px;
	height: 160px;
}
#carousel #carouselArea li{
	float: left;
	border: 1px solid #e5002d;
	margin-right: 4px;
}

#carousel #carouselPrev{
	top: 0;
	left: 159px;
}
#carousel #carouselNext{
	top: 0;
	right: 0;
}

#carousel #carouselArea li{
	position:absolute;
	width:116px;
	height:158px;
	border: 1px solid #e5002d;
	margin-left: 4px;
}


/* 2012/01/31 追加 */

#carousel #carouselArea{
	width: 492px;
}

#carousel #carouselArea li a{
	width:116px;
	height:158px;
	display:block;
	position:relative;
	overflow:hidden;
}

#carousel #carouselArea li a .bg{
	display:block;
	position:absolute;
}

#carousel #carouselArea li a .carouselOver{
	display:block;
	position:absolute;
	width:100px;
	height:142px;
	padding:8px;
	color:#FFF;
	font-size:12px;
	line-height:1.3;
	text-decoration:none;
	top:158px;
	cursor:pointer;
	background:url('/_common/img/home/carousel_over.png');
}

/*  ------------------------------------------------------------------

	homeContent03

---------------------------------------------------------------------*/
#homeContent03 ul{
	float: right;
}
#homeContent03 ul li{
	margin-bottom: 10px;
}
/*  ------------------------------------------------------------------

	homeContent04

---------------------------------------------------------------------*/
#homeContent04 p{
	float: right;
}

/*  ------------------------------------------------------------------

	twitterウィジェット

---------------------------------------------------------------------*/
.twtr-widget {
	border: 1px solid #e5002d;
}

/*  ------------------------------------------------------------------

	協力企業

---------------------------------------------------------------------*/
#sponsors {
	border-top: 5px solid #e5002d;
	padding-top: 28px;
	min-width: 980px;
}
#sponsors .inner {
	text-align : left;
	margin : 0px auto;
	padding-bottom: 20px;
	width : 980px;
}
#sponsors .inner ul{
	width: 990px;
	overflow: hidden;
	margin-right: -10px;
	zoom: 1;
}
#sponsors .inner li{
	float: left;
	margin: 0 10px 10px 0;
}
#sponsors .inner li img{
	border: 1px solid #e5002d;
}
/* ==========================================================================================================

	 若者とレイブルの実態
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	本文組

---------------------------------------------------------------------*/
#theContent.message{
	padding: 0 34px;
}
div.section.lable{
	background: url(../img/state-of-affairs/state02_bg_contentBody.png) repeat-y left top;
	zoom: 1;
}
div.section.lable h3{
	background: url(../img/state-of-affairs/state02_bg_contentHead.png) no-repeat left top;
	padding: 14px 14px 0;
}
div.section.lable .body{
	background: url(../img/state-of-affairs/state02_bg_contentFoot.png) no-repeat left bottom;
	padding: 30px 44px ;
}

/*  ------------------------------------------------------------------

	Background

---------------------------------------------------------------------*/
#bg{
	background: url(../img/state-of-affairs/state01_bg01.png) no-repeat left top;
	zoom: 1;
}
#bg p{
	padding: 0 44px 15px;
	line-height: 1.5;
	font-size: 12px;
}


/* ==========================================================================================================

	 取り組み 
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	取り組み 

---------------------------------------------------------------------*/
#theContent div.section.ef01,
#theContent div.section.ef02{
	background: url(../img/efforts/efforts01_bg01.jpg) repeat-y left top;
	position: relative;
	margin-bottom: 60px;
	zoom: 1;
}

#theContent div.section.ef01 p,
#theContent div.section.ef02 p{
	margin-bottom: 10px;
	line-height:1.48!important;
}
#theContent div.section .ef_sec_right{
	width:210px;
	float:right;
	margin-right:20px
}

#theContent div.section .ef_sec_left{
	width:196px;
	float:left;
}


#theContent div.section.ef01 p.efBtn,
#theContent div.section.ef02 p.efBtn{
	position: relative;
	margin-bottom: 0;
	margin-top: 20px;
	zoom: 1;
}

div.section.ef01 a{color:#333;}

/*  efforts01 基本
-----------------------------------*/
div.section.ef01{
	padding: 20px 20px 1px 135px;
}
div.section.ef01 h2{
	position: absolute;
	top: 18px;
	left: 15px;
}
#theContent div.section.ef01 p.efBtn a{
	position: absolute;
	top: -20px;
	right:0;
}



/*  efforts02 基本
-----------------------------------*/
div.section.ef02 .efBody{
	padding: 0 22px 22px;
}
#theContent div.section.ef02 p.efBtn a,
#theContent div.section.ef02 p.efBtn span{
	position: absolute;
	top: -40px;
	right: 10px;
}

/*  演劇
-----------------------------------*/
dl.eventInfo{
	background: url(../img/efforts/efforts01_bg02.jpg) no-repeat left top;
	padding-bottom: 5px;
}
dl.eventInfo dt,
dl.eventInfo dd{
	float: left;
}
dl.eventInfo dt{
	width: 260px;
}
dl.eventInfo dd{
	padding-top: 50px;
	width: 270px;
}


/*  ハローライフ
-----------------------------------*/
dl.venefit {
	margin-bottom: 0.5em;
	_zoom: 1;
}
dl.venefit dt {
	padding: 8px 0 10px;
	margin-bottom: -40px;
	width: 235px;
	font-weight: bold;
}
dl.venefit dd {
	border-bottom: 1px dashed #505050;
	padding: 8px 0 2px 235px;
	font-size: 12px;
}
dl.venefit dd.lastChild {
	border: none
	;
}


/*  ------------------------------------------------------------------

	笑えるまちづくり

---------------------------------------------------------------------*/
div.scheme01,
div.scheme02,
div.scheme03,
div.scheme04,
div.scheme06{
	position: relative;
	zoom: 1;
	line-height: 1.4;
}
div.scheme01 .scBody,
div.scheme02 .scBody,
div.scheme03 .scBody,
div.scheme04 .scBody,
div.scheme06 .scBody{
	position: absolute;
	width: 330px;
	z-index: 2;
}

div.scheme01 .scBody{
	top: 75px;
	left: 45px;
}
div.scheme02 .scBody{
	top: 83px;
	right: 40px;
}
div.scheme03 .scBody{
	top: 235px;
	left: 53px;
}
div.scheme04 .scBody{
	top: 28px;
	right: 63px;
}
div.scheme06 .scBody{
	top: 172px;
	left: 278px;
	width: 230px;
}



/*  
-----------------------------------*/

/* ie6 hack */
* html div.scheme01 .img,
* html div.scheme03 .img,
* html div.scheme05 .img{
}
* html div.scheme04 .img{
}
/* ie7 hack */
*:first-child+html div.scheme01 .img,
*:first-child+html div.scheme03 .img,
*:first-child+html div.scheme05 .img{
}
*:first-child+html div.scheme04 .img{
}
/* ==========================================================================================================

	 府民の皆様
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	支援窓口

---------------------------------------------------------------------*/
.saposute{
	border-top: 2px solid #c3beaa;
	border-left: 2px solid #c3beaa;
}
.saposute dl{
	background-color: #ebe6d7;
	border-right: 2px solid #c3beaa;
	border-bottom: 2px solid #c3beaa;
	float: left;
	padding: 10px 0 10px 12px;
	width: 285px;
	line-height: 1.3;
}
.saposute dl dt{
	background: url(../img/_frame/bullet01.png) no-repeat 0 3px;
	padding-left: 15px;
	margin-bottom: 13px;
	font-weight: bold;
}
.saposute dl dt em{
	display: block;
	font-weight: normal;
	color: #666;
}
.saposute dl dd{
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 3em;
	text-indent: -3em;
}


/* ==========================================================================================================

	 ニート会議
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	レポートナビゲーション

---------------------------------------------------------------------*/
.repNav {
	background: #e5002d;
	margin-bottom: 1px;
	color: #FFF;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.repNav:hover{
	opacity: 0.6;
	filter: alpha(opacity=60); /* IE7 */
	-ms-filter: "alpha(opacity=60)"; /* IE8 */
}

.repNav dt {
	border-right: 1px solid #fff;
	float: left;
	margin: 8px 15px;
	padding-right: 15px;
}
.repNav dd {
	float: left;
	background: url(../img/_frame/linkArrow_lNav02.png) no-repeat 100% 50%;
	width: 460px;
}
.repNav dd a {
	display: block;
	padding: 8px 15px 8px 0;
}

/*  ------------------------------------------------------------------

	引用

---------------------------------------------------------------------*/
blockquote {
	background: #efefef;
	padding: 13px 16px 1px;
}

/* ==========================================================================================================

	 ツール
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	宣材表示

---------------------------------------------------------------------*/
.item{
	
}
.item dt{
	float: left;
	display: block;
	width: 190px;
}
.item dd{
	float: left;
	width: 390px;
}
/*  ------------------------------------------------------------------

	公式バナー

---------------------------------------------------------------------*/
#officialBnr ul{
	padding: 0 20px;
}
#officialBnr ul li{
	margin-bottom: 15px;
}
/*  ------------------------------------------------------------------

	poster

---------------------------------------------------------------------*/
#poster ul{
	padding-left: 89px;
}
#poster li{
	margin-bottom: 15px;
}
#poster ul.lastChild{
	padding-left: 0;
	padding-right: 61px;
}
/*  ------------------------------------------------------------------

	協力企業

---------------------------------------------------------------------*/
dl.collaborator,
dl.collaborator02{
	border: 1px solid #e5002d;
	margin: 0 10px 10px 0;
	width: 191px;
	line-height: 1.3;
	font-size: 12px;
	color: #e5002d;
}
dl.collaborator02{
	background: #e5002d;
	float: left;
	margin: 0 30px 20px 0;
	width: 232px;
}
dl.collaborator dd,
dl.collaborator02 dd{
	padding: 5px 10px;
}
dl.collaborator dd.corpId,
dl.collaborator02 dd.corpId{
	background: #e5002d url(../img/_frame/linkArrow01.png) no-repeat 5px 10px;
	padding: 5px 10px 5px 15px;
	color: #FFF;
}

/*  collaborator02用wrap
-----------------------------------*/
div.colWrap{
	padding-left: 57px;
}

/* ==========================================================================================================

	 新着情報
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	新着情報一覧

---------------------------------------------------------------------*/
#news{
	border-top: 1px dashed #969696;
	padding-top: 20px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
#news dl{
	border-bottom: 1px dashed #969696;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	zoom: 1;
}
#news dt{
	float: left;
	display: block;
	width: 106px;
}
#news dd{
	float: left;
	width: 460px;
}
#theContent #news dd p{
	margin: 0;
	line-height: 1.3;
}
/*  記事タイトル
-----------------------------------*/
#news dd .newsId{
	font-size: 16px;
	font-weight: bold;
}
#news dd .newsId em{
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	color: #e5002d;
}
/*  詳細ボタン
-----------------------------------*/
#news dd .btn{
	padding-top: 7px;
}
/*  ------------------------------------------------------------------

	新着情報詳細

---------------------------------------------------------------------*/
/*  記事タイトル
-----------------------------------*/
h2#theTitle{
	border-bottom: 1px dashed #969696;
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: 22px;
}
h2#theTitle em{
	display: block;
	margin-bottom: 5px;
	font-size: 12px;
	color: #e5002d;
}
/*  記事本文
-----------------------------------*/
#thePost{
	border-bottom: 1px dashed #969696;
	margin-bottom: 30px;
	padding-bottom: 20px	
}
/* ==========================================================================================================

	 コラボレーション
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	コラボ一覧

---------------------------------------------------------------------*/
#collabo{

}
#collabo dl{
	margin-bottom: 50px;
}
#collabo dt{
	float: left;
	display: block;
	width: 170px;
}
#collabo dt a{
	display: block;
	padding-top: 5px;
}
#collabo dd{
	float: left;
	width: 430px;
}
#theContent #collabo dd p{
	margin-bottom: 15px;
	line-height: 1.3;
}
/*  記事タイトル
-----------------------------------*/
#theContent #collabo dd .collaboId{
	background: #e5002d;
	margin-bottom: 15px;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

/* ==========================================================================================================

	 お問い合わせ
 
============================================================================================================*/
#tarm{
	border: 1px solid #E5002D;
	height: 300px;
	padding: 8px 0 8px 8px;
	overflow: auto;
	font-size: 12px;
}
/*  ------------------------------------------------------------------

	表組

---------------------------------------------------------------------*/
table.formBody {
	width: 100%;
}
table.formBody th,
table.formBody td {
	border: 1px solid #c8c8c8;
	padding: 10px 15px;
	vertical-align: middle;
}
table.formBody th {
	background: #ebebeb;
	width: 30%;
}
/*  ------------------------------------------------------------------

	input要素系

---------------------------------------------------------------------*/
input.inputSS,
input.inputS,
input.inputM,
input.inputL,
textarea.inputM,
textarea.inputL{
	border	: 2px solid #d0d0d0;
	padding : 4px 6px;
}
select.inputS,
select.inputM,
select.inputL{
	border	: 2px solid #d0d0d0;
}

.inputSS {
	width: 4em;
}
.inputS {
	width: 25%;
}
.inputM {
	width: 35%;
}
.inputL {
	width: 95%;
}
select.inputL {
	width: 99%;
}

textarea.inputL {
	height: 10em;
	width: 95%;
}
button#inqBtn{
	background: #e5002d url(../img/_frame/linkArrow_lNav02.png) no-repeat 25px 50%;
	border: 1px solid #e5002d;
	padding: 10px 25px 10px 50px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
button#inqBtn{
	background: #e5002d url(../img/_frame/linkArrow_lNav02.png) no-repeat 25px 50%;
	border: 1px solid #e5002d;
	padding: 10px 25px 10px 50px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
button#backBtn{
	background: #FFF url(../img/_frame/linkArrow_prevNext02.png) no-repeat 25px 50%;
	border: 1px solid #e5002d;
	padding: 10px 25px 10px 50px;
	font-size: 18px;
	font-weight: bold;
	color: #e5002d;
}

/* ==========================================================================================================

	 一丸メンバー
 
============================================================================================================*/
#members{
	margin-left: 1px;
	line-height: 1.3;
	margin-bottom: 30px;
}
#members dl{
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	float: left;
	margin : 0 0 56px -1px;
	padding: 0 29px;
	width: 140px;
}
#members dt{
	margin-bottom: 19px;
}
#members dt a{
	display: block;
	margin-top: 1px;
}
#members dd{
	font-size: 12px;
}
#members dd .memberId{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #e5002d;
}
/*  ------------------------------------------------------------------

	詳細ページ

---------------------------------------------------------------------*/
#member{
	background: url(../img/members/members_bg_contentBody.jpg) repeat-y center top;
	zoom: 1;
}
#member .memberHead{
	background: url(../img/members/members_bg_contentHead.jpg) no-repeat center top;
	position: relative;
	height: 220px;
	zoom: 1;
}
#member .mbId,
#member .mbThumb,
#member .mbDesc{
	position: absolute;
}

#member .mbId{
	font-size: 30px;
	color: #e5002d;
	top: 66px;
	left: 45px;
}
#member .mbThumb{
	position: absolute;
	top: 34px;
	right: 47px;
}
#member .mbDesc{
	position: absolute;
	top: 118px;
	left: 47px;
	width: 349px;
	font-size: 12px;
}
#member .mbDesc li{
	margin-bottom: 5px;
}
#member .memberBody{
	background: url(../img/members/members_bg_contentFoot.jpg) no-repeat center bottom;
	padding: 0 45px 40px;
}

#member .memberBody .youtube{
	background: url(../img/members/members_bg_mov.jpg) no-repeat center top;
	margin-left: 47px;
	padding: 25px 0 15px 24px;
	width: 427px;
}
#member .memberBody .youtube iframe{
	border: 1px solid #e5002d;
}

/* ==========================================================================================================

	99. clearFix (pkg)

============================================================================================================*/

/* start clearfix */
#widgetNews dl:after,
#homeContainer:after,
.repNav:after,
.item:after,
#news dl:after,
#collabo dl:after,
#homeContent03:after,
#members:after,
#homeContent04:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* ie6 hack */
* html #widgetNews dl,
* html #homeContainer,
* html .repNav,
* html .item,
* html #news dl,
* html #collabo dl,
* html #homeContent03,
* html #members,
* html #homeContent04,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx {
	zoom: 1;
}
/* ie7 hack */
*:first-child+html #widgetNews dl,
*:first-child+html #homeContainer,
*:first-child+html .repNav,
*:first-child+html .item,
*:first-child+html #news dl,
*:first-child+html #collabo dl,
*:first-child+html #homeContent03,
*:first-child+html #members,
*:first-child+html #homeContent04,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx {
	zoom: 1;
}
/* end clearfix */












