@charset "utf-8";

/*

*/


/* Table Of Contents
----------------------------------------

# General Elements
# body
# layout
# header
# g_navi
# pageBody
# content
# sidebar
# footer
# clearfix
# common classes

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


/* # General Elements
---------------------------------------------------------------------------- */

*{

	margin: 0;
}

html
{
  -ms-overflow-style: none;  /* IE10+ */
}
html::-webkit-scrollbar  /* Webkit(Chrome) */
{
  display: none;
}

h1,h2,h3,p {
	text-align: left;
	color: #FFF;
	border: none;
	}


i{
	font-style: normal;
}

body.top a,
body.top p {
	color: #fff!important;
	text-decoration:none;
	word-spacing: 0.2em;
	font-size: 12px;
	line-height: 1.6em;
}

a,p {
	color: #333;
	text-decoration:none;
	word-spacing: 0.2em;
	font-size: 16px;
	line-height: 1.6em;

}

body.top a{
	font-size: 1.4vw;
	color: #fff!important;
	  transition: color 0.3s ease 0s;
}


a{
	color: #333;

}

a:hover   {
	text-decoration: underline;
	color: #030F54;
	}

h1 {
	background:;
	margin: 0 auto;
}

h2 {
	background: #413f3f;
	margin: 0 auto;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif'!important;
    font-size: 25px!important;
    color: #fff!important;
    padding: 10px 15px;
	width: auto;
	margin-bottom: 20px!important;
	line-height: 1.4em!important;
}



h3,
span.h3,
.lead,
p.title{
	background:;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif'!important;
	font-size: 22px;
	font-weight: bold!important;
	margin: 20px auto!important ;
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
}

.bNone{
	border: none!important;
}

.lead{
	line-height: 1.8;
}

.leadot{
	font-size: 16px!important;
	font-weight: bold!important;
	margin: 20px auto!important ;
	border-bottom: 2px dotted #ddd!important;
	padding-bottom: 7px;
	line-height: 1.4;
}

.pad{
	margin-bottom: 30px;
}


.colorRed{
	color: #C30D23;
}

.font-s24{
	font-size: 24px;
}

.font-bold{
	font-weight: bold;
}

.font03{

}

ol, ul {
margin-top: 0;
margin-bottom: 10px;
padding-left: 0px;
}


body.etc ul.fNav {
	padding-left: 0;

}

body.etc ul li,
body.etc ol li{
	list-style: none;
	line-height:1.5em;
	font-size: 16px;

}

li.last {
	border: none;
}

p#pageTop {
	text-align: right;
}

p.paragraph {
    line-height: 2.1em;
}
9
.textEffect{
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      opacity: 0;
    }

.fade {
  opacity: 1;
  }


.fadeInDown01 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInDown02 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:7s;
 -ms-animation-duration:7s;
 animation-duration:7s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* # arrow 矢印
--------------------------------------- */

.arrow{
    vertical-align: super;
position: relative;
display: inline-block;
padding: 0 0 0 20px;
color: #000;
vertical-align: super;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.sample5-7::before{
box-sizing: border-box;
width: 15px;
    height: 15px;
border: 1px solid #000;
-webkit-border-radius: 25%;
border-radius: 25%;
}
.sample5-7::after{
left: 4px;
    width: 5px;
    height: 5px;
border-top: 1px solid #000;
border-right: 1px solid #000;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

/* # breadcrumb
--------------------------------------- */

.breadcrumb{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background-color: inherit;
	padding-left: 0;
	padding-left: 360px;
  font-size: 16px;
}

.breadcrumb a{

    font-size: 1em;
    color: #337ab7;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\003e";
}

/* # body
---------------------------------------------------------------------------- */

body {
	background-color: #fff;
	color: #000;
	font-size: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.5;
	text-align: left;
	position: relative;
	display: none;
	background: url("../image/bg_main.jpg") center center / cover no-repeat fixed;

}

body.etc {
	background: none;
}

body.container-fluid{

}


 (min-resolution: 2dppx){
  body.container-fluid{
    background-image: url("http://www.kiyohara-tax.co.jp/image/bg_main2@x.jpg");
  }
}




body#Notice{
	margin: 0 auto;
	width: auto;

}

body#Notice h1 {
}

