@charset "utf-8";
/* --------------------------------

	(汎用スタイル：大きな物からインラインレベルまで。)

		* last update 2011/04/15
		* modify : nz;
	
--------------------------------

	index

//------------------------------
	< macroレベル >

	1. hyperText
	2. p
	3. text(インライン系)
	4. form
	5. Img
	6. h Tag
	10. child系
	21.	error系

//------------------------------
	< ウィジェットレベル >

	101. table
	102. section
	103. div
	104. ul
	105. ol
	106. dl

	131. input @type=text
	132. table.formTable

	150. navigation
		
-----------------------------------*/


/* ==========================================================================================================

	 1. hyperText
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	anchor

---------------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: underline;
	color: #234bb6;
}
a:link {
	color: #234bb6;
	text-decoration: underline;
}
a:visited {
	color: #3e1fa3;
	text-decoration: underline;
}

a:hover {
	color: #234bb6;
	text-decoration: none;
}

/*  画像ボタンをhover時に透過させる
-----------------------------------*/
a.alpha:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70); /* IE7 */
	-ms-filter: "alpha(opacity=70)"; /* IE8 */
}
/*  画像フォームボタンをhover時に透過させる
-----------------------------------*/
input.alpha:hover{
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}

/*  type
-----------------------------------*/
/*
a.type1 {
	text-decoration	: none;
}
a.type1:link {
}
a.type1:visited {
}
a.type1:hover {
}
a.type1:active {

}
*/


/*  ------------------------------------------------------------------

	arrow

---------------------------------------------------------------------*/
/*  linkArrow
-----------------------------------*/
a.linkArrow {
	background: url(../img/frame/parts/linkArrow.png) no-repeat 0% 50%;
	padding-left: 20px;
}

/* ==========================================================================================================

	 2. p
 
============================================================================================================*/

/* ==========================================================================================================

	 3. txt(インライン系)
 
============================================================================================================*/


/*  ------------------------------------------------------------------

	em

---------------------------------------------------------------------*/
/**/
em.type01 {
	font-weight: bold;
}

em.type02 {
	color: #C33;
}

em.note01 {
	font-size: 12px;
	line-height: 1.5;
}
em.note02 {
	font-size: 10px;
	line-height: 1.5;
}

/*  ------------------------------------------------------------------

	align

---------------------------------------------------------------------*/
.txtCenter {
	text-align : center;
}
.txtRight {
	text-align : right;
}
.txtIndent {
	text-indent : -9999px;
}
/* ==========================================================================================================

	 4. form
 
============================================================================================================*/
input.check,
input.radioBtn {
	margin: 0 5px;
}
/* ==========================================================================================================

	 5. img
 
============================================================================================================*/
img.floatL {
	float : left;
	margin-right : 10px;
	margin-bottom : 5px;
}
img.floatL20 {
	float : left;
	margin-right : 20px;
	margin-bottom : 5px;
}
img.floatR {
	float : right;
	margin-left : 10px;
	margin-bottom : 5px;
}
img.floatR20 {
	float : right;
	margin-left : 20px;
	margin-bottom : 5px;
}

/* ==========================================================================================================

	 6. h Tag
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	6-2.	hnTxt

---------------------------------------------------------------------*/
/*  見出しは行間を狭く
-----------------------------------*/
.hnTxt01, .hnTxt02, .hnTxt03 {
	line-height: 1.2;
}
/*  コンテンツ一覧用
-----------------------------------*/
.hnTxt01 {
	background: url(../img/frame/bg_hnTxt01.png) no-repeat top left;
	position: relative;
	overflow: hidden;
	padding: 12px 0 0 30px;
	height: 22px;
	font-size: 13px;
	zoom: 1;
}
.hnTxt01 a:link,
.hnTxt01 a:visited{
	text-decoration: none;
}
.hnTxt01 a:hover{
	text-decoration: underline;
}
.hnTxt01 em{
	position: absolute;
	top: 0;
	right: 0;
}

