@charset "utf-8";




html {
	font-size:62.5%;
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #171717;
	font-size: 18px;
	font-size: 1.8em;
	font-weight: 500;
	line-height: 2;
}
@media screen and (max-width: 768px){
    body {
		font-size: 16px;
	    font-size: 1.6em;
	}
}
@media screen and (max-width: 641px){
    body {
		font-size: 14px;
	    font-size: 1.4em;
	}
}

#container {
    /*max-width: 1500px;
	margin: 0 auto;*/
	overflow: hidden;
}


a {
    color: #171717;
	text-decoration: underline;
}
a:hover {
    color: #171717;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

img {
    width: 100%;
	height: auto;
	line-height: 0;
    /*-webkit-backface-visibility: hidden;*/
	image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 768px){
    img {
		image-rendering: auto; 
	}
}

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

	                       header
	
============================================================================*/

#header {
    background: url(../img/top/main-bg.jpg) center bottom no-repeat;
	background-size: cover;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

h1.header-logo {
    width: 13%;
    position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
h1.header-logo img {
	max-width: 150px;
}
h1.header-logo .sp {
	display: none;
}

@media screen and (max-width: 768px){
	#header {
		background: url(../img/top/main-bg-sp.jpg) center bottom no-repeat;
		background-size: cover;
		/*width: 100%;
		margin: 0 auto;
		position: relative;*/
	}
	h1.header-logo {
	    background-color: #003275;
		padding: 2% 0;
		width: inherit;
		position: inherit;
		top: inherit;
		left: inherit;
		/*z-index: 10;*/
	}
	h1.header-logo img {
		max-width: 226px;
		width: 40%;
		margin: 0 auto;
	}
	h1.header-logo .pc {
		display: none;
	}
	h1.header-logo .sp {
		display: block;
	}
}

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

#top-main {
	max-width: 1200px;
	max-height: 730px;
	margin: 0 auto;
	padding-bottom: 7%;
	line-height: 0;
	box-sizing: border-box;
	position: relative;
}

#top-main .sp {
	display: none;
}

.main-txt {
    max-width: 591px;
	width: 55%;
	margin-left: 13%;
}
.main-car {
    max-width: 583px;
	width: 50%;
	margin-top: -2%;
	margin-left: 5%;
}
.main-bike {
    max-width: 351px;
	width: 30%;
	position: absolute;
	top: 52%;
	left: 38%;
}
.main-navigator {
    max-width: 553px;
	width: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
}
/*.main-present {
    max-width: 722px;
	width: 62%;
	position: absolute;
	bottom: -9%;
	left: 19%;
}*/

@media screen and (max-width: 768px){
	#top-main {
		/*max-width: 1200px;
		max-height: 730px;*/
		/*margin: 0 auto 18%;*/
		padding-bottom: 10%;
		/*line-height: 0;
		box-sizing: border-box;
		position: relative;*/
	}
	#top-main .pc {
		display: none;
	}
	#top-main .sp {
		display: block;
	}
	.main-txt {
		max-width: 435px;
		width: 70%;
		margin-top: 7%;
		margin-left: 5%;
	}
	.main-car {
		max-width: 583px;
		width: 80%;
		margin-top: 3%;
		margin-left: 1%;
	}
	.main-bike {
		max-width: 351px;
		width: 48%;
		position: absolute;
		top: 58%;
		left: inherit;
		right: -3%;
	}
	.main-navigator {
		max-width: 277px;
		width: 42%;
		position: absolute;
		bottom: inherit;
		top: 12%;
		right: 0;
	}
	/*.main-present {
		max-width: 622px;
		width: 96%;
		position: absolute;
		bottom: -10%;
		left: 2%;
	}*/
}

/*----------------------------------- 
          お見舞金
-----------------------------------*/

.main-present {
    max-width: 722px;
	/*width: 62%;*/
	margin: -100px auto 0;
}
.main-present .sp {
	display: none;
}

@media screen and (max-width: 768px){
	.main-present {
		max-width: 622px;
		width: 96%;
		margin: -10% auto 0;
	}
	.main-present .pc {
		display: none;
	}
	.main-present .sp {
		display: block;
	}
}
@media screen and (max-width: 641px){
	.main-present {
		margin: -15% auto 0;
	}
}

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

	                       footer
	
