@charset "utf-8";

/* ページの初期値設定 ///
////////////////////////////////////////////////*/

@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: normal;
	src: url("/common/font/NotoSansJP/NotoSansJP-Light.woff") format("woff"),
	   url("/common/font/NotoSansJP/NotoSansJP-Light.otf") format("opentype");
}
@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: bold;
	src: url("/common/font/NotoSansJP/NotoSansJP-Bold.woff") format("woff"),
	   url("/common/font/NotoSansJP/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
    font-family: "Montserrat";
    font-style:italic;
    font-weight: bold;
	src: url("/common/font/Montserrat/Montserrat-BoldItalic.ttf") format("truetype");
}
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: bold;
	src: url("/common/font/Montserrat/Montserrat-Bold.ttf") format("truetype");
}

html, body {
	width: 100%;
}
html {
	min-height: 100%;
	position: relative;
}
body {
	color: #333;
	font-family: NotoSansJP, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	vertical-align: top;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;/*ページ全体ふわっと表示させる(1/3)*/
}
@keyframes fadeIn {/*ページ全体ふわっと表示させる(2/3)*/
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {/*ページ全体ふわっと表示させる(3/3)*/
    0% {opacity: 0}
    100% {opacity: 1}
}
img {
	width: 100%;
	vertical-align: top;
	border: none;
	transition: all 0.3s ease;
}
a {
	color: #999;
	text-decoration: none;
	transition: all 0.3s ease;
}
a img:hover {
    opacity:0.7;
	filter:alpha(opacity=70);
}
video{
	width:100%;
	height:auto;
}

/* 背景 */
.bgG {
	background-color: #fbfbfb;
}
.bgGr {
    background: -webkit-linear-gradient(left, #daf3f9, #5bcef3);
    background: -o-linear-gradient(left, #daf3f9, #5bcef3);
    background: linear-gradient(to right, #daf3f9, #5bcef3);
	z-index: -300;
}
.bgBase {
	position: relative;
}
.bg_rt_2:after {
	position: absolute;
	top:-90px;
	right:-90px;
	width:260px;
	height:240px;
	content: "";
	display: block;
	background: url("/common/img/bg_gra.png") no-repeat top left;
	background-size:100% auto;
	z-index:-100;
}
.bg_rt_2_02:after {
	position: absolute;
	top:-200px;
	right:-140px;
	width:280px;
	height:280px;
	content: "";
	display: block;
	background: url("/common/img/bg_gra_02.png") no-repeat top left;
	background-size:100% auto;
	z-index:-100;
}
.bg_rb_2:after {
	width: 160px;
    height: 150px;
    position: absolute;
    bottom: -55px;
    right: -70px;
	content: "";
	display: block;
	background: url("/common/img/bg_gra.png") no-repeat top left;
	background-size:100% auto;
	z-index:-100;
}
.bg_lb_2:after {
	position: absolute;
	bottom:-90px;
	left:-90px;
	width:260px;
	height:240px;
	content: "";
	display: block;
	background: url("/common/img/bg_gra.png") no-repeat top left;
	background-size:100% auto;
	z-index:-100;
}
.bg_rt_tl:after {
	position: absolute;
	top:-100px;
	right:-80px;
	width:160px;
	height:160px;
	content: "";
	display: block;
    background: -webkit-linear-gradient(top left, #40cdfb, #caffbe);
    background: -o-linear-gradient(top left, #40cdfb, #caffbe);
    background: linear-gradient(to bottom right, #40cdfb, #caffbe);
	transform:skewX(-10deg);
	z-index:-100;
}
.bg_rb_tl:before {
	position: absolute;
	bottom:-80px;
	right:-80px;
	width:160px;
	height:160px;
	content: "";
	display: block;
    background: -webkit-linear-gradient(top left, #40cdfb, #caffbe);
    background: -o-linear-gradient(top left, #40cdfb, #caffbe);
    background: linear-gradient(to bottom right, #40cdfb, #caffbe);
	transform:skewX(-10deg);
	z-index:-100;
}
.bg_lt_tl:before {
	position: absolute;
	top:-100px;
	left:-80px;
	width:160px;
	height:160px;
	content: "";
	display: block;
    background: -webkit-linear-gradient(top left, #caffbe, #40cdfb);
    background: -o-linear-gradient(top left, #caffbe, #40cdfb);
    background: linear-gradient(to bottom right, #caffbe, #40cdfb);
	transform:skewX(-10deg);
	z-index:-100;
}
.bg_lb_tl:before {
	position: absolute;
	bottom:-70px;
	left:-100px;
	width:250px;
	height:200px;
	content: "";
	display: block;
    background: -webkit-linear-gradient(top left, #caffbe, #40cdfb);
    background: -o-linear-gradient(top left, #caffbe, #40cdfb);
    background: linear-gradient(to bottom right, #caffbe, #40cdfb);
	transform:skewX(-10deg);
	z-index:-100;
}

/* フォント（Montserrat） */
.ftMont {
	font-family: Montserrat, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* フェードイン */
.fadeInUp {
	 opacity : 0;
	 transform: translateY(40px);
	 transition: 1s;
}

/* ページリンク */
.pagelink:before {
	content: "";
	display: block;
	visibility: hidden;
}

/* 列 */
.colBase {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col-2 > .col {
	width: 50%;
}
.col-3 > .col {
	width : 33.33333% ;
	width: calc(100% / 3);
}

/* リスト */
.listBase {
	width: 100%;
}
.listBase > li {
    text-indent: -1em;
    margin-left: 1em;
}
.listBase > li:before {
	content: "・";
	display: inline-block;
    width: 1em;
    text-indent: 0;
}


/* チャートリスト */
.chartBase {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.chartBase .ttl,
.chartBase .txt {
	padding: 2%;
	box-sizing: border-box;
}
.chartBase .ttl {
	font-weight: bold;
    display: flex;
    justify-content: center;
	align-items: center;
	background-color: #eee;
}
.chartBase .txt {
	width: 70%;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}

/* アイコン */
.icnS {
	margin-left: 4px;
	position: relative;
}
.icnS:after {
  content: "";
  width: 1em;
  height: 1em;
	display: inline-block;
	vertical-align: middle;
}
.icn_blank:after {
  background: url("/common/img/icn_blank.svg") left top / 100% auto no-repeat;
}

.icn_arrow:before {
    width: 0;
    height: 0;
    content:  '';
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #aaaaaa;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
    margin-right: 5px;
}

/* テキスト */
.txtBase {
	line-height: 1.8;
}

/* ボタン */
.btnBase {
	text-align: center;
}
.btnBase > a {
	width: 100%;
	padding: 15px 0;
	position: relative;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	transform: 0.2;
	letter-spacing:0.1em;
}
.btnBase > a:after {
	content: "";
	width: 30px;
	height: 1px;
	margin-top: -1px;
	background-color: #ccc;
	position: absolute;
	top:50%;
	right: -15px;
}
.btnBase.blank > a:after {
	width: 24px;
	height: 24px;
	background: url("/common/img/icn_blank.svg") no-repeat top left;
	margin:0;
	top:50%;
	margin-top: -12px;
	right: 10px;
}
.btnBase.plink > a:after {
	content: "";
	width: 1px;
	height: 30px;
	margin-right: -1px;
	background-color: #ccc;
	position: absolute;
	right:50%;
	top: auto;
	bottom: -15px;
}

/* header ///
////////////////////////////////////////////////*/
#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	background-color: #fff;
	line-height: 1;
	z-index: 99;
}
#header .headerIn {
	width: 100%;
	position: relative;
}
#header .headerIn:after {
	content: "";
	display: block;
	clear: both;
}
#header .header-logo {
	float: left;
}
#header .header-nav {
	float: right;
}

/* nav ///
////////////////////////////////////////////////*/
#gloval-nav {
	color: #333;
	font-size: 1.4em;
}

/* head ///
////////////////////////////////////////////////*/
#head {
	width: 100%;
}
#head .headIn {
	position: relative;
}
#head .headImg:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.7;
	background-image: linear-gradient(45deg, #92f678, #40cdfb);
	z-index: 2;
}
#head .headTtl {
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	text-align: center;
	z-index: 3;
}
#head .headTtl .ttl {
	display: inline-block;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	transform: skewX(-15deg);
}
#head .headTtl .ttlMain,
#head .headTtl .ttlSub {
	display: block;
}
#head .headTtl .ttlMain {
	font-family: Montserrat, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

/* contents ///
////////////////////////////////////////////////*/
#contents {
	width: 100%;
	position: relative;
	overflow: hidden;
}

/* secBase */
.secBase {
	width: 100%;
	position: relative;
	z-index: 0;
}
#head + .secBase {
    padding-top: 50px;
}

/* secIn */
.secIn {
	margin: 0 auto;
	box-sizing: border-box;
	text-align: left;
}
.secIn.wFull {
	width: 100%;
	padding: 0;
}

/* secTtl */
.secTtl {
	position: relative;
}
.secTtl:before {
	position: absolute;
	content: "";
	display: block;
	background:#2cbfef;
	transform:skewX(-15deg);
}
.secTtl .ttlMain,
.secTtl .ttlSub {
	display: block;
}
.secTtl .ttlMain {
	font-family: Montserrat, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-style: italic;
}

/* conBase */
.conBase {
	padding-top: 50px;
}

/* conTtl */
.conTtl {
	margin-bottom: 30px;
}
.conTtl .ttl {
	font-size: 2em;
}
.conTtl .ttl:before {
	content: "";
    width: 30px;
	height: 6px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	background-color: #2cbfef;
}

/* con_infoTop */
.con_infoTop {
	padding: 3%;
	text-align: center;
	border: 3px solid #c24e45;
	color: #c24e45;
	background-color: #fff;
}
.con_infoTop .ttl {
	margin-bottom: 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1;
}
.con_infoTop .data {
	display:inline-block;
	margin-top: 10px;
}

/* con_message */
.con_message {
	width: 100%;
}
.con_message .conIn {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
.con_message .message {
	text-align:center;
}
.con_message .msgTxt {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight:bold;
}
.con_message .msgName {
	margin-top:30px;
}
.con_message .nameTxt,
.con_message .nameImg {
	display:block;
	margin: 0 auto;
}
.con_message .nameImg {
	margin-top: 10px;
}

/* footer ///
////////////////////////////////////////////////*/
#footer {
	margin-top: auto;
}
#footer .con_foot {
	background-color: #555;
}
#footer .con_foot .conIn {
	margin: 0 auto;
}
#footer .addr {
	text-align: left;
}
#footer .addr .logo_ar {
	width: 100px;
}
#footer .addr .list {
	color: #fff;
}
#footer .list .listIn:first-child {
	font-weight: bold;
}
#footer .list .listIn:nth-child(n+2) {
	margin-top: 10px;
}
#footer .list .listIn .telTtl,
#footer .list .listIn .tel {
	color: #fff;
	font-weight: bold;
}
#footer .nav {
	display: flex;
	flex-wrap: wrap;
}
#footer .nav .navIn {
	width: 50%;
	padding-left: 40px;
	text-align: left;
	box-sizing: border-box;
}
#footer .nav .navIn.colOne {
	width: 100%;
}
#footer .nav .navIn a {
	color: #fff;
}
#footer .linkTop {
	width: 30px;
}
#footer .con_copy {
	width: 100%;
	padding: 10px 0;
	background-color: #333;
}
#footer .con_copy .copyright {
	color: #fff;
}