/* # header
---------------------------------------------------------------------------- */

header {

}

header div#sideBox {
	position: fixed;
	top: 0;
	left: 0;
	background: #413f3f;
    width: 330px;
    height: 100%;
	display: inline-block;
    z-index: 1000;



}


/* # 11-inch, 対応解像度：1,366 x 768ピクセル
scroll 調整
---------------------------------------------------------------------------- */
@media (max-height: 767px) {/*幅768px未満で適用されるスタイル*/
header div#sideBox {
	overflow-y: auto;

  }
	selector:not(:target) {
  overflow-y: hidden\9; /* IE9, 10 */
}

header div#sideBox::-webkit-scrollbar {
    display: none;

}
}

/* IE10以降 */

@media all and (-ms-high-contrast:none){
  .sideBox {
  overflow-y: hidden;
  }
}


header p#logo a img{
	width: 100%;
}

header nav h1,
p.site-logo{
	background: #231815;
	padding:40px 0 10px;
	margin-bottom: 0;
}

header nav h1 a,
p.site-logo a{
	display: inline-block;
		margin: 0 20%;
}

h1 img,
p.site-logo img{
	width: 100%;
}



/* # etc
---------------------------------------- */


body.etc header #headerBox{
    margin-top: -70px;
	background: #413f3f;
	position:  relative;
	z-index: 3;
}


body.etc header #headerBox h1{
	color: #fff;
	padding-left: 360px;/* 330+ 30(ppadding分と考える) */
	font-size: 1.4vw;
	padding-top: 8px;
}

body.etc header #headerBox .utility{
	float: right;
	position: absolute;
	top: 0;
	right: 0px;
	padding-top: 3px;
}


body.etc header #headerBox {

}

body.etc header #headerBox .utility a{
	font-size: 1.4vw;
	color: #fff;
	text-shadow: none;
	margin-right: 10px;
}


body.etc header #headerBox .utility span{

}


/* # menu
---------------------------------------------------------------------------- */


.viewNav {
    display: block;
}

}

nav#global-nav {
    position: relative;
    z-index: 100;
}


nav#global-nav div.navbar-toggle {
    position: relative;
    float: none;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
		margin-right: 0;
}

nav#global-nav ul {
	border-bottom: #525252 1px solid;
    width: 100%;

}

nav#global-nav ul li {
	float: none!important;


}
nav#global-nav ul li a {
position: relative;
box-shadow:0 1px 0 #525252 inset;
padding:15px 0px 15px 7%;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

}

nav#global-nav ul li a.add01{
position: relative;
box-shadow:0 1px 0 #525252 inset;
padding:15px 0px 15px 7%;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}

nav#global-nav ul li a:hover{
background: #252424;
}


nav#global-nav ul li a b{
	font-size: 16px;
	font-weight: 100;
	display: block;
	margin-top: 0.5em;
	padding-left: 55px;
}

nav#global-nav ul li a span {
	display: inline-block;
	float: left;
	width: 45px;
	height: 70px;
	overflow-y: hidden;
    margin-right: 10px;
    padding-top: 25px;
}

nav#global-nav ul li.list01 a {
    /*padding: 15% 0 9% 7%;*/
	padding: 30px 0px 15px 7%;
}

nav#global-nav ul li.list01 a span{
    padding-top: 0;
}



nav#global-nav ul li.list06 a span.ico{
margin-top: -27px;
}

nav#global-nav ul li.list06 a {
    padding:10% 0px 10% 6%;
}

nav#global-nav ul li a span.ico img {
    width: 75%;
}



nav#global-nav ul li.list06 a span.ico{
	margin-top: px;
}

