@charset "utf-8";

/* --------------------------------
	汎用スタイル：大きな物からインラインレベルまで。
	2011/06/02 nz
-----------------------------------*/


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

	 1. hyperText
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	anchor

---------------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: underline;
	color: #005bac;
}
a:link {
	color: #005bac;
	text-decoration: underline;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
a:visited {
	color: #3e1fa3;
	text-decoration: underline;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	color: #005bac;
	text-decoration: none;
}
/*  画像ボタンをhover時に透過させる
-----------------------------------*/
.alpha a img,
a.alpha img,
input.alpha{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.alpha a:hover img,
a.alpha:hover img,
input.alpha:hover{
	opacity: 0.6;
	filter: alpha(opacity=60); /* IE7 */
	-ms-filter: "alpha(opacity=60)"; /* IE8 */
}

/*  type
-----------------------------------*/
/*
.aType01 a,
a.aType01{
	text-decoration	: none;
}
.aType01 a:link,
a.aType01:link{
}
.aType01 a:visited,
a.aType01:visited{
}
.aType01 a:hover,
a.aType01:hover{
}
.aType01 a:active,
a.aType01:active{

}
*/


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

	arrow

---------------------------------------------------------------------*/
/*  linkArrow
-----------------------------------*/
a.linkArrow {
	background: url(../img/_frame/parts/linkArrow.png) no-repeat 0% 50%;
	padding-left: 20px;
}
/*  _blankリンク
-----------------------------------*/
a.linkArrow[target="_blank"] {
	background: url(../img/_frame/parts/linkArrowTarget.png) no-repeat 0% 50%;
}
/*  pdfリンク
-----------------------------------*/
a.linkArrow[href$="pdf"] {
	background: url(../img/frame/parts/linkArrowPdf.png) no-repeat 0% 50%;
}
/*  xlsリンク
-----------------------------------*/
a.linkArrow[href$="xls"],
a.linkArrow[href$="xlsx"] {
	background: url(../img/frame/parts/linkArrowXls.png) no-repeat 0% 50%;
}
/*  pptリンク
-----------------------------------*/
a.linkArrow[href$="ppt"],
a.linkArrow[href$="pptx"] {
	background: url(../img/frame/parts/linkArrowPpt.png) no-repeat 0% 50%;
}
a.linkArrow:hover {
}


/*  popupリンク
-----------------------------------*/
a.popup {
	background: url(../img/frame/parts/linkArrow01.gif) no-repeat 0% 50%;
	padding-left: 10px;
}

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

	 2. p
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	pageTop

---------------------------------------------------------------------*/
#mainContent .pageTop {
	clear: both;
	text-align: right;
}
/*  （IE）画像ボタンの余白をボックス下に接させ
	厳密にレイアウトする
-----------------------------------*/
#mainContent .pageTop img {
	vertical-align: bottom;
}
/*  ------------------------------------------------------------------

	主に送信ボタン関連

---------------------------------------------------------------------*/
#mainContent .formBtn {
	padding-top: 20px;
	text-align: center;
}
/*  
#mainContent .formBtn input{
	margin-left: 5px;
	font-size: 140%;
}
*/

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

	 3. txt(インライン系)
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	em

---------------------------------------------------------------------*/
em.type01 {
	font-size: 14px;
}

em.type02 {
	font-size: 10px;
}

em.type03 {
	color: #857050;
}


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

	strong

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

/*
strong.type01 {

}
strong.type02 {

}
strong.type03 {

}
*/


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

	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 : 5px;
	margin-bottom : 5px;
}
img.floatR {
	float : right;
	margin-left : 5px;
	margin-bottom : 5px;
}
/* ==========================================================================================================

	 6. h Tag
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	6-1.	hnImg

---------------------------------------------------------------------*/
.hnImg01 {
	margin-bottom : 15px;
}
.hnImg02 {
	margin-bottom : 15px;
}
.hnImg03 {
	margin-bottom : 15px;
}
/*  ------------------------------------------------------------------

	6-2.	txtHeading

---------------------------------------------------------------------*/
/*  見出しは行間を狭く
-----------------------------------*/
.txtHeading01, .txtHeading02, .txtHeading03 {
	line-height: 1.2;
}
.txtHeading01 {
	border-bottom: 1px solid #ccc;
	margin-bottom : 15px;
	padding: 8px 0;
	color: #178cee;
	font-size: 22px;
}
.txtHeading02 {
	background: #FFF;
	border: 1px solid #e2cee4;
	margin-bottom : 10px;
	padding: 8px 10px;
	color: #c48ee3;
	font-size: 17px;
}

