@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
/*	Font Size
------------------------------------------------------------*/
/*
	10px	|	font-size: 83%;
	11px	|	font-size: 91%;
	12px	|	font-size: 100%;
	13px	|	font-size: 108%;
	14px	|	font-size: 116%;
	15px	|	font-size: 125%;
	16px	|	font-size: 133%;
	17px	|	font-size: 141%;
	18px	|	font-size: 150%;
	19px	|	font-size: 158%;
	20px	|	font-size: 166%;
	21px	|	font-size: 175%;
	22px	|	font-size: 183%;
	23px	|	font-size: 191%;
	24px	|	font-size: 200%;
	25px	|	font-size: 208%;
	26px	|	font-size: 216%;

	27px	|	font-size: 225%;
	28px	|	font-size: 233%;
	29px	|	font-size: 241%;
	30px	|	font-size: 250%;
	31px	|	font-size: 258%;
	32px	|	font-size: 266%;
	33px	|	font-size: 275%;
	34px	|	font-size: 283%;
	35px	|	font-size: 291%;
	36px	|	font-size: 300%;
	37px	|	font-size: 308%;
*/

/*----------------------------------------------------------
 * Reset & Common Layouts
 *----------------------------------------------------------*/

/*	Reset
------------------------------------------------------------*/

/*-- Base --*/
html {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	color: #000;
	line-height: 1.5;
	font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	width: 100%;
}

/*-- selction
::-moz-selction { background: #baddeb; color: #000; text-shadow: none; }
::selction { background: #baddeb; color: #000; text-shadow: none; }
--*/

/*-- margin, padding --*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
/*-- table --*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
td, th, caption {
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
address, cite, code, dfn, em, strong, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000;
}
br { letter-spacing: normal; }
hr { display: none; }
img { vertical-align: bottom; border: none; line-height: 0; }

/*-- HTML5 elements --*/
article, aside, details, figcaption, figure, footer, header, nav, section, summary { display: block; }

figure, figcaption{
	margin: 0;
}

/*	elements
------------------------------------------------------------*/
/*-- opacity --*/
a:hover img,
a:focus img {
	opacity: 0.6;
	filter: alpha(oapcity=60);
}


/*	clearfix
------------------------------------------------------------*/
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}
.lt-ie8 .clearfix,
.lt-ie8 .hideMenuLinkList,
.lt-ie8 #menuPriceTreatment,
.lt-ie8 #pageHd02 .pageHdIn { zoom: 1; }


/* global
------------------------------------------------------------*/
.global-header{
	padding-top: 50px;
	padding-left: 95px;
}
.global-header .logo{
	float: left;
}
.global-navi{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 200;
}
.global-navi__in{
	background-color: #000000;
	position: absolute;
	top: 0;
	left: -260px;
	height: 100%;
	width: 260px;
	z-index: 220;
}
.global-navi__in.open{
	/*left: 0;*/
}
.global-navi .btn-menu{
	width: 36px;
	height: 100%;
	z-index: 210;
	position: relative;
}
.global-navi .btn-menu a{
	width: 36px;
	height: 100%;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/images/common/btn-menu.png) no-repeat 50% 50% #262626;
}
.global-navi .btn-close a{
	display: block;
	text-align: center;
	padding: 50px 0;
}
.global-navi .list a{
	font-size: 0;
	display: block;
	padding: 12px 0;
	text-align: center;
}
.global-navi .current img{
	opacity: 0.6;
	filter: alpha(oapcity=60);
}
.global-navi .bnr a{
	display: block;
	text-align: center;
}
.global-navi__clm{
	overflow: hidden;
	height: 100%;
	top: 0;
	background-color: #000000;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.global-navi__clm01{
	position: relative;
	width: 260px;
	z-index: 300;
	left: 0;
}
.global-navi__clm02{
	position: absolute;
	width: 200px;
	border-left: 1px solid #ffffff;
	right: 0;
}
.global-navi__clm02.open{
	/*right: -200px;*/
}

