@charset "UTF-8";
/*HTML5リセット*/

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
　　margin: 0;
　　padding: 0;
　　border: 0;
　　font-size: 100%;
　　font: inherit;
　　vertical-align: baseline;
　　outline: none;
}

body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

ul {
	list-style:none;
}

/*blockquote, q {
	quotes:none;
}*/

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
/*	border:0;*/
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/*HTML5リセットここまで*/


.clearfix:after{
	content:"";
	display:block;
	clear:both;
	}
 /* IE8, ModanBrowser */
.clearfix {
	width:100%;
 	overflow:hidden;
} /* clearfix IE 6, 7 */

.floatL {
	float: left;
}

.floatR {
	float: right;
}


.flexWap {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.between {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.around {
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}

.flex-end {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
}

.boxsize {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*＝＝＝　通常共通指定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-decoration: none;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}

/*フォントサイズの標準化*/
html { font-size: 62.5%; } /* font-sizeは16pxの62.5%の10px */
body { font-size: 1.6rem; } /*font-size : 16px と同等*/

body {
	position: relative;
	background-color: #fff;
	line-height: 1.5;
	color: #000000;
/*	font-family: 'ヒラギノ明朝 Pro W3','HiraMinPro-W6','YuMincho',serif;
*/}

input:focus, select:focus, textarea:focus {
	outline: none;
}

	/*footer下部固定*/
	html,body{
		height:100vh;
	}

	.wrapper {
		position: relative;
		height:auto !important;
		height: 100%;
		min-height: 100%;
	}

	.continer {
		padding-bottom: 250px; /*フッターの高さと同じ*/
	}

	#footer{
		position:absolute;
		bottom: 0;
	}


a {
	color: #1b1464;
}

a:hover{
	color: #f4585a;
}

h2 {
	margin-bottom: 20px;
}

h3 {
	font-size: 1.8rem;
}

h4 {
	font-size: 1.6rem;
}

h5 {
	font-size: 1.6rem;
}


/*PC 開始 ＝＝＝＝＝＝＝＝＝＝*/

.none {
	display: none;
}

.pcShow {
	display: block;
}

.pc_inl_Show {
	display: inline;
}

.spnShow {
	display: none;
}

.spn_inl_Show {
	display: none;
}

.font_L {
	font-size: 2.4rem
}

@media handheld, only screen and (max-width: 766px) {
	.font_L{
		font-size: 2.2rem;
	}
}

@media handheld, only screen and (max-width: 800px) {
	.font_L{
		font-size: 1.8rem;
	}
}



/* Underline From Center */
.a_line {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.a_line:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #f4585a;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.a_line:hover:before, .a_line:focus:before, .a_line:active:before {
  left: 0;
  right: 0;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ヘッダー*/


#header {
	width: 100vw;
	/*height: 100px;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(255,255,255,0.8);
}

.headWap {
	width: 100%;
	padding: 0px 1vw;
	/*background: rgba(0,0,0,0.8);*/
	-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: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

h1 {
	width: 200px;
	font-size: 4.0rem;
	text-align: center;
	background: url(../img/common/logo.png)center 0px no-repeat;
	text-indent: -9999px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

h1 a {
	display: block;
	width: 190px;
	height: 50px;
}

/*＝＝＝＝＝＝＝＝＝検索窓*/
#top_Search_Form {
	padding: 10px 0px;
	font-size: 1.3rem;
}

.top_Search_Form_Wap .listBox select {
	/*border-radius: 20px 0 0 20px;*/
	-webkit-appearance: none;
	height: 40px;
	padding: 5px 20px;
	margin-bottom: 5px;
	max-width: 130px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 1vw;
	background-color: #fff;
}

.top_Search_Form_Wap .seatch_TxtBox #seatch_Txt{
	padding: 3px 10px;
	height: 40px;
	max-width: 130px;
	line-height: 1;
	border: 0;
	border: none;
	outline: none;
	-webkit-appearance:none;
	border: solid 1px #8a8a8a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.top_Search_Form_Wap .submitBox .seatch_Btn {
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	height: 40px;
	width: 40px;
	border: 0;
	border: none;
	outline: none;
	background: url("../img/common/search.png") top left no-repeat;
}

.top_Search_Form_Wap .submitBox .seatch_Btn:hover {
	cursor: pointer;
}

.top_Search_Form_Wap .clearBox .clear_Btn {
	/*border-radius: 0px 20px 20px 0px;*/
	display: block;
	padding: 0px 10px 0px 10px;
	height: 40px;
	border: 0;
	border: none;
	outline: none;
	-webkit-appearance:none;
	cursor: pointer;
	border: solid 1px #8a8a8a;
}


.kago {
	width: 50px;
	/*text-align: center;*/
	font-size: 1.3rem;
	/*background-color: #ffc;*/
}

.kago a {
	color: #01477a;

	line-height: 0.5;
}

.kago a i{
	font-size: 30px;

}

.kago .ctxt {
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}

.head_Line_wap {
	width: 100vw;
background: #1c0424;
background: -moz-linear-gradient(top left, #01477a 0%, #1c0424 100%);
background: -webkit-gradient(linear, left top, right bottom, from(#01477a), to(#1c0424));
background: -webkit-linear-gradient(top left, #01477a 0%, #1c0424 100%);
background: -o-linear-gradient(top left, #01477a 0%, #1c0424 100%);
background: linear-gradient(to bottom right, #01477a 0%, #1c0424 100%);
	color: #fff;
	padding: 3px 20px 3px 1vw;
	/*padding: 3px 1vw;*//*スクロールバー対策前*/
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 1.1rem(17.6px) @ 23.4375rem(375px) increasing to 1.3rem(20.8px) @ 67.5rem(1080px) */
/* Ems strongly recommended on media queries! */
@media (min-width: 23.4375em) {
  .head_Line_wap {
    font-size: calc(1.1rem + ((1vw - 0.234375rem) * 0.4539));
    /* Where: 0.4539 = 100 * font-size_difference / viewport_width_difference */
  }
}
/* Prevent scaling beyond this breakpoint */
@media (min-width: 67.5em) {
  .head_Line_wap {
    font-size: 1.3rem;
  }
}
.login_Name {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.head_nav_Wap {
	text-align: right;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.head_nav_Wap a {
	color: #fff;
	margin-right: 1vw;
}


.head_nav_Wap a:last-child {
	margin-right: 0vw;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝コンテナー*/


.continer {
	width: 100vw;
	background: url(../img/common/back_jimon.png)left top;
}

.sec_continer {
	padding-top: 150px;
}

.inner {
	width: 100%;
	max-width: 1080px;
	margin: 0px auto;
	padding: 0px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/*ページネーション*/
.pageNation {
	width: 100%;
	max-width: 400px;
	margin: 0px auto;
}

.pageNation a {
	display: block;
	background-color: #ccc;
	color: #fff;
	padding: 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	transition-duration:0.5s;
}


.pageNation a:hover {
	background-color: #646464;
}

.pageNation .activPage{
	display: block;
	background-color: #646464;
	color: #fff;
	padding: 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	transition-duration:0.5s;
}

.prevPage {

}

.nextPage {

}


.s_square {
	width: 13px;
	height: 13px;
	display: block;
	position: absolute;
	top : 0px;
	right: 0px;
}

.o_cat_1 {background-color: #8eaddc;}
.o_cat_2 {background-color: #ffb85c;}
.o_cat_3 {background-color: #fe9f6f;}
.o_cat_4 {background-color: #b9a8cc;}
.o_cat_5 {background-color: #80b87b;}
.o_cat_6 {background-color: #ffd475;}
.o_cat_7 {background-color: #eaba65;}
.o_cat_8 {background-color: #7cd0ae;}


.i_cat_1 {background-color: #6283b8;}
.i_cat_2 {background-color: #fd9427;}
.i_cat_3 {background-color: #eb6e4e;}
.i_cat_4 {background-color: #b17193;}
.i_cat_5 {background-color: #508d47;}
.i_cat_6 {background-color: #f4b216;}
.i_cat_7 {background-color: #d1983e;}
.i_cat_8 {background-color: #3da987;}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フッター*/

#footer {
	width: 100vw;
	padding-top: 20px;
	color: #fff;
	background: #1c0424;
	background: -moz-linear-gradient(top left, #01477a 0%, #1c0424 100%);
	background: -webkit-gradient(linear, left top, right bottom, from(#01477a), to(#1c0424));
	background: -webkit-linear-gradient(top left, #01477a 0%, #1c0424 100%);
	background: -o-linear-gradient(top left, #01477a 0%, #1c0424 100%);
	background: linear-gradient(to bottom right, #01477a 0%, #1c0424 100%);
	text-decoration: none;
	overflow: hidden;
	/*position: relative;*/
}

.foot_gara {
	position: absolute;
	top :-50px;
	left: 0px;
	opacity: 0.2;
}

.foot_Link_Line {
	width: 100vw;
	text-align: right;
}

/* 1.1rem(17.6px) @ 23.4375rem(375px) increasing to 1.3rem(20.8px) @ 67.5rem(1080px) */
/* Ems strongly recommended on media queries! */
@media (min-width: 23.4375em) {
  .foot_Link_Line a {
    font-size: calc(1.1rem + ((1vw - 0.234375rem) * 0.4539));
    /* Where: 0.4539 = 100 * font-size_difference / viewport_width_difference */
  }
}
/* Prevent scaling beyond this breakpoint */
@media (min-width: 67.5em) {
  .foot_Link_Line a {
    font-size: 1.3rem;
  }
}

.foot_Link_Line a {
	margin-right: 1vw;
	color: #fff;
}


.foot_logo {
	width: 50%;
	max-width: 191px;
	margin: 0 auto 0px;
}

.foot_logo img{
	vertical-align:top;
}

#footer address {
	padding: 10px 0px;
	width: 100%;
	margin: 0px auto 0px;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	font-style: normal;
}




/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝　　スマホ　　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media handheld, only screen and (max-width: 767px) {
	.pcShow {
		display: none;
	}
	.pc_inl_Show {
		display: none;
	}
	.spnShow {
		display: block;
	}

	.spn_inl_Show {
		display: inline;
	}

	.floatL {
		float: none;
	}

	#wrap{
		width: 100%;
		min-width: 100%;
		position: relative;
		height:auto !important; /*IE6対策*/
		height: 100%; /*IE6対策*/
		min-height: 100%;
	}

	*{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	input{
		-webkit-appearance : none ;
		-webkit-tap-highlight-color : rgba(0,0,0,0) ;
	    -webkit-border-radius : 0;
	    -webkit-appearance : none;
	    -webkit-tap-highlight-color : rgba(0,0,0,0);
	}

	select {
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ヘッダー*/
	#header {

	}

	.headWap {
/*		position: relative;
		height: 80px;
		width: 100vw;*/
	}

	h1 {
		font-size: 1.0rem;
		text-indent: -9999px;
		width: 191px;
		margin: 0px auto;
	}

	h1 a {
		display: block;
		width: 191px;
		height: 50px;
	}



/*＝＝＝＝＝＝＝＝＝検索窓*/
	#top_Search_Form {
		padding: 0px 0px;
		font-size: 1.3rem;
	}

	input[type="submit"] {
	  -webkit-appearance: none;
	  border-radius: 0;
	}

	.top_Search_Form_Wap .listBox select {
		/*border-radius: 20px 0 0 20px;*/
		height: 30px;
		padding: 5px 5px;
		margin-bottom: 5px;
		max-width: 100px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 1vw;
		color: #000;
		border:solid 1px #999;
		/*background-color: #fff;*/
	}


	.top_Search_Form_Wap .seatch_TxtBox #seatch_Txt{
		padding: 3px 10px;
		height: 30px;
		max-width: 130px;
		line-height: 1;
		border: 0;
		border: none;
		outline: none;
		-webkit-appearance:none;
		border: solid 1px #8a8a8a;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.top_Search_Form_Wap .submitBox .seatch_Btn {
		display: block;
		overflow: hidden;
		text-indent: -10000px;
		height: 30px;
		width: 30px;
		border: 0;
		border: none;
		outline: none;
		background: url("../img/common/search.png") top left no-repeat;
		background-size: cover;
	}


	.top_Search_Form_Wap .submitBox .seatch_Btn:hover {
		cursor: pointer;
	}

	.top_Search_Form_Wap .clearBox .clear_Btn {
		/*border-radius: 0px 20px 20px 0px;*/
		display: block;
		padding: 0px 5px 0px 5px;
		height: 30px;
		border: 0;
		border: none;
		outline: none;
		-webkit-appearance:none;
		cursor: pointer;
		border: solid 1px #8a8a8a;
		color: #8a8a8a;
		background-color: rgba(239,239,239,1.0);
	}


.head_Line_wap {
	/*font-size: 1.1rem;*/
}

.login_Name {
	width: 35%;
	/*background-color: blue;*/
}

.head_nav_Wap {
	text-align: right;
	width: 65%;
	/*background-color: red;*/
}

.head_nav_Wap a {
	color: #fff;
	margin-right: 1vw;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝コンテナー*/

	.continer {
		width: 100%;
		min-width: 200px;
		margin: 0px auto 0px;
		padding-bottom: 0px;
	}

	.ml80_Wap{
		margin-left: 0px;
	}

	.inner {
		width: 100%;
		max-width: 1200px;
		margin: 0px auto;
		padding: 0px 2%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;

	}


/*ページネーション*/
.pageNation {
	width: 100%;
	max-width: 640px;
	margin: 0px auto 20px;
}

.pageNation a {
	display: block;
	background-color: #ccc;
	color: #fff;
	padding: 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	transition-duration:0.5s;
}


.pageNation a:hover {
	background-color: #646464;
}

.pageNation .activPage{
	display: block;
	background-color: #646464;
	color: #fff;
	padding: 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	transition-duration:0.5s;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フッター*/

	#footer {
		position: relative;
		width: 100%;
		min-width: 200px;
		color: #fff;
		text-decoration: none;
	}

	.foot_Link_Line {
		width: 100vw;
		text-align: center;
	}

	#footer address {
		/*padding: 0px 0px;*/
		width: 100%;
		/*height: 50px;*/
		/*line-height: 50px;*/
	}

	/*umeda 20200915*/
	#footer ul {
		width: 80%;		
	}
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝汎用設定*/

.alignR {
	text-align: right;
}

.red {
	color: #f00;
}

.bold {
	font-weight: bold;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝梅田*/
.head_Line_wap_NOSESSION {
background: #1c0424;
background: -moz-linear-gradient(top left, #01477a 0%, #1c0424 100%);
background: -webkit-gradient(linear, left top, right bottom, from(#01477a), to(#1c0424));
background: -webkit-linear-gradient(top left, #01477a 0%, #1c0424 100%);
background: -o-linear-gradient(top left, #01477a 0%, #1c0424 100%);
background: linear-gradient(to bottom right, #01477a 0%, #1c0424 100%);
	color: #fff !important;
	padding: 3px 1vw;
}