.txtHeading03 {
	margin-bottom : 15px;
	padding: 5px 10px;
	font-size: 14px;
}
/* ==========================================================================================================

	 11. その他要素、疑似クラス
 
============================================================================================================*/
blockquote {
	background: #EFFFEC;
	border: 1px solid #a3d19e;
	margin: 10px 10px 1.5em 10px;
	padding: 10px;
	line-height: 1.3;
	font-size: 12px;
	color: #4d8547;
}
blockquote:before {
	content: "[引用] ";
	font-size: 8px;
	color: #AAA;
}
q {
	background: #EFFFEC;
	margin: 0 5px;
	color: #4d8547;
}
q:hover {
}
/*  マージン
-----------------------------------*/
.mgn05 {
	margin-bottom: 5px;
}
.mgn10 {
	margin-bottom: 10px;
}
.mgn15 {
	margin-bottom: 15px;
}
.mgn20 {
	margin-bottom: 20px;
}
.mgn25 {
	margin-bottom: 25px;
}
.mgn30 {
	margin-bottom: 30px;
}
.mgn40 {
	margin-bottom: 40px;
}
.mgn50 {
	margin-bottom: 50px;
}
.mgn100 {
	margin-bottom: 100px;
}
/*  padding
-----------------------------------*/
.pad05 {
	padding-bottom: 5px;
}
.pad10 {
	padding-bottom: 10px;
}
.pad15 {
	padding-bottom: 15px;
}
/*  ボーダー
-----------------------------------*/
.bdr{
	border-bottom: 1px dotted #999;
}
.bdr02{
	border-bottom: 1px solid #999;
}
/*  ------------------------------------------------------------------

	selected text

---------------------------------------------------------------------*/
::selection {
 background : #2CBC2C;
 color : #fff;
}

::-moz-selection {
 background : #2CBC2C;
 color : #fff;
}


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

	 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
 
============================================================================================================*/



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

	 51. general Classees
 
============================================================================================================*/
.note {
}
.error {
}
.caution {
}
.clear {
	clear: both;
}
/*  コードヒント用
-----------------------------------*/
.swap,
.firstChild,
.lastChild,
.rightChild,
.secondChild,
.thirdChild {
}
/*  免責条項など、2行目以降にスペース
	（例）※これは注意です
	　　　　やめてください！
-----------------------------------*/
.immunity { 
	padding-left: 1em;
	text-indent: -1em;
}
/*  テキストを飛ばす
-----------------------------------*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}



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



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

	 102. Section Style
 
============================================================================================================*/
div.section {
	margin-bottom : 20px;
}
div.section div.section {
	margin-bottom : 2em;
}
div.section div.section div.section {
}
/* ==========================================================================================================

	 103. Div Style
 
============================================================================================================*/

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

	h1Group

---------------------------------------------------------------------*/
div.h1Group {
	margin-bottom: 2em;
}
div.h1Group .lead {
	margin-left: 0;
}
/*  ------------------------------------------------------------------

	div.sectionWrap

---------------------------------------------------------------------*/
div.sectionWrap {
	margin-bottom: 2em;
}
div.sectionWrap div.section {
	clear: none;
	float: left;
	margin-bottom: 0;
}
div.sectionWrap div.section.lastChild {
	float: right;
}
/*  ------------------------------------------------------------------

	div.dlGroup

---------------------------------------------------------------------*/
div.dlWrap {
	margin-bottom: 2em;
}
div.dlWrap dl {
	float: left;
}
div.dlWrap dl.lastChild {
	float: right;
}
/*  ------------------------------------------------------------------

	exturnal (外部コンテンツ)

---------------------------------------------------------------------*/
/*  iframe
-----------------------------------*/
div.external iframe {
	border: 1px solid #dbdbdb;
	overflow: hidden;
	width: 598px; /* 任意 */
	height: 498px; /* 任意 */
}

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

	 104. ul
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	general01