============================================================================*/

#footer {
	background-color: #F1F1F1;
	color: #666;
	padding: 80px 20px 50px;
}

.f-logo {
    max-width: 196px;
	margin: 0 auto 70px;
}

ul.f-nav {
	text-align: center;
    margin-bottom: 40px;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.f-nav li {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	border-right: #666 1px solid;
	padding-right: 15px;
	margin-right: 15px;
}
ul.f-nav li:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
ul.f-nav li a {
	color: #666;
	text-decoration: none;
}
ul.f-nav li a:hover {
	color: #666;
	text-decoration: underline
}

#page-top a {
	max-width: 55px;
	max-height: 55px;
	display: block;
	line-height: 0;
	position: fixed;
	bottom: 20px;
	right: 10px;
}
#page-top a:hover {
    background: url(../img/common/page-top-ov.png);
}
#page-top img {
	transition: .5s;
}
#page-top a:hover img {
	opacity: 0;
}
/*#page-top a {
	transition: .5s;
}
#page-top a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	transition: .5s;
}*/

#copy {
    font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}

@media screen and (max-width: 768px){
	#footer {
		padding: 12% 5% 5%;
	}
	
	.f-logo {
		max-width: 196px;
		width: 40%;
		margin: 0 auto 10%;
	}
	
	ul.f-nav {
		margin-bottom: 5%;
	}
	ul.f-nav li {
	    width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
		border-right: none;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 5%;
	}
	#page-top a {
		width: 20%;
		max-width: 55px;
		margin: 0 auto 8%;
		position: inherit;
		bottom: inherit;
		right: inherit;
	}
	#copy {
		font-size: 11px;
		font-size: 1.1rem;
	}
}



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

	               お問い合わせボタン
	
============================================================================*/

#sec-contact-top {
    padding: 50px 20px 60px;
}

#sec-contact-bottom {
    background: url(../img/top/contact-bg.jpg) center bottom no-repeat;
	background-size: 100% auto;
    padding: 100px 20px 20%;
}

.contact-box {
    max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.contact-box .sp {
	display: none;
}
.contact-box h2 {
    display: inline-block;
    font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #04178D;
	line-height: 1.3;
	position: relative;
	/*padding: 0 1.5em;*/
	margin-bottom: 40px;
	/*display: flex; 
	align-items: center;
    justify-content: center;*/
}
.contact-box h2 strong {
    font-size: 36px;
	font-size: 3.6rem;
}
.contact-box h2:before,
.contact-box h2:after {
    background-color: #04178D;
    content: "";
    height: 1px;
    width: 45px;
	position: absolute;
	top: 1.2em;
}
.contact-box h2:before {
    /*margin-top: 0.8em;
    margin-right: 0.4em; */
	left: -2em;
    transform: rotate(50deg);
}
.contact-box h2:after {
    /*margin-top: 0.8em;
    margin-left: 0.2em;*/
	right: -1.8em;
    transform: rotate(-50deg);
}
.contact-box h2 br {
	display: none;
}
.contact-box ul {
    margin-bottom: 30px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-box ul li {
    max-width: 320px;
	width: 33%;
}
.contact-box a {
	transition: .5s;
}
.contact-box a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	transition: .5s;
}

@media screen and (max-width: 768px){
	#sec-contact-top {
		padding: 8% 5% 10%;
	}
	#sec-contact-bottom {
		padding: 12% 5% 25%;
	}
	.contact-box .pc {
		display: none;
	}
	.contact-box .sp {
		display: block;
	}
	.contact-box h2 {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 7%;
	}
	.contact-box h2 strong {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.contact-box h2:before,
	.contact-box h2:after {
		top: 3em;
	}
	.contact-box h2:before {
		left: -2.5em;
	}
	.contact-box h2:after {
		right: -2.3em;
	}
	.contact-box h2 br {
		display: block;
	}
	.contact-box ul {
	    text-align: center;
		margin-bottom: 5%;
	}
	.contact-box ul li {
		max-width: 500px;
		width: 90%;
		margin: 0 auto 5%;
	}
}

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

	               #sec1  修理業者を無料でご紹介
	
