@charset "utf-8";
/*
Theme Name: Corporate
Theme URI: http://wordpress.org/
Description: Corporate
Author: Corporate
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: Corporate
*/
@import url("css/sanitize.css");
@import url("css/default.css");
@import url("css/responce.css");
@import url("css/hamburgers.css");
@import url("css/slick.css");
:root {
	color:#555555;
}
* {
	margin:0;
	padding: 0;
	outline:none;
	-webkit-tap-highlight-color: rgba(255,255,255,0.5);
}
html,body{
    width: 100%;
    height: 100%;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 400;
    src: url('./font/NotoSansCJKjp.eot');
    src: local('Noto Sans CJK JP Light'), 
         url('./font/NotoSansCJKjp.eot?#iefix') format('embedded-opentype'),
         url('./font/NotoSansCJKjp.woff') format('woff'),
         url('./font/NotoSansCJKjp.otf') format('opentype')
}
body {
	font-family: 'NotoSansCJKjp', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	line-height: 180%;
	letter-spacing:0;
}
.min {
	font-family:"Times Roman", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ", Meiryo, serif;
}
.got {
	font-family: 'Montserrat', 'NotoSansCJKjp',  '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
.gf {
	font-family: 'Montserrat', 'NotoSansCJKjp', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	letter-spacing:0.1em;
	line-height: 135%;
}
.none {
	display:none;
}
.nowrap {
	white-space:nowrap;
}
a {
	text-decoration: none;
	color:inherit;
	cursor:pointer;
}
li {
	list-style: none;
}
h1,h2,h3,h4{
	font-weight:normal;
	color:#333333;
}
address {
	font-style:normal;
}
hr {
	line-height:1;
	border-bottom:1px solid #d7cebd;
}
.date {
	font-size: 16px;
	font-size: 1.6rem;
	line-height:100%;
}
.border {
	border-bottom:1px solid #fde2b7;
	color:#433032;
}
.stress {
	color:#9b9271;
}
.white {
	color:#ffffff;
}
.gray {
	color:#666666;
}
.black {
	color:#333333;
}
.shadow{
	box-shadow:0px 1px 1px 1px rgba(30,30,30,0.2);
}
.bg_gold {
	background:#9b9271;
}
.bg_gray {
	background:#e8e8e8;
}
.bg_ivory {
	background:#e2e0d8;
}
.grd {
	background: rgb(138,186,252);
	background: -moz-linear-gradient(top,  rgba(138,186,252,1) 0%, rgba(27,123,230,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(138,186,252,1) 0%,rgba(27,123,230,1) 100%);
	background: linear-gradient(to bottom,  rgba(138,186,252,1) 0%,rgba(27,123,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8abafc', endColorstr='#1b7be6',GradientType=0 );
}
ul li > a {
	display:block;
	width:100%;
	height:auto;
}
.col {
	width:100%;
	height:auto;
}
.scrollup {
	opacity:0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
	-webkit-transition:all 0.5s ease-in-out;
			transition:all 0.5s ease-in-out;
}
.scrollup.action {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	opacity:1;
}

ul.list.nm {
	margin-bottom:0em;
}
ul.list li div:first-child {
	background:#f5f5f5;
	white-space:nowrap;
}
ul li div:nth-child(2) {
	margin-left:1.0em;
}

ul.info{
	border-top:1px solid #e6e4e4;
}
ul.info li{
	height:100%;
	border-bottom:1px solid #e6e4e4;
	padding:1.5em;
}
ul.info li{
	height:100%;
}
figure {
	position:relative;
	overflow:hidden;
}
.slick-dots {
bottom:0;
}
.f10 {
	font-size:10px;
	font-size:1.0rem;
	line-height:160%;
}
.f12 {
	font-size:12px;
	font-size:1.2rem;
	line-height:160%;
}
.f14 {
	font-size:14px;
	font-size:1.4rem;
	line-height:160%;
}
.f16 {
	font-size:16px;
	font-size:1.6rem;
	line-height:160%;
}
.f18 {
	font-size:18px;
	font-size:1.8rem;
	line-height:160%;
}
.f20 {
	font-size:20px;
	font-size:2.0rem;
	line-height:100%;
}
.f24 {
	font-size:24px;
	font-size:2.4rem;
	line-height:100%;
}
.f30 {
	font-size:30px;
	font-size:3.0rem;
	line-height:100%;
}
.f40 {
	font-size:40px;
	font-size:4.0rem;
}
.lh100 {
	line-height:100%;
}
.mr1 {
	margin-right:1em;
}
.mr2 {
	margin-right:2em;
}
.mb1 {
	margin-bottom:1em;
}
.mt1 {
	margin-top:1em;
}
span.tri {
	width:1em;
	height:1em;
	display:block;
	-webkit-transform:scale(0.6) rotate(90deg);
			transform:scale(0.6) rotate(90deg);
	    margin-top: 0.3em;
}
span.tri.opp {
	display:block;
	-webkit-transform:scale(0.6) rotate(-90deg);
			transform:scale(0.6) rotate(-90deg);
}
span.tri.b {
	margin:0.5em 0 0 2em;
	-webkit-transform:scale(0.8) rotate(-180deg);
			transform:scale(0.8) rotate(-180deg);
}

/************************************************************************************
	Social Icon
************************************************************************************/


/*****************************************************************************
admin
*****************************************************************************/
.login h1 a {
	width: 320px;
	background-size: 100%;
}
/*****************************************************************************
button gimic
*****************************************************************************/
.button {
	display: block;
	line-height:140%;
	text-align: center;
	-webkit-transition:all 0.1s ease-in-out;
			transition:all 0.1s ease-in-out;
	opacity:1;
	letter-spacing:0em;
	margin-bottom:0.5em;
	font-size:14px;
	font-size:1.4rem;
}
.button.more {
	color:#9b9271;
	border:1px solid #9b9271;
}
.button.more:hover {
	color:#ffffff;
	background:#9b9271;
}
.button.more.contact {
	width:280px;
	padding:1em;
	margin:0 auto;
}
.button.paging {
	color:#ffffff;
	width:280px;
	padding:0em 1em;

}
.button.back {
	background:#fdefd7;
}
.button.form {
	color:#ffffff;
	background:#433032;
	width:150px;
	padding:1em 0;
}

a.button:hover {
	opacity:0.7;
}
.button.w300 {
	width:300px;
}
.rover {
	background:#ffffff;
	-webkit-transition:all 0.1s ease-in-out;
			transition:all 0.1s ease-in-out;
}
.rover:hover {
	background:#f3f3e2;
}
.zoom {
	position: relative;
	z-index: 2;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
			transition:all 0.2s ease-in-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.zoom:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.float{
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
			transition:all 0.2s ease-in-out;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.11);
}
.float:hover {
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.15), 0 15px 12px rgba(0, 0, 0, 0.16);
}
/*****************************************************************************
common
*****************************************************************************/
.bold {
	font-weight: bold;
}
.tc {
	text-align:center;
}
.tl {
	text-align:left;
}
.tr {
	text-align:right;
}
.ib {
	display:inline-block;
}
.tac {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	text-align:center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.none {
	display:none;
}
.f_box {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
}
.pointed {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp:2;
	-ms-line-clamp: 2;
	ine-clamp: 2;
	line-height: 160%;
	height:3em;
}
.pointed.s1 {
	-webkit-line-clamp: 1;
	-moz-line-clamp:1;
	-ms-line-clamp: 1;
	ine-clamp: 1;
	height:1.5em;
}
.toTop {
	position:fixed;
	width:50px;
	height:50px;
	z-index:99;
	display:none;
	color:#ffffff;
	text-align:center;
	font-size:20px;
	font-size:2.0rem;
	line-height:2.4em;
	background:#c6c2b1;
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
}
.toTop span {
	display:block;
	line-height:200%;
	-webkit-transform:rotate(-90deg) scaleX(0.5);
	transform:rotate(-90deg) scaleX(0.5);
	margin-right:3px;
}
.toTop {
	right:1em;
	bottom:2em;
}

/*****************************************************************************
	Key Visual
*****************************************************************************/
#kv {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	color:#333333;
}
#kv figure {
	position:relative;
}
#kv picture img{
	width:100%;
	height:auto;
	border-bottom:6px solid #c6c2b1;
}
figcaption.kv {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}
	
#kv figcaption.kv h2 {
	font-size:30px;
	font-size:3.0rem;
	line-height: 110%;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8),
    -1px 1px 1px rgba(255,255,255,0.8),
    1px -1px 1px rgba(255,255,255,0.8),
    -1px -1px 1px rgba(255,255,255,0.8);
}
#kv figcaption.kv h2+p {
	font-size:16px;
	font-size:1.6rem;
	width:100%;
}
figcaption.kv h2+p.pink {
	color:#f666b1;
}
#kv.index {
	max-height:910px;
}
#kv.index figcaption.kv h2 {
	color:#ffffff;
}
#kv.index figcaption.kv h2+p {
	color:#ffffff;
}
#kv.index .cover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
#kv.index p {
	margin-top:1em;
}
#kv.index h1 {
	font-size:26px;
	font-size:2.6rem;
}
#kv.lead {
	width:100%;
	color:#ffffff;
}
#kv article {
	margin:0 auto;
	width:1000px;
}
#kv.index.lead {
	position:relative;
	width:100%;
	overflow:hidden;
}
#kv.index h3 > div {
	width:1000px;
	margin:0 auto;
}
.kv {
	position:relative;
	width:100%;
}
.kv img{
	width:100%;
}
#logo {
	color:#433032;
}
/*****************************************************************************
header
*****************************************************************************/
header {
	position:fixed;
	z-index: 999;
	width: 100%;
}
header nav.pc {
	height:100%;
}

