/*
Copyright (c) 2016, Monochrome Design Studio. All rights reserved.
*/

body {
	font-family: 'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
	color: #666;
	letter-spacing: 2px;
	margin: 0px;
	padding: 0px;
	min-width: 1200px;
}

img {
	border:0;
}

a {
	color: #ff7f00;
	text-decoration: none;
}

p {
	font-size: 18px;
	line-height: 1.7em;
}

h1 {
	margin:0px;
}

h2 {
    font-size: 100%;
    line-height: 1.5;
}

h3 {
    position: relative;
    padding: 0px 10px;
    margin: 50px 0px 0px 0px;
	font-family: 'Cabin', sans-serif;
	font-size: 46px;
    color: #333;
	text-align: center;
	letter-spacing: 10px;
}

h4 {
	text-align: center;
	font-size: 16px;
	letter-spacing: 3px;
	margin-top: 8px;
	margin-bottom: 25px;
}

.clear {
	clear:both;	
}


.top_space {
	margin-top: 250px;
}



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

#header {
	background-repeat:no-repeat;
	width: 100%;
}

.header_box {
	width: 1200px;
	margin: 0 auto;
}
.header_a {
	float: left;
	padding-top: 10px;
}
.header_a img {
	transition: 0.5s;
}
.header_a img:hover {
	opacity: 0.6;
	transition: 0.5s;
}
.header_b {
	text-align: right;
}
.header_b img {
	transition: 0.5s;
}
.header_b img:hover {
	opacity: 0.6;
	transition: 0.5s;
}