.hnTxt00 {
	background: url(../img/frame/bg_hnTxt02.png) no-repeat top left;
	position: relative;
	overflow: hidden;
	padding: 12px 0 0 30px;
	height: 45px;
	font-size: 13px;
	zoom: 1;
}
.hnTxt00 a:link,
.hnTxt00 a:visited{
	text-decoration: none;
}
.hnTxt00 a:hover{
	text-decoration: underline;
}
.hnTxt00 em{
	position: absolute;
	top: 0;
	right: 0;
}
/*  ページタイトル用
-----------------------------------*/
.hnTxt02 {
	border-bottom: 2px solid #dadada;
	padding: 8px 5px 8px 20px;
	font-size: 16px;
}
.hnTxt02.inDays {
	position: relative;
	padding-right: 120px;
	zoom: 1;
}
.hnTxt02.inDays span {
	border-left: 1px solid #dadada;
	position: absolute;
	right: 20px;
	top: 6px;
	padding: 7px 0 7px 15px;
	font-size: 12px;
}
/*  中見出し
-----------------------------------*/
.hnTxt03 {
	background: #f7f7f7;
	margin-bottom: 15px;
	padding: 5px 5px 5px 20px;
	font-size: 14px;
}

.hnTxt02.nrm,
.hnTxt03.nrm{
	font-weight: normal;
}
/* ==========================================================================================================

	 10. child系
 
============================================================================================================*/
.firstChild {
}
.lastChild {
}
.rightChild {
}
.secondChild {
}
.thirdChild {
}
/* ==========================================================================================================

	 11. その他要素、疑似クラス
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	selected text

---------------------------------------------------------------------*/
::selection {
 background : #ddd;
 color : #000;
}

::-moz-selection {
 background : #ddd;
 color : #000;
}


/* ==========================================================================================================

	 21.	error系
 
============================================================================================================*/
div.error,
div.notice,
div.success {
	margin-bottom: 1.5em;
	padding: 0.8em 0.8em 0;
	font-size: 90%;
}
div.error {
	background: #FFE8E1;
	border: 1px solid #F17E89;
	color: #990000;
}
div.error ul {
	padding-left: 25px;
	margin-bottom: 1em;
}
div.error li {
	list-style-type: disc;
	margin-bottom: 0.2em;
}
div.notice {
	background: #fffdc6;
	border: 1px solid #eaac5b;
	color: #965d13;
	text-align: center;
	line-height: 1.4;
}
div.success {
	background: #F7FFE8;
	border: 1px solid #9DE7B4;
	color: #02AB5A;
}
/*  お知らせ程度
-----------------------------------*/
div.notify {
	background: #f2f2e9;
	border: 1px solid #ddddd5;
	padding: 1em;
	font-size: 82%;
}
/* ==========================================================================================================

	 50. common assets
 
============================================================================================================*/
/*  margin
-----------------------------------*/
.mgn05 {
	margin-bottom: 5px;
}
.mgn07 {
	margin-bottom: 7px;
}
.mgn10 {
	margin-bottom: 10px;
}
.mgn15 {
	margin-bottom: 15px;
}
.mgn20 {
	margin-bottom: 20px;
}
.mgn25 {
	margin-bottom: 15px;
}
.mgn30 {
	margin-bottom: 30px;
}
.mgn40 {
	margin-bottom: 40px;
}
/*  padding
-----------------------------------*/
.pad10 {
	padding: 10px;
}
.pad15 {
	padding: 15px;
}
.pad20 {
	padding: 20px;
}
.pad1015 {
	padding: 10px 13px;
}
.pad1520 {
	padding: 15px 20px;
}

/*  border
-----------------------------------*/
.bdr01 {
	border-bottom: 1px solid #dedede;
	padding-top: 15px;
}
/* ==========================================================================================================

	 51. general Classees
 
============================================================================================================*/
.note {
}
.error {
}
.caution {
}
.clear {
	clear: both;
}
/*  コードヒント用予約語
-----------------------------------*/