/*==== PC ====
============================================================================*/	
@media all and (min-width: 980px){

	/* チャートリスト */
	.chartBase .ttl {
		width: 30%;
		border-bottom: 1px solid #fff;
	}
	.chartBase .txt {
		width: 70%;
	}
	.chartBase .txt:first-of-type {
		border-top: 1px solid #eee;
	}

	/* ページリンク */
	.pagelink:before {
		height: 100px;
		margin-top: -100px;
	}

	/* ボタン */
	.btnBase > a:hover {
		background: #e9fdf8;
	}

	body,
	#wrapper {
		display: flex;
		flex-direction: column;
		min-height: 100vh;	
	}
	
	.noPc {
		display: none;
	}

	/* header ///
	////////////////////////////////////////////////*/
	#header {
		height: 100px;
	}
	#header .header-logo {
		padding: 10px 0 0 30px;
	}
	#header .header-logo .logo_ar  {
		width: 70px;
	}
	#header .header-nav {
		padding: 0 30px 0 0;
	}

	/* nav ///
	////////////////////////////////////////////////*/
	#gloval-nav .nav {
		height: 100px;
		display: flex;
		align-items: center;
	}
	#gloval-nav .nav .navIn {
		padding: 0 0 0 30px;
	}

	/* head ///
	////////////////////////////////////////////////*/
	#head .headTtl {
		padding-top: 13%;
	}
	#head .headTtl .ttl {
		padding: 1% 5%;
	}
	#head .ttlMain {
		font-size: 3em;
	}
	#head .ttlSub {
		margin-top: 10px;
	}
	
	/* contents ///
	////////////////////////////////////////////////*/
	#contents {
		padding-top: 100px;
	}

	/* .secIn */
	.secIn {
		width: 960px;
		padding: 70px 0;
	}
	
	/* secTtl */
	.secTtl {
		min-height: 50px;
		padding-left: 30px;
	}
	.secTtl:before {
		top:0;
		left:5px;
		width:8px;
		height:50px;
	}
	.secTtl .ttlMain {
		font-size: 3.2em;
		line-height: 0.8em;
	}
	.secTtl .ttlSub {
		font-size: 0.8em;
		line-height: 1.4em;
	}

	/* con_infoTop */
	#sec_infoTop .secIn {
		padding: 70px 0 0;
	}
	
	/* con_message */
	.con_message .message {
		padding:5%;
	}
	.con_message .msgTxt {
		font-size: 1.8em;
		line-height: 150%;
	}
	.con_message .nameImg {
		width:130px;
	}

	/* footer ///
	////////////////////////////////////////////////*/
	#footer .con_foot .conIn {
		width: 960px;
		padding: 30px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#footer .addr {
		display: flex;
		align-items: center;
	}
	#footer .addr .list {
		padding-left: 20px;
	}
	#footer .list .listIn:first-child {
		font-size: 1.4em;
	}
	#footer .list .listIn .tel {
		font-size: 2em;
	}
	#footer .nav {
		width: 240px;
	}
	#footer .nav .navIn:nth-child(n+3) {
		padding-top: 20px;
	}
	
}

