@charset "UTF-8";
/*
 * base.css
 */

/* !Layout
---------------------------------------------------------- */
body { text-align: center;}

.onlySP,
.onlyTB,
.onlyTBSP { display: none;}
.onlyPCTB { display: block;}
.none { display: none;}
@media screen and (max-width: 1024px) {
body { overflow-x: hidden;}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	.onlyPC2,
	.onlyPCSP{ display: none;}
	.onlyTB,
	.onlyTBSP,
	.onlyPCTB { display: block;}
}
@media screen and (max-width: 767px) {
	.onlyPC,
	.onlyPC2,
	.onlyPCTB,
	.onlyTB { display: none !important;}
	.onlyTBSP { display: block;}
	.onlySP { display: block !important;}
	img.onlySP { display: inline-block;}
}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	width: 100%;
	text-align: left;
}
/* !mainimg
---------------------------------------------------------- */
#mainimg {
	width: 100%;
	text-align: left;
	position:relative;
	z-index:10;
}
	#mainimgIn {
		margin: 0 auto;
		width: 960px;
		text-align: left;
	}

	.DoctorImage {
		text-align: center;
		margin-top: 35px;
	}
	.DoctorImage .ImageSize01 img{
		width: 92%;
		height: auto;
		max-width: 960px;
	}
	.DoctorImage .ImageSize02 img{
		width: 92%;
		height: auto;

	}

	.DoctorImage:hover{
		opacity: 0.5;
	}

/* !contents
---------------------------------------------------------- */
#contents,
#main,
#commodity_main,
#sub {
	width: 100%;
	text-align: left;
}
#commodity_main{
	width: 650px;
	text-align: left;
	margin: 0 auto;
}
@media screen and (min-width: 960px) {
	#contents{
		padding-top:60px;
	}
	#commodity_main .sectionIn{
		width: 650px;
	}
	#contents_in{
		width:960px;
		margin: 0 auto;
		padding-top: 80px;
	}
	#commodity_main {
		float: left;
}
}
@media screen and (max-width: 959px) {
	#commodity_main{
		width: 100%;
		text-align: left;
	}
}
@media screen and (max-width: 767px) {
	#contents{
		padding-top:0;
	}
}
/* !contact
---------------------------------------------------------- */
#contact{
	padding:30px 0;
	background: url(/takuhaimeiji/common/images/rwd/bg_inquiry01.jpg) no-repeat center center;
}
	#news{
		position:relative;
		float:left;
		width:465px;
		height:320px;
		padding:30px 30px 0;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background-color: #fff;
		box-sizing:border-box;
	}
		#news .ttl{
			margin-bottom:6px;
		}
			#news .ttl img{
				width:97px;
				height:auto;
			}
		#news .btn{
			position:absolute;
			top:30px;
			right:30px;
			padding:0 0 0 22px;
			background: url(/takuhaimeiji/common/images/rwd/ico_arrow01.gif) no-repeat left center;
			font-size:15px;
			line-height:1.4;
			color:#009edf;
		}
		#news ul{}
			#news li{
				padding:11px 0;
				border-bottom:1px solid #c5e7f5;
			}
			#news li.last{
				border-bottom:none;
			}
				#news li a{
					color:#666;
				}
				#news li p{}
				#news li p span{
					color:#fc555f;
				}
	#inquiry{
		float:right;
		width:465px;
	}
		#inquiry .btn{
			display:block;
			height: 60px;
			margin:0 0 20px 0;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			background: #fc555f url(/takuhaimeiji/common/images/rwd/btn_inquiry01.png) no-repeat center center;
			background-size:340px auto;
			-webkit-box-shadow: inset 0 -2px rgba(0,0,0,.2);
			-moz-box-shadow: inset 0 -2px rgba(0,0,0,.2);
			box-shadow: inset 0 -2px rgba(0,0,0,.2);
			text-indent:-9999px;
			overflow:hidden;
		}
		#inquiry .btn:hover{
			background-color:#fd777f;
		}
		#inquiry ul{
			overflow:hidden;
			margin:0 0 -20px 0;
		}
			#inquiry li{
				margin:0 0 20px 0;
			}
			#inquiry li.tel01,
			#inquiry li.tel02{}
				#inquiry li a{
					display:block;
					height:110px;
					text-indent:-9999px;
					overflow:hidden;
					pointer-events: none;
				}
				#inquiry li.tel01 a{
					background: url(/takuhaimeiji/common/images/rwd/txt_inquiry01.png) no-repeat 0 0;
				}
				#inquiry li.tel02 a{
					background: url(/takuhaimeiji/common/images/rwd/txt_inquiry02.png) no-repeat 0 0;
				}