.fig,
.photo,
.desc,
.link,
.odd,
.even,
.swap {
}
/*  免責条項など、2行目以降にスペース
	（例）※これは注意です
	　　　　やめてください！
-----------------------------------*/
.immunity { 
	padding-left: 1em;
	text-indent: -1em;
}




/* ==========================================================================================================
=============================================================================================================
=============================================================================================================
=============================================================================================================
============================================================================================================*/



/* ==========================================================================================================

	 102. Section Style
 
============================================================================================================*/
div.section {
	clear : both;
	margin-bottom : 3em;
}
#mainContent .main .tab_waku {
	height: 140px;
	overflow: hidden;
	margin-bottom:5px;
}
.tab_waku .tab_hidden {
	height: 120px;
	overflow: hidden;
}


div.section div.section {
	margin-bottom : 20px;
}
div.section div.section div.section {
}
/* ==========================================================================================================

	 103. Div Style
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	h1Group

---------------------------------------------------------------------*/
div.h1Group {
	margin-bottom: 2em;
}
div.h1Group .lead {
	margin-left: 0;
}
/*  ------------------------------------------------------------------

	div.secGroup
	div.sectionを段組みにする

---------------------------------------------------------------------*/
div.secGroup {
}
div.secGroup div.section {
	width: 346px;
	clear: none;
	float: left;
	margin-bottom: 0;
}
div.secGroup div.section.lastChild {
	float: right;
}
/*  ------------------------------------------------------------------

	div.dlGroup

---------------------------------------------------------------------*/
div.dlGroup {
	margin-bottom: 2em;
}
div.dlGroup dl {
	float: left;
}
div.dlGroup dl.lastChild {
	float: right;
}

/*  2段組みのとき
-----------------------------------*/
div.dlGroup.double dl {
}
/*  3段組みのとき
-----------------------------------*/
div.dlGroup.triple dl {
}


/* ==========================================================================================================

	 104. ul
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	general01

---------------------------------------------------------------------*/

ul.general01 {
	margin-bottom: 1.6em;
	padding-left: 25px;
}
ul.general01 li {
	list-style: disc;
	margin-bottom: 0.4em;
}
/*  nest <ul> 
-----------------------------------*/
ul.general01 li ul {
	margin-left: 25px;
	padding: 10px 0;
}
ul.general01 li ul li {
	list-style: circle;
	margin-bottom: 0.2em;
}
/*  nest <ol> 
-----------------------------------*/

ul.general01 li ol {
	margin-left: 25px;
	padding: 10px 0;
}
ul.general01 li ol li {
	list-style: decimal;
	margin-bottom: 0.2em;
}
/*  ------------------------------------------------------------------

	general02

---------------------------------------------------------------------*/

ul.general02 {
	margin-bottom: 1.6em;
	padding-left: 25px;
}
ul.general02 li {
	list-style: circle;
	margin-bottom: 0.4em;
}
/*  nest <ul> 
-----------------------------------*/
ul.general02 li ul {
	margin-left: 25px;
	padding: 10px 0;
}
ul.general02 li ul li {
	list-style: square;
	margin-bottom: 0.2em;
}
/*  nest <ol> 
-----------------------------------*/
ul.general02 li ol {
	margin-left: 25px;
	padding: 10px 0;
}
ul.general02 li ol li {
	list-style: decimal;
	margin-bottom: 0.2em;
}
/* ==========================================================================================================

	105. ol
 
============================================================================================================*/

/*  general01
-----------------------------------*/
ol.general01 {
	margin-bottom: 1.6em;
	padding-left: 25px;
}
ol.general01 li {
	margin-bottom: 0.4em;
}
/* nest <ol> */
ol.general01 li ol {
	margin-left: 25px;
	padding: 10px 0;
}
ol.general01 li ol li {
	margin-bottom: 0.2em;
}
/* nest <ul> */
ol.general01 li ul {
	margin-left: 25px;
	padding: 10px 0;
}
ol.general01 li ul li {
	list-style: disc;
	margin-bottom: 0.2em;
}
/* ==========================================================================================================

	 106. dl
 
============================================================================================================*/