header nav.pc > article{
	height:100%;
}
header .logo {
	font-size:22px;
	font-size:2.2rem;
}
header h1{
}
header h1.logo{
	position:relative;
	min-width:70px;
	overflow:hidden;
}

header h1 span {
	font-size:16px;
	font-size:1.6rem;
}
header ul {
}
header ul li {
	height:100%;
	text-align:center;
}
header ul li a {
	width:100%;
	height:100%;
}
header ul li p {
	font-style:italic;
	font-size:22px;
	font-size:2.2rem;
	font-weight:normal;
	text-align:center;
	padding:0 1em;
}
header ul li:not(:last-child) p {
	border-right:1px solid #aec8e5;
}
/*****************************************************************************
	navigation:header
*****************************************************************************/
header nav > div > p {
	line-height:120%;
}
header nav.spview > div > a:nth-of-type(2){
	margin:0 0 0 auto;
	text-align:center;
}
header nav.pc ul{
	height:100%;
}
nav.pc ul li {
	position:relative;
}
nav.pc ul li:not(:last-child) {
}
nav.pc ul li a {
	padding:0 2em;
	line-height:130%;
}
nav.pc ul li a.active, nav.pc ul li a:hover  {
	color:#9b9271;
}
header a.tel {
	display:block;
	width:34px;
	height:60px;
	margin-right:1em;
	text-align:center;
	line-height:54px;
}
header .toggle {
	margin:0 0 0 auto;
	padding:1.5em 0 0 0;
	font-size:7px;
	font-size:0.7em;
	line-height:120%;
	width:60px;
	height:60px;
	color:#ffffff;
}
/*****************************************************************************
	navigation:footer
*****************************************************************************/
nav#footer a:hover, nav#footer p:hover {
	color:#ffffff;
	background:#333333;
}
/*****************************************************************************
	Map
*****************************************************************************/
.gmap {
	width: 100%;
	margin-bottom:1em;
}
.gmap.s {
	height: 270px;
}
/*****************************************************************************
	Background
*****************************************************************************/
header {
}
footer {
	background:#f2f2f2;
}
#select {
}
/*****************************************************************************
	figure
*****************************************************************************/
figure.column {
	height:230px;
}
figure.picture {
	border:5px solid #fde2b7;
}
figure.picture img {
	width:100%;
	height:auto;
}
figure.col {
}
figure.products a {
	display:block;
	width:100%;
}
/*****************************************************************************
	content
*****************************************************************************/