@media screen and (min-width: 1280px) {
	#contact{
		background-size:100%;
	}
	#commodity_main{
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	#contact{
		background-size:auto 100%;
	}
		#news{
			float:none;
			width:100%;
			height:auto;
			padding:30px 30px 15px;
			margin-bottom:20px;
		}
			#news li a:hover {
				text-decoration: none;
			}
			#news .btn{
				font-size: 17px;
			}
			#news .btn:hover {
				text-decoration: none;
			}
			#news li p {
				font-size: 15px;
			}
		#inquiry{
			float:none;
			width:100%;
		}
			#inquiry .btn{
				height:91px;
				background-size: 536px auto;
			}
			#inquiry .btn:hover {
				background-color: #fc555f;
			}
			#inquiry ul{
				margin:0 -20px 0 0;
			}
				#inquiry li{
					float:left;
					width:50%;
					margin:0;
					padding:0 20px 0 0;
					box-sizing:border-box;
				}
				#inquiry li.tel01,
				#inquiry li.tel02{}
					#inquiry li a{
						height: 199px;
						-webkit-border-radius: 10px;
						-moz-border-radius: 10px;
						border-radius: 10px;
						pointer-events: auto;
					}
					#inquiry li.tel01 a{
						background:#fff url(/takuhaimeiji/common/images/rwd/tb/txt_inquiry01.png) no-repeat center top;
					}
					#inquiry li.tel02 a{
						background:#fff url(/takuhaimeiji/common/images/rwd/tb/txt_inquiry02.png) no-repeat center top;
					}
}
@media screen and (max-width: 767px) {
	#contact{
		padding:15px 0;
		background:#8fc31f;
	}
		#news{
			float:none;
			width:100%;
			height:auto;
			padding:20px 15px 25px;
			margin-bottom:15px;
			text-align:center;
		}
			#news .ttl{
				width:65px;
				margin:0 auto 5px;
			}
				#news .ttl img{
					width:100%;
				}
			#news .btn{
				display:inline-block;
				position:relative;
				top:inherit;
				right:inherit;
				margin-top:10px;
				padding:0 0 0 20px;
				background: url(/takuhaimeiji/common/images/rwd/sp/ico_arrow01.gif) no-repeat left center;
				background-size:15px auto;
				font-size:16px;
				line-height:1.33;
			}
			#news .btn.onlySP {
				display: inline-block !important;
			}
			#news .btn:hover {
				text-decoration: none;
			}
			#news ul{}
				#news li{
					padding:10px 0;
					text-align:left;
				}
					#news li a:hover {
						text-decoration: none;
					}
		#inquiry{
			float:none;
			width:100%;
		}
			#inquiry .btn{
				height:71px;
				background: #fc555f url(/takuhaimeiji/common/images/rwd/sp/btn_inquiry01.png) no-repeat center center;
				background-size:259px auto;
			}
			#inquiry .btn:hover {
				background-color: #fc555f;
			}
			#inquiry ul{
				margin:0 0 -15px 0;
			}
				#inquiry li{
					margin:0 0 15px 0;
				}
				#inquiry li.tel01,
				#inquiry li.tel02{

				}
					#inquiry li a{
						height:69px;
						-webkit-border-radius: 10px;
						-moz-border-radius: 10px;
						border-radius: 10px;
						pointer-events: auto;
					}
					#inquiry li.tel01 a{
						background:#fff url(/takuhaimeiji/common/images/rwd/txt_inquiry01.png) no-repeat center center;
						background-size: auto 69px;
					}
					#inquiry li.tel02 a{
						background:#fff url(/takuhaimeiji/common/images/rwd/txt_inquiry02.png) no-repeat center center;
						background-size: auto 69px;
					}
	}

/* !campaign
---------------------------------------------------------- */
#campaign{
	padding:30px 0;
}
	#campaign ul{
		overflow:hidden;
		margin:0 -30px 0 0;
	}
		#campaign ul li{
			float:left;
			width:300px;
			margin:0 30px 0 0;
		}
			#campaign ul li img{
				width:100%;
				height:auto;
			}