/*==== SP・TB ====
============================================================================*/	
@media all and (max-width: 979px) {

	.noSp {
		display: none;
	}
	
	/* 背景 */
	.bg_rt_2:after {
		top:-40px;
		right:-90px;
		width:260px;
		height:240px;
	}
	.bg_lb_2:after {
		bottom: -50px;
		left: -50px;
		width: 100px;
		height: 100px;
	}
	.bg_rt_2_02:after {
		top: -50px;
		right: -50px;
		width: 100px;
		height: 100px;
	}
	.bg_rb_tl:before {
		position: absolute;
		bottom:-50px;
	}

	/* テキスト */
	.txtBase {
		font-size: 4vw;
	}
	
	/* チャートリスト */
	.chartBase .ttl,
	.chartBase .txt {
		width: 100%;
	}
	.chartBase .ttl {
		padding: 0 5%;
		justify-content:flex-start;
	}
	.chartBase .txt {
		padding: 2% 5% 5%;
		border-right: 1px solid #eee;
		border-left: 1px solid #eee;
	}	
	
	/* ページリンク */
	.pagelink:before {
		height: 70px;
		margin-top: -70px;
	}

	/* 列 */
	.col-2 > .col,
	.col-3 > .col {
		width: 100%;
	}
	.col-sp-2 > .col {
		width: 50%;
	}
	.col-sp-3 > .col {
		width : 33.33333% ;
		width: calc(100% / 3);
	}
	
	/* header ///
	////////////////////////////////////////////////*/
	#header {
		height: 70px;
	}
	#header .header-logo {
		padding: 5px 0 0 20px;
	}
	#header .header-logo .logo_ar  {
		width: 50px;
	}

	/* nav ///
	////////////////////////////////////////////////*/
	#nav-toggle {
	  height: 32px;
	  position: fixed;
	  top: 20px/*25px*/;
	  right: 20px/*25px*/;
	  cursor: pointer;
	  z-index: 1000;
	}
	#nav-toggle > div {
	  width: 36px;
	  position: relative;
	}
	#nav-toggle span {
	  width: 100%;
	  height: 1px;
	  left: 0;
	  display: block;
	  background: #333;
	  position: absolute;
	  transition: transform 0.6s ease-in-out, top 0.5s ease;
	}
	#nav-toggle span:nth-child(1) {
	  top: 0;
	}
	#nav-toggle span:nth-child(2) {
	  top: 14px;
	}
	#nav-toggle span:nth-child(3) {
	  top: 28px;
	}
	#nav-toggle:hover span:nth-child(1) {
	  top: 4px;
	}
	#nav-toggle:hover span:nth-child(3) {
	  top: 23px;
	}

	.open #nav-toggle span {
	  background: #333;
	}
	.open #nav-toggle span:nth-child(1) {
	  top: 15px;
	  transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
	  top: 15px;
	  width: 0;
	  left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
	  top: 15px;
	  transform: rotate(-45deg);
	}
	
	#gloval-nav {
	  background: #fff;
	  position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  z-index: 990;
	  text-align: center;
	  display: flex;
	  visibility: hidden;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  font-size: 2em;
	  opacity: 0;
	  transition: opacity 0.6s ease, visibility 0.6s ease;
	}
	#gloval-nav a {
	  display: block;
	  color: #333;
	  text-decoration: none;
	  padding: 20px 0;/*10px 0*/
	  transition: color 0.6s ease;
	}
	#gloval-nav a:hover {
	  color: #666;
	}
	#gloval-nav ul {
	  list-style: none;
	}
	#gloval-nav ul li {
	  opacity: 0;
	  transform: translateX(200px);
	  transition: transform 0.6s ease, opacity 0.2s ease;
	}
	#gloval-nav ul li:nth-child(2) {
	  transition-delay: 0.15s;
	}
	#gloval-nav ul li:nth-child(3) {
	  transition-delay: 0.3s;
	}
	#gloval-nav ul li:nth-child(4) {
	  transition-delay: 0.45s;
	}
	#gloval-nav ul li:nth-child(5) {
	  transition-delay: 0.6s;
	}
	#gloval-nav ul li:nth-child(6) {
	  transition-delay: 0.75s;
	}
	#gloval-nav ul li:nth-child(7) {
	  transition-delay: 0.9s;
	}
	
	/* open */
	.open {
	  overflow: hidden;
	}
	.open #gloval-nav {
	  visibility: visible;
	  opacity: 1;
	}
	.open #gloval-nav li {
	  opacity: 1;
	  transform: translateX(0);
	  transition: transform 1s ease, opacity 0.9s ease;
	}
	
	/* head ///
	////////////////////////////////////////////////*/
	#head .headTtl {
		padding-top: 10vw;
	}
	#head .headTtl .ttl {
		padding: 2% 8%;
	}
	#head .ttlMain {
		font-size: 7vw;
	}
	#head .ttlSub {
		margin-top: 5px;
	}

	/* contents ///
	////////////////////////////////////////////////*/
	#contents {
		padding-top: 70px;
	}
	
	/* secIn */
	.secIn {
		width: 100%;
		padding: 50px 20px;
	}
	
	/* secTtl */
	.secTtl {
		min-height: 40px;
		padding-left: 20px;
	}
	.secTtl:before {
		width:8px;
		height:40px;
		top:0;
		left:5px;
	}
	.secTtl .ttlMain {
		font-size: 2em;
		line-height: 0.9em;
	}
	.secTtl .ttlSub {
		font-size: 1em;
		line-height: 1.2em;
	}
	
	/* con_infoTop */
	#sec_infoTop .secIn {
		padding: 50px 20px 0;
	}
	.con_infoTop {
		padding: 10%;
		text-align: left;
	}
	.con_infoTop .data {
		display: block;
		text-align: right;
	}

	/* con_message */
	.con_message .message {
		padding:10%;
	}
	.con_message .msgTxt {
		font-size: 1.2em;
		line-height: 180%;
		text-align: left;
	}
	.con_message .nameImg {
		width:30vw;
		max-width:150px;
		margin-top:2%;
	}

	/* footer ///
	////////////////////////////////////////////////*/
	#footer .con_foot .conIn {
		width: 90%;
		padding: 30px 0;
	}
	#footer .addr {
		width: 100%;
		text-align: center;
	}
	#footer .addr .logo_ar {
		margin: 0 auto;
	}
	#footer .addr .list {
		margin-top: 30px;
	}
	#footer .list .listIn {
		line-height: 180%;
	}
	#footer .list .listIn:first-child {
		font-size: 6vw;
	}
	#footer .list .listIn:nth-child(3) {
		margin-top: 40px;
	}
	#footer .list .listIn .telTtl {
		font-size: 6vw;
	}
	#footer .list .listIn .tel {
		font-size: 9vw;
	}
	#footer .nav {
		width: 100%;
		margin-top: 50px;
	}
	#footer .nav .navIn {
		font-size: 1.2em;
		justify-content: center;
		border-bottom: 1px solid #999;
		border-left: 1px solid #999;
		position: relative;
	}
	#footer .nav .navIn:after {
	  display: block;
	  content: '';
	  position: absolute;
	  top: 1.3em;
	  left: 0.8em;
	  width: 10px;
	  height: 10px;
	  border-right: 1px solid #fff;
	  border-bottom: 1px solid #fff;
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	
	#footer .nav .navIn:first-child,
	#footer .nav .navIn:nth-child(2){
		border-top: 1px solid #999;
	}
	#footer .nav .navIn:nth-child(even),
	#footer .nav .navIn.colOne{
		border-right: 1px solid #999;
	}
	#footer .nav .navIn a {
		width: 100%;
		padding: 20px 0;
		display: inline-block;
	}
	#footer .nav .navIn.icn_arrow:before {
		display: none;
	}
	#footer .linkTop {
		margin: 50px auto 0;
	}
	
}