h2.title {
	font-size:20px;
	font-size:2.0rem;
	display:inline-block;
	border-bottom:2px solid #c6c2b1;
	padding:0 0 0.5em 0;
	text-align:center;
}
h3.label {
	font-size:16px;
	font-size:1.6rem;
	padding:0.5em 0;
}
h3.label+figure+p {
	margin:0.5em 0 1em 0;
}
/*****************************************************************************
	index
*****************************************************************************/
#index .news > div {
	padding:1.5em;
}
#index figure figcaption {
	position:absolute;
	bottom:0;
	width:100%;
	text-align:left;
	font-size:20px;
	font-size:2.0rem;
	color:#ffffff;
	line-height:100%;
	padding:1em 1em;
	background:rgba(0,0,0,0.7);
}
#index figure figcaption span {
	display:block;
	-webkit-transform-origin:0 70%;
	-webkit-transform:scale(0.7);
}
#index figure.top figcaption {
	font-size:14px;
	font-size:1.4rem;
	width:70%;
	line-height:160%;
	padding:0.5em;
	left:30px;
	bottom:30px;
}

/******************************************************************************
	Post
******************************************************************************/
#post ul li {
	min-width:initial;
	width:initial;
}
#post.single h2 {
	margin:1.5em 0 1em 0;
	font-size:20px;
	font-size:2.0rem;
}
#post .text {
	min-height:300px;
}
#post .text img {
	max-width:100%;
	height: auto;
}
section#post p.category {
	font-size:0.8em;
	padding:0.5em 1em;
	color:#ffffff;
	background:#9b9271;
	line-height:100%;
}