.header_menu_bg {
	width: 100%;
	height: 44px;
	margin-bottom: 0px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #13ca00), color-stop(0.52, #0e9900), color-stop(0.48, #19c000), color-stop(0.00, #47e800));
	background: -webkit-linear-gradient(top, #47e800 0%, #19c000 48%, #0e9900 52%, #13ca00 100%);
	background: -moz-linear-gradient(top, #47e800 0%, #19c000 48%, #0e9900 52%, #13ca00 100%);
	background: -o-linear-gradient(top, #47e800 0%, #19c000 48%, #0e9900 52%, #13ca00 100%);
	background: -ms-linear-gradient(top, #47e800 0%, #19c000 48%, #0e9900 52%, #13ca00 100%);
	background: linear-gradient(to bottom, #47e800 0%, #19c000 48%, #0e9900 52%, #13ca00 100%);
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#header_menu {
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	height: 45px; 
}
#header_menu li {
	width: 171px;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
}
#header_menu li a {
	width:auto; 
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
	text-decoration:none;
	display:block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #13ca00), color-stop(0.52, #0e9900), color-stop(0.48, #19c000), color-stop(0.00, #47e800));
	background: -webkit-linear-gradient(top, #47e800 0%, #19c000 48%, #0e9900 52%, #13ca00 100%);
	background: -moz-linear-gradient(top, #47e800 0%, #19c000 48%, #0e9900 52%, #13ca00 100%);
	background: -o-linear-gradient(top, #47e800 0%, #19c000 48%, #0e9900 52%, #13ca00 100%);
	background: -ms-linear-gradient(top, #47e800 0%, #19c000 48%, #0e9900 52%, #13ca00 100%);
	background: linear-gradient(to bottom, #47e800 0%, #19c000 48%, #0e9900 52%, #13ca00 100%);
	border-left:1px solid #94e780;
	box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
	            -1px 0px 0px rgba(225,225,225,0.3) inset,
				0px 1px 1px rgba(0,0,0,0.1) inset,
				0px -1px 1px rgba(0,0,0,0.3) inset,
				0px 1px 3px #666;
}
#header_menu li:first-child a{
  border-left:0px;
  border-left:0;
  box-shadow:-1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;
}
#header_menu li:last-child a{
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;
}
#header_menu li a:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0d8f00), color-stop(0.52, #074c00), color-stop(0.47, #0f7500), color-stop(0.00, #2d9400));
	background: -webkit-linear-gradient(top, #2d9400 0%, #0f7500 47%, #074c00 52%, #0d8f00 100%);
	background: -moz-linear-gradient(top, #2d9400 0%, #0f7500 47%, #074c00 52%, #0d8f00 100%);
	background: -o-linear-gradient(top, #2d9400 0%, #0f7500 47%, #074c00 52%, #0d8f00 100%);
	background: -ms-linear-gradient(top, #2d9400 0%, #0f7500 47%, #074c00 52%, #0d8f00 100%);
	background: linear-gradient(to bottom, #2d9400 0%, #0f7500 47%, #074c00 52%, #0d8f00 100%);
	box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
			 -1px 0px 0px rgba(225,225,225,0) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;
}

/*ページジャンプ*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 300px;
    right: 0px;
	z-index: 10000;
}
.pagetop a {
    display: block;
    background-color: #84ca34;
    text-align: center;
    text-decoration: none;
    padding: 0px 0px;
}
 
.pagetop a:hover {
    display: block;
    background-color: #198e40;
    text-align: center;
    text-decoration: none;
    padding: 0px 0px;
}

/*-----------------------------------------------------------------
メイン
-----------------------------------------------------------------*/

#main {
	width: 1200px;
	margin: auto;
	margin-bottom: 100px;
}

#slider_area_top {
	text-align: center;
}

.category_box {
	border: 1px #CCCCCC solid;
	margin-top: 20px;
	margin-bottom: 50px;
}
.category_title {
	font-size: 26px;
	font-weight: bold;
	color: #000;
	border: 1px #999999 solid;
	border-top: 5px #82cc33 solid;
	padding: 10px 20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dbdbdb), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #dbdbdb);
	background: -moz-linear-gradient(#fff, #dbdbdb);
	background: -o-linear-gradient(#fff, #dbdbdb);
	background: -ms-linear-gradient(#fff, #dbdbdb);
	background: linear-gradient(#fff, #dbdbdb);
}
.category_in {
	padding: 20px;
}

/*-----------------------------------------------------------------
トップ　サービス内容
-----------------------------------------------------------------*/

ul.service {
	display: table;
}
ul.service li {
	display: table-cell;
	padding: 5px;
}
ul.service li img {
	transition: 0.5s;
}
ul.service li img:hover {
	opacity: 0.6;
	transition: 0.5s;
}

/*-----------------------------------------------------------------
トップ　ご利用料金
-----------------------------------------------------------------*/

.top_system_title {
	font-size: 26px;
	color: #000;
	font-weight: 700;
	border-left: 7px #82cc33 solid;
	padding: 0px 5px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.top_system_1 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
	margin: 0px 5px;
}

/*-----------------------------------------------------------------
トップ　エリア
-----------------------------------------------------------------*/

.areabase {
	border: 1px #CCCCCC solid;
	padding: 20px;
	border-radius: 10px;
}
.areabase_title {
	font-size: 18px;
	font-weight: 600;
	color: #F96;
}
.areabase_title2 {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-top: 20px;
	margin-bottom: 5px;	
}
.areabase_in {
	font-size: 12px;
	line-height: 1.5em
}

/*-----------------------------------------------------------------
フッター
-----------------------------------------------------------------*/

#sitemap {
	border-top: 7px #82cc33 solid;
	padding-top: 50px;
	margin: 0 auto;
	font-size: 12px;
	width: 100%;
}
#sitemap li {
	list-style: none;
	font-size: 14px;
	line-height: 1.7em;
}
#sitemap li a {
	color: #000;
}
#sitemap li a:hover {
	color: #093;
}

.sitemap_area {
	width: 1200px;
	margin: 0 auto;
}
.sitemap_box {
	margin-bottom: 10px;
}
.sitemap_a {
	float: left;
	vertical-align: top;	
}
.sitemap_b {
	margin-left: 350px;
	vertical-align: top;	
}

.sitemap_title {
	font-size: 16px;
	font-weight: 700;
}
.sitemap_img {
	vertical-align: top;
	margin-right: 10px;
}




#footer {
	margin: 0 auto;
	text-align: center;
	background: #82cc33;
	height: 250px;
	font-size: 14px;
	line-height: 2em;
	width: 100%;
	padding-top: 50px;
	color: #FFF;	
}
#footer a {
	text-decoration:none;
	color:#666;
}
#footer a:hover {
	text-decoration:none;
	color:#333;
}
.footer_navi {
	text-align: center;
	margin-bottom: 20px;
}
.footer_navi li{
	display: inline;
	line-height: 1.5em;
	margin-right: 5px;
}

.footer_end {
	padding-top: 30px;
	letter-spacing: 2px;
}

/*-----------------------------------------------------------------
各ページ
-----------------------------------------------------------------*/

#pankuzu {
	width: 1200px;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 12px;
}

#title_area {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 10px 0px;
	width: 1200px;
}
#title_area_2 {
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 10px 0px;
	width: 1200px;
}
#title_area h2 {
	font-size: 30px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #000;
	border: 1px #999999 solid;
	border-top: 5px #82cc33 solid;
	padding: 10px 20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #dbdbdb), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #dbdbdb);
	background: -moz-linear-gradient(#fff, #dbdbdb);
	background: -o-linear-gradient(#fff, #dbdbdb);
	background: -ms-linear-gradient(#fff, #dbdbdb);
	background: linear-gradient(#fff, #dbdbdb);
}
#title_area_2 h3 {
	font-size: 26px;
	font-weight: bold;
	color: #000;
	background: #c5ff87;
	padding: 10px 20px;
	text-align: left;
	border-radius: 5px;
}

/*-----------------------------------------------------------------
流れページ
-----------------------------------------------------------------*/

.flow_title {
	background: #82cc33;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	border-radius: 5px;
	padding: 10px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.flow_box {
	margin-bottom: 30px;
}
.flow_box_a {
	float: left;
}
.flow_box_b {
	margin-left: 220px;
	font-size: 18px;
	line-height: 2em;
}

.sankaku {
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid #666666;
    border-right: 60px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 60px solid transparent;
	margin: auto;
}

/*-----------------------------------------------------------------
Q&amp;Aページ
-----------------------------------------------------------------*/

.qa_box_1 {
	margin-bottom: 10px;
	margin-top: 10px;	
}
.qa_box_1a {
	float: left;
	text-align: center;
	background: #093;
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	padding: 5px;
	border-radius: 5px;
}
.qa_box_1b {
	margin-left: 50px;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 600;
}

.qa_box_2 {
	margin-bottom: 40px;
	margin-top: 0px;	
}
.qa_box_2a {
	float: left;
	text-align: center;
	background: #900;
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	padding: 5px;
	border-radius: 5px;
}
.qa_box_2b {
	margin-left: 50px;
	font-size: 18px;
	line-height: 1.5em;
}

.qa_1 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
}
.qa_2 {
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 20px;
	padding: 10px;
}

/*-----------------------------------------------------------------
会社概要ページ
-----------------------------------------------------------------*/

.company_title {
	background: #093;
	color: #FFF;
	padding: 5px;
	text-align: center;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	border-radius: 5px;
}
.company_naiyou {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 1.5em;
	margin-left: 5px;
	margin-bottom: 30px;
}

/*-----------------------------------------------------------------
求人情報ページ
-----------------------------------------------------------------*/

.recruit_1 {
	font-size: 36px;
	color: #093;
	font-weight: 900;
	margin: 20px 0px;
}
.recruit_2 {
	font-size: 26px;
	color: #F60;
	font-weight: 900;
	margin-bottom: 40px;
}
.recruit_3 {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.recruit_4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.5em;
}
.recruit_title {
	background: #F60;
	color: #FFF;
	padding: 5px;
	text-align: center;
	width: 400px;
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	border-radius: 5px;	
}


/*-----------------------------------------------------------------
お問合せページ
-----------------------------------------------------------------*/

.contact_title {
	font-size: 26px;
	color: #000;
	font-weight: 700;
	border-left: 7px #82cc33 solid;
	padding: 0px 5px;
	margin-top: 50px;
	margin-bottom: 10px;
}

.contact_top {
	text-align: center;
	line-height: 1.5em;
	font-size: 26px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #F60;
}
.contact_tel {
	line-height: 1.5em;
	font-size: 30px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #093;
}

.contact_1 {
	line-height: 1.5em;
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*フォーム*/

form {
	padding: 7px;
	margin-bottom: 15px;
	color: #666;	
}

label {
    /* すべてのラベルを同じサイズにして、きちんと揃える */
    display: inline-block;
    text-align: right;
    margin-top: 20px;
	margin-bottom: 2px;
	font-size: 18px;
	letter-spacing: 1px;	
}
input, textarea {
    /* すべてのテキストフィールドのフォント設定を一致させる
       デフォルトで、textarea は等幅フォントが設定されている */
    font: 1.2em sans-serif;

    /* すべてのテキストフィールドを同じサイズにする */
    width: 80%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /* テキストフィールドのボーダーの外見を同一にする */
    border: 1px solid #999;
}
input[type=checkbox] {
    width: 15px;
    height: 15px;
}
input[type=radio] {
    width: 15px;
    height: 15px;
}
input:focus, textarea:focus {
    /* アクティブな要素を少し強調する */
    border-color: #000;
}
textarea {
    /* 複数行のテキストフィールドをラベルにきちんと揃える */
    vertical-align: top;

    /* テキスト入力に十分な領域を与える */
    height: 9.6em;

    /* ユーザが textarea を垂直方向にリサイズできるようにする
       これが動作しないブラウザもある */
    resize: vertical;
}
select {
	font-size: 14px;
	padding: 5px;
	width: 95%;
}
.button {
    /* ボタンを他のテキストフィールドと同じ場所に置く */
    padding: 0px; /* label 要素と同じサイズ */
}
button {
	padding: 10px 0px;
	text-align: center;
	margin-top: 20px;
	width: 80%;
	letter-spacing: 2px;
	background: #ff7f00;
	color: #FFF;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 700;
    /* このマージンは、ラベルとテキストフィールドの間のスペースと
       おおよそ同じスペースを表す */
}




/*-----------------------------------------------------------------
テーブルタグ
-----------------------------------------------------------------*/

table {
	border: #fff 1px solid;
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;	
}
table th.t_top01 {
	border-bottom: #999 1px solid;
	border-right: #999 1px solid;
	padding: 15px;
	font: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.5em;
} 
table th.t_top01_end {
	border-bottom: #fff 1px solid;
	border-right: #999 1px solid;
	padding: 15px;
	font: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.5em;
} 
table td.t_line01 {
	border-bottom: #999 1px solid;
	vertical-align: top;
	padding: 15px;
	font-size: 14px;
	text-align: center;
	line-height: 1.5em;
	vertical-align: middle;
}
table td.t_line02 {
	border-bottom: #999 1px solid;
	vertical-align: top;
	padding: 15px;
	font-size: 14px;
	line-height: 1.5em;
	vertical-align: middle;
}
table td.t_line02_end {
	border-bottom: #fff 1px solid;
	vertical-align: top;
	padding: 15px;
	font-size: 14px;
	line-height: 1.5em;
	vertical-align: middle;
}

/*-----------------------------------------------------------------
ボタン関連
-----------------------------------------------------------------*/

.button_01 {
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	width: 95%;
}
.button_02 {
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 95%;
}
.button_03 {
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 70%;
}
a.btn1 {
	height: 25px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	line-height: 25px;
	text-align: center;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #ff7f00;
	white-space: nowrap;
}
a.btn2 {
	height: 30px;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	padding: 0 20px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #ff7f00;
	white-space: nowrap;
}
a.btn3 {
	height: 30px;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #ff7f00;
	white-space: nowrap;
}




/*使用*/
.btn4 {
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #ff7f00;
	white-space: nowrap;
}
.btn4:hover {
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 3px;
	color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #F60;
	white-space: nowrap;
}
a.btn5 {
	line-height: 1.5em;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #ff7f00;
}
a.btn5:hover {
	line-height: 1.5em;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #58001d;
}
a.btn6 {
	line-height: 1.5em;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #a11443;
}
a.btn6:hover {
	line-height: 1.5em;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #58001d;
}
a.btn7 {
	line-height: 1.5em;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #666;
	text-align: center;
	padding: 30px 0px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #e4dfd6;
	width: 290px;
}
a.btn7:hover {
	line-height: 1.5em;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	padding: 30px 0px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #bb9492;
	width: 290px;	
}


/*20161114追加　お問い合わせ確認テーブル*/

#contact_table td {
	border:solid 1px #ccc;
	padding:5px;
	width:50%;
}


.tel_box {
	border: 2px #FF0000 solid;
	padding: 30px;
	font-size: 100%;
	font-weight: 600;
	text-align: center;
	line-height: 1.7em;
	margin-top: 30px;
	margin-bottom: 30px;
}


