@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}


/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}

@media screen and (max-device-width: 480px){
	img{max-width:100%;height:auto;}
}

img {
	vertical-align: top;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 12px;
	line-height: 1.4;
	background: #FFF;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;	
overflow: hidden;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: relative;
	background-color: #DE0000;
}

#gHeader h1 {
	width: 88%;
	float: left;
}

#gHeader .menu {
	width: 12%;
	float: right;
	height: 100%;
	background-color: #000;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	position: absolute;
	display: none;
	right: -60%;
	top: 100%;
	width: 60%;
	z-index: 10;
	background: url(../img/common/menu_bg.png) repeat left top;
}

#gNavi li {
	width: 100%;
}

#gNavi li a {
	padding: 17px 10px 17px 30%;
	display: block;
	color: #FFF;
	font-size: 13px;
	border-bottom: 1px solid #B5B5B5;
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main {
	margin-bottom: 50px;
}

#main h2 {
	padding: 3px 10px 4px;
	color: #FFF;
	font-size: 18px;
	border-top: 1px solid #6B6764;
	border-bottom: 1px solid #6B6764;
	background-color: #292B26;
}

#main h2 img {
	margin: -5px 10px 0 0;
	vertical-align: middle;
}

#main .h2Ttl {
	font-size: 15px;
}

#main h3 {
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 16px;
	border-left: 5px solid #DE0101;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	overflow: hidden;
	margin-bottom: 80px;
}

#gFooter .fNavi {
	margin-bottom: 30px;
	border-bottom: 1px solid #E8E8E8;
}

#gFooter .fNavi li {
	width: 50%;
	float: left;
	display: table;
	box-sizing: border-box;
	border-top: 1px solid #E8E8E8;
}

#gFooter .fNavi li:nth-child(2n-1) a {
	border-right: 1px solid #E8E8E8;
}

#gFooter .fNavi li a {
	padding: 0 15px;
	height: 60px;
	display: table-cell;
	width: 100%;
	line-height: 1.2;
	vertical-align: middle;
	position: relative;
}

#gFooter .fNavi li a:before {
	margin-top: -4px;
	width: 5px;
    height: 8px;
	background: url(../img/common/icon03.png) no-repeat left top;
	background-size: 5px auto;
    position: absolute;
    top: 50%;
	right: 14px;
  
    content: ""; 
}

#gFooter .ftBox .logo {
	margin: 0 18px 10px;
}

#gFooter .ftBox .copyright {
	margin-bottom: 12px;
	text-align: center;
}

#gFooter .btmBox {
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 5px 0px 4px;
	background-color: #063160;
}

#gFooter .btmBox img.totop {
	position: absolute;
	top: -22px;
	right: 0px;
}

#gFooter .btmBox p {
	margin-bottom: 3px;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
}

#gFooter .btmBox ul {
	margin: 0 5px;
	text-align: center;
}

#gFooter .btmBox li {
	width: 49%;
	display: inline-block;
}

#gFooter .btmBox li:last-child {
}

#gFooter .btmBox li a {
	padding: 8px 5px 8px 25px;
	display: block;
	letter-spacing: -0.5px;
	position: relative;
	color: #FF0000;
	font-weight: bold;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #666;
	background: -moz-linear-gradient(top,#FFFA00,#FFCF00);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFA00),to(#FFCF00));
}

#gFooter .btmBox li a:before {
	margin-top: -5px;
	width: 9px;
    height: 9px;
	background: url(../img/common/icon04.png) no-repeat left top;
	background-size: 9px 9px;
    position: absolute;
    top: 50%;
	left: 10px;
  
    content: ""; 
}


#gFooter  .f-tel {
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
font-weight: bold;
font-size: 170%;
width: 96%;
padding: 5px;
margin: 0 auto 5px;
border-radius: 5px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
#main .comLinkUl {
	margin-bottom: 25px;
}

#main .comLinkUl li {
	float: left;
	width: 50%;
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#main .comBox {
	margin: 15px 5px 28px;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
	width: 100%;
	border-collapse: collapse;
}

#main .comTable th,
#main .comTable td {
	height: 44px;
	border: 1px solid #C2BCB1;
}

#main .comTable th {
	padding: 5px 10px;
	width: 80%;
	color: #666;
	font-size: 15px;
	font-weight: normal;
	background: -moz-linear-gradient(top,#FFF,#E4E1DC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF),to(#E4E1DC));
}

#main .comTable td {
	color: #333;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

/*------------------------------------------------------------
	comTxtDl
------------------------------------------------------------*/
#main .comTxtDl {
	margin: 8px 0 35px;
}

