@charset "UTF-8";

#header:after,
#nav:after,
#pr:after,
#footer:after,
#bottom .boxInfo:after,
#contents:after,
#main:after,
#aside:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#header,
#nav,
#pr,
#footer,
#bottom .boxInfo,
#contents,
#main,
#aside{
	zoom: 1;
}


#header .boxInfo:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#header .boxInfo{
	zoom: 1;
}

.NotoSerifJapanese {
	font-family:
	"Noto Serif Japanese",
	"ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.NotoSerifJapaneseBold {
	font-family:
	"Noto Serif Japanese",
	"ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 700;
}
.NotoSerifJapaneseBlack {
	font-family:
	"Noto Serif Japanese",
	"ヒラギノ明朝 ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 900;
}


/* font size */
.text-xxlg {
	font-size: 2.2em !important;
}
.text-xlg {
	font-size: 2.0em !important;
}
.text-lg {
	font-size: 1.8em !important;
}
.text-xmd {
	font-size: 1.6em !important;
}
.text-md {
	font-size: 1.4em !important;
}
.text-sm {
	font-size: 1.1em !important;
}
.text-xsm {
	font-size: 0.9em !important;
}

/* text position */
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}

.text-space1{
	letter-spacing: 1px;
}
.text-space2{
	letter-spacing: 2px;
}
.text-space2{
	letter-spacing: 2px;
}

/* スクロールバー本体 */
.scrollbar::-webkit-scrollbar{
	width: 5px;
	background: #9aadfc;
}
/* 横方向のスクロールバー本体 */
.scrollbar::-webkit-scrollbar:horizontal{
	width: 5px;
	background: #9aadfc;
}
/* スクロールバーの動く部分 */
.scrollbar::-webkit-scrollbar-thumb{
	background: #459e94;
	border-radius: 2px;
}
/* 横方向のスクロールバーの動く部分 */
.scrollbar::-webkit-scrollbar-thumb:horizontal{
	background: #435295;
	border-radius: 2px;
}
/* スクロールバーの動く部分の前 */
.scrollbar::-webkit-scrollbar-track-piece:start{
	background: #DDD;
}
/* スクロールバーの動く部分の後ろ */
.scrollbar::-webkit-scrollbar-track-piece:end{
	background: #DDD;
}
/* スクロールバー角 */
.scrollbar::-webkit-scrollbar-corner{
	background: transparent;
}



input[type="submit"],
input[type=text],
input[type=email],
textarea,
input[type="button"] {

	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #FFFFF5;
	border:1px solid #459e94;
	box-shadow:0px 0px 6px 3px #EFEFEF;
	border-radius:6px;
}

.grecaptcha-badge {
	display: block;
	bottom: 80px !important;
}

@media print, screen and (min-width: 769px){

:placeholder-shown {
	color: #999; }
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #999999; }
/* Firefox 18- */
:-moz-placeholder {
	color: #999; opacity: 1; }
/* Firefox 19+ */
::-moz-placeholder {
	color: #999; opacity: 1; }
/* IE 10+ */
:-ms-input-placeholder {
	color: #999; }
}

@media screen and (max-width: 768px){

:placeholder-shown {
	font-size: 0.750em;
	color: #999; }
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	font-size: 0.750em;
	color: #999999; }
/* Firefox 18- */
:-moz-placeholder {
	font-size: 0.750em;
	color: #999; opacity: 1; }
/* Firefox 19+ */
::-moz-placeholder {
	font-size: 0.750em;
	color: #999; opacity: 1; }
/* IE 10+ */
:-ms-input-placeholder {
	font-size: 0.750em;
	color: #999; }
}

.switch_image {
    position: relative;
}

.switch_image img {
    transition: opacity 0.5s;
}
.switch_image:hover img:first-of-type {
    opacity: 0;
}
.switch_image img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.switch_image:hover img:last-of-type {
    opacity: 1;
}


/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){



span.break_pc{
	display: block;
}

.hide_pc{
	display: none;
}

div.inner {
	margin:0 auto;
	width:960px;
}

/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 58px;
	height: 40px;
	background: rgba(255,102,0,.9);
	border-radius: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 18px;
	font-size: 1.6em;
	line-height: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 9999999;
}
#page-top a{
	color: #FFF;
}
#page-top:hover{
	background: rgba(255,102,0,.7);
}

/*----------------------------------------
　ヘッダー
-------------------------------------------*/
#header{
	width:960px;
	height:120px;
	margin:auto;
	margin-bottom:12px;
}
#header .boxLogo{
	width:320px;
	float:left;
	margin-top:18px;
}
#header h1{
	font-size:1.0em;
	color: #666;
	font-weight:normal;
	margin-bottom:12px;
}
#header h2{
}
#header .boxInfo{
	width:598px;
	float:right;
	margin-top:12px;
}
#header .boxInfo p.catch{
	width:203px;
	float:left;
	margin-right:5px;
}
#header .boxInfo .boxShiryo{
	width:185px;
	float:left;
	margin-right:5px;
}
#header .boxInfo .boxFax{
	width:200px;
	float:left;
}
#header .boxInfo p.title{
	font-size:1.2em;
	font-weight:bold;
	color:#444;
	margin-bottom:1px;
}
#header .boxInfo span{
	color:#FF6600;
}
#header .boxInfo .btn{
	font-size:1.2em;
	margin-bottom:2px;
}