---------------------------------------------------------------------*/
ul.ulType01 {
	margin-bottom: 1.6em;
	padding-left: 25px;
}
ul.ulType01 li {
	list-style: disc;
	margin-bottom: 0.4em;
}
/*  nest <ul> 
-----------------------------------*/
ul.ulType01 li ul {
	margin-left: 25px;
	padding: 10px 0;
}
ul.ulType01 li ul li {
	list-style: circle;
	margin-bottom: 0.2em;
}
/*  nest <ol> 
-----------------------------------*/

ul.ulType01 li ol {
	margin-left: 25px;
	padding: 10px 0;
}
ul.ulType01 li ol li {
	list-style: decimal;
	margin-bottom: 0.2em;
}
/*  ------------------------------------------------------------------

	general02

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

ul.ulType02 {
	margin-bottom: 1.6em;
	padding-left: 25px;
}
ul.ulType02 li {
	list-style: circle;
	margin-bottom: 0.4em;
}
/*  nest <ul> 
-----------------------------------*/
ul.ulType02 li ul {
	margin-left: 25px;
	padding: 10px 0;
}
ul.ulType02 li ul li {
	list-style: square;
	margin-bottom: 0.2em;
}
/*  nest <ol> 
-----------------------------------*/
ul.ulType02 li ol {
	margin-left: 25px;
	padding: 10px 0;
}
ul.ulType02 li ol li {
	list-style: decimal;
	margin-bottom: 0.2em;
}
/* ==========================================================================================================

	105. ol
 
============================================================================================================*/

/*  general01
-----------------------------------*/
ol.olType01 {
	margin-bottom: 1.6em;
	padding-left: 25px;
}
ol.olType01 li {
	margin-bottom: 0.4em;
}
/* nest <ol> */
ol.olType01 li ol {
	margin-left: 25px;
	padding: 10px 0;
}
ol.olType01 li ol li {
	margin-bottom: 0.2em;
}
/* nest <ul> */
ol.olType01 li ul {
	margin-left: 25px;
	padding: 10px 0;
}
ol.olType01 li ul li {
	list-style: disc;
	margin-bottom: 0.2em;
}
/* ==========================================================================================================

	 106. dl
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	主にニュース用

---------------------------------------------------------------------*/
dl.news {
	margin-bottom: 1.6em;
	border-left: 4px solid #727272;
}
dl.news dt {
	padding: 0.8em 0 0.7em 15px;
	margin-bottom: -3.1em;
	width: 105px;
}
dl.news dd {
	border-bottom: 1px solid #000000;
	padding: 0.8em 1em 0.7em 10em;
	margin-left: -4px;
}


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

	 101. tables
 
============================================================================================================*/

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

	th="row"

---------------------------------------------------------------------*/
table.tbType01 {
	border-top: 2px solid #080808;
	width: 100%;
	margin-bottom: 1.6em;
}
table.tbType01 th,
table.tbType01 td {
	border: 1px solid #080808;
	padding: 6px;
}
table.tbType01 th {
	background: #a1a1a1;
	border-left: 4px solid #727272;
	width: 110px;
}
table.tbType01 td {
/*background: #c6c6c6;*/
}
/*  ------------------------------------------------------------------

	thead型
	tbType02

---------------------------------------------------------------------*/
table.tbType02 {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 1.6em;
}
table.tbType02 th,
table.tbType02 td {
	border: 1px solid #ccc;
	padding: 3px;
}
table.tbType02 thead th {
	background: #ccc;
}
table.tbType02 tbody td {
}
/*  ------------------------------------------------------------------

	複合型
	tbType03

---------------------------------------------------------------------*/
table.tbType03 {
	/*table-layout: fixed;*/
	width: 100%;
	margin-bottom: 1.6em;
}
table.tbType03 th,
table.tbType03 td {
	border: 1px solid #aaa;
	padding: 3px;
}
table.tbType03 thead th {
	background: #ccc;
}
table.tbType03 tbody th {
	background: #ddd;
	width: 110px;
}
table.tbType03 tbody td {
}


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

	 131. input
 
============================================================================================================*/

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

	@