/*----- Side ------*/
section#post .side {
}
section#post .side figure img {
}
section#post #search .searchsubmit {
	display: none;
}
section#post .side_list p.date {
	font-size:0.8em;
	padding-bottom:0.5em;
}

section#post .side_list {
	padding:0em 1em 0.5em 1em;
	margin-bottom:2em;
}
section#post .side_list h3 {
	letter-spacing:0;
	margin:0;
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom:0.5em;
	border-bottom:2px solid #9b9271;
	font-weight:bold;
}
section#post .side_list h3 > a {
	color:#9a9a9a;
	font-weight:normal;
	text-decoration:underline;
}
section#post .side_list ul {
}

section#post .side_list ul li {
	background:#ffffff;
	-webkit-transition:all 0.1s ease-in-out;
			transition:all 0.1s ease-in-out;
}
#recent.side_list ul li {
}
section#post .side_list ul li:hover {
	background:#9b9271;
	color:#ffffff;
}

section#post .side_list ul li a {
	border:none;
	padding:0.5em 0.5em;
	text-align:left;
}
section#post .side_list ul li figure {
	min-width:50px;
	height:50px;
	overflow:hidden;
	margin-right:1em;
}
section#post .side_list ul li figure img{
	width:50px;
	height:auto;
}
section#post .side_list ul li p {
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-ms-line-clamp: 1;
	ine-clamp: 1;
}