#header .boxInfo ul.subNav{
	margin-bottom:12px;
	float: right;
}
#header .boxInfo ul.subNav li{
	float: left;
	margin-left: 18px;
}

/*----------------------------------------
　ナビゲーション
-------------------------------------------*/
#nav{
	width:100%;
	height:65px;
	background:#F1EDE6;
	margin-bottom:8px;
}
#nav .inner{
	width: 88%;
	margin: auto;
	z-index:100;
}

#nav .inner{
	width: 960px;
	margin: auto;
}

#nav .home,
#nav .message,
#nav .area-fuji,
#nav .area-osaka,
#nav .sea,
#nav .voice,
#nav .qa{
	float:left;
}

dt#one-ddheader {
	width:185px;
	height:65px;
	cursor:pointer;
	float:left;
}
dd#one-ddcontent {
	position:absolute;
	top:65px;
	left:0px;
	overflow:hidden;
	width:360px;
	display:none;
	z-index:20;
	opacity:0;
}
dt#two-ddheader {
	width:117px;
	height:65px;
	cursor:pointer;
	float:left;
}
dd#two-ddcontent {
	position:absolute;
	top:65px;
	left:0px;
	overflow:hidden;
	width:117px;
	display:none;
	z-index:20;
	opacity:0;
}

/*---------dropdown設定---------*/
.dropdown {
	position:relative;
	float:left;
	z-index:101;
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	display:none;
	background:#fff; opacity:0
}
.dropdown ul {
	list-style:none;
	z-index:21;
}
.dropdown li {
	font-size:1.3em;
	border-left:4px solid #796347;
	border-bottom:1px solid #DEDEDE;
}
.dropdown li a {
	display:block;
	background:#FFF;
	color:#333;
	text-decoration:none;
	padding :12px 0 12px 12px ;
}
.dropdown li a:hover {
	background: #796347;
	display:block;
	color:#FFF;
	text-decoration:none;
	padding :12px 0 12px 12px ;
}


/*----------------------------------------
　フッター
-------------------------------------------*/
#pr-othersites{
	clear: both;
	width:100%;
	padding:45px 0 25px 0;
}
#pr-othersites .inner{
	width:960px;
	margin-bottom:20px;
}
#pr-othersites .banner {
	float: left;
	width: 290px;
	margin-right: 30px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
#pr-othersites .banner img{
	width: 290px;
}
#pr{
	clear: both;
	width:100%;
	background: #fff;
	padding:20px 0 25px 0;	
}

#pr .inner{
	width:85%;
	margin: auto;
	margin-bottom:20px;
}

#pr .inner .banner {
	float: left;
	width: 22%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
