@charset "utf-8";
/* ===================================
GRAPHIC WALL
base Style Sheet
First Update  2017-07-26
Last Update   2020-07-15
Creat by Basic Plus Design Inc.
=================================== */

/* ===========================================================
Structure Module
=========================================================== */

html {
	text-align: center;
}

body {
	text-align: left;
}

/* -----------------------------------------------------------
 Header
----------------------------------------------------------- */

.logo {
	max-width: 135px;
	max-height: 50px;
	float: right;
	margin: 8px 5px 0 0;
	padding: 0;
	line-height: 0;
}

.logo img {
	vertical-align: top;
}

.logo img.logo_lower {
	margin-top: 5px;
}

#index .logo {
	height: 40px;
}

.online {
	display: none;
}


/*-- nav -------------------------------------------------------*/
.drawer-nav {
	background-color: #000 !important;
	z-index: 999 !important;
	text-align: left;
}

.drawer-menu-item {
	color: #fff !important;
	font-size: 0.9em !important;
	font-weight: 500;
	line-height: 1.5em;
	padding: 0.3em 0;
	background-position: 12px bottom;
	background-repeat: no-repeat;
	display: block;
}

.drawer-open .drawer-menu li:hover,
.drawer-open .drawer-menu li a.on {
	background-color: rgba(255, 255, 255, .2);
}

.drawer-open .drawer-menu li:hover a,
.drawer-open .drawer-menu li a:hover {
	text-decoration: none !important;
}

.drawer-toggle {
	background-color: transparent;
	padding-top: 8px;
}

.drawer-toggle img {
	width: 33px;
	height: 32px;
}

#index .drawer-toggle {
	float: left;
}

.drawer-dropdown-menu {
	background-color: #393b39 !important;
}

.drawer-dropdown-menu-item {
	line-height: 2.5rem !important;
	color: #FFF !important;
	font-size: 0.9em !important;
	font-weight: 500;
}


/*-- fixed nav -------------------------------------------------------*/
.fix-nav {
	border-bottom: 1px solid #393b39;
	padding-bottom: 5px;
}