/*  ------------------------------------------------------------------

	generalDate

---------------------------------------------------------------------*/
dl.generalDate {
	font-size: 12px;
	line-height: 1.4;
	overflow:hidden;
	zoom:1;
	margin-bottom:10px;
}
dl.generalDate dt {
	/*padding: 0.4em 0 0.7em;
	margin-bottom: -3.1em;*/
	width: 200px;
	font: Arial, Helvetica, sans-serif;
	color: #747474;
	float:left;
}
dl.generalDate dt img {
	margin-left: 10px;
}
dl.generalDate dd {
	/*padding: 1em 1em 0.2em 166px;*/
}
/*  ------------------------------------------------------------------

	general01

---------------------------------------------------------------------*/

dl.general01 {
}
dl.general01 dt {
	border-left: 4px solid #333;
	font-weight: bold;
	padding: 2px 2px 2px 8px;
}
dl.general01 dd {
	padding-left: 15px;
	margin-bottom: 1em;
}

/* ==========================================================================================================

	 101. tables
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	101-1-1.	th="row"型
	table.generalRow

---------------------------------------------------------------------*/
table.generalRow {
	margin-left: 20px;
	margin-right: 20px;
	width: 93.5%;
}
table.generalRow th,
table.generalRow td {
	border-bottom: 1px solid #dedede;
	padding: 10px 5px;
	vertical-align: middle;
}
table.generalRow th {
	width: 140px;
}


/*  ------------------------------------------------------------------

	101-2-1.	thead型
	table.generalThead

---------------------------------------------------------------------*/

/* thead, tbody共通 
-----------------------------------*/
table.generalThead {
	margin-left: 20px;
	margin-right: 20px;
	width: 93.5%;
}
table.generalThead th,
table.generalThead td {
	border-bottom: 1px solid #dedede;
}
/*  thead => th
-----------------------------------*/
table.generalThead thead th {
	background: #e3e8f8;
	padding: 7px 0 7px 5px;
	vertical-align: middle;
	font-weight: bold;
}
/*  tbody => td
-----------------------------------*/
table.generalThead tbody td {
	padding: 7px 0 7px 5px;
}
/*  stripe
-----------------------------------*/
table.generalThead tr:nth-of-type(odd) {
	background-color: #f7f7f7;
}
/* jsで処理
-------------*/
table.generalThead tr.odd {
	background: #f7f7f7;
}
table.generalThead tr.even {
	background: #FFF;
}
/*  hover
-----------------------------------*/
table.generalThead  tr:hover td {
	background-color: #FFF6CF;
}


/*  ------------------------------------------------------------------

	101-3-1.	th="row"型、thead型 複合型
	generalComplex

---------------------------------------------------------------------*/

/* thead, tbody共通 
-----------------------------------*/
table.generalComplex {
	/*table-layout: fixed;*/
	width: 100%;
	margin-bottom: 1.6em;
}
table.generalComplex th,
table.generalComplex td {
	border: 1px solid #aaa;
	padding: 3px;
}
/*  thead => th
-----------------------------------*/
table.generalComplex thead th {
	background: #ccc;
}
/*  tbody = [ th, td ]
-----------------------------------*/
table.generalComplex tbody th {
	background: #ddd;
	width: 110px;
}
table.generalComplex tbody td {
}


/* ==========================================================================================================

	 131. input @type=text
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	@

---------------------------------------------------------------------*/
input.inputSS,
input.inputS,
input.inputM,
input.inputL,
textarea.inputSS,
textarea.inputS,
textarea.inputM,
textarea.inputL {
	padding : 1px 3px;
}
.inputSS {
	width: 4em;
}
.inputS {
	width: 30%;
}
.inputM,
select.selectM{
	width: 80%;
}
.inputL {
	width: 95%;
}
textarea.inputM {
	height: 6em;
}
textarea.inputL {
	height: 10em;
}