#pr .inner .banner img{
	width: 100%;
	height: auto;
}
#pr-othersites .inner .banner: even,
#pr .inner .banner: even{
	float: left;
	margin-right: 0;
}
#pr-othersites .inner .banner: odd
#pr .inner .banner: odd{
	float: right;
	margin-left: 0;
}
#footer .boxInfo:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#footer .boxInfo{
	zoom: 1;
}
#footer{
	width:100%;
	background: #F1EDE6;
	padding:5px 0 25px 0;
}
#footer .boxInfo{
	width:440px;
	float:left;
	margin-top:25px;
}
#footer .boxInfo p.catch{
	width:203px;
	margin-bottom:5px;
}
#footer .boxInfo .boxShiryo{
	width:185px;
	float:left;
	margin-right:5px;
}
#footer .boxInfo .boxFax{
	width:200px;
	float:right;
}
#footer .boxInfo .boxFax .fax{
	width:195px;
	margin:10px 0 0 3px;
}
#footer .boxInfo p.title{
	font-size:1.2em;
	font-weight:bold;
	color:#444;
	margin-bottom:1px;
}
#footer .boxInfo span{
	color:#FF6600;
}
#footer .boxInfo .btn{
	font-size:1.2em;
}
#footer .boxCompany{
	width:400px;
	float:right;
	margin-top:25px;
	padding-left:45px;
	border-left:1px solid #DCD4C6
}
#footer .boxCompany p.name{
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:8px;
}
#footer .boxCompany p.lead{
	font-size:1.3em;
	color:#111;
	margin-bottom:8px;
}
#footer .boxCompany ul{
	list-style:none;
}
#footer .boxCompany li{
	font-size:1.2em;
	color:#333;
	margin-bottom:3px;
}
#footer .boxCompany a{
	color:#333;
	text-decoration: underline;
}
#footer .boxCompany a:hover{
	color:#FF6600;
	text-decoration: underline;
}
p.small{
	width:100%;
	font-size:0.8em;
	color:#878787;
	text-align:center;
	padding:10px 0 10px 0;
}

/*----------------------------------------
　コンテンツ
-------------------------------------------*/

#contents{
	width:960px;
	margin:auto;
	margin-bottom:40px;
}
.top #main{
	width:960px;
}
#main{
	width:930px;
	margin:auto;
}
#mainLeft{
	width:670px;
	float:left;
	padding-left:5px;
	margin-bottom:40px;
}

#crumb{
	width:960px;
	margin:auto;
	margin-top:20px;
	margin-bottom:25px;
}
#crumb p{
	font-size:1.0em;
}
#crumb p a{
	color:#111;
	text-decoration: underline;
}
#crumb p a:hover{
	color:#FF6600;
	text-decoration: underline;
}
#crumb span.now{
	color:#442500;
}


#merit{
	clear:both;
	width:930px;
	height:248px;
	background:url(/image/common/merit_bg_ver02.png) no-repeat;
	margin:auto;
	margin-bottom: 50px;
}
#merit ul{
	padding:2px 0 0 250px;
}
#merit ul li{
	font-size:1.26em;
	margin-bottom:2px;
	line-height: 170%;
}
#merit span{
	color:#339900;
}

#aside{
	width:250px;
	float:right;
	margin-bottom:40px;
}
#aside .box{
	width:240px;
	margin:auto;
	margin-bottom:10px;
}
#aside .asideCategory{
	margin-bottom:35px;
}
#aside .asideRecent{
	margin-bottom:35px;
}
#aside .asideCategory h3,
#aside .asideRecent h3,
#aside .asideMonthly h3{
	width:230px;
	background:#DAE8CE;
	padding:9px 8px 8px 12px;
	margin-bottom:12px;
	font-size:1.2em;
	line-height:140%;
	letter-spacing: 1px;
}

#aside .asideCategory ul,
#aside .asideRecent ul{
	list-style: square;
	padding-left: 15px;
}
#aside .asideCategory ul li,
#aside .asideRecent ul li{
	font-size:1.15em;
	line-height: 150%;
	margin-bottom:12px;
}
#aside .asideCategory ul li a,
#aside .asideRecent ul li a{
	text-decoration: none;
}
#aside .asideCategory ul li a:hover,
#aside .asideRecent ul li a:hover{
	text-decoration: underline;
}

#foot-navi{
	clear:both;
	text-align:center;
	background-color: #F1EDE6;
	padding: 12px ;
	margin-top:25px;
}
#foot-navi p{
	font-size:1.1em;
	margin:0px;
}

p.archiveTitle{
	font-size: 1.6em !important;
	font-weight: bold;
	margin-bottom: 20px;
}


/*----------------------------------------
　エラー
-------------------------------------------*/
#error{
	width:600px;
	margin:40px 0 200px 30px;
}
#error h3{
	font-size:1.2em;
	color:#CC0000;
	margin-bottom:12px;
}
#error p{
	font-size:1.0em;
}


}