@media screen and (min-width: 768px) and (max-width: 959px) {
	#campaign{}
		#campaign ul{
			margin:0 -24px 0 0;
		}
			#campaign ul li{
				width:33.33%;
				margin:0;
				padding:0 24px 0 0;
				box-sizing:border-box;
			}

}
@media screen and (max-width: 767px) {
	#campaign{
		padding:15px 0 20px;
	}
		#campaign ul{
			margin:0 0 -15px 0;
		}
			#campaign ul li{
				float:none;
				width:100%;
				margin:0 0 15px 0;
			}
}
/* !lNavi
---------------------------------------------------------- */
#lNavi{
	padding:34px 0 40px;
	background:#009edf;
}
	#lNavi .ttl{
		width:311px;
		margin:0 auto 40px;
		text-align:center;
	}
		#lNavi .ttl img{
			width:100%;
			height:auto;
		}
	#lNavi ul{
		overflow:hidden;
		margin:0 -30px -30px 0;
	}
		#lNavi li{
			float:left;
			width:217px;
			margin:0 30px 30px 0;
		}
		#lNavi li:nth-child(4n+1),
		#lNavi li:nth-child(4n+4){
			width:218px;
		}
			#lNavi li a{
				font-size:14px;
				line-height:1.3;
				color:#fff;
			}
				#lNavi li a .figure{
					float:left;
					width:80px;
					margin:0 10px 0 0;
				}
					#lNavi li a .figure img{
						width:100%;
						height:auto;
					}
				#lNavi li a .text{
					overflow:hidden;
					display: block;
				}
					#lNavi li a .text span{
						display:block;
						padding:0 0 0 12px;
						background: url(/takuhaimeiji/common/images/rwd/ico_arrow02.gif) no-repeat 0 6px;
						background-size:5px auto;
					}

@media screen and (min-width: 768px) and (max-width: 959px) {
	#lNavi{
		padding:34px 0 30px;
	}
		#lNavi .ttl{}
		#lNavi ul{}
			#lNavi li,
			#lNavi li:nth-child(4n+1),
			#lNavi li:nth-child(4n+4){
				width:33.33%;
				padding:0 30px 0 0;
				margin:0 0 10px 0;
				box-sizing:border-box;
			}
				#lNavi li a {
					font-size:17px;
				}
				#lNavi li a:hover {
					text-decoration: none;
				}
				#lNavi li a .figure{
					margin:0 10px 20px 0;
				}
}

@media screen and (max-width: 767px) {
	#lNavi{
		padding:20px 0 0;
	}
		#lNavi .ttl{
			width:156px;
			margin:0 auto 20px;
		}
		#lNavi ul{
			margin:0;
		}
			#lNavi li,
			#lNavi li:nth-child(4n+1),
			#lNavi li:nth-child(4n+4){
				float:none;
				width:100%;
				margin:0;
				border-top:1px solid #4dbbe9;
				overflow:hidden;
			}
				#lNavi li a{
					display:table;
					padding:10px 0;
					font-size:14px;
					line-height:1.5;
				}
				#lNavi li a.onlySP {
					display: table !important;
				}
				#lNavi li a:hover {
					text-decoration: none;
				}
					#lNavi li a .figure{
						width:60px;
					}
					#lNavi li a .text{
						display:table-cell;
						vertical-align:middle;
					}
}
/* !h(n)eading
---------------------------------------------------------- */
.h1_basic {}
.h2_basic {}
.h3_basic {}
.h4_basic {}
.h5_basic {}
.h6_basic {}
/* !Listing
---------------------------------------------------------- */
.ul_basic {
}
	.ul_basic li {
	}

.ol_basic {
}
	.ol_basic li {
	}

.dl_basic {
}
	.dl_basic dt {
	}
	.dl_basic dd {
	}
/* !Table
---------------------------------------------------------- */
.table_basic {
}
	.table_basic th,
	.table_basic td {
	}
	.table_basic th {
	}
	.table_basic td {
	}
		.table_basic th div,
		.table_basic td div {
		}

/* !Button
---------------------------------------------------------- */

.btn_basic01{
	background-color:#009edf;
}
.btn_basic01:hover{
	background-color:#33b1e5;
}