.fixed {
	background-color: rgba(255, 255, 255, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 53px;
	z-index: 101;
}

/* -----------------------------------------------------------
	   Header area MediaQuery
	----------------------------------------------------------- */
@media screen and (min-width: 1000px) {

	.head-content {
		margin: 0 auto;
		max-width: 950px;
		width: 100%;
		background-color: #F00;
	}

	.logo {
		margin-top: 43px;
	}

	.logo img {
		vertical-align: bottom;
	}

	.logo img.logo_lower {
		display: block;
		margin-top: 5px;
	}

	.online {
		position: absolute;
		top: 0;
		display: block;
		float: left;
		height: 60px;
		width: 144px;
		margin-left: 0;
	}

	/*-- nav -------------------------------------------------------*/
	.fix-nav {
		border-bottom: 0;
	}

	.drawer-nav {
		position: static !important;
		/*z-index: 101;*/
		top: inherit !important;
		overflow: visible !important;
		width: 100% !important;
		padding-bottom: 20px;
		color: #393b39 !important;
		background-color: rgba(255, 255, 255, 0.7) !important;
	}

	.nav-content>ul {
		max-width: 950px;
		margin: 0 auto;
	}

	.drawer-menu-item {
		margin-bottom: inherit;
		height: 40px;
		background-position: bottom left;
		padding: 0 !important;
		color: #393b39 !important;
		float: left;
		margin-top: 80px;
		margin-right: 2%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	.top .drawer-menu-item {
		margin-top: 45px;
	}

	.drawer-menu-item.service {
		background-image: url(../images/nav_service.svg);
		width: 60px;
	}

	.drawer-menu-item.works {
		background-image: url(../images/nav_works.svg);
		width: 110px;
	}

	.drawer-menu-item.about {
		background-image: url(../images/nav_about.svg);
		width: 75px
	}

	.drawer-menu-item.faq {
		background-image: url(../images/nav_faq.svg);
		width: 90px;
	}

	.drawer-menu-item.contact {
		background-image: url(../images/nav_contact.svg);
		width: 90px;
		margin-right: 0;
	}

	.drawer-menu-item.blog {
		background-image: url(../images/nav_blog.svg);
		width: 90px;
		background-position: bottom center;
		background-size: auto 15px;
	}

	.drawer-toggle {
		display: none;
	}

	.drawer--left .drawer-nav {
		left: 0 !important;
	}

	.drawer .sub {
		display: none;
	}

	.drawer-nav a {
		display: inline-block;
	}

	.drawer-nav a:hover {
		transition: 0.3s;
		text-decoration: none;
	}

	.drawer-nav a.on {
		text-decoration: none;
	}

	.drawer-menu-item.service:hover,
	.drawer-menu-item.service.on {
		background-image: url(../images/nav_service_hover.svg);
		width: 60px;
	}

	.drawer-menu-item.works:hover,
	.drawer-menu-item.works.on {
		background-image: url(../images/nav_works_hover.svg);
		width: 110px;
	}

	.drawer-menu-item.about:hover,
	.drawer-menu-item.about.on {
		background-image: url(../images/nav_about_hover.svg);
		width: 75px
	}

	.drawer-menu-item.faq:hover,
	.drawer-menu-item.faq.on {
		background-image: url(../images/nav_faq_hover.svg);
		width: 90px;
	}

	.drawer-menu-item.contact:hover,
	.drawer-menu-item.contact.on {
		background-image: url(../images/nav_contact_hover.svg);
		width: 90px;
		margin-right: 0;
	}

	.drawer-menu-item.blog:hover,
	.drawer-menu-item.blog.on {
		background-image: url(../images/nav_blog_hover.svg);
		width: 90px;
		background-position: bottom center;
	}

	/*-- dropdown -------------------------------------------------------*/
	.wrap-dropdown {
		width: 100% !important;
		position: absolute;
		top: 140px;
		left: 0;
		background-color: rgba(255, 255, 255, 0.7) !important;
		border-top: 1px solid #393b39;
		border-bottom: 1px solid #393b39;
	}

	.drawer-dropdown-menu {
		width: 980px !important;
		margin: 0 auto !important;
		background-color: rgba(255, 255, 255, 0) !important;
	}

	#index .drawer-dropdown-menu {
		top: 105px;
	}

	.drawer-dropdown-menu-item {
		line-height: 1.5rem !important;
		color: #393b39 !important;
		font-size: 0.9em !important;
		font-weight: 500;
		padding-right: 0rem !important;
		padding-left: 0rem !important;
	}

	.drawer-dropdown-menu>li {
		padding-left: 2em;
		margin: 0.5em 0 0.5em 1em;
		background-image: url(../images/ico_slash.png);
		background-repeat: no-repeat;
		background-position: left center;
		width: auto !important;
		display: inline-block;
	}

	.drawer-dropdown-menu>li:first-child {
		margin-left: 0;
		padding-left: 0;
		background-image: none;
	}

	.drawer-dropdown-menu a {
		margin-left: 1em;
	}

	.drawer-caret {
		display: none !important;
	}


	/*-- fixed nav -------------------------------------------------------*/
	.fixed {
		border-bottom: 0px;
		height: 70px;
		display: block;
	}

	.fixed .logo {
		margin-top: 10px;
	}

	.fixed .logo .logo_lower {
		display: none;
		height: 0;
	}

	.fixed .online {
		display: none;
	}

	.fixed .drawer-menu-item {
		margin-top: 15px;
	}

	.fixed .top .drawer-menu-item {
		margin-top: 45px;
	}

	.fixed .wrap-dropdown {
		top: 70px;
	}

	#index .fixed .drawer-dropdown-menu {
		top: 70px;
	}


	/*-- sub-nav ページ内リンクの場合 -------------------------------------------------------*/
	.sub-nav {
		display: block;
		min-height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #393b39;
	}

	.sub-nav a {
		color: #393b39;
		font-size: 9rem;
		font-size: 0.9em;
		font-weight: 500;
		padding-right: 3em;
		margin-right: 2em;
		background: url(../images/ico_slash.png) no-repeat right center;
	}

	.sub-nav p {
		max-width: 950px;
		margin: 0 auto;
	}

}