nav#global-nav ul li a span.ico img {
    width: 75%;
}

/* Medium devices: Desktops (≥992px) */
 @media (min-width: 992px) and (max-width: 1199px) {
	 nav#global-nav ul li a {
	 padding:11px 0px 11px 7%!important;
 }
 nav#global-nav ul li.list01 a {
	 /* padding: 15% 0 9% 7%; */
	 padding: 23px 0px 10px 7%!important;
	}

	nav#global-nav ul li.list06 a {
    padding: 7% 0px 6% 6%!important;
	}
 }


p#copyText{
	line-height: 3em;
	height: 1em;
	color: #858585!important;
	font-size: 8px;
	position: relative;
	clear: both;
	margin-bottom: 20px;
}


div.utility ul li {
	float: left;
    width: auto;
    list-style: none;
	padding: 0;
}

div.utility ul li a{
	text-shadow:2px 2px 3px #3b312a;
	padding-right: 10px;
	display: inline-block;
	margin-bottom: 10px;
    padding-top: 2px;
}



div.utility ul li a span {
	display: inline-block;
width: 29px;
height: 25px;
    vertical-align: middle;
}

div.utility ul li span.ico img {
	text-shadow:2px 2px 3px #3b312a;
    width: 100%;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.navbar-default {
    background-color: inherit;
    border-style: none;
}

.button {
	position: relative;
	z-index: 2;
	background-color: #413f3f;
	color: #fff;
	line-height: 50px;
	overflow: hidden;
		box-shadow:0 1px 0 #525252 ;
	border-bottom: #191919 1px solid;
}
.button:hover {
	background: #252424;
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button::after {
	top: 0%;
	left: -100%;
	width: 100%;
	height: 100%;
}
.button:hover::after {
	top: 0;
	left: 0;
	background-color: #252424;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}


/* # main
---------------------------------------------------------------------------- */

main {
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	float: right;
	z-index: 1000;

}

body.etc main{
	position: relative;
	float: right;
    padding: 0px 30px 30px 360px;
    width: 100%;
	font-size: 16px;
	z-index: 10;
}

main p{
	font-size: 16px;

}

body.top p.mainText{
	    font-size: 40px !important;
}

body.top p.subText {
    font-size: 17px !important;
}

body.etc main .border-box{
    border-style: solid;
    border-width: 2px;
    border-color: rgb(217, 217, 217);
    margin-bottom: 20px;
    padding: 15px 15px 5px;
}

main .media,
main section {
	margin-bottom: 95px;
}

body.top main div.txtArea {
    padding: 60px 40px 0 0;
}


main div.txtArea{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	padding: 200px 40px 0 0;
}



main div.txtArea p.mainText{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-shadow:2px 2px 3px #3b312a;
	font-size: 5vw;
}

main div.txtArea p.subText{
	text-shadow:2px 2px 3px #3b312a;
	font-size: 1.4vw;
	line-height: 1.8;

}

main div.txtArea p i{
	background:url("../image/img_border01.png") no-repeat bottom left;
	font-style:normal;
	display: inline-block;
}



/* # etcのクラス
--------------------------------------- */

body.etc





/* # footer
---------------------------------------------------------------------------- */

footer  {
	color: #FFF;
	position: relative;
	bottom: 0;
	right: 0;
	z-index: 1;
}



body.etc footer ul.fNav{
	float: right;
}

body.etc footer ul.fNav li {
	float: left;
    width: auto;
    list-style: none;
}

body.etc footer ul.fNav li a{
	/*text-shadow:2px 2px 3px #3b312a;*/
	display: inline-block;
	margin-bottom: 10px;
	color: #333;
}

footer div.footer-nav li a:hover{
	text-decoration: none;
	opacity: 0.5 ;
}

body.etc footer ul.fNav li a span {
	display: inline-block;
    vertical-align: text-top;
    margin-top: -5px;
}

body.etc footer ul.fNav li span.ico img {
	text-shadow:2px 2px 3px #3b312a;
}

body.etc footer ul.fNav li{
	list-style: none;
}



/* # bootstrapの補足的
---------------------------------------------------------------------------- */
.container-fluid{
	padding: 0;

}





/*min-widthの指定 (「数字に指定したところから」と覚える) */
@media (min-width: 768px) {/*幅768px以上で適用されるスタイル*/
}
@media (min-width: 992px) {/*幅992px以上で適用されるスタイル*/}
@media (min-width: 1200px) {/*幅1200px以上で適用されるスタイル*/


	div.media .media-body {
		width: 58%;
	}
}

/*max-widthの指定 (「数字に指定したところまで」と覚える)*/
@media (max-width: 1199px) {/*幅1199px以下で適用されるスタイル*/
	div.media .media-left {
	width: 100%;
}

	.br-sp { display:none; }

	span.br-sp01{
	    display: inline-block;
	}


}

@media (max-width: 991px) {/*幅991px以下で適用されるスタイル*/
	div.media-body{
	float:none;
	}

	.br-sp01 { display:none; }

	body.etc header #headerBox h1 {
    color: #fff;
    padding-left: 31%;
    font-size: 1.4vw;
    padding-top: 8px;
	}

	.breadcrumb{
		padding-left: 230px;
	}

	header div#sideBox {
		/* position: fixed; */
		/* top: 0; */
		/* left: 0; */
		/* background: #413f3f; */
		width: 28%;
		/* height: 100%; */
		/* display: inline-block; */
		/* z-index: 100; */
	}

	nav#global-nav ul li a {
	padding: 22px 5px 10px 7%;
    font-size: 2.8vw;
	}

	nav#global-nav ul li a span {
    width: 35px;

}

	div.utility ul li{
		line-height: 1em;
	}

	div.utility ul li a {
		text-shadow: 2px 2px 3px #3b312a;
		padding-right: 0px;
		display: inline-block;
		margin-bottom: 10px;
		padding-top: 2px;
	}

	div.utility ul li span.ico img{
		width: 70%;
	}

	div.utility ul li a span {
    display: inline-block;
    width: 29px;
    height: 25px;
    vertical-align: top;
	}



	nav#global-nav ul li a b {
    font-size: 16px;
    font-weight: 100;
    display: inline-block;
	margin-top: 0;
	padding-left: 0px;
	}

	nav#global-nav ul li a span{
		margin-right: 0;
	}

	body.etc main {
		position: relative;
		float: right;
		margin: 0px 0 100px 22%;
		width: 72%;

	    padding: 0px 20px;
	}

	body.etc footer ul.fNav {
    float: right;
    margin-right: 10px;
	margin-bottom: 0;
	}

	footer ul.fNav{
		margin-right: 5px;
	}

	footer ul.fNav li {
		text-align: left;
		float: none;
		list-style: none;
		width: 249px;
	}

	footer ul.fNav li a img{
		width: 100%;
		display: inline-block;
		margin-right: -5px;
	}

	body.etc footer ul.fNav li{
		margin-left: 10px;
	}

	.col-sm-12{
/*		padding: 0;*/
/*		margin-left: 5px;*/
	}
}


