@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 960px){
	.sptb,.navToggle{
		display: none !important;
	}	
}
@media screen and (min-width:749px){
	.sp{
		display: none !important;
	}	
}

body{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	background-color: #1d2089;
	color: #4f4f4f 
}

a{
	text-decoration-line: none;
}
ul li{
	list-style-type: none;
}
/* スペース調整==================== */
.w1600{
	max-width: 1600px;
	margin: auto;
}
.w960{
	max-width: 960px;
	margin: auto;
}
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}
.flexbox{
	display: flex;
	align-items: flex-start;
}
/* ヘッダー　==================== */
header{
	width: 100%;
	padding:0;
}
.header_in{
	max-width: 1600px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	background: url("../img/line.png") no-repeat bottom center;
	background-size: 100%;
	background-color: #fff;
	padding:20px 0 80px;
}
.header_in h1{
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 20px;
	line-height: 100%;
}
.header_in h1 img{
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.header_in p{
	display: block;
	width: 300px;
	text-align: center;
	font-size: 0.95em;
	font-weight: bold;
	margin-left: 20px;
}
.header_in h2{
	display: block;
	font-size: 1.2em;
	margin: 10px 20px;
	text-align: center;
	
}
.header_in h2 a{
	display: inline-block;
	color: #fff;
	width: 325px;
	background-color: #1d2089;
	padding: 0.25em 1em;
	border-radius: 40px;
	transition:all 0.5s ease-in;
}
.header_in h2 :hover{
	background-color: #29a7e1;
	transition:all 0.5s ease-in;
}
/* ナビ　==================== */
nav.pc{
	
}
nav.pc ul{
	display: flex;
	justify-content: space-between;
	width: 100%;
	background-color: #1d2089;
	padding: 10px 0;
}
nav.pc ul li{
	width: 25%;
	text-align: center;
	font-size: 0.9em;
	border-left: #ccc dotted 1px;
}
nav.pc ul li i{
	font-size: 1.5em
}
nav.pc ul li:first-child{
	border-left: none;
}
nav.pc ul li a{ 
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	color: #fff;
}
nav.pc ul li a:hover{
	background-color: #29a7e1;
	transition:all 0.5s ease-in;
}

/* スライダー　==================== */
.top_copy{
	position: absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 10;
	width: 80%;
}
.top_copy h2{
	color: #fff;
	font-size: 2em;
	text-shadow: 2px 2px 5px #000;
	text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
}

/* 最大表示幅枠　==================== */
.wrapper{
	max-width: 1600px;
	margin: auto;
	background-color: #fff;
	overflow-x: hidden;
}
.wrapper_bg{
	background-image: url("");
	background-repeat: repeat;
}

/* 各コンテンツ枠　==================== */
.contents{
	width: 100%;
	padding: 50px 0;
}
.bg_white{
	background-color:rgba(255,255,255,0.80);
}
.bg_white_img{
	background: url("../img/bg_img03.png") no-repeat;
	background-position: right center;
	background-size: contain;
	background-color: #fff;
}
.bg_white_img02{
	background: url("../img/bg_img02.png") no-repeat;
	background-position: right bottom;
	background-size: 70%;
	background-color: #fff;
}
.bg_white_img03{
	background: url("../img/bg_freighter.png") no-repeat;
	background-position: right bottom;
	background-size: contain;
	background-color: #fff;
}
.bg_blue{
	background-color:#1d2089;
}
.bg_metal{
	background: url("../img/bg_metal.jpg") repeat-y;
	background-size: 100%;
}
.contents_in{
	max-width: 960px;
	margin: auto;
}
.contents_in h2{
	text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	font-size: 2em;
	max-width: 80%;
	padding: 15px ;
	margin: 15px auto;
	color: #29a7e1;
}
.aisatsu{
	background-color:rgba(255,255,255,0.49);
	padding: 20px;
}
.aisatsu h3{
	padding-bottom: 10px;
	font-size: 1.2em;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	color: #fff;
	background-color: #1d2089;
	line-height: 120%;
	padding: 0.25em 0.25em 0.25em 0.5em;
	border-radius: 5px;
}
.aisatsu p{
	text-indent: 1em;
	font-size: 1.1em;
	padding: 1em;
	text-shadow: 2px 2px #fff;
}
.photo_flex{
	display: flex;
}
.photo_flex div{
	width: 100%;
	padding: 10px;
}
.photo_flex div img{
	width: 100%;
}
.news{
	max-width: 960px;
	height: 100px;
	margin: auto;
	background-color: #29a7e1;
	display: flex;
	justify-content: space-around;
	padding: 15px;
	border-radius: 5px;
	border:#29a7e1 5px solid;
}
.news h2{
	font-size: 18px;
	width: 150px;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 10px;
	border-right: solid 1px #29a7e1;
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
}
.news_in{
	width: 100%;
	max-width: 850px;
	margin: 0 15px;
	overflow: auto;
}
/* ポイント ================================================== */
.point dl{
	width: 90%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: 'M PLUS 1p', sans-serif;
	padding: 0.25em 0;
	margin-bottom: 10px;
}
.point dl dt{
	background:#1d2089;
	color: #fff;
	padding: 6px 10px;
	border-radius: 5px;
	font-size: 120%;
	width: 5em;
}
.point dl dd{
	color: #4f4f4f;
	padding-left: 5px;
	width: calc(100% - 120px);
}
.point p{
}

/* コンテンツリンク ================================================== */
.link {
	padding: 0 10px;
}
.link h2{
	text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	font-size: 2em;
	max-width: 80%;
	padding: 15px ;
	margin: 15px auto;
	color: #29a7e1;
}
span.awa{
	background: url("../img/bg_awa.png") no-repeat left center;
	background-size: 50px;
	padding:30px 20px 10px 60px;
}

.contents_link{
	max-width: 100%;
	display: flex;
	justify-content: space-around;
	margin: auto;
}
.link_button{
	width: 100%;
	height: 300px;
	overflow:hidden;
}
.link_button h3{
	font-size: 1.5em;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 30px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: auto;
	transform: translatey(-50%);
	width: 100%;
	text-shadow: 2px 2px 5px #000;
}
.link_button a{
	display: inline-block;
	width: 100%;
	height: 300px;
	position: relative;
	color: #fff;
	transition-duration: 0.5s;
}
.link_button a:hover{
	color: #29a7e1;
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.button_img01{
	background-image: url("../img/slider05.jpg");
	background-size: cover;
	background-position: center;
	background-color: #ccc;
}
.button_img02{
	background-image: url("../img/slider06.jpg");
	background-size: cover;
	background-position: center;
	background-color: #ccc;
}
.button_img03{
	background-image: url("../img/img_rec.jpg");
	background-size: cover;
	background-position: center;
	background-color: #ccc;
}
.button_img04{
	background-image: url("../img/slider01.jpg");
	background-size: cover;
	background-position: center;
	background-color: #ccc;
}

.button_01{
	font-size: 1.5em;
	display: inline-block;
	text-align: center;
	font-family: tbcinergothic-std, sans-serif;
	font-weight: 600;
	line-height: 100%;
	width: 500px;
	background-color: #e9546b;
	color: #fff;
	padding-top: 1em;
	padding-bottom: 1.3em;
	border-radius: 5px;
	transition:all 0.5s ease-in;
}
.button_01:hover{
	background-color: #ffe6ee;
	color: #e9546b;
	transition:all 0.5s ease-in;
}

/* フッター ================================================== */

footer{
	padding:0;
	background-color: #1d2089;
}
.footer_wrap{
	max-width: 1600px;
	margin: auto;
	background: url("../img/line.png") no-repeat;
	background-position: bottom -1px center;
	background-size: 100%;
	background-color: #fff;
	padding-bottom: 30px;
	border-bottom: #1d2089 2px solid;
	
}
.box01{
	max-width: 960px;
	margin: 0 auto 30px;	
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer_in{
	padding: 20px;
	
}

.footer_in p{
	line-height: 150%;
	margin-top: 10px;
	padding-left: 1em;
	font-size: 0.8em;
}
.footer_in img{
	display: block;
	margin: auto;
	width: 350px;
}
.footer_in table{
	padding-left: 1em;
	font-size: 0.8em;
}
.footer_in table td{
	vertical-align: top;
	padding: 0 0.25em 0 0;
}
.small{
	font-size: 80%;
}
.contact_icon{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin: 0;
}
.contact_icon .icon_child{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;	
}

.contact_icon .icon_child a{
	display: block;
	color:#fff;
	text-decoration-line: none;
	width: 300px;
	background:#1d2089;
	padding: 0.5em;
	border-radius: 40px;
	margin: 10px;
	transition:all 0.5s ease-in;
}
.contact_icon .icon_child :hover{
	color: #fff;
	background:#29a7e1;
	transition:all 0.5s ease-in;
}
footer small{
	display: block;
	width: 100%;
	background-color: #1d2089;
	border-top:solid 1px #1d2089;
	margin: 0;
}
footer small p{
	vertical-align: middle;
	width: 100%;
	max-width: 1600px;
	margin: auto;
	text-align: right;
	color: #fff;
	padding: 10px 20px;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1em;
}


/* サブページタイトル==================== */

.subtitle{
	background-color: #66ccff;
	display: block;
	width: 100%;
	height: 250px;
	position: relative;
	background: url("../img/bg_metal.jpg") no-repeat center;
	background-size: cover;
}

.subtitle h2{
	color:#fff;
	text-align: center;
	width: 100%;
	font-size:50px;
	line-height: 100%;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	text-shadow: 3px 3px 3px #000;
}
.subtitle h2 span{
	font-family: tbcinergothic-std, sans-serif;
	font-weight: 600;
	font-size: 70%;
	color: #29a7e1;
}
/* 事業紹介 ======================================== */
.services{
	
}
.services h3{
	padding-bottom: 10px;
	font-size: 1.2em;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	color: #fff;
	background-color: #1d2089;
	line-height: 120%;
	padding: 0.25em 0.25em 0.25em 0.5em;
	border-radius: 5px;
}
p.services_top{
	padding: 1em;
	margin-bottom: 1em;
	color: #fff;
	text-indent: 1em;
}
.services_top ul{
	color: #fff;
}
.services_top ul li{
	padding: 0.25em;
	font-size: 1.2em;
	border-bottom: #fff solid 1px;
	margin-bottom: 10px;
}
.services_flex{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 1em;
}
.services_img{
	width: 350px;
	padding: 1em;
}
.services_img img{
	width: 100%;
	max-width: 350px;
	height: 200px;
	object-fit: cover;
}
.services_txt{
	width: calc(100% - 380px);
	padding: 1em 0;
}
.services_system img{
	border-radius: 5px;
	overflow: hidden;
}
.coutei h3{
	color: #1d2089;
	border-left: #1d2089 solid 5px;
	padding: 2px 5px;
	margin-bottom: 0.25em;
}

.coutei_flex{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 1em;
}
.coutei_flex p{
	text-indent: 1em;
}

.coutei_l{
	width: 100%;
	padding: 10px;
	margin: auto;
}
.coutei_l img{
	width: 100%;
}
.coutei_r{
	width: 100%;
}
.coutei_r img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.coutei_r p{
	font-size:0.8em;
}
.wrap01{
	background:#1d2089;
	color:#fff;
	padding: 10px;
	margin-bottom: 10px;
}
.wrap02{
	width: 100%;
	background:#1d2089;
	color:#fff;
	padding: 10px;
	margin-bottom: 10px;
	margin: 10px 5px;
}
.wrap02 img{
	display: block;
	width: 100%;
	max-width: 300px;
	margin:0 auto 10px;
}
.wrap02 p{
	font-size: 0.8em;
}
.wrap00{
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	margin: 10px 5px;
}
.wrap00 img{
	display: block;
	width: 100%;
	max-width: 300px;
	margin:0 auto 10px;
}
.base ul{
	display: flex;
	flex-wrap: wrap;
}
.base ul li{
	background:#fff;
	padding: 1em;
	margin: 0.5em;
	border-radius: 5px;
	color: #1d2089;
}
.base dl{
	display: flex;
	align-items: center;
}
.base dt{
	background:#29a7e1;
	padding: 1em;
	margin: 0.5em;
	border-radius: 5px;
	color: #fff;
	width: 100px;
}
.base dd{
	width: calc(100% - 130px);
	margin: 0.5em;
	font-size:1.2em;
	color: #1d2089;
	font-weight: 700;
}
/* メールフォーム============================================================ */
.mail_wrap{
	background: #fff;
}
.mailform h3{
	font-size: 1.5em;
	padding: 0 0.5em ;
	border-left: solid 10px;
	margin: 2em 0 1em;
	color: #1d2089;
}
.mailform{
	width: 100%;
	padding: 0 30px;
}
.fome01{
	margin: 10px;
	padding-bottom: 10px;
}
label{
	display: inline-block;
	width: 180px;
	vertical-align: top;
	-webkit-appearance: none;
}
input[type='text'] ,input[type='date'] , textarea{
	width: 70%;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 5px;
	font-weight: 400;
	background-color:#fff;
	border:3px solid #1d2089;
	color: #1d2089;
	border-radius: 20px;
	margin: 0 auto;
}
input[type='submit']:hover{
	color: #fff;
	background-color:#1d2089;
}
.fome01 span{
	color:#be1a20;
}
.font-s {
	font-size: 80% !important;
	color:#666;
	margin: 15px;
}
.flex_select{
	display: flex;
}

.infobox{
	width: 95%;
	margin: auto;
	background-color: #fff;
	padding: 10px;
	color: #fff;
}
.infobox h4{
	text-align: center;
	color: #1d2089 !important;
	font-size: 1em !important;
}
.infobox h5{
	color: #333;
}
.infobox p{
	font-size: 0.8em !important;
	color: #333;
	padding: 0.5em;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.tel_button{
	margin: 20px 0;
	text-align: center;
}
.tel_button a{
	display: block;
	width: 500px;
	padding: 20px;
	background-color: #1d2089;
	margin: auto;
	font-size:1.5em ;
	cursor: pointer;
	color: #fff;
	border-radius: 50px;
}
.tel_button :hover{
	color: #29a7e1;
}
.button_wrap{
	text-align: center;
	margin-bottom: 20px;
}
.button_in{
	display: inline-block;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	width: 320px;
	background-color: #29a7e1;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	border:#29a7e1 solid 2px;
}
.button_in:hover{
	background: #fff;
	color: #29a7e1;
}


/* 会社概要==================== */
.txt{
	display: none;
}
.txt01{
	display: block;
}
.info h3{
	padding-bottom: 10px;
	font-size: 1.2em;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	color: #fff;
	background-color: #1d2089;
	line-height: 120%;
	padding: 0.25em 0.25em 0.25em 0.5em;
	border-radius: 5px;
}
.info table{
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: rgba(255,255,255,0.50);
}

.info table th{
	text-align: left;
	vertical-align: top;
	padding: 0.5em 1em;
	background: #1d2089;
	width: 200px;
	color: #fff;
	border-bottom: #fff 1px solid;
}
.info table th span{
	font-size:0.8em;
}
.info table td{
	vertical-align: top;
	padding: 0.5em 1em;
	border-bottom: #1d2089 1px solid;
}
ul.language{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin: 10px 0 10px auto;
}
ul.language li{
	display: inline;
	vertical-align: middle;
	padding: 0.5em 1em;
	font-size:0.8em;
	margin-right: 0.5em;
	background:#1d2089;
	color: #fff;
	border-radius: 20px;	
	width: 150px;
	cursor: pointer;
}

.map{
	width: 100%;
	padding: 20px 0 30px;
}

/* リクルートページ==================== */
.recrit h3{
	font-size: 1.2em;
	color: #1d2089;
	border-left: #1d2089 solid 5px;
	padding: 2px 5px;
	margin-bottom: 0.25em;
}
.recrit h4{
	padding: 0.25em 0;
	color: #e0284a;
}
.recrit_top{
	width: 100%;
	max-width: 900px;
	margin: 10px auto;
	padding: 15px;
	height: 350px;
	background: url("../img/recruit01.jpg") no-repeat;
	background-size: 100%;
	background-position: top;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.r_bottom{
	width: 100%;
	padding: 10px;
}
.r_bottom p{
	font-family: 'M PLUS 1p', sans-serif;
	padding: 15px;
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	background: rgba(0,0,0,0.49);
}
.recrit ul{
	padding: 10px;
	margin-bottom: 20px;
}
.recrit ul li{
	width: 90%;
	margin: auto;
	font-size:1.2em;
	padding: 0.25em;
	border-bottom: dashed 1px #29a7e1;
}
.recrit ul li i{
	color: #29a7e1;
}
.recrit table {
	width: 90%;
	margin: auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.recrit table tr{
	border-bottom: dashed 1px #29a7e1;
}
.recrit table th{
	text-align: left;
	padding: 1em;
}
.recrit table td{
	text-align: left;
	padding: 1em ;
}


.disabled_wrap {
	position: relative;
}
.disabled_wrap::after {
	content: '';
	width: 101.5%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	pointer-events: none;
	z-index: 1;
	background: rgba(255, 255, 255, 0.45);
}
.disabled_wrap .disabled_text {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 10px;
	text-align: center;
	z-index: 2;
	font-weight: 600;
	font-size: 2rem;
}
@media  (max-width: 750px){
	.disabled_wrap.disabled_text{
		font-size: 1.2em;
	}
}
@media (max-width: 500px) {
	.disabled_wrap .disabled_text {
		font-size: 5.3vw;
	}
}


.recrit_txt{
	margin: 20px;
	text-align: center;
}
.recrit_txt .lede {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    border-top: 2px solid #142499;
    border-bottom: 2px solid #142499;
    padding: 10px;
    color: #142499;
}

.recrit_txt p{
	padding: 20px 0;
}
.rec_con {
    background: #142499;
    padding: 40px 0;
    text-align: center;
}
.recruit .inner {
    max-width: 960px;
}
.rec_con .btn_wrap {
    display: flex;
    justify-content: space-around;
}
.rec_con .btn_wrap .btn {
    width: 360px;
}
.rec_con .btn_wrap .btn a {
    display: block;
    width: 100%;
    background: #fff;
    color: #142499;
    padding: 20px 0;
    font-size: 1.5rem;
    transition:all 0.5s ease-in;
}
.rec_con .btn_wrap .btn a:hover{
	color: #fff;
	background:#29a7e1;
}


/* products ==================================================  */
.products h3{
	padding-bottom: 10px;
	font-size: 1.2em;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	color: #fff;
	background-color: #1d2089;
	line-height: 120%;
	padding: 0.25em 0.25em 0.25em 0.5em;
	border-radius: 5px;
	margin-bottom: 30px;
}
.products_flex{
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-radius: 5px;
}
.pr_img{
	width: 250px;
}
.pr_img img{
	width: 100%;
}
.pr_txt{
	width: 100%;
	padding: 0 1em;
	
}
.pr_txt ul{
	display: flex;
	flex-wrap: wrap;
}
.pr_txt p{
	padding: 10px 0;
	text-indent: 1em;
}
.pr_txt ul li{
	padding: 0.5em ;
	margin-right: 1em;
	margin-bottom: 0.5em;
	background:#29a7e1;
	color: #fff;
	border-radius: 5px;
}
.pr_exp ul{
	margin: 20px ;
}
.pr_exp ul li{
	padding: 0.25em 0.5em;
	border-bottom: solid 1px #1d2089;
	margin-bottom: 0.5em;
	color: #1d2089;
}
.goods_wrapper{
	display: flex;
	justify-content: flex-start;
	align-items:stretch;
	flex-wrap: wrap;
	max-width: 960px;
	margin-bottom: 20px;
}
.goods_in{
	width:calc(100% / 3 - 20px);
	background-color:rgba(255,255,255,0.45);
	margin: 10px;
	border-radius: 5px;
	box-shadow: 5px 5px 2px #ccc;
	padding: 20px;
	position: relative;
	overflow: hidden;
}
.goods_in img{
	display: block;
	margin: auto;
	width: 260px;
	height: 260px;
	object-fit: cover;
	background:#fff;
}
.goods_item{
	padding: 1em;
}

/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #1d2089;
	opacity: 0.8;
	border-radius: 50%;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 50px;
	color:#fff;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}