/* -----------------------------------------------------------
 Contents
----------------------------------------------------------- */

.container {
	max-width: 100% !important;
}

.content {
	margin: 0 auto;
	max-width: 950px;
	width: 100%;
	clear: both;
}

.content:after {
	content: "";
	display: table;
	clear: both;
}

.lgray {
	background-color: #ebebeb;
}

.sub-nav {
	display: none;
}


/* -----------------------------------------------------------
 foot-contact
----------------------------------------------------------- */
#foot-contact {
	text-align: center;
}

#foot-contact h2.title {
	background-image: url(../images/others/title_contact.png)
}

#foot-contact .content {
	padding: 5em 2em;
}

#foot-contact .lead {
	width: 80%;
	margin: 0 auto 3em;
}

#foot-contact .lcol {
	padding: 1em;
	background-color: #FFF;
}

#foot-contact .lcol a {
	background: url(../images/contact_tel.png) no-repeat top center;
	background-size: contain;
	display: block;
	max-width: 570px;
	/*height:65px;*/
	/*height:100%;*/
	width: 100%;
	padding-top: 7%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#foot-contact .lcol p {
	border-top: 1px solid #393b39;
	padding: 0.5em;
}

#foot-contact .rcol {
	margin-top: 5em;
	position: relative;
}

#foot-contact .rcol:before {
	content: url(../images/contact_24h.png);
	width: 100%;
	display: block;
	position: absolute;
	top: -3em
}

#foot-contact .rcol a {
	display: inline-block;
	margin-left: 2em;
}

#foot-contact .readmore_bl {
	margin-top: 3em;
}

#foot-contact .link_line {
	width: 100%;
	max-width: 560px;
	margin: 20px auto;
}

#foot-contact .link_line a:hover img {
	opacity: 0.8 !important;
}

/* -----------------------------------------------------------
	   foot-contact MediaQuery
	----------------------------------------------------------- */
@media screen and (min-width: 620px) {
	#foot-contact .lcol a {
		margin-bottom: 12px;
	}
}

@media screen and (min-width: 769px) {
	#foot-contact .content {
		padding: 8em 0em 7em;
	}

	#foot-contact .content .row {
		width: 98%;
		margin-left: 20px;
		margin-top: 5em;
	}

	#foot-contact .rcol {
		margin-top: 0em;
	}
}

@media screen and (min-width: 1000px) {
	#foot-contact .content .row {
		margin-left: 0;
	}

	#foot-contact .link_line {
		margin-top: 40px;
	}
}

/* -----------------------------------------------------------
 Footer
----------------------------------------------------------- */

#footer {
	width: 100%;
	clear: both;
	background-color: #393b39;
}

#footer .content {
	padding: 5em 2em 3em 2em;
	text-align: center;
}

#footer .foot_logo {
	color: #FFF;
}

#footer .foot_logo span {
	max-width: 275px;
	display: block;
	margin: 0 auto 3em auto;
}

#footer a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

#footer .foot_logo a.foot_tel {
	display: block;
	margin: 0 auto 10px auto;
	color: #FFF;
	font-size: 17rem;
	font-size: 1.7em;
	font-weight: bold;
	font-family: 'Catamaran', sans-serif;
	font-family: 'Fjalla One', sans-serif;
}

#footer .foot_fb,
#footer .foot_blog {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	height: 33px;
	width: 33px;
	margin-bottom: 3em;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

#footer .foot_fb {
	background-image: url(../images/ico_fb.png);
	margin-right: 1em;
}

#footer .foot_blog {
	background-image: url(../images/ico_blog.png);
}

#footer .foot_online {
	background: url(../images/foot_online.png) no-repeat center;
	background-size: contain;
	display: block;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	max-width: 160px;
	height: 30px;
	margin: 0 auto 2em auto;
}

