@charset "utf-8";
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
p, ul, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	outline: none;
}
ul li {
	list-style: none;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	vertical-align: middle;
	border: none;
}
a {
	line-height: 100%;
	text-decoration: none;
	color: inherit;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
a:hover {
	opacity: 0.7;
}
main {
	display: block;
}
button, input, select, textarea {
	font-size: inherit;
	font-family : inherit;
	outline: none;
}
/* iOS */
input[type="text"], input[type="tel"], input[type="email"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
 display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
 outline-offset: -2px;
}
/* sp
---------------------------------------- */
.forSP {
	display: none;
}
/* common
---------------------------------------- */
html {
	width: 100%;
	background: url(../img/common/bg_html.png);
}
body {
	min-width: 1200px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
	font-family: "游明朝 Regular", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #1A1A1A;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
main {
	margin-bottom: 100px;
}
.inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.scrollin {
	opacity: 0;
	transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	transition: all 1000ms;
	-webkit-transition: all 1000ms;
}
.scrollin.view {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.btn a {
	display: block;
	width: 210px;
	margin-left: auto;
	padding: 15px 0;
	border-bottom: 2px solid black;
	position: relative;
	padding-left: 10px;
}
.btn a:after {
	content: "";
	background: url(../img/common/ico_btn.png) no-repeat right center;
	width: 7px;
	height: 11px;
	display: block;
	position: absolute;
	top: 33%;
	right: 10px;
}
/* TOPページ
---------------------------------------- */
header.home {
	position: relative;
	margin-bottom: 55px;
}
header.home .description {
	font-size: 12.5px;
	text-align: right;
	color: #666;
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
header.home .mainvisual {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
header.home .photo {
	text-align: center;
}
header.home .catch {
	width: 770px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 1;
	margin: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
header.home .parts>* {
	opacity: 0;
	position: absolute;
	-webkit-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
}
header.home .parts1 {
	bottom: -40px;
	left: -70px;
}
header.home .parts2 {
	top: -140px;
	left: 420px;
}
header.home .parts3 {
	top: 110px;
	right: 90px;
}
header.home nav {
	overflow: hidden;
	margin-bottom: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
header.home .site-logo {
	float: left;
	margin-top: 50px;
}
header.home .site-logo a {
	display: block;
}
header.home .g-nav {
	float: right;
	overflow: hidden;
}
header.home .g-nav li {
	float: right;
	text-align: center;
	margin-left: 7px;
}
header.home .g-nav li a {
	display: block;
}
header.home .g-nav li span {
	display: block;
	width: 40px;
	height: 22px;
	margin-bottom: 10px;
}
main.index {
	background: url(../img/top/bg_main.png) no-repeat center 80px;
}
main.index .section.info {
	overflow: hidden;
	margin-bottom: 50px;
}
main.index .section.info .section-ttl {
	float: left;
	margin-right: 50px;
}
main.index .section.info .txt-area {
	width: 470px;
	float: left;
}
main.index .section.info .txt-area .txt {
	line-height: 1.8;
	margin-bottom: 20px;
}
main.index .section.info .photo {
	float: right;
}
main.index .section.intro {
	overflow: hidden;
	margin-bottom: 70px;
}
main.index .section.intro .photo {
	float: left;
	margin-right: 50px;
}
main.index .section.intro .section-ttl {
	float: left;
	margin-top: 30px;
}
main.index .section.intro .txt-area {
	width: 466px;
	float: right;
	margin-top: 30px;
}
main.index .section.intro .txt-area .txt {
	line-height: 1.8;
	margin-bottom: 20px;
	word-break: break-all;
}
main.index .section.shop {
	overflow: hidden;
	margin-bottom: 70px;
}
main.index .section.shop .txt-area {
	width: 460px;
	float: left;
}
main.index .section.shop .section-ttl {
	margin-bottom: 25px;
}
main.index .section.shop .txt-area .txt {
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: justify;
}
main.index .section.shop .photo {
	float: right;
}
main.index .section.contact {
	background: #fff url(../img/top/bg_contact.png) no-repeat top center;
	padding: 40px 50px 30px;
	box-sizing: border-box;
	border-radius: 8px;
}
main.index .section.contact .section-ttl {
	text-align: center;
	margin-bottom: 30px;
}
main.index .section.contact .content {
	overflow: hidden;
}
main.index .section.contact .txt {
	float: left;
	line-height: 1.7;
	margin-right: 50px;
}
main.index .section.contact .link {
	float: left;
}
main.index .section.contact .tel {
	display: table;
	margin-bottom: 15px;
}
main.index .section.contact .tel .ico {
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
main.index .section.contact .tel .detail {
	display: table-cell;
}
main.index .section.contact .tel .num {
	margin-bottom: 8px;
}
/* 下層共通
---------------------------------------- */
body.pages {
	background: url(../img/common/bg_pages.png) no-repeat center -100px;
}
header.pages {
	margin-bottom: 70px;
	overflow: hidden;
}
header.pages .description {
	font-size: 12.5px;
	text-align: right;
	color: #666;
	line-height: 30px;
}
header.pages nav {
	overflow: hidden;
}
header.pages .site-logo {
	float: left;
	margin-right: 35px;
}
header.pages .g-nav {
	float: left;
	overflow: hidden;
}
header.pages .g-nav li {
	float: left;
}
header.pages .g-nav li a {
	display: block;
	padding: 0 17px;
	line-height: 20px;
}
header.pages .g-nav li .ico {
	display: block;
	height: 22px;
	margin-bottom: 3px;
	text-align: center;
}
main.pages {
	background-image: url(../img/common/bg_main.png);
	background-repeat: no-repeat;
	background-position: center center;
}
main.pages .head-ttl {
	overflow: hidden;
	margin-bottom: 90px;
}
main.pages .head-ttl .page-ttl {
	float: left;
	width: 250px;
	text-align: center;
}
main.pages .head-ttl .catch {
	width: 680px;
	float: right;
	line-height: 1.8;
	padding-bottom: 25px;
	position: relative;
}
main.pages .head-ttl .catch:after {
	content: "";
	width: 100px;
	height: 2px;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 0;
}
main.pages .section-ttl {
	text-align: center;
	font-size: 28px;
	color: #183818;
	margin-bottom: 40px;
}
main.pages .unit-ttl {
	font-size: 16px;
	margin-bottom: 20px;
}
/* 店舗案内
---------------------------------------- */
main.shop .head-ttl .catch {
	padding-top: 20px;
}
main.shop .section.shop .photo {
	text-align: center;
	margin-bottom: 30px;
}
main.shop .section.shop .catch {
	text-align: center;
	line-height: 2;
	margin-bottom: 40px;
}
main.shop .about {
	margin-top: 80px;
	margin-bottom: 50px;
}
main.shop .about .content {
	overflow: hidden;
}
main.shop .about .txt-area {
	width: 460px;
	float: left;
}
main.shop .about .txt-area .txt {
	line-height: 1.7;
	margin-bottom: 20px;
	text-align: justify;
}
main.shop .about .txt-area .txt:last-child {
	margin-bottom: 0;
}
main.shop .about .photo {
	float: right;
}
main.shop .section.info {
	overflow: hidden;
	margin-bottom: 80px;
}
main.shop .section.info .photo {
	float: left;
}
main.shop .section.info .txt-area {
	width: 460px;
	float: right;
}
main.shop .section.info .txt-area .name {
	font-size: 16px;
	margin-bottom: 20px;
}
main.shop .section.info .addr {
	margin-bottom: 10px;
}
main.shop .section.info .detail {
	letter-spacing: 30px;
}
main.shop .section.info .detail li {
	display: inline-block;
	line-height: 1.5;
	margin-bottom: 5px;
}
main.shop .section.info .detail .tel {
	display: block;
}
main.shop .section.info .detail .holiday {
	display: block;
}
main.shop .section.menu .menu-list {
	overflow: hidden;
}
main.shop .section.menu .entry {
	width: 300px;
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;
}
main.shop .section.menu .entry:nth-child(3n) {
	margin-right: 0;
}
main.shop .section.menu .entry .photo {
	text-align: center;
	background: #fff;
	padding: 10px 0;
	margin-bottom: 15px;
}
main.shop .section.menu .entry .ttl {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}
main.shop .section.menu .entry .txt {
	line-height: 1.7;
}
/* 会社情報
---------------------------------------- */

main.about table {
	width: 100%;
	border-top: 1px solid #ccc;
}
main.about table tr {
	border-bottom: 1px solid #ccc;
}
main.about table th, main.about table td {
	font-weight: normal;
	text-align: left;
	line-height: 1.7;
	padding: 13px 10px;
}
main.about .head-ttl .catch {
	padding-top: 15px;
}
main.about .greet {
	margin-bottom: 70px;
}
main.about .greet .content {
	overflow: hidden;
}
main.about .greet .catch {
	float: left;
	margin-right: 50px
}
main.about .greet .txt-area {
	width: 730px;
	float: left;
}
main.about .greet .txt {
	line-height: 1.8;
	margin-bottom: 20px;
}
main.about .section.outline {
	margin-bottom: 80px;
}
main.about .section.outline .content {
	overflow: hidden;
	margin-bottom: 50px;
}
main.about .section.outline .txt-area {
	width: 460px;
	float: left;
}
main.about .section.outline .map {
	float: right;
}
main.about .section.outline .map iframe {
	border: none;
	width: 460px;
	height: 385px;
}
main.about .section.outline .chronology th {
	width: 180px;
}
main.about .section.recruit .photo {
	text-align: center;
	margin-bottom: 30px;
}
main.about .section.recruit .catch {
	text-align: center;
	line-height: 2;
	margin-bottom: 50px;
}
main.about .section.recruit .guideline {
	margin-bottom: 50px;
}
main.about .section.recruit .guideline th {
	width: 180px;
}
main.about .btn a {
	margin: auto;
}
/* 事業紹介
---------------------------------------- */
main.business .head-ttl .catch {
	padding-top: 20px;
}
main.business .factory {
	margin-bottom: 70px;
}
main.business .factory .flow {
	margin-bottom: 35px;
}
main.business .factory .quality {
	overflow: hidden;
}
main.business .factory .quality .catch {
	float: left;
	margin-right: 45px;
}
main.business .factory .quality .txt {
	width: 550px;
	float: left;
	padding-top: 15px;
	line-height: 1.7;
}
main.business .factory .quality .photo {
	float: right;
}
main.business .section.production .photo {
	text-align: center;
	margin-bottom: 30px;
}
main.business .section.production .txt {
	text-align: center;
	line-height: 1.8;
}


/* 事業紹介 0804追加分 */
main.business .section.production{
	margin-bottom: 70px;
}

main.business .section.standard{
	width: 690px;
}
main.business .section.standard .flex-box{
	display: flex;
}
main.business .section.standard .flex-box div{
	margin-right: 30px;
}
main.business .section.standard .flex-box .txt{
    line-height: 1.8;
}
main.business .section.standard .flex-box img{
	width: 96px;
}

/* プライバシーポリシー
---------------------------------------- */
main.privacy .inner{
	background: rgba(255,255,255,0.8);
    padding: 50px 60px;
    box-sizing: border-box;
    border-radius: 8px;
    line-height: 1.8;
}
main.privacy h1{
	font-size: 28px;
	color: #183818;
}
main.privacy h2{
	font-size: 18px;
}
main.privacy dl{
	margin-top: 2rem;
}
main.privacy dl + div{
	margin-top: 3rem;;
}
main.privacy address{
	display: block;
	margin-top: 1rem;
	font-style: initial;
}

/* お問合せ
---------------------------------------- */
main.contact .head-ttl .catch {
	padding-top: 20px;
}
main.contact .section.tel {
	width: 700px;
	background: rgba(255,255,255,0.8);
	padding: 25px 30px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
	border-radius: 5px;
}
main.contact .section.tel dl {
	display: table;
	width: 100%;
}
main.contact .section.tel dt {
	display: table-cell;
	color: #183818;
	vertical-align: middle;
}
main.contact .section.tel dd {
	display: table-cell;
	line-height: 1.5;
	vertical-align: middle;
}
main.contact .section.form {
	display: block;
	background: rgba(255,255,255,0.8);
	padding: 50px 60px;
	box-sizing: border-box;
	line-height: 1.8em;
	border-radius: 8px;
	margin-bottom: 30px;
}
main.contact .section.form tbody {
	display: table;
	width: 100%;
}
main.contact .section.form th, main.contact .section.form td {
	padding: 12px 0;
}
main.contact .section.form th {
	width: 200px;
	font-weight: normal;
	text-align: left;
}
main.contact .section.form th .require {
	color: #D61518;
	margin-left: 5px;
}
main.contact .section.form select, main.contact .section.form textarea, main.contact .section.form input {
	border: 1px solid #ccc;
	height: 2.7em;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 12px;
}
main.contact .section.form .input-m {
	width: 65%;
}
main.contact .section.form textarea {
	height: 220px;
}
main.contact .section.privacy {
	height: 200px;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 50px;
	overflow-y: scroll;
}
main.contact .section.privacy h2 {
	font-size: 20px;
	color: #183818;
	margin-bottom: 30px;
}
main.contact .section.privacy h3 {
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 20px;
}
main.contact .section.privacy .catch {
	line-height: 1.7;
	margin-bottom: 10px;
}
main.contact .section.privacy .txt {
	line-height: 1.7;
	margin-bottom: 10px;
}
main.contact .section.privacy ul {
	margin-bottom: 10px;
}
main.contact .section.privacy li {
	line-height: 1.7;
	margin-bottom: 3px;
}
main.contact .section.privacy .name {
	font-size: 16px;
}
main.contact .section.btn-area {
	text-align: center;
}
main.contact .section.btn-area button {
	display: inline-block;
	box-sizing: border-box;
	width: 210px;
	height: 45px;
	position: relative;
	line-height: 1.5em;
	background-color: #fff;
	color: #1a1a1a;
	border: 0;
	border-radius: 8px;
	font-weight: bold;
	padding: 11px 18px;
	margin: 0 10px;
}
main.contact .section.btn-area .btn_reset {
	display: inline-block;
	text-align: right;
	border: 1px solid #1a1a1a;
	color: #1a1a1a;
	cursor: pointer;
}
main.contact .section.btn-area .btn_reset:after {
	content: "";
	background: url(../img/common/ico_btn.png) no-repeat right center;
	width: 7px;
	height: 11px;
	display: block;
	position: absolute;
	top: 35%;
	left: 20px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
main.contact .section.btn-area .btn_check {
	display: inline-block;
	text-align: left;
	background-color: #183818;
	color: #ffffff;
	cursor: pointer;
}
main.contact .section.btn-area .btn_check:after {
	content: "";
	background: url(../img/common/ico_btn.png) no-repeat right center;
	width: 7px;
	height: 11px;
	display: block;
	position: absolute;
	top: 35%;
	right: 20px;
}
/* 確認画面
---------------------------------------- */
main.check {
	background: none;
}
main.check .head-ttl .catch {
	padding-top: 20px;
}
main.check .section.tel {
	width: 700px;
	background: rgba(255,255,255,0.8);
	padding: 25px 30px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
	border-radius: 5px;
}
main.check .section.tel dl {
	display: table;
	width: 100%;
}
main.check .section.tel dt {
	display: table-cell;
	color: #183818;
	vertical-align: middle;
}
main.check .section.tel dd {
	display: table-cell;
	line-height: 1.5;
	vertical-align: middle;
}
main.check .section.form {
	display: block;
	background: rgba(255,255,255,0.8);
	padding: 50px 60px;
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 30px;
}
main.check .section.form tbody {
	display: table;
}
main.check .section.form th, main.check .section.form td {
	padding: 12px 0;
	line-height:1.5;
}
main.check .section.form th {
	width: 200px;
	font-weight: normal;
	text-align: left;
}
main.check .section.btn-area {
	text-align: center;
}
main.check .section.btn-area .btn_back {
	display: inline-block;
	width: 210px;
	height: 45px;
	font-weight: bold;
	color: #1a1a1a;
	text-align: right;
	line-height: 1.5em;
	border: 0;
	border-radius: 8px;
	padding: 11px 18px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #1a1a1a;
	margin: 0 10px;
	position: relative;
	cursor: pointer;
}
main.check .section.btn-area .btn_back:after {
	content: "";
	background: url(../img/common/ico_btn.png) no-repeat right center;
	width: 7px;
	height: 11px;
	display: block;
	position: absolute;
	top: 35%;
	left: 20px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
main.check .section.btn-area .btn_send {
	display: inline-block;
	width: 210px;
	height: 45px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	line-height: 1.5em;
	background-color: #fff;
	padding: 11px 18px;
	box-sizing: border-box;
	background-color: #183818;
	border: 0;
	border-radius: 8px;
	margin: 0 10px;
	position: relative;
	cursor: pointer;
}
main.check .section.btn-area .btn_send:after {
	content: "";
	background: url(../img/common/ico_btn.png) no-repeat right center;
	width: 7px;
	height: 11px;
	display: block;
	position: absolute;
	top: 35%;
	right: 20px;
}
/* 送信完了
---------------------------------------- */
main.thanks {
	background: none;
}
main.thanks .head-ttl .catch {
	padding-top: 20px;
}
main.thanks .section.tel {
	width: 700px;
	background: rgba(255,255,255,0.8);
	padding: 25px 30px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
	border-radius: 5px;
}
main.thanks .section.tel dl {
	display: table;
	width: 100%;
}
main.thanks .section.tel dt {
	display: table-cell;
	color: #183818;
	vertical-align: middle;
}
main.thanks .section.tel dd {
	display: table-cell;
	line-height: 1.5;
	vertical-align: middle;
}
main.thanks .section.message {
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 50px;
}
main.thanks .section.message .catch {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 25px;
}
main.thanks .section.btn-area {
	text-align: center;
}
main.thanks .section.btn-area .btn_back {
	display: inline-block;
	box-sizing: border-box;
	width: 210px;
	height: 45px;
	position: relative;
	line-height: 1.5em;
	background-color: #fff;
	color: #1a1a1a;
	border: 1px solid #1a1a1a;
	border-radius: 8px;
	font-weight: bold;
	padding: 11px 18px;
	margin: 0 10px;
	cursor: pointer;
}
main.thanks .section.btn-area .btn_back:after {
	content: "";
	background: url(../img/common/ico_btn.png) no-repeat right center;
	width: 7px;
	height: 11px;
	display: block;
	position: absolute;
	top: 35%;
	left: 20px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
/* 404
---------------------------------------- */
main.notfound {
	background: none;
}
main.notfound h1 {
	text-align: center;
	margin: 60px 0;
}
main.notfound .txt-area {
	text-align: center;
}
main.notfound .txt-area .catch {
	margin-bottom: 30px;
}
main.notfound .txt-area .txt {
	line-height: 1.8;
	margin-bottom: 50px;
}
main.notfound .btn a {
	margin: auto;
}
/* footer
---------------------------------------- */
footer {
	color: #183818;
	background: url(../img/common/bg_footer.png);
	padding-top: 40px;
	position: relative;
}
footer .totop {
	text-align: right;
	position: fixed;
	bottom: 5%;
	right: 3%;
}
footer .foot-nav {
	text-align: center;
	border-bottom: 1px solid #A4B477;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
footer .foot-nav li {
	display: inline-block;
}
footer .foot-nav li a {
	display: block;
	padding-right: 3px;
}
footer .foot-nav li a:after {
	content: "｜";
	padding-left: 8px;
}
footer .foot-nav li:last-child a:after {
	display: none;
}
footer .foot-content {
	overflow: hidden;
	margin-bottom: 20px;
}
footer .foot-content .foot-logo {
	float: left;
	margin-right: 35px;
}
footer .foot-content .foot-info {
	float: left;
	padding-top: 10px;
}
footer .foot-content .foot-info .addr {
	margin-bottom: 15px;
}
footer .foot-content .foot-info .tel {
	margin-bottom: 5px;
}
footer .foot-content .foot-bnr {
	display: table;
	float: right;
	margin-top: 30px;
}
footer .foot-content .foot-bnr .insta {
	display: table-cell;
	vertical-align: bottom;
	padding-right: 20px;
}
footer .foot-content .foot-bnr .twitter {
	display: table-cell;
	vertical-align: bottom;
	padding-right: 25px;
}
footer .foot-content .foot-bnr .inc {
	display: table-cell;
}
footer .copyright {
	font-size: 12px;
	color: #C8D79A;
	text-align: right;
	line-height: 60px;
}