---------------------------------------------------------------------*/
input.inputSS,
input.inputS,
input.inputM,
input.inputL,
textarea.inputSS,
textarea.inputS,
textarea.inputM,
textarea.inputL {
	/*border	: 1px solid #999999;*/
	padding : 1px 3px;
}
.inputSS {
	width: 4em;
}
.inputS {
	width: 50%;
}
.inputM {
	width: 80%;
}
.inputL {
	width: 95%;
}
textarea.inputL {
	height: 6em;
}
/* ==========================================================================================================

	 132. table.formTable
	 表組みでフォームを作るときのテンプレート
	 かなり詳細にまでスタイルが当たっているので、不要な部分は消してください。
 
============================================================================================================*/
table.formTable {
	border-top : 1px solid #000000;
	background-color: #FFFFFF;
	border-collapse : collapse;
	width : 96%;
	margin-left : 4px;
	margin-bottom : 2em;
}

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

	cell style

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

table.formTable td,
table.formTable th {
	border-bottom : 1px solid #000000;
	border-right : 1px solid #000000;
	padding : 8px;
}
table.formTable th {
	border-left : 8px solid #CCCCCC;
	width : 180px;
}
table.formTable td {
	border-left : 1px solid #000000;
}
/*  ------------------------------------------------------------------

	required

---------------------------------------------------------------------*/
/* 必須のマークを入れるem */
.required em {
	color : #F83C36;
}
/* 必須のタブは色違いで */
table.formTable th.required {
	border-left : 8px solid #CD4B14;
}
/*  ------------------------------------------------------------------

	tr:hover

---------------------------------------------------------------------*/
table.formTable tr:hover th,
table.formTable tr.even:hover th,
table.formTable tr.hover th,
table.formTable tr:hover td,
table.formTable tr.even:hover td,
table.formTable tr.hover td {
	background-color: #ddd;
}
table.formTable tr:hover th,
table.formTable tr.hover th {
}
table.formTable tr:hover td,
table.formTable tr.hover td {
}
/*  ------------------------------------------------------------------

	stripe tr.even

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

table.formTable tr.even th,
table.formTable tr.even td {
	background-color: #F9F9F9;
}
/*  ------------------------------------------------------------------

	submit button

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

p.submit {
	text-align: center;
}
p.submit input {
	padding: 2px 5px;
	letter-spacing: 0.3em;
}
p.submit input:active {
	background: #eee;
}
/*  ------------------------------------------------------------------

	input length
	
	txtArea01	: 名前など比較的短い <input>
	txtArea02	: メルアドなど比較的長い <input>
	txtArea03	: 数量など数文字程度のinputは　
	txtArea04	: <textarea>

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

/* 名前など比較的短いinputは　txtArea01 */
table.formTable .txtArea01 {
	width : 10em;
}
/* メルアドなど比較的長いinputは　txtArea02*/
table.formTable .txtArea02 {
	width : 250px;
}
/* 数量など数文字程度のinputは　txtArea03*/
table.formTable .txtArea03 {
	width : 3em;
}
/* テキストエリア */
table.formTable .txtArea04 {
	width : 280px;
	;
	height : 6em;
}
/*  ------------------------------------------------------------------

	border + focus

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

/* すべてのinput,textareaのborder */
table.formTable .inputSS,
table.formTable .inputS,
table.formTable .inputM,
table.formTable .inputL,
table.formTable .txtArea01,
table.formTable .txtArea02,
table.formTable .txtArea03,
table.formTable .txtArea04 {
	border : 1px solid #999999;
	padding : 2px 3px;
}
/* フォーカス時　IE6,7は対応せず */
table.formTable .inputSS:focus,
table.formTable .inputS:focus,
table.formTable .inputM:focus,
table.formTable .inputL:focus,
table.formTable .txtArea01:focus,
table.formTable .txtArea02:focus,
table.formTable .txtArea03:focus,
table.formTable .txtArea04:focus {
	border : 1px solid #D94040;
}
table.formTable input:hover,
table.formTable textarea:hover {
}
/*  input[type="radio"] input[type="checkbox"]
-----------------------------------*/

table.formTable input.check,
table.formTable input.radioBtn {
}
/*  option
-----------------------------------*/

table.formTable optgroup {
	background-color : #FFFFFF;
	font-style : normal;
	font-weight : bold;
}
table.formTable option {
	background-color : #FFFFFF;
	text-indent : 2.2em;
}
/* セレクトの最初に指定されるものはインデントなし */
table.formTable option.optSelected {
	text-indent : 0;
}
/*  td　にあるlabel のマウスロールオーバー
-----------------------------------*/