#footer .copy {
	color: #FFF;
	font-family: 'Catamaran', sans-serif;
	font-size: 8rem;
	font-size: 0.8em;
	clear: both;
}

#footer ul {
	display: none;
}

/* -----------------------------------------------------------
	 Footer MediaQuery
	----------------------------------------------------------- */

@media screen and (min-width: 769px) {
	#footer .foot_logo a.foot_tel1 {
		font-size: 14rem;
		font-size: 1.4em
	}

	#footer ul {
		display: block;
		width: 100%;
		margin: 0 auto;
		position: relative;
		text-align: center;
		margin-bottom: 5em;
	}

	#footer ul:after {
		content: "";
		display: table;
		clear: both;
	}

	#footer ul:before {
		content: "";
		border-top: 1px solid #fff;
		display: block;
		width: 100%;
		position: absolute;
		top: 3em;
	}

	#footer li {
		display: inline;
		line-height: 3em;
		margin-right: 2em;
		text-align: center;
	}

	#footer li a {
		color: #FFF;
		font-family: 'Catamaran', sans-serif;
		font-size: 8rem;
		font-size: 0.8em;
	}

	#footer li:nth-of-type(6):before {
		content: "\A";
		white-space:
			pre;
	}

	#footer .foot_fb,
	#footer .foot_blog {
		margin-bottom: 1em;
	}

	#footer .foot_nav {
		position: relative;
	}

	#footer .foot_online {
		position: absolute;
		right: 0;
		top: 8px;
		margin: 0 auto 2em auto;
	}
}

/* -----------------------------------------------------------
 Pagetop
----------------------------------------------------------- */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
}

#page-top a {
	width: 60px;
	height: 60px;
	background: url(../images/gotop.png) no-repeat bottom right;
	background-size: contain;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0.4;
}

/* -----------------------------------------------------------
	 Pagetop MediaQuery
	----------------------------------------------------------- */
@media screen and (min-width: 640px) {
	#page-top {
		right: 50px;
	}
}

/* ===========================================================
 Common Style
=========================================================== */

/* Title style ( about / news / contact / sitemap / link / privacy )
	----------------------------------------------------------- */
h2.title,
h1.title {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	display: block;
	max-width: 370px;
	width: 100%;
	min-height: 40px;
	font-size: 1em;
	font-weight: bolder;
	text-align: center;
	padding-top: 40px;
	margin: 0 auto 2em auto;
}

/*  Title style MediaQuery----------------------------------------------------------- */
@media screen and (min-width: 769px) {

	h2.title,
	h1.title {
		max-width: 290px;
		min-height: 60px;
		padding-top: 55px;
		margin: 0 auto 2em auto;
	}
}

@media screen and (min-width: 1000px) {
	.logo {
		max-width: 310px;
		min-height: 85px;
	}
}


/*  title-part base ( service / works / howto )
	----------------------------------------------------------- */
#title-part {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	background-color: #FFF;
	text-align: center;
	height: 0;
	padding-top: 25%;
	/* 画像の高さ ÷ 画像の幅 × 100 */
	position: relative;
	z-index: -1;
}

#title-part h1 {
	display: inline-block;
	position: absolute;
	top: 65%;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 10rem;
	font-size: 1.0em;
	padding: 0.3em;
	max-width: 160px;
	width: 100%;
	font-weight: bold;
}

#title-part p {
	background-repeat: no-repeat;
	background-position: center top 35%;
	background-size: contain;
	width: 30%;
	display: block;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

/*   title-part MediaQuery----------------------------------------------------------- */
@media screen and (min-width: 769px) {
	#title-part h1 {
		top: 60%;
	}
}

/* text and link style
	----------------------------------------------------------- */
.bold {
	font-weight: bolder;
}

.orng {
	color: #f0aa1c;
}

.red {
	color: #db533b;
}

.orng_lrg {
	color: #f0aa1c;
	font-size: 16rem;
	font-size: 1.6em;
	font-weight: bolder;
	line-height: 1.4;
}