============================================================================*/

#sec1 {
    padding: 80px 20px 70px;
	background-color: #EBF4FE;
}

.sec1-box1 {
    max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.sec1-box1 .sp {
	display: none;
}
.sec1-box1 h2 {
    font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	color: #04178D;
	line-height: 1.6;
	margin-bottom: 40px;
}
.sec1-box1 h2 strong {
    font-size: 55px;
	font-size: 5.5rem;
	display: block;
}
.sec1-box1 h3 {
    max-width: 685px;
	margin: 0 auto;
}

@media screen and (max-width: 768px){
	#sec1 {
		padding: 10% 3% 8%;
	}
	.sec1-box1 .pc {
		display: none;
	}
	.sec1-box1 .sp {
		display: block;
	}
	.sec1-box1 h2 {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 5%;
	}
	.sec1-box1 h2 strong {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.sec1-box1 h3 {
		max-width: 609px;
	}
}

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

	               #sec2  選ばれる７つの理由
	
============================================================================*/

#sec2 {
    padding: 60px 20px 80px;
}

.sec2-box1 {
    background: url(../img/top/sec2-logo.png) center 0 no-repeat;
    max-width: 1000px;
	margin: 0 auto;
	padding-top: 110px;
}
.sec2-box1 h2 {
    font-size: 55px;
	font-size: 5.5rem;
	font-weight: bold;
	color: #04178D;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 40px;
}
.sec2-box1 h2 strong {
    font-size: 90px;
	font-size: 9.0rem;
}
.sec2-box1 p {
    font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.8;
	text-align: center;
}
.sec2-box1 h3 {
    max-width: 799px;
	margin: 50px auto 0;
	text-align: center;
}