/* labelにマウスオーバーでポインタになる */
table.formTable td label {
	cursor: pointer;
}

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

	 150.	navigation
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	ページネーション

---------------------------------------------------------------------*/
ul.pagenation {
	background-color: #f1f1f1;
	border-top: 1px solid #ced9d0;
	border-bottom: 1px solid #ced9d0;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 15px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
ul.pagenation li {
	display: inline;
	padding-bottom: 1px;
	line-height: 1.2;
	letter-spacing: 0em;
	text-align: center;
}
ul.pagenation a,
ul.pagenation a:visited {
	background-color: #FFF;
	border: 1px solid #d4d4d4;
	display: -moz-inline-box;
	display: inline-block;
	width: 15px;
	padding: 7px 5px;
	text-decoration: none;
	color: #000;
}
ul.pagenation a:hover,
ul.pagenation a:active {
	background-color: #88C295;
	border: 1px solid #88C295;
	color: #000;
}
/*  現在地表示
-----------------------------------*/
ul.pagenation li span {
	background-color: #115d25;
	border: 1px solid #115d25;
	display: -moz-inline-box;
	display: inline-block;
	width: 15px;
	padding: 7px 5px;
	color: #FFFFFF;
}
/*  前、次、最初、最後
-----------------------------------*/
ul.pagenation li.nextLink a,
ul.pagenation li.nextLink a:visited {
	width: 40px;
}
ul.pagenation li.nextLink a{
	padding: 7px;
}

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

	 200. ColorBox
 
============================================================================================================*/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft { clear:left; }
#cboxContent { position:relative; }
#cboxLoadedContent { overflow:auto; }
#cboxTitle { margin:0; }
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor:pointer; }
.cboxPhoto {
	float:left;
	margin:auto;
	border:0;
	display:block;
}
.cboxIframe {
	width:100%;
	height:100%;
	display:block;
	border:0;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay { background:#000; }
#colorbox { }
#cboxContent {
	margin:32px 0 55px;
	overflow:visible;
}
#cboxContent {
	*margin:32px 0 55px;
	_margin:32px 0 80px;
}

.cboxIframe { background:#000; }
#cboxError {
	padding:50px;
	border:1px solid #ccc;
}
#cboxLoadedContent {
	background:#333;
	padding:1px;
}
#cboxLoadingGraphic { background:url(../img/loading.gif) no-repeat center center; }
#cboxLoadingOverlay { background:#333; }
#cboxTitle {
	position:absolute;
	top:-22px;
	left:0;
	color:#000;
}
#cboxCurrent {
	position:absolute;
	top:-22px;
	right:205px;
	text-indent:-9999px;
}
#cboxSlideshow, #cboxPrevious, #cboxNext {
	text-indent:-9999px;
	width:20px;
	height:20px;
	position:absolute;
	top:-20px;
	background:url(../img/controls.png) no-repeat 0 0;
}
#cboxClose {
	text-indent:-9999px;
	bottom: -55px;
	left: 50%;
	width:119px;
	height:29px;
	margin-left: -59px;
	position:absolute;
	background:url(../img/closeBtn.png) no-repeat 0 0px;
}
#cboxClose:hover { background-position:0 -29px; }

#cboxPrevious {
	background-position:0px 0px;
	right:44px;
}
#cboxPrevious:hover { background-position:0px -25px; }
#cboxNext {
	background-position:-25px 0px;
	right:22px;
}
#cboxNext:hover { background-position:-25px -25px; }


.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious { right:66px; }
.cboxSlideshow_on #cboxSlideshow {
	background-position:-75px -25px;
	right:44px;
}
.cboxSlideshow_on #cboxSlideshow:hover { background-position:-100px -25px; }
.cboxSlideshow_off #cboxSlideshow {
	background-position:-100px 0px;
	right:44px;
}
.cboxSlideshow_off #cboxSlideshow:hover { background-position:-75px -25px; }



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

	99. clearFix (pkg)

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

/* start clearfix */
div.sectionWrap:after,
div.dlWrap:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx: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 div.sectionWrap,
* html div.dlWrap,
* 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 .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx {
	zoom: 1;
}
/* ie7 hack */
*:first-child+html div.sectionWrap,
*:first-child+html div.dlWrap,
*: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 .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 */