@media (max-width: 767px) {/*幅767px以下で適用されるスタイル*/
	h3, span.h3, .lead, p.title {
    font-size: 20px!important;

}

	header nav h1, p.site-logo {
	background: #231815;
	padding: 32px 0 17px;
	margin-bottom: 0;
	}

	body.etc main {
	position: relative;
	float: right;
	margin: 120px 15px 80px 15px;
	padding: 20px 0 0 0;
	width: auto;
    z-index: 2;

	}


	main .media, main section {
	margin-bottom: 45px;
	}

	main div.mainContents section .inner01 ul,
	main div.mainContents section .inner02 ul{
		padding-left: 0;
	}


	.fadeInDown03 {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:0.4s;
	-ms-animation-duration:0.4s;
	animation-duration:0.4s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
	}
	@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
	}
	@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	}


	header div#sideBox{
	width: 100%;
	background: none;
	height: 0;
	overflow-y: visible;
	}



	header nav h1 {
	padding: 35px 0 17px 35px;
	background: #231815;
	}

	#navButton{
	position: relative;
	top:7px;
	float: right;

	}

	nav#global-nav ul {
	box-shadow:none;
	border-bottom: none;
	padding-bottom: 300px;
	background: #474545;
overflow: scroll;
    max-height: 498px;
	}





	.navbar-nav {
    margin: 7.5px 0px;
	}

	.navbar-default .navbar-nav>li>a {
	color: #fff;
	}

	.navbar-header {
		position: relative;
		z-index: 1000;
	/* float: left; */
	}
	.navbar-toggle {
	position: relative;
	top: -25px;
	float: none;
	background-color: none;
	border: none;
	border-radius: 1px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: -40px;
	}

	nav#global-nav div.navbar-toggle {
		position: relative;
		float: none;
		padding: 0;
    padding-top: 96px;
    margin-top: -80px;
			background-color: #fff;
		background-image: none;
		border: none;
			margin-right: 0;

	}

	navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: inherit;
	}

	nav#global-nav ul li a {
	padding:6% 0px 0% 6%!important;
	font-size: 24px;
	}

	nav#global-nav ul li a span{
		padding-top: 0;
	}

	nav#global-nav ul li.list06 a span.ico{
		margin-top: 0;
	}


	nav#global-nav ul li a:hover {
	color: #fff;
	}

	navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: inherit;
	}

	.viewNav {
	display: none;
	}

	.navbar {
	position: relative;
	min-height: 0px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	/*z-index: 1000;*/
	margin: 0;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: inherit;
	}

	/*main sp時はdisplay:noneにして通常通りにする */

	main{
		position: relative;
		z-index: 1;/* 　製作中はmainを上にあげておく　*/
	}

	main div.mainContents section .inner01 {
		margin-right: 0px;
	}

	/* sp時はdisplay:noneにして通常通りにする */




	main div.txtArea p.mainText{
	font-size: 32px;
	}
	main div.txtArea p.subText{
	font-size: 14px;
	}
	main div.txtArea p.mainText{
	font-size:3vw!important;
	color: #fff!important;
	}


	/*--------- sp時のfooter ---------*/

	footer {
	color: #FFF;
	position: fixed;
	bottom: 15px;
	right: 0;
	}

	footer ul.fNav{
	float: none!important;
	margin-bottom: 10px;
	margin-left: 15px;
	}

	footer ul.fNav li {
	float: none!important;
	width: 100%;
	list-style: none;
	padding-left: 0;
	}



	footer ul.fNav li a{

	padding-right: 30px;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 12px;
	}

	footer ul.fNav li a span {
	display: inline-block;
    width: 28px;
    height: 27px;
    vertical-align: text-top;
    padding-left: 3px;
	}


	/* sp対応だけ copyrightを下に持ってきている */
	nav#global-nav p#copyText {
    position: fixed;
    line-height: 3em;
    bottom: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
	}

	.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}
}

@media screen  and (min-width:320px) and (max-width:480px) {
    /*　for iPhone Landscape　(iPhone 横)　*/
 footer div.footer-nav {

    right: -20px;
    bottom: 0;
}

footer div.footer-nav .row{
	margin-right: 0;
	}

}


/* # clearfix
---------------------------------------------------------------------------- */
div.layout,
header,
body.etc header #headerBox,
body.etc header #headerBox .utility,
nav#global-nav ul li,
main,
section,
footer,
footer ul.fNav,
footer div.footerInner div.footerMneu{
	zoom: 1;
}


div.layout:after,
header:after,
body.etc header #headerBox:after,
body.etc header #headerBox .utility:after,
nav#global-nav ul li:after,
main:after,
section:after,
footer:after,
footer ul.fNav:after,
footer div.footerInner div.footerMneu:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