.sec2-box2 {
    max-width: 1000px;
	margin: 0 auto;
}
ul.reason-list1 {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.reason-list1 li {
	width: 50%;
	padding: 60px 0;
	box-sizing: border-box;
}
ul.reason-list1 li:nth-child(odd) {
	padding-right: 20px;
}
ul.reason-list1 li:nth-child(even) {
	padding-left: 20px;
}
ul.reason-list1 li h3 {
    max-width: 70px;
	margin: 0 auto 20px;
	line-height: 0;
}
ul.reason-list1 li h4 {
    font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #04178D;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
}
ul.reason-list1 li p {
	line-height: 1.8;
}
.reason-photo {
    max-width: 480px;
	line-height: 0;
	margin:  0 auto 30px;
}


ul.reason-list2 li {
	border-bottom: #999 1px dotted;
	padding: 60px 0;
}
ul.reason-list2 li:first-child {
	border-top: #999 1px dotted;
}
ul.reason-list2 dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.reason-list2 li:nth-child(even) dl {
	flex-direction: row-reverse;
}
ul.reason-list2 dt {
    max-width: 480px;
	width: 50%;
	line-height: 0;
}
ul.reason-list2 dd {
	width: 50%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
ul.reason-list2 li:nth-child(odd) dd {
	padding-left: 20px;
}
ul.reason-list2 li:nth-child(even) dd {
	padding-right: 20px;
}
ul.reason-list2 li h3 {
    max-width: 70px;
	line-height: 0;
}
ul.reason-list2 li h4 {
    width: 83%;
    font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #04178D;
	line-height: 1.5;
}
ul.reason-list2 li p {
	line-height: 1.8;
}

@media screen and (max-width: 1000px){
	.sec2-box1 p {
		font-size: 18px;
		font-size: 1.8rem;
	}
	ul.reason-list1 li {
		width: 100%;
	}
	ul.reason-list1 li:nth-child(odd) {
		padding-right: 0;
		border-bottom: #999 1px dotted;
	}
	ul.reason-list1 li:nth-child(even) {
		padding-left: 0;
	}
	.reason-photo {
		width: 80%;
	}
	ul.reason-list2 dt {
		width: 80%;
		margin: 0 auto 30px;
	}
	ul.reason-list2 dd {
		width: 100%;
	}
	ul.reason-list2 li:nth-child(odd) dd {
		padding-left: 0;
	}
	ul.reason-list2 li:nth-child(even) dd {
		padding-right: 0;
	}
	ul.reason-list2 li h3 {
		margin: 0 auto 20px;
	}
	ul.reason-list2 li h4 {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px){
	#sec2 {
		padding: 5% 5% 10%;
	}
	.sec2-box1 {
		padding-top: 5%;
		background-size: 40% auto;
	}
	.sec2-box1 h2 {
		font-size: 25px;
		font-size: 2.5rem;
		margin-bottom: 5%;
	}
	.sec2-box1 h2 strong {
		font-size: 50px;
		font-size: 5.0rem;
	}
	.sec2-box1 p {
		font-size: 15px;
		font-size: 1.5rem;
		text-align: left;
	}
	.sec2-box1 p br {
		display: none;
	}
	.sec2-box1 h3 {
		margin-top: 7%;
	}
	ul.reason-list1 li {
		padding: 7% 0;
	}
	ul.reason-list1 li h3 {
		width: 20%;
		margin: 0 auto 5%;
	}
	ul.reason-list1 li h4 {
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 4%;
	}
	.reason-photo {
		margin: 0 auto 5%;
	}
	ul.reason-list2 li {
		padding: 7% 0;
	}
	ul.reason-list2 dt {
		margin: 0 auto 5%;
	}
	ul.reason-list2 li h3 {
		margin: 0 auto 5%;
	}
	ul.reason-list2 li h4 {
		margin-bottom: 4%;
		font-size: 18px;
		font-size: 1.8rem;
	}
}


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

	               #sec3  ご利用ステップ
	
============================================================================*/

#sec3 {
    padding: 60px 20px 80px;
	background-color: #EBF4FE;
}

.sec3-box1 {
    background: url(../img/top/sec3-bg.jpg) right 0 no-repeat;
    max-width: 1100px;
	margin: 0 auto;
	padding: 50px 0 80px;
}
.sec3-box1 h2 {
    font-size: 34px;
	font-size: 3.4rem;
	font-weight: bold;
	color: #04178D;
	line-height: 1.3;
	text-align: center;
}

.sec3-box2 {
    max-width: 1000px;
	margin: 0 auto;
}
.sec3-box2 ul > li {
    position: relative;
	margin-bottom: 60px;
}
.sec3-box2 ul > li:last-child {
	margin-bottom: 0;
}
.sec3-box2 ul > li:before {
    content: "";
    position: absolute;
    bottom: -75px;
    left: 50%;
    margin-left: -20px;
    border: 28px solid transparent;
    border-top: 30px solid #9EBAD6;
}
.sec3-box2 ul > li:last-child:before {
    margin-left: 0;
    border: none;
    border-top: none;
}
.sec3-box2 table {
    width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	border-left: #04178D 2px solid;
	border-right: #04178D 2px solid;
	border-bottom: #04178D 2px solid;
	box-sizing: border-box;
}
.sec3-box2 table th {
	background-color: #04178D;
	color: #fff;
	padding: 25px 30px;
	box-sizing: border-box;
}
.sec3-box2 table th:nth-of-type(1) {
    width: 18%;
	border-right: #fff 1px solid;
}
.sec3-box2 table th:nth-of-type(2) {
	width: 82%;
}
.sec3-box2 table th h3 {
	max-width: 90px;
	margin: 0 auto;
	line-height: 0;
}
.sec3-box2 table th h4 {
    font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.3;
}
.sec3-box2 table td {
	padding: 30px;
}
.sec3-box2 table dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec3-box2 table dt {
	width: 60%;
}
.sec3-box2 table dd {
	width: 38%;
	text-align: right;
	line-height: 0;
}
.sec3-box2 table dd img {
	max-width: 340px;
}
ol.sec3-btn {
    margin: 15px 0 30px;
    display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
ol.sec3-btn li {
    max-width: 320px;
	line-height: 0;
}
ol.sec3-btn li a {
	transition: .5s;
}
ol.sec3-btn li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	transition: .5s;
}

@media screen and (max-width: 1024px){
	.sec3-box1 {
		background: url(../img/top/sec3-bg.jpg) right 0 no-repeat;
		background-size: 30% auto;
	}
}
@media screen and (max-width: 768px){
	#sec3 {
		padding: 5% 5% 10%;
	}
	.sec3-box1 {
		background-size: 25% auto;
		padding: 5% 0 8%;
	}
	.sec3-box1 h2 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.sec3-box2 ul > li {
		margin-bottom: 50px;
	}
	.sec3-box2 ul > li:before {
		content: "";
		position: absolute;
		bottom: -55px;
		left: 50%;
		margin-left: -10px;
		border: 20px solid transparent;
		border-top: 22px solid #9EBAD6;
	}
	.sec3-box2 table th:nth-of-type(1) {
		width: 22%;
		padding: 5% 3%;
	}
	.sec3-box2 table th:nth-of-type(2) {
		width: 78%;
		padding: 5% 0 5% 5%;
	}
	.sec3-box2 table th h4 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	.sec3-box2 table td {
		padding: 5%;
		line-height: 1.8;
	}
	.sec3-box2 table dt {
		width: 100%;
		margin-bottom: 5%;
	}
	.sec3-box2 table dd {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	ol.sec3-btn {
		margin: 3% 0 5%;
	}
	ol.sec3-btn li {
		max-width: 320px;
		width: 80%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 641px){
    .sec3-box1 {
		background: none;
	}
	.sec3-box2 table th h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}


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

	               #sec4  福岡エリアならお任せください
	
============================================================================*/

#sec4 {
    background: url(../img/top/sec4-bg.jpg) center center no-repeat;
	background-size: cover;
    padding: 80px 20px 80px;
}

.sec4-box1 h2 {
    max-width: 506px;
	width: 90%;
	margin: 0 auto;
	line-height: 0;
}

@media screen and (max-width: 768px){
	#sec4 {
	    background: url(../img/top/sec4-bg-sp.jpg) center center no-repeat;
	    background-size: cover;
		padding: 12% 5% 20%;
	}
}


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

	                           個別CSS
	