.btn_basic02{
	background-color:#fc555f;
}
.btn_basic02:hover{
	background-color:#fd777f;
}
.btn_basic03{
	background-color:#0072bf;
}
.btn_basic03:hover{
	background-color:#0072bf;
}
.btn_basic04 {
    background-color: #32cccc;
}
.btn_basic04:hover {
    background-color: #32cccc;
}
.btn_basic05 {
    background-color: #ffa1a6;
}
.btn_basic05:hover {
    background-color: #ffa1a6;
}

.btn_basic01,
.btn_basic02,
.btn_basic03,
.btn_basic04,
.btn_basic05{
	display:block;
	padding:12px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 -2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -2px rgba(0,0,0,.2);
	box-shadow: inset 0 -2px rgba(0,0,0,.2);
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#fff;

}
.btn_basic01:hover,
.btn_basic02:hover,
.btn_basic03:hover,
.btn_basic04:hover,
.btn_basic05:hover{
	text-decoration:none;

}
@media screen and (max-width: 767px) {
	.btn_basic01,
	.btn_basic02,
	.btn_basic03,
	.btn_basic04,
	.btn_basic05{
		padding:5px 0;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		-webkit-box-shadow: inset 0 -1px rgba(0,0,0,.2);
		-moz-box-shadow: inset 0 -1px rgba(0,0,0,.2);
		box-shadow: inset 0 -1px rgba(0,0,0,.2);
		font-size:16px;
	}

}

/* !Section
---------------------------------------------------------- */
.section{
	width:100%;
	text-align:left;
}
	.sectionIn{
		margin: 0 auto;
		width: 960px;
		text-align: left;
	}
	.sectionIn a:hover{
		opacity:0.5;
	}

.secTitle01,
.secTitle03{
	position:relative;
	padding:40px 0 35px;
	background:#0072bf;
}
.secTitle04{
	position:relative;
	padding:40px 0 35px;
	background:#32cccc;
}
#commodity_main .secTitle03{
	position:relative;
	background:#0072bf;
}

.secTitle01:before{
	content:'';
	position:absolute;
	bottom:-22px;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:22px;
	background: url(/takuhaimeiji/common/images/rwd/ico_arrow06.png) no-repeat 0 0;
}
.secTitle04:before{
	content:'';
	position:absolute;
	bottom:-22px;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:22px;
	background: url(/takuhaimeiji/commodity/images/icon_arrow002.png) no-repeat 0 0;
    background-size: 40px 22px;
}
	.secTitle01 .ttl01,
	.secTitle03 .ttl01,
	.secTitle04 .ttl01{
		height:31px;
		padding-top:85px;
		margin-bottom:25px;
		text-align:center;
	}
		.secTitle01 .ttl01 img,
		.secTitle03 .ttl01 img,
		.secTitle04 .ttl01 img{
			width:auto;
			height:31px;
		}
	.secTitle01 .txt01,
	.secTitle03 .txt01,
	.secTitle04 .txt01{
		font-size:20px;
		color:#fff;
		text-align:center;
	}
.secTitle02{
	padding:45px 0;
	background:#32b1e5;
}
	.secTitle02 .ttl01{
		height:31px;
		text-align:center;
	}
		.secTitle02 img{
			width:auto;
			height:100%;
			max-width: 100%;
		}
.secContent01{
	padding:40px 0;
	background:#fcf9eb;
}
.secContent02{
	padding:40px 0;
}



@media screen and (min-width: 768px) and (max-width: 959px) {
	.sectionIn{
		width: 100%;
		padding:0 30px;
		box-sizing:border-box;
	}
		.secTitle01 .txt01,
		.secTitle04 .txt01{
			font-size:21px;
		}
}
@media screen and (max-width: 767px) {
	.sectionIn{
		width: 100%;
		padding:0 15px;
		box-sizing:border-box;
	}

	.secTitle01,
	.secTitle04{
		padding:28px 0 22px;
	}

	.secTitle01:before,
	.secTitle04:before{
		bottom:-11px;
		margin-left:-10px;
		width:20px;
		height:11px;
		background-size:20px 11px;
	}
		.secTitle01 .ttl01,
		.secTitle04 .ttl01{
			height:15px;
			padding-top:60px;
			margin-bottom:15px;
		}
			.secTitle01 .ttl01 img,
			.secTitle04 .ttl01 img{
				height:15px;
			}
		.secTitle01 .txt01,
		.secTitle04 .txt01{
			font-size: 15px;
			line-height:1.6;
		}
	.secTitle02{
		padding:23px 0;
	}
		.secTitle02 .ttl01{
			height:15px;
		}
	.secContent01,
	.secContent02{
		padding:20px 0;
	}
}