/* ==========================================================================================================

	 150.	navigation
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	ページネーション

---------------------------------------------------------------------*/
ul.pagenation {
	font-size: 12px;
	margin-bottom: 5px;
	padding: 0;
	text-align: center;
}
ul.pagenation li {
	display: inline;
	margin: 0 0.5em;
	padding-bottom: 1px;
	line-height: 1.2;
	letter-spacing: 0em;
	text-align: center;
}
ul.pagenation a,
ul.pagenation a:visited {
	border: 1px solid #bebebe;
	display: -moz-inline-box;
	display: inline-block;
	width: 15px;
	padding: 5px 4px;
	text-decoration: none;
	color: #004b6a;
}
ul.pagenation a:hover,
ul.pagenation a:active {
	background-color: #0936ae;
	border: 1px solid #0936ae;
	color: #FFFFFF;
}
/*  現在地表示
-----------------------------------*/
ul.pagenation li span {
	background-color: #231f20;
	border: 1px solid #231f20;
	display: -moz-inline-box;
	display: inline-block;
	width: 15px;
	padding: 5px 4px;
	color: #FFFFFF;
}
/*  前、次、最初、最後
-----------------------------------*/
ul.pagenation li.nextLink a,
ul.pagenation li.nextLink a:visited {
	width: 50px;
}

/*  ------------------------------------------------------------------

	前のページボタン

---------------------------------------------------------------------*/
p.prevLink{
	border-top: 1px solid #dfdfdf;
	padding: 15px 0 0 20px;
}
p.prevLink a,
p.prevLink a:visited {
	border: 1px solid #bebebe;
	display: -moz-inline-box;
	display: inline-block;
	padding: 5px 15px;
	text-decoration: none;
	color: #004b6a;
}
p.prevLink a:hover {
	background-color: #0936ae;
	border: 1px solid #0936ae;
	color: #FFFFFF;
}


/* ==========================================================================================================

	 200.	その他テンプレートモジュール
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	汎用的な一覧画像

---------------------------------------------------------------------*/
div.section.item {
	margin-bottom: 0;
/*	border-bottom: 1px solid #dfdfdf;*/
	padding:0 20px 0 20px;
}
div.section.item .itemDesc {
	float: left;
	width: 430px;
	margin:0 5px;
}
div.section.item .itemDesc h3 {
	background: #f7f7f7 url(../img/frame/linkArrow02.png) no-repeat 5px 50%;
	margin-bottom: 15px;
	padding: 5px 5px 5px 20px;
	font-size: 14px;
}
div.section.item .itemDesc h3.noLink {
	background: #f7f7f7;
	margin-bottom: 8px;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
}
div.section.item .itemThumb {
	float: right;
}
div.section.item .itemDesc p {
	padding: 0 0 0 20px;
}

/*  ------------------------------------------------------------------

	generalListing
	サイトマップやリンクに使用

---------------------------------------------------------------------*/
dl.generalListing {
	border-bottom: 1px solid #dedede;
	margin-bottom: 10px;
}
dl.generalListing dt {
	float: left;
	padding-bottom: 5px;
	width: 155px;
	font-weight: bold;
}
dl.generalListing dd {
	width: 530px;
	float: right;
	padding-bottom: 5px;
}
dl.generalListing.lastChild {
	margin-bottom:15px;
}
dl.generalListing dd ul {
	padding-left: 18px;
}
dl.generalListing dd ul li {
	background: url(../img/_frame/linkArrow02.png) no-repeat 0% 45%;
	padding-left: 13px;
	margin-bottom: 0.4em;
}