.red_lrg {
	color: #db533b;
	font-size: 16rem;
	font-size: 1.6em;
	font-weight: bolder;
	line-height: 1.4;
}

.lblue_lrg {
	color: #64c1bf;
	font-size: 16rem;
	font-size: 1.6em;
	font-weight: bolder;
	line-height: 1.4;
}

.lblue_mdl {
	color: #64c1bf;
	font-size: 12rem;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
}

.lblue_sml {
	color: #64c1bf;
	font-size: 9rem;
	font-size: 0.9em;
	line-height: 1.5;
}

.black_lrg {
	color: #393b39;
	font-size: 16rem;
	font-size: 1.6em;
	font-weight: bolder;
	line-height: 1.4;
}

.black_sml {
	color: #393b39;
	font-size: 9rem;
	font-size: 0.9em;
	line-height: 1.5;
}

.lengthways {
	font-size: 17rem;
	font-size: 1.7em;
	font-weight: bold;
	font-family: 'Catamaran', sans-serif;
	font-family: 'Fjalla One', sans-serif;
}

.trs a,
.trs {
	color: #393b39;
}

.trs:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.linkline {
	color: #393b39;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 2px;
}

.linkline:hover {
	opacity: 0.5;
	transition: 0.3s;
}

/* Table style
	----------------------------------------------------------- */
.tbl-base {
	border-bottom: 1px dotted #393b39;
	width: 100%;
}

.tbl-base th {
	color: #393b39;
	padding: 0.5em;
	border-bottom: 1px dotted #393b39;
}

.tbl-base td {
	padding: 0.5em;
	border-bottom: 1px dotted #393b39;
}

.tbl-base tr:last-child th {
	border-bottom: 0
}

.tbl-base tr:first-child {
	border-top: 1px dotted #393b39;
}

.tbl-base td span {
	display: block;
	color: #393b39;
	font-weight: bold;
}

/*  Table style MediaQuery----------------------------------------------------------- */
@media screen and (max-width: 768px) {
	.tbl-base {
		border-bottom: 0;
	}

	.tbl-base th {
		display: block;
		width: 100% !important;
		border-bottom: 0;
	}

	.tbl-base td {
		display: block;
		width: 100% !important;
	}
}


/* FadeIn style for Page
	----------------------------------------------------------- */
body {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}


/* link_set style
	----------------------------------------------------------- */
.link_set {
	text-align: center;
	clear: both;
	padding-top: 2%;
}

.link_set div {
	width: 32%;
	float: left;
	display: block;
	line-height: 0;
	position: relative;
	background-color: #000;
	overflow: hidden;
	margin-left: 2%;
}

.link_set div:first-child {
	margin-left: 0%;
}

.link_set div:hover:before {
	color: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 0;
	font-weight: bolder;
}

.link_set.first div:nth-of-type(1):hover:before {
	content: "グラフィックウォールについて";
}

.link_set.first div:nth-of-type(2):hover:before {
	content: "ご利用のご案内";
}

.link_set.first div:nth-of-type(3):hover:before {
	content: "カタログ請求";
}

.link_set.second div:nth-of-type(1):hover:before {
	content: "施工例";
}

.link_set.second div:nth-of-type(2):hover:before {
	content: "施工の方法";
}

.link_set.second div:nth-of-type(3):hover:before {
	content: "ご注文の流れ";
}

.link_set div img {
	width: 100%;
	height: auto;
}