/* !Utility class
---------------------------------------------------------- */

.fwN { font-weight: normal;}
.fwB { font-weight: bold;}
.fzSS  { font-size:  78%;}/* base 12px ->  8px */
.fzS   { font-size:  85%;}/* base 12px -> 10px */
.fzM   { font-size: 100%;}
.fzL   { font-size: 115%;}/* base 12px -> 14px */
.fzLL  { font-size: 130%;}/* base 12px -> 16px */
.fzLLL { font-size: 143%;}/* base 12px -> 18px */
sup   { font-size: 78%; vertical-align: top;}
sub   { font-size: 78%; vertical-align: baseline;}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}
.vaT { vertical-align: top    !important;}
.vaM { vertical-align: middle !important;}
.vaB { vertical-align: bottom !important;}
.blockC { margin-right: auto; margin-left: auto; text-align: left;}
* html .blockC { margin-right: 0; margin-left: 0;}
.blockR { margin-left: auto; text-align: left;}
* html .blockR { margin-left: 0;}

/* !Width ------------------------------------------------------------------- */
/* 960px Grid */
.w960   { width: 960px;}
.w800	{ width: 800px;}
.w640	{ width: 640px;}
.w480	{ width: 480px;}
.w320	{ width: 320px;}
.w160	{ width: 160px;}

.wHalf  { width: 48%;}
.wTri   { width: 33%;}
.wQuart { width: 24%;}
.wFull  { width: 99.9%;}
.wMax   { width: 100%;}

.w03per { width: 3%  !important;}
.w05per { width: 5%  !important;}
.w10per { width: 10% !important;}
.w13per { width: 13% !important;}
.w15per { width: 15% !important;}
.w20per { width: 20% !important;}
.w25per { width: 25% !important;}
.w30per { width: 30% !important;}
.w35per { width: 35% !important;}
.w40per { width: 40% !important;}
.w45per { width: 45% !important;}
.w50per { width: 50% !important;}

/* !Floats ------------------------------------------------------------------ */
.flL    { display: inline; float: left;}
.flR    { display: inline; float: right;}
.flImgL { display: inline; float: left; margin-right: 10px;}
.flImgR { display: inline; float: right; margin-left: 10px;}
.ftBox  { overflow: hidden; *zoom: 1;}

/* !Tools ------------------------------------------------------------------- */
.clear { clear: both;}
.block { display: block;}
.hide  { display: none;}
.bgN   { background: none !important;}
.tdU   { text-decoration: underline;}
.tdN   { text-decoration: none;}
.atode { border: 2px solid #96c; padding: 10px; text-align: center; background-color: #f9f; font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace; font-size: 30px; color: #fff;}

/* !JavaScript -------------------------------------------------------------- */
.over { /* ロールオーバー呼び出し用 */ }
.png  { /* DD_belatedPNG.js呼び出し用 */ }
.js_popup_width_height  {}
.js_page_print   {}
.js_window_close {}

/* !Margin ------------------------------------------------------------------ */
.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}
.mr00 { margin-right: 0   !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right:10px !important;}
.mr12 { margin-right:12px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}
.mb00 { margin-bottom: 0   !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb12 { margin-bottom:12px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.ml00 { margin-left: 0   !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left:10px !important;}
.ml12 { margin-left:12px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}

/* !Padding  ---------------------------------------------------------------- */
.pt00 { padding-top: 0   !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt12 { padding-top:12px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pt50 { padding-top:50px !important;}
.pr00 { padding-right: 0   !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr12 { padding-right:12px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr25 { padding-right:25px !important;}
.pr30 { padding-right:30px !important;}
.pr35 { padding-right:35px !important;}
.pr40 { padding-right:40px !important;}
.pr45 { padding-right:45px !important;}
.pr50 { padding-right:50px !important;}
.pb00 { padding-bottom: 0   !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb12 { padding-bottom:12px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}
.pb35 { padding-bottom:35px !important;}
.pb40 { padding-bottom:40px !important;}
.pb45 { padding-bottom:45px !important;}
.pb50 { padding-bottom:50px !important;}
.pl00 { padding-left: 0   !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl12 { padding-left:12px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.pl35 { padding-left:35px !important;}
.pl40 { padding-left:40px !important;}
.pl45 { padding-left:45px !important;}
.pl50 { padding-left:50px !important;}