/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){


img{
	max-width: 100%;
	height: auto;
}
span.break_mob{
	display: block;
}
.hide_mob{
	display: none;
}

div.inner {
	margin:0 auto;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 105px;
	right: 5px;
	width: 52px;
	height: 38px;
	background: rgba(255,102,0,.9);
	border-radius: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 14px;
	font-size: 1.6em;
	line-height: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 9999;
}
#page-top a{
	color: #FFF;
}
#page-top:hover{
	background: rgba(255,102,0,.7);
}

/*----------------------------------------
　ヘッダー
-------------------------------------------*/

#header{
	width: 100%;
	height: 74px;
	background-color: #F6F4EF;
	padding-top: 8px;
	position: fixed;
	top: 0;
	z-index: 999;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
#header .boxLogo{
	padding-left: 16px;
}
#header h1{
	font-size:0.9em;
	color: #444;
	font-weight:normal;
	margin-bottom:6px;
}
#header h2{
	width: 180px;
	padding-left: 2px;
}

/*----------------------------------------
　ナビゲーション
-------------------------------------------*/
#nav{
}

/*----------------------------------------
　フッター
-------------------------------------------*/
#pr-othersites{
	width:100%;
	background: #efefef;
	padding:40px 0 20px 0;
	text-align:center;
}
#pr-othersites .inner .banner{
	width:60%;
	margin:0 auto;
	margin-bottom:20px;
}
#pr{
	width:100%;
	background: #fff;
	padding:20px 0 20px 0;
	text-align:center;
}

#pr .inner .banner {
	width:65%;
	margin:0 auto;
	margin-bottom:15px;
}

#footer .boxInfo:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#footer .boxInfo{
	zoom: 1;
}
#footer{
	width:100%;
	background: #F1EDE6;
	padding:20px 0 100px 0;
}
#footer .boxInfo{
	display: none;
}

#footer .boxCompany{
	width: 88%;
	margin: auto;
}
#footer .boxCompany p.name{
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:8px;
}
#footer .boxCompany p.lead{
	font-size:1.2em;
	color:#111;
	margin-bottom:8px;
}
#footer .boxCompany ul{
	list-style:none;
}
#footer .boxCompany li{
	font-size:1.2em;
	color:#333;
	margin-bottom:3px;
}
#footer .boxCompany a{
	color:#333;
	text-decoration: underline;
}
#footer .boxCompany a:hover{
	color:#FF6600;
	text-decoration: underline;
}
p.small{
	width:100%;
	font-size:0.8em;
	color:#878787;
	text-align:center;
	padding:12px 0 12px 0;
}

#bottom {

	position: fixed;
	bottom:0;
	z-index:99;
	background: rgba(255,255,255,.9);
	border-top: solid 2px #442500;
}
#bottom .boxInfo{
	width: 96%;
	margin: auto;
	padding: 12px 0 14px 0;
}
#bottom .boxInfo p{
	width: 98%;
	margin: auto;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 8px;
}
#bottom .boxInfo div{
	float: left;
	height: auto;
}
#bottom .boxInfo div.form{
	max-width: 48%;
}
#bottom .boxInfo div.pdf{
	max-width: 52%;
}



/*----------------------------------------
　コンテンツ
-------------------------------------------*/

#contents{
	margin:auto;
	margin-bottom:40px;
}
.top #main{
	width:100% !important;
}
#main{
	width:88% !important;
	margin:auto;
}
#mainLeft{
	width:90% !important;
	margin:auto;
}

#crumb{
	padding-top: 110px;
	width: 90%;
	margin:auto;
	margin-bottom: 20px;
}
#crumb p{
	font-size:1.0em;
}
#crumb p a{
	color:#111;
	text-decoration: underline;
}
#crumb p a:hover{
	color:#FF6600;
	text-decoration: underline;
}
#crumb span.now{
	color:#442500;
}

/*----------------------------------------
　お困りの方
-------------------------------------------*/
#merit{
	clear:both;
	width: 90%;
	margin:auto;
	padding: 1.4em 1.5em;
	border-radius: 2px;
	background-color: #FFF;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}
#merit p.title{
	font-size:1.7em;
	font-weight: bold;
	margin-bottom: 12px;
}
#merit ul{
}
#merit ul li{
	font-size:1.3em;
	margin-bottom:12px;
	line-height: 170%;
}
#merit span{
	color:#339900;
}