.global-navi__clm__block{
	padding-top: 30px;
	padding-bottom: 30px;
}
.global-navi__clm__block.haircatalog{
	width: 200px;
}
.global-navi__clm .child-list a{
	color: #ffffff;
	display: block;
	text-align: center;
}
.global-navi__clm .categorylist{
	font-size: 125%;
}
.global-navi__clm .categorylist a{
	padding: 12px 0;

}
.global-navi__clm .shoplist dt{
	background: url(/images/common/line02.gif) no-repeat 50% 100%;
	padding-bottom: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.global-navi__clm .shoplist dt:first-child{
	margin-top: 0;
}
.global-navi__clm .shoplist a{
	padding: 15px 0;
}
.global-navi__clm .shoplist dd:first-child{
	margin-top: 0;
}

.global-footer{
	padding: 0 20px 25px 60px;
	margin-top: 90px;
	text-align: left;
	font-family: 'EB Garamond', serif;
	background-color: #ffffff;
}
.global-footer .links{
	float: left;
}
.global-footer .links li{
	display: inline-block;
	padding-left: 23px;
	margin-left: 15px;
	background: url(/images/common/line01.gif) no-repeat 0 50%;
}
.global-footer .links li:first-child{
	display: inline-block;
	padding-left: 0;
	margin-left: 0;
	background: none;
}
.global-footer .copyright{
	float: right;
}
.global-footer .copyright span{
	font-size: 116%;
	display: inline-block;
	margin-right: 20px;
}

.global-footer .jasrac {
	float: right;
	margin-right: 18px;
    margin-top: 1px;
}

/* common
------------------------------------------------------------*/
.wrapper{
	margin: 0 auto;
	min-width: 1200px;
	background-color: #ffffff;
}
.wrapper.bg-illust-long{
	background: url(/images/common/bg-illust-long.png) no-repeat 100% 0;
}
.wrapper.bg-illust-medium{
	background: url(/images/common/bg-illust-medium.png) no-repeat 100% 0;
}
.wrapper.bg-illust-short{
	background: url(/images/common/bg-illust-short.png) no-repeat 100% 0;
}
.wrapper.bg-illust-mens{
	background: url(/images/common/bg-illust-mens.png) no-repeat 100% 0;
}
.wrapper.bg-illust-arrange{
	background: url(/images/common/bg-illust-arrange.png) no-repeat 100% 0;
}

.contents{
	width: 760px;
	margin: 50px auto 0;
	position: relative;
}
.contents.type01{
	width: 830px;
}

.component{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.component.gallery .component__contents{
	position: relative;
}
.component:first-child{
	padding-top: 85px;
}
.component__title{
	position: absolute;
	top: 0;
	left: -165px;
	padding-top: 25px;
	text-align: left;
	z-index: 100;
	font-family: 'EB Garamond', serif;
	display: none;
}
.component__title__parts02{
}
.component__title__parts02.op-type01{
	font-size: 200%;
}
.component__title__parts03{
	padding-left: 3px;
	margin-top: 5px;
}
.component__title .title-bgline{
	position: absolute;
	top: 125px;
	left: 50px;
}
.gallery__info{
	position: absolute;
	left: 100%;
	top: 0;
	padding-left: 5px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.gallery__info .btn-toggle{
	padding-bottom: 5px;
	cursor: pointer;
	display: inline-block;
}
.gallery__info__text{
	width: 175px;
	padding: 10px;
	background-color: rgba(000,000,000,.8);
	color: #ffffff;
}
.info-trigger:hover .gallery__info{
	display: block;
}


/* stylist
------------------------------------------------------------*/
.stylist-list{
	text-align: center;
}
.stylist-list .stylist-profile{
	display: inline-block;
	vertical-align: top;
	width: 230px;
	margin: 0 30px 40px;
}
.stylist-list .stylist-profile:nth-child(1),.stylist-list .stylist-profile:nth-child(2),.stylist-list .stylist-profile:nth-child(3){
	margin: 0 10px 40px;
}

.stylist-profile {
	margin-bottom: 20px;
	text-align: center;
}
.stylist-profile .image {
	margin-bottom: 25px;
}
.stylist-profile .image a {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 230px;
}
.stylist-profile .image a span {
	background: url(/images/haircatalog/img_more_style.png) no-repeat 50% 50%;
	content: '';
	display: none;
	height: 230px;
	left: 0;
	position: absolute;
	top: 0;
	width: 230px;
}
/*.stylist-profile .image a:hover span,
.stylist-profile .image a:focus span { display: block; }*/
.stylist-profile .name {
	font-size: 150%;
	line-height: 1.56;
}
.stylist-profile .nameJ-jsa {}
.stylist-profile .nameE-en{
	margin-bottom: 5px;
}
.stylist-profile .store {
	font-size: 83%;
	line-height: 1;
	margin-bottom: 10px;
}
.stylist-profile .store span {}
.stylist-profile .store i {
	background: url(/images/common/icon-store.png) no-repeat 0 50%;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	width: 12px;
}
.stylist-profile .detail{
	width: 300px;
	margin: 0 auto 10px;
}
.stylist-profile .detail p{
}
.stylist-profile .detail a{
  text-decoration: underline;
}
.stylist-profile .holiday i {
	background: url(../../haircatalog/images/ico_holiday.png) no-repeat 0 50%;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	width: 16px;
}
.stylist-profile .links{
	text-align: center;
	font-size: 125%;
	font-family: 'EB Garamond', serif;
}
.stylist-profile .links li{
	display: inline-block;
	background: url(/images/common/icon-arrow04.png) no-repeat 0 50%;
	padding-left: 15px;
	margin-left: 10px;
}
.stylist-profile .links li:first-child{
	margin-left: 0;
}


/* module
------------------------------------------------------------*/
.slide-list{
	position: relative;
}
.slide-item{
	position: absolute;
	top: 0;
	left: 0;
}
.slide-direction{
	text-align: right;
	margin-top: 2px;
}
.slide-direction__item{
	display: inline-block;
}
.slide-direction__item a{
	display: block;
	width: 19px;
	height: 19px;
	background: url(/images/common/ctrl01.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.slide-direction__item--prev a{
	background-position: 0 0;
}
.slide-direction__item--next a{
	background-position: -19px 0;
}
.page-top{
	width: 760px;
	margin: 20px auto 0;
	text-align: right;
}
.page-top a{
	display: inline-block;
	background: url(/images/common/bg_pagetop.png) no-repeat 0 0;
	width: 30px;
	height: 16px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.page-top02{
}
.page-top02 a{
	display: inline-block;
	background: url(/images/common/bg_pagetop.png) no-repeat 0 0;
	width: 30px;
	height: 16px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.btn-more-load a{
  display: block;
}
.view-movie{
/*	display: block;
	background: url(/images/common/bg_spinner.gif) no-repeat 50% 50%;
*/
}

.box-type01 figure p{
	font-size: 0;
	position: relative;
}
.box-type01 figure p .icon-playmovie{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -42px;
	margin-left: -42px;
}
.box-type01 figure figcaption{
	margin-top: 10px;
	font-size: 125%;
	font-family: 'EB Garamond', serif;
}
.box-type01 figure figcaption span{
}

.box-type02{
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 30px;
	position: relative;
}
.box-type02:before {
	background: #000;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	width: 30px;
}


.item-list.op-type01{
	width: 780px;
}
.item-list .item{
	float: left;
}
.item__info{
	font-family: 'EB Garamond', serif;
}
.item__category{
	font-size: 44px;
	line-height: 1em;
}
.item__property{
	font-size: 125%;
}
.item__data{
	font-family: 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}
.item.type01{
	width: 300px;
	position: relative;
	margin-left: 158px;
	margin-top: 40px;
}
.item.type01:nth-child(odd){
	margin-left: 0;
}
.item.type01:nth-child(1),.item.type01:nth-child(2){
	margin-top: 0;
}
.item.type01 .item__info{
	position: absolute;
	bottom: 20px;
	left: 270px;
	width: 180px;
	word-break: break-all;
	text-align: left;
}
.item.type02, .item.type04{
	width: 240px;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.item.type02:nth-child(3n+1), .item.type04:nth-child(3n+1){
	margin-left: 0;
}
.item.type02 .item__in{
	position: relative;
}
.item.type02:nth-child(1),.item.type02:nth-child(2),.item.type02:nth-child(3),
.item.type04:nth-child(1),.item.type04:nth-child(2),.item.type04:nth-child(3){
	margin-top: 0;
}
.item.type02 .item__info{
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background: rgba(000,000,000,.6);
	opacity: 0;
	-webkit-transition: opacity 0.2s ease 0s;
	-moz-transition: opacity 0.2s ease 0s;
	-o-transition: opacity 0.2s ease 0s;
	-ms-transition: opacity 0.2s ease 0s;
	transition: opacity 0.2s ease 0s;
}
.item.type02 .item__info__in{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 10px 10px 10px;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.item.type02 .item__image img{
	-webkit-transition: -webkit-transform 0.2s ease 0s;
	-moz-transition: -moz-transform 0.2s ease 0s;
	-o-transition: -o-transform 0.2s ease 0s;
	-ms-transition: -ms-transform 0.2s ease 0s;
	transition: transform 0.2s ease 0s;
}
.item.type02 a:hover .item__info{
	opacity: 1;
}
.item.type02 a:hover .item__image img{
	opacity: 1;
}
.item.type02 .icon-arrow03{
	margin-top: 10px;
}
.item.search{
	background: url(/images/haircatalog/haircatalog-search.png) no-repeat 50% 0 #000000;
}
.item.search ul{
	margin-top: 155px;
	padding: 0 20px 20px;
}
.item.search li{
	margin-top: 10px;
	text-align: left;
	font-family: 'EB Garamond', serif;
	font-size: 125%;
}
.item.search li:first-child{
	margin-top: 0;
}
.item.search a{
	color: #ffffff;
}

.item.type03{
	width: 240px;
	margin-right: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.item.type03 .item__image{
	position: relative;
}
.item.type03 .item__title{
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background: rgba(000,000,000,.6);
	opacity: 0;
	-webkit-transition: opacity 0.2s ease 0s;
	-moz-transition: opacity 0.2s ease 0s;
	-o-transition: opacity 0.2s ease 0s;
	-ms-transition: opacity 0.2s ease 0s;
	transition: opacity 0.2s ease 0s;
}
.item.type03 .item__title__in{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 10px 0 10px;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.item.type03 .item__info{
	margin-top: -20px;
	text-align: left;
	position: relative;
}
.item.type03 a:hover .item__title{
	opacity: 1;
}


.title-bgline{
	width: 340px;
	height: 1px;
	background-color: #000000;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 125px;
	left: -85px;
}

.icon-arrow03{
	display: block;
	position: relative;
	height :1px;
	background-color: #ffffff;
}
.icon-arrow03:after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(/images/common/icon-arrow03.png) no-repeat 50% 50%;
}
.icon-playmovie{
	display: block;
	width: 84px;
	height: 84px;
	background: url(/images/common/icon-playmovie.png) no-repeat 50% 50%;

}


/*	jQuery plug-in
------------------------------------------------------------*/

/*-- jquery.masonry --*/
.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}
.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -ms-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top;
}


/*	common styles
------------------------------------------------------------*/
/*-- display --*/
.dn { display: none !important; }
.db { display: block !important; }
.di { display: inline !important; }
.dib { display: inline-block !important; }

/*-- background --*/
.bgN { background: none !important; }

/*-- fonts --*/
.fwN { font-weight: normal; }
.fwB { font-weight: bold; }
.fz08 { font-size: 67%; }
.fz09 { font-size: 75%; }
.fz10 { font-size: 83%; }
.fz11 { font-size: 92%; }
.fz12 { font-size: 100%; }
.fz13 { font-size: 108%; }
.fz14 { font-size: 117%; }
.fz15 { font-size: 125%; }
.fz16 { font-size: 133%; }

/*-- position --*/
.posR { position: relative; }
.posA { position: absolute; }

/*-- border --*/
.bd { border: 1px solid #000; }
.bdt { border-top: 1px solid #000; }
.bdr { border-right: 1px solid #000; }
.bdb { border-bottom: 1px solid #000; }
.bdl { border-left: 1px solid #000; }
.bdN { border: none; }
.bdtN { border-top: none; }
.bdrN { border-right: none; }
.bdbN { border-bottom: none; }
.bdlN { border-left: none; }

/*-- text-align --*/
.taC { text-align: center; }
.taL { text-align: left; }
.taR { text-align: right; }

/*-- float --*/
.flR { float: right; }
.flL { float: left; }
.flN { float: none; }
.lfBox { overflow: hidden; /zoom: 1; }

/*-- margin --*/
.mc { margin: 0 auto; }
.m00 { margin: 0 !important; }
.m05 { margin: 5px !important; }
.m10 { margin: 10px !important; }
.m15 { margin: 15px !important; }
.m20 { margin: 20px !important; }
.m25 { margin: 25px !important; }
.m30 { margin: 30px !important; }
.m35 { margin: 35px !important; }
.m40 { margin: 40px !important; }
.m45 { margin: 45px !important; }
.m50 { margin: 50px !important; }
.mta { margin-top: auto; }
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !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; }
.mra { margin-right: auto; }
.mr00 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !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; }
.mba { margin-bottom: auto; }
.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !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; }
.mla { margin-left: auto; }
.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !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 --*/
.p00 { padding: 0; }
.p05 { padding: 5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }
.p35 { padding: 35px !important; }
.p40 { padding: 40px !important; }
.p45 { padding: 45px !important; }
.p50 { padding: 50px !important; }
.pt00 { padding-top: 0 !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !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; }
.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; }
.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; }
.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; }


.ta-c{
	text-align: center;
}
.ta-l{
	text-align: left;
}
.ta-r{
	text-align: right;
}