/*  ------------------------------------------------------------------

	Myページログイン

---------------------------------------------------------------------*/
#widgetMyLogin {
	background: url(../img/frame/side_mypage_bg.png) repeat-x left bottom;
	border: 1px solid #d4d3d3;
	margin-bottom: 10px;
	padding: 9px;
	letter-spacing: -0.1em;
}
#widgetMyLogin p input.query,
#widgetMyLogin p img {
	vertical-align: middle;
}
#widgetMyLogin p img {
	margin-right: 10px;
}

#widgetMyLogin2 {
	margin-bottom: 10px;
	margin-top:5px;
	text-align:center;
}

/*  input query
-----------------------------------*/
#widgetMyLogin input.query {
	border: 1px solid #abadb3;
	width: 128px;
	height: 18px;
}
/* ie6 7 hack */
* html #widgetMyLogin input.query {
	padding-top: 3px;
	height: 15px;
}
*:first-child+html #widgetMyLogin input.query {
	padding-top: 3px;
	height: 15px;
}
/*  ボタン
-----------------------------------*/
#widgetMyLogin input.loginBtn {
	width: 202px;
	height: 29px;
}

/*  ------------------------------------------------------------------

	Webブッキング

---------------------------------------------------------------------*/
.widgetWebBooking {
	background: url(../img/frame/booking_bg.png) repeat-x left bottom;
	border: 1px solid #d4d3d3;
	padding: 7px 12px;
	height:80px;
	overflow:hidden;
}
/*  基本組
-----------------------------------*/
.widgetWebBooking .bkmain {
	float: left;
	width: 580px;
	height:80px;
	margin-top:15px;
}
.widgetWebBooking .bksub {
	float: right;
}
/*  フォーム部分
-----------------------------------*/
.widgetWebBooking .head {
	font-weight: normal;
	font-size: 12px;
}
.widgetWebBooking .head img {
	margin-right: 10px;
}
.widgetWebBooking .order li{
	float: left;
}
.widgetWebBooking .order li.firstChild{
	margin-right: 20px;
}
.widgetWebBooking .order li.lastChild{
	float: right;
	width: 175px;
	text-align: right;
}
.widgetWebBooking .order02 li{
	float: left;
	width: 200px;
}
.widgetWebBooking .order02 li.lastChild{
	float: right;
	width: 370px;
}
/*  select
-----------------------------------*/
.widgetWebBooking .order select.sel01{
	width: 190px;
	height: 19px;
	border: 1px solid #abadb3;
}
.widgetWebBooking .order02 select.sel02{
	width: 370px;
	height: 19px;
	border: 1px solid #abadb3;
}
/*  input query
-----------------------------------*/
.widgetWebBooking .order input.query{
	width: 100px;
	height: 16px;
	border: 1px solid #abadb3;
}
.widgetWebBooking .order li.lastChild input.query{
	margin: 0 5px; 
}
/*  ボタン
-----------------------------------*/
.widgetWebBooking input.searchBtn{
	width: 82px;
	height: 75px;
}

/* ==========================================================================================================

	99. clearFix (pkg)

============================================================================================================*/

/* start clearfix */
div.secGroup:after,
div.dlGroup:after,
.widgetWebBooking:after,
.widgetWebBooking .order:after,
.widgetWebBooking .order02:after,
div.section.item:after,
dl.generalListing:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* ie6 hack */
* html div.secGroup,
* html div.dlGroup,
* html .widgetWebBooking,
* html .widgetWebBooking .order,
* html .widgetWebBooking .order02,
* html div.section.item,
* html dl.generalListing,
* 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,
* html .xxx,
* html .xxx,
* html .xxx,
* html .clearfix {
	zoom: 1;
}
/* ie7 hack */
*:first-child+html div.secGroup,
*:first-child+html div.dlGroup,
*:first-child+html .widgetWebBooking,
*:first-child+html .widgetWebBooking .order,
*:first-child+html .widgetWebBooking .order02,
*:first-child+html div.section.item:after,
*:first-child+html dl.generalListing,
*: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,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .clearfix {
	zoom: 1;
}
/* end clearfix */