.link_set div img:hover {
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

/*   link-set area MediaQuery----------------------------------------------------------- */
@media screen and (max-width: 769px) {
	.link_set.first div:nth-of-type(1):hover:before {
		content: "グラフィックウォールについて";
		line-height: 1.2;
		display: inline-block;
		top: -30%;
	}
}


/* catalog style
	----------------------------------------------------------- */
.catalog {
	background-color: #393b39;
	background-image: url(../images/service/bg_ctlg_ttl.png), url(../images/service/ctlg_txt.png), url(../images/service/catalog_s.png);
	background-position: 1em 1em, 90% 1em, right bottom;
	background-size: 60% auto, 25%, 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	padding: 1em;
	position: relative;
	text-align: left;
}

.catalog ul {
	padding-bottom: 1em;
}

.catalog p {
	min-height: 8em;
	padding-top: 20%;
	height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.catalog li {
	display: block;
	color: #FFF;
	line-height: 1em;
	border-left: 3px solid #fff;
	margin: 1em 0;
}

.catalog li a {
	color: #FFF;
	padding: 0 0.5em;
	width: auto;
	display: inline-block;
	transition: 0.3s;
}

.catalog li a:hover {
	color: #f0aa1d;
}

.catalog li.ico_dl {
	margin-right: 1em;
}

.catalog li.ico_dl,
.catalog li.ico_letter {
	border-left: 0;
	display: inline-block;
	margin-bottom: 0.5em;
}

.catalog li.ico_dl a,
.catalog li.ico_letter a {
	color: #393b39;
	padding: 0.8em 4em 0.8em 0.5em;
	font-weight: bolder;
	background-color: #f0aa1d;
	background-position: right 0.5em center;
	background-repeat: no-repeat;
	display: block;
	opacity: 1;
	transition: 0.3s;
}

.catalog li.ico_dl a {
	background-image: url(../images/service/ico_dl.png);
}

.catalog li.ico_letter a {
	background-image: url(../images/service/ico_letter.png);
}

.catalog li.ico_dl a:hover,
.catalog li.ico_letter a:hover {
	background-color: #f7d48d;
}

.catalog ul.ico li.ico_dl {
	display: none;
}

/*   catalog style MediaQuery----------------------------------------------------------- */
@media screen and (min-width: 769px) {
	.catalog {
		background-image: url(../images/service/bg_ctlg_ttl.png), url(../images/service/ctlg_txt.png);
		background-position: 1em 1em, center;
		background-size: 37% auto, 15%;
	}

	.catalog:before {
		content: url(../images/service/catalog.png);
		position: absolute;
		top: -3em;
		right: 0;
	}

	.catalog p {
		min-height: 6em;
		padding-top: 15%;
	}

	.catalog li {
		display: inline-block;
		color: #FFF;
	}

	.catalog ul.ico {
		position: absolute;
		right: 1em;
		bottom: 0;
	}
}

@media screen and (max-width: 620px) {
	.catalog {
		background-image: url(../images/service/bg_ctlg_ttl.png), url(../images/service/ctlg_txt.png), url(../images/service/catalog_s.png);
		background-position: 1em 1em, 90% 1em, right 1em bottom 4em;
	}
}


/* Others style
	----------------------------------------------------------- */
.pc {
	display: none;
}

.readmore_bl {
	background: url(../images/btn_readmore_bl.png) 0 0 no-repeat;
	background-size: 245px 34;
	max-width: 245px;
	line-height: 3em;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}

.readmore_bl:hover {
	opacity: 0.5;
	transition: 0.3s;
}

/* Others style MediaQuery----------------------------------------------------------- */
@media screen and (min-width: 769px) {
	.pc {
		display: inherit;
	}
}

.line {
	border-top: 1px solid #393b39;
	padding: 4em 0 5em 0;
	clear: both;
}

hr {
	border: 0;
	height: 1px;
	background: #393b39;
}


/* PAGING
	----------------------------------------------------------- */
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin-top: 3em;
}

.wp-pagenavi a,
.wp-pagenavi span {
	color: #393b39;
	padding: 5px 10px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border-bottom: 0;
}

.wp-pagenavi a:hover {
	color: #393b39;
	background-color: #ebebeb;
	opacity: 1;
}

.wp-pagenavi span.current {
	color: #393b39;
	background-color: #ebebeb;
}

.pagenation {
	position: relative;
	margin-top: 5em;
	width: 100%;
	text-align: center;
}

.pagenation .prev {
	position: absolute;
	left: 0;
}

.pagenation .next {
	position: absolute;
	right: 0;
}