/******************************************************************************
	Pager
******************************************************************************/
#pager .pages {
	display:none;
}
#pager .wp-pagenavi {
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#pager .wp-pagenavi * {
	padding:0;
	min-width:3em;
	height:3em;
	margin:0 1px;
	text-align:center;
	border:1px solid #bebebe;
	line-height:3em;
	color:#334433;
	font-size:14px;
	font-size:1.4rem;
}
#pager .current {
	color:#ffffff;
	background:#9b9271;
}
.wp-pagenavi > *:hover {
	background-color:#e7f3e9;
}
.wp-pagenavi .page {
}
.wp-pagenavi .current {
}
.wp-pagenavi .previouspostslink {
	border:none;
	margin-right:40px;
}
.wp-pagenavi .nextpostslink {
	border:none;
	margin-left:40px;
}
#pager .wp-pagenavi a {
	display: block;
	line-height:140%;
	padding: 0.8em;
	text-align: center;
	background:#ffffff;
	-webkit-transition:all 0.1s ease-in-out;
			transition:all 0.1s ease-in-out;
	margin-bottom:0.2em;
}
#pager .wp-pagenavi a:hover {
	color:#ffffff;
	background:#9b9271;
}
/*****************************************************************************
footer
*****************************************************************************/
footer .col{
}
footer h4 {
	margin-left:-1em;
	margin-bottom:0.3em;
}
footer h4 span {
	font-size:0.7em;
}
footer h4 a{
	display:inline-block;
	line-height:150%;
}
footer ul {
	font-size:14px;
	font-size:1.4rem;
	letter-spacing:0.1em;
	line-height:100%;
	
}
footer ul li > a {
	padding:0.5em 1em 0.5em 0em;
}
footer a:hover  {
	color:#9b9271;
}
footer  .copyright {
	background:#222222;
	color:#ffffff;
	height:100px;
}
/************************************************************************************
	bread
************************************************************************************/
nav#bread {
	position:absolute;
	width:100%;
	overflow:hidden;
	font-size:12px;
	font-size:1.2rem;
	background:rgba(0,0,0,0.5);
	line-height:100%;
	z-index:2;
	bottom:0;
	border-bottom:1px solid #ffffff;
	color:#ffffff;
}
nav#bread ol{
	margin:0 auto;
	padding:0.8em 0;
}
nav#bread ol li {
	padding-top:0px;
	white-space:nowrap;
	min-height: 0;
	margin:0;
}
nav#bread ol li a {
}
nav#bread ol li:after {
	content: ">";
	padding-left:0.5em;
	padding-right:0.5em;
}
nav#bread ol li:first-child:before {
	content:"";
}
nav#bread ol li:nth-of-type(1):before {
	content:"";
}
nav#bread ol li:last-child {
}
nav#bread ol li:last-child:after {
	content:"";
	padding:0;
}

/************************************************************************************
 contact
************************************************************************************/
#contact {
	font-size: 16px;
	font-size: 1.6rem;
}
#contact li {
	min-height:50px;
	margin-top:1em;
}
#contact .label {
	text-align:left;
	max-width:220px;
	width:100%;
}
#contact .memo {
	text-align:left;
}
#contact .label span{
	color:#ffffff;
	font-size: 10px;
	font-size: 1.0rem;
	padding:2px 5px;
}
#contact .label span.need{
	background:#d35959;
}
#contact .label span.unneed{
	background:#8ebf73;
}
#contact  input {
}
#contact  input[type="text"],
#contact  input[type="number"],
#contact  input[type="tel"],
#contact  input[type="email"],
#contact  select,
#contact  textarea {
	width:100%;
	padding: 5px;
	resize:none;
	border:1px solid #9e9e9e;
	background:#f5f5f5;
}
#contact  input[type="submit"] {
	cursor:pointer;
}
#contact p {
	text-align:center;
}
#contact .confirm, .sending, .backform {
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	width: 200px;
	height: 45px;
	margin-top: 5px;
	border-radius: 5px;
	background: #888;
	border: 1px solid #666;
}
#contact .telbox {
	color:#633b14;
}


/******************************************************************************
	modal
******************************************************************************/

/***********
horizon
************/
.f_h_start {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.f_h_center {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
.f_h_end {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.f_h_sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.f_h_sa {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.f_wrap {
	-webkit-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
/***********
vertical
************/
.f_column {
	-webkit-box-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.f_start {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.f_end {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.f_center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.f_baseline {
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.f_stretch {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media screen and (min-width:768px) {
div.service {
	margin:0 2em;
}
}

.ma {
	margin-left:auto;
	margin-right:auto;
}

footer section.menu article {
	padding:0 !important;
}

footer div.group {
	padding-top:2em;
	width:100%;
}
footer div.group a {
	line-height:100%;
}
@media screen and (max-width:767px) {
	footer div.group {
		padding:0;
	}
	footer div.group a{
		width:100%;
		padding:0.8em 0.5em 1em 1.5em;
		border-bottom:1px solid #9b9271;
	}
	footer div.group ul li a {
		padding-left:1.5em;
	}
}