#aside{
	margin-bottom:40px;
}
#aside .box{
	width: 88%;
	margin:auto;
	margin-bottom:10px;
}
#aside .asideCategory{
	margin-bottom:35px;
}
#aside .asideRecent{
	margin-bottom:35px;
}
#aside .asideCategory h3,
#aside .asideRecent h3,
#aside .asideMonthly h3{
	background:#DAE8CE;
	padding:12px 10px 12px 16px;
	margin-bottom:12px;
	font-size:1.5em;
	line-height:160%;
	letter-spacing: 1px;
}

#aside .asideCategory ul,
#aside .asideRecent ul{
	list-style: square;
	padding-left: 15px;
}
#aside .asideCategory ul li,
#aside .asideRecent ul li{
	font-size:1.2em;
	line-height: 150%;
	margin-bottom:12px;
}
#aside .asideCategory ul li a,
#aside .asideRecent ul li a{
	text-decoration: underline;
}


#foot-navi{
	clear:both;
	text-align:center;
	background-color: #F1EDE6;
	padding: 12px ;
	margin-top:24px;
	margin-bottom: 24px;
}
#foot-navi p{
	font-size:1.3em;
	margin:0px;
}

p.archiveTitle{
	font-size: 1.6em !important;
	font-weight: bold;
	margin-bottom: 18px;
}





.title-mob{
	width: 100%;
	background:url(/image/common/title_bg.jpg) no-repeat;
}
.title-mob h3{
	font-size: 1.7em;
	color: #442500;
	line-height: 160%;
	padding: 14px 18px 16px 18px;
	letter-spacing: 1px;
}
.title-mob h4{
	font-size: 1.4em;
	color: #442500;
	padding: 16px 20px;
	letter-spacing: 1px;
}
.title-mob span.mini{
	font-size: 0.8em;
}

.line-title-single{
	position: relative;
	clear: both;
	border-bottom: solid 2px #000;
	padding-bottom: 8px;
	margin-bottom:12px;
}
.line-title-single span.white,
.titleLine span.white {
	background-color: #FFF;
	padding: 0 18px;
	position: relative;
	z-index: 10;
}
.line-title-single span.beige,
.titleLine span.beige {
	background-color: #F6F4EF;
	padding: 0 18px;
	position: relative;
	z-index: 10;
}


.titleLine{
	position: relative;
	clear: both;
	text-align: center;
	z-index: 1;
}
.titleLine p:before {
	content: "";
	display: block;
	border-top: solid 1px #999;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}


/*----------------------------------------
　エラー
-------------------------------------------*/
#error{

	margin:40px 0 80px 0;
}
#error h3{
	font-size:1.2em;
	color:#CC0000;
	margin-bottom:12px;
}
#error p{
	font-size:1.0em;
}


}




/*----------フォーム----------*/
input:focus,
	select:focus,
	textarea:focus{
	background:#FFFFF5;
}

.pulldown{
	border:1px solid #999;
	margin:5px 0 5px 0;
}
.check_box{
	margin-right:4px;
}

/**
Pager
*/
.wp-pagenavi:after {
	font-size: 1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.wp-pagenavi {
	zoom: 1;
}
.wp-pagenavi {
	margin: 30px 0;
	text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi .pages{
	clear: both;
	font-size: 1.2em;
	color: #FF6600;
	padding: 8px 12px 8px 12px;
	border: #FFF solid 1px;
}
.wp-pagenavi span.current{
	border: #FF6600 solid 1px;
}
.wp-pagenavi a{
	font-size: 1.2em;
	padding: 8px 12px 8px 12px;
	border: #FFF solid 1px;
	background: #FFF;
}
.wp-pagenavi a:hover{
	text-decoration: none;
}


.margin-bottom-2 {
	margin-bottom: 2px !important;
}
.margin-bottom-3 {
	margin-bottom: 3px !important;
}
.margin-bottom-4 {
	margin-bottom: 4px !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-6 {
	margin-bottom: 6px !important;
}
.margin-bottom-8 {
	margin-bottom: 8px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-12 {
	margin-bottom: 10px !important;
}
.margin-bottom-12 {
	margin-bottom: 15px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-25 {
	margin-bottom: 20px !important;
}
.margin-bottom-35 {
	margin-bottom: 35px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-45 {
	margin-bottom: 45px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-70 {
	margin-bottom: 70px !important;
}
.margin-bottom-80 {
	margin-bottom: 80px !important;
}
.margin-bottom-90 {
	margin-bottom: 90px !important;
}
.margin-bottom-100 {
	margin-bottom: 100px !important;
}
