@charset "UTF-8";

/* ================================================== */
/* エマーソン北村 */
/* ================================================== */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
  font-size: 62.5%; /*10px*/
	height: 100%;
}
body {
	height: 100%;
	background: #838543;
	color: #fff;
	font-size: 1.2em;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em {
	font-style: normal;
}
ul, li {
	list-style: none;
}
a {
	color: #ff0;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
a:hover {
	color: #ff0;
	text-decoration: underline;
}


/* =================================== Layout */

#wrapper {
	position: relative;
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}
*html #wrapper {
	height: 100%;
}
#header {
	position: relative;
	height: 100px;
	overflow: hidden;
}
#headerTop {
	position: relative;
	height: 400px;
	overflow: hidden;
}
#breadcrumb {
	background: #fff;
}
#container {
	padding: 0 0 75px 0;
}
#contents {
	float: left;
	width: 600px;
	padding-left: 40px;
}
#sidebar {
	float: right;
	width: 180px;
	padding-right: 40px;
}
#footer {
	position: absolute;
	bottom: 0px;
	width: 860px;
	height: 35px;
	margin: 0 auto;
	padding: 15px 20px 0;
	background: #73533d;
	border-top: 5px solid #fff;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}


/* =================================== Header */

#header #headerPic {
	margin-top: -220px;
}
#headerTop #headerPic {
}
#header h1#ja,
#headerTop h1#ja  {
	position: absolute;
	top: 20px;
	left: 50px;
	width: 260px;
}
#header h1#en,
#headerTop h1#en {
	position: absolute;
	top: 55px;
	left: 50px;
	width: 255px;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	/*text-shadow: 0px 0px 5px rgba(0,0,0,1);*/
	text-align: right;
}
#header h1#en a,
#headerTop h1#en a {
	color: #fff;
}
#header h1#en a:hover,
#headerTop h1#en a:hover {
	text-decoration: none;
}
#header #globalNav,
#headerTop #globalNav {
	position: absolute;
	top: 20px;
	left: 360px;
	width: 500px;
	text-align: right;
}
#header #globalNav li,
#headerTop #globalNav li {
	display: inline;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	/*text-shadow: 0px 0px 5px rgba(0,0,0,1);*/
	margin: 0 0.7em 0 0;
}
#header #globalNav li a,
#headerTop #globalNav li a {
	color: #fff;
	border-bottom: 2px solid rgba(0,0,0,0);
}
#header #globalNav li a:hover,
#headerTop #globalNav li a:hover {
	border-bottom: 2px solid rgba(255,255,255,1);
	text-decoration: none;
}


/* =================================== Breadcrumb */

#breadcrumb ul {
	padding: 3px 5px;
}
#breadcrumb li {
	float: left;
	color: #333;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
#breadcrumb li a {
	background: url(../img/common/arrow.png) no-repeat right center;
	color: #700;
	padding-right: 11px;
	margin-right: 4px;
}


/* =================================== Container */

#container h2 {
	display: block;
	height: 70px;
	color: #727437;
	font-size: 70px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1;
	text-align: right;
}

/*pagenavi*/
.wp-pagenavi {
	clear: both;
	padding: 30px 0;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	background: #fff;
	border: none;
	color: #700;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0 3px;
	padding: 3px 7px;
}
.wp-pagenavi span {
	color: #000;
}
.wp-pagenavi a:hover {
	background: #700;
	color: #fff;
	text-decoration: none;
}
.wp-pagenavi span.current{
	background: #000;
	color: #fff;
}

/*postnavi*/
.wp-postnavi {
	clear: both;
	padding: 30px 0;
	text-align: center;
}
.wp-postnavi a {
	background: #fff;
	color: #900;
	font-family: 'Lato',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック", serif;
	font-weight: 700;
	margin: 0 3px;
	padding: 3px 7px;
}
.wp-postnavi a:hover {
	background: #900;
	color: #fff;
	text-decoration: none;
}




/* =================================== Sidebar */

#sidebar aside {
	margin-bottom: 20px;
}
#sidebar aside h3 {
	border-bottom: 1px solid #fff;
	color: #000;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
#sidebar aside li {
	border-bottom: 1px solid #fff;
}
#sidebar aside li a {
	display: block;
	background: url(../img/common/arrow.png) no-repeat 5px center;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px 5px 20px;
}
#sidebar aside li a:hover {
	color: #700;
}


/* =================================== Footer */

#footer #footerNav {
	float: left;
}
#footer #footerNav li {
	display: inline;
	margin: 0 0.7em 0 0;
}
#footer #footerNav li a {
	color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0);
}
#footer #footerNav li a:hover {
	border-bottom: 1px solid rgba(255,255,255,1);
	text-decoration: none;
}
#footer p {
	float: right;
}


/* =================================== Clearfix */

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}