============================================================================*/

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

/*text-align*/

.tal{text-align:left;}
.tar{text-align:right;}
.tac{text-align:center;}

/*float*/

.float_l{float:left;}
.float_r{float:right;}

/*width*/
.w10{width:10px;}
.w20{width:20px;}
.w30{width:30px;}
.w40{width:40px;}
.w50{width:50px;}
.w100{width:100px;}
.w150{width:150px;}
.w200{width:200px;}
.w250{width:250px;}
.w300{width:300px;}
.w655{width:655px;}

/*margin*/

.mar_none{margin: 0;}

/*margin-top*/

.mt0{margin-top:0px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt60{margin-top:60px;}
.mt80{margin-top:80px;}

/*margin-bottom*/

.mb0{margin-bottom:0px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mb55{margin-bottom:55px;}
.mb60{margin-bottom:60px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}

/*margin-left*/

.ml{margin-left: 0;}
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}
.ml60{margin-left: 60px;}
.ml85{margin-left: 85px;}
.ml110{margin-left:110px;}


/*margin-right*/

.mr{margin-right: 0;}
.mr2{margin-right: 2px;}
.mr5{margin-right: 5px;}
.mr7{margin-right: 7px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}
.mr45{margin-right: 45px;}
.mr50{margin-right: 50px;}

/*padding*/

.padding5{padding:5px;}
.padding10{padding:10px;}
.padding20{padding:20px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}

.pb0{padding-bottom:0px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}
.pb40{padding-bottom:40px;}

/*line-height*/

.lh120{ line-height: 120%;}
.lh130{ line-height: 130%;}
.lh140{ line-height: 140%;}
.lh150{ line-height: 150%;}
.lh160{ line-height: 160%;}
.lh170{ line-height: 170%;}
.lh180{ line-height: 180%;}
.lh190{ line-height: 190%;}
.lh200{ line-height: 200%;}


/* ---------------------------------------- 
									clearfix				
---------------------------------------- */
.clearfix {
	zoom:1;
	/*overflow:hidden;
	min-height: 1px;
	_height:1px;*/
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