#main .comTxtDl dt {
	margin-top: -1px;
	padding: 17px 25px;
	position: relative;
	color: #FF0000;
	font-size: 15px;
	border: 1px solid #999999;
}

#main .comTxtDl dt:after {
	margin-top: -8px;
	width: 16px;
    height: 16px;
	background: url(../img/common/icon06.png) no-repeat left top;
	background-size: 16px 16px;
    position: absolute;
    top: 50%;
	right: 5px;
  
    content: ""; 
}

#main .comTxtDl dt.open:after {
	background: url(../img/common/icon06_on.png) no-repeat left top;
	background-size: 16px 16px;
}

#main .comTxtDl dd {
	padding: 10px;
	display: none;
}



/*------------------------------------------------------------
	Form
------------------------------------------------------------*/


table.contact {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #000;
	border-left:  1px solid #000;
	    -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


table.contact th {
	width: 40%;
	background-color: white;
	border: 1px solid #000;
	border-right:  1px solid #000;
	padding: 8px 5px 8px 5px;
	    -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


table.contact td {
	width: 50%;
	border-bottom: 1px solid #000;
	border-right:  1px solid #000;
	padding: 5px;
	    -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}



table.contact {
  border-collapse: collapse;
  border: 2px outset gray;
	    -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

table.contact th, table.contact td {
  border: 1px inset #000;
	    -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}



.send_area {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcc00+0,f88c0a+100 */
background: #ffcc00; /* Old browsers */
background: -moz-linear-gradient(top,  #ffcc00 0%, #f88c0a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc00), color-stop(100%,#f88c0a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffcc00 0%,#f88c0a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffcc00 0%,#f88c0a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffcc00 0%,#f88c0a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffcc00 0%,#f88c0a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#f88c0a',GradientType=0 ); /* IE6-9 */
color: black;
font-size: 112%;
border-style: none;
border-radius: 5px;
width: 95%;
margin:0 auto;
height: 44px;
line-height: 44px;
font-weight: bold;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.btn_back {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
color: black;
font-size: 112%;
border-style: none;
border-radius: 5px;
width: 100%;
margin:0 auto;
height: 44px;
line-height: 44px;
font-weight: bold;
width: 95%;
margin: 0 auto;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.btn_send {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcc00+0,f88c0a+100 */
background: #ffcc00; /* Old browsers */
background: -moz-linear-gradient(top,  #ffcc00 0%, #f88c0a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc00), color-stop(100%,#f88c0a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffcc00 0%,#f88c0a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffcc00 0%,#f88c0a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffcc00 0%,#f88c0a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffcc00 0%,#f88c0a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#f88c0a',GradientType=0 ); /* IE6-9 */
color: black;
font-size: 112%;
border-style: none;
border-radius: 5px;
width: 95%;
margin:0 auto;
height: 44px;
line-height: 44px;
font-weight: bold;
width: 95%;
margin: 0 auto;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.conf-btn {
	text-align: center;
	
}


.hissu img {
	margin-right: 10px;
}



table.contact th {
    background: rgba(0, 0, 0, 0) url("../img/common/hissu.png") no-repeat scroll 90% 50%;
    background-size: 30px 15px;
    border: 1px solid #666666;
    text-align: left;
    vertical-align: middle;
    -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

table.contact.conf th {
    background: none;
    text-align: left;
    vertical-align: middle;
    -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

table.contact th.hissuNone {
	background:none;
}


/*------------------------------------------------------------
	Peger
------------------------------------------------------------*/





ul.peger-entry {
	text-align: center;
	margin-top: 30px;
}

ul.peger-entry li {
	display: inline-block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,ffffff+50,adadad+100 */
background: #efefef; /* Old browsers */
background: -moz-linear-gradient(top,  #efefef 0%, #ffffff 50%, #adadad 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(50%,#ffffff), color-stop(100%,#adadad)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efefef 0%,#ffffff 50%,#adadad 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efefef 0%,#ffffff 50%,#adadad 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efefef 0%,#ffffff 50%,#adadad 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efefef 0%,#ffffff 50%,#adadad 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#adadad',GradientType=0 ); /* IE6-9 */
border-radius: 5px;
padding: 5px 10px;
}

ul.peger-entry li.prev {

}

ul.peger-entry li.list {
	margin: 0 10px;

}

ul.peger-entry li.next {

}


















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

.bannerUl {
	margin: 50px auto 0;
	width: 95%;
}

.bannerUl ul li img {
	width: 100%;
}

.fwN { font-weight: normal;}
.fwB { font-weight: bold;}
.fs12   { font-size: 12px !important;}
.fs13   { font-size: 13px !important;}
.fs14   { font-size: 14px !important;}
.fs15   { font-size: 15px !important;}
.fs16   { font-size: 16px !important;}
.fs18   { font-size: 18px !important;}
.fs21   { font-size: 21px !important;}
.fs42   { font-size: 42px !important;}
sup   { font-size: 8px; vertical-align: top;}
sub   { font-size: 8px; 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 !important;}
.w800	{ width: 800px !important;}
.w640	{ width: 640px !important;}
.w480	{ width: 480px !important;}
.w320	{ width: 320px !important;}
.w160	{ width: 160px !important;}

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

.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 ------------------------------------------------------------------ */
.flN    { float: none !important;}
.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;}

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

/* !Margin ------------------------------------------------------------------ */
.margin00 { margin: 0 !important;}
.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;}
.mt55 { margin-top:55px !important;}
.mt60 { margin-top:60px !important;}
.mt65 { margin-top:65px !important;}
.mt70 { margin-top:70px !important;}
.mt75 { margin-top:75px !important;}
.mt80 { margin-top:80px !important;}
.mt85 { margin-top:85px !important;}
.mt90 { margin-top:90px !important;}
.mt95 { margin-top:95px !important;}
.mt100{ margin-top:100px !important;}
.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;}
.mr55 { margin-right:55px !important;}
.mr60 { margin-right:60px !important;}
.mr65 { margin-right:65px !important;}
.mr70 { margin-right:70px !important;}
.mr75 { margin-right:75px !important;}
.mr80 { margin-right:80px !important;}
.mr85 { margin-right:85px !important;}
.mr90 { margin-right:90px !important;}
.mr95 { margin-right:95px !important;}
.mr100{ margin-right:100px !important;}
.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;}
.mb55 { margin-bottom:55px !important;}
.mb60 { margin-bottom:60px !important;}
.mb65 { margin-bottom:65px !important;}
.mb70 { margin-bottom:70px !important;}
.mb75 { margin-bottom:75px !important;}
.mb80 { margin-bottom:80px !important;}
.mb85 { margin-bottom:85px !important;}
.mb90 { margin-bottom:90px !important;}
.mb95 { margin-bottom:95px !important;}
.mb100{ margin-bottom:100px !important;}
.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;}
.ml55 { margin-left:55px !important;}
.ml60 { margin-left:60px !important;}
.ml65 { margin-left:65px !important;}
.ml70 { margin-left:70px !important;}
.ml75 { margin-left:75px !important;}
.ml80 { margin-left:80px !important;}
.ml85 { margin-left:85px !important;}
.ml90 { margin-left:90px !important;}
.ml95 { margin-left:95px !important;}
.ml100{ margin-left:100px !important;}

/* !Padding  ---------------------------------------------------------------- */
.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;}
.pt55 { padding-top:55px !important;}
.pt60 { padding-top:60px !important;}
.pt65 { padding-top:65px !important;}
.pt70 { padding-top:70px !important;}
.pt75 { padding-top:75px !important;}
.pt80 { padding-top:80px !important;}
.pt85 { padding-top:85px !important;}
.pt90 { padding-top:90px !important;}
.pt95 { padding-top:95px !important;}
.pt100{ padding-top:100px !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;}
.pr55 { padding-right:55px !important;}
.pr60 { padding-right:60px !important;}
.pr65 { padding-right:65px !important;}
.pr70 { padding-right:70px !important;}
.pr75 { padding-right:75px !important;}
.pr80 { padding-right:80px !important;}
.pr85 { padding-right:85px !important;}
.pr90 { padding-right:90px !important;}
.pr95 { padding-right:95px !important;}
.pr100{ padding-right:100px !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;}
.pb55 { padding-bottom:55px !important;}
.pb60 { padding-bottom:60px !important;}
.pb65 { padding-bottom:65px !important;}
.pb70 { padding-bottom:70px !important;}
.pb75 { padding-bottom:75px !important;}
.pb80 { padding-bottom:80px !important;}
.pb85 { padding-bottom:85px !important;}
.pb90 { padding-bottom:90px !important;}
.pb95 { padding-bottom:95px !important;}
.pb100{ padding-bottom:100px !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;}
.pl55 { padding-left:55px !important;}
.pl60 { padding-left:60px !important;}
.pl65 { padding-left:65px !important;}
.pl70 { padding-left:70px !important;}
.pl75 { padding-left:75px !important;}
.pl80 { padding-left:80px !important;}
.pl85 { padding-left:85px !important;}
.pl90 { padding-left:90px !important;}
.pl95 { padding-left:95px !important;}
.pl100{ padding-left:100px !important;}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* !Layout