@charset "UTF-8";

@font-face {
   font-family: Brandon_bld;
   src: url('../../font/Brandon_bld.otf') format("opentype");
}
@font-face {
   font-family: Brandon_lgt;
   src: url('../../font/BrandonGrotesque-Light.otf') format("opentype");
}

a { text-decoration: none; color: #111; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; color: #111; }
area:hover, area:active, area:focus { border: none; outline: 0; color: #111; }

body {
  background: #f3f3f3;
}

/*============================================
Module
=============================================*/
.md_floatL {
  float: left;
}
.md_floatR {
  float: right;
}
.md_clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; 
}

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

#header {
  height: 72px;
  text-align: center;
  background: url(../../img/jotul/common/header_bg.png) repeat-x left top;
}
#header .headerBase {
  display: table;
  width: auto;
  margin: 0 auto;
}
#header .logo {
  display: table-cell;
  width: 110px;
  padding: 0 14px;
  vertical-align: middle;
  text-align: center;
}
#header .menu {
  display: table-cell;
  height: 72px;
  text-align: center;
  vertical-align: middle;
}
#header .text {
  display: block;
  width: 110px;
  color: #a0a0a0;
  font-size: 13rem;
  font-family: Brandon_bld;
  border-left: 1px solid #333;
}
#header .menu.on {
  background: url(../../img/jotul/common/header_on.png) no-repeat center 47px;
}
#header .menu.on .text {
  color: #fff;
}
#header .menu .hoverText {
  display: block;
  width: 110px;
  font-size: 11rem;
  color: #fff;
  border-left: 1px solid #333;
}
#header .menu .js_hide {
  display: none;
}
#header .request {
	margin-left: 20px;
	display: block;
	width: 180px;
	height: 20px;
	color: #111;
	font-size: 11rem;
	line-height: 20px;
	background: #777;
}
#header .menu:hover .request {
  background: #aaa;
}
@media (max-width: 768px) {
#header {
	display: none;
}
}
@media (min-width: 769px) {
#header-responsive {
	display: none;
}
}

#header-responsive {
	background-color: black;
	padding: 10px 15px;
}
#header-responsive ul {
	margin: 0;
	padding: 0;
}
#header-responsive ul li {
	color: white;
	font-family: Brandon-bld;
	margin: 0;
	padding: 15px 15px;
}
#header-responsive ul li a {
	color: white;
}
.header-button {
	height: 40px;
	width: 46px;
	background-color: black;
	padding-top: 3px;
}
.icon-bar {
	display: block;
	background-color: white;
	height: 2px;
	width: 30px;
	margin: 6px 8px;
}
.responsive-logo {
	width: 45px;
	float: right;
	margin-top: -57px;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

/*============================================
pageContent
=============================================*/

#pageContent {
  position: relative;
}

/*============================================
OurSize
=============================================*/

#ourSite {
  margin-top: 68px;
  background: #ddd;
}
.ourSiteBase {
  width: 1200px;
  margin: 0 auto;
  padding: 16px 42px;
}

@media screen and (max-width: 1199px) {
  .ourSiteBase {
    width: 100%;
  }
}
#ourSite .title {
  margin-bottom: 10px;
  font-family: Brandon_bld;
  font-size: 18rem;
  font-weight: bold;
}
#ourSite .site {
  display: table-cell;
  width: 200px;
  padding-right: 16px;
  vertical-align: top;
}
#ourSite .logo {
  display: block;
  height: 96px;
  line-height: 96px;
  text-align: center;
  border: 1px solid #bbb;
  vertical-align:middle;
}
#ourSite .require {
  width: 204px;
  padding-left: 17px;
  border-left: 1px solid #ccc;
}
#ourSite .require .logo {
  font-size: 13rem;
  font-weight: bold;
  color: #444;
}
#ourSite .logo img {
  margin: 0;
  vertical-align: middle;
}
#ourSite .text {
  display: block;
  padding: 10px 5px 0;
  font-size: 11rem;
  line-height: 1.5;
  color: #777;
  text-align: center;
}

.siteList{
	position:relative;
}

@media (max-width: 768px) {
.ourSiteBase {
  width: 100%;
  padding: 16px 20px;
}
#ourSite .title {
  margin-bottom: 10px;
	text-align: center;
}
#ourSite .site {
  display: block;
  padding-right: 0px;
  margin: 0 auto 10px auto;
}
}

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

#footer {
}
.footerBase {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 1199px) {
  .footerBase {
    width: 100%;
  }
}
#footer .credit {
  font-size: 10rem;
  color: #777;
	float: left;
}
#footer .siteLink {
  text-align: right;
	float: right;
}
#footer .link {
  display: inline-block;
  margin-left: 16px;
  padding-bottom: 2px;
  font-size: 11rem;
  border-bottom: 1px solid #777;
  color: #777;
}

@media (max-width: 768px) {
#footer {
}
.footerBase {
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px;
}
#footer .credit {
  float: none;
text-align: center;
	margin-top: 30px
}
#footer .siteLink {
	width: 100%;
　float: none;
text-align: center;
	margin: -40px auto 0 auto;
}
#footer .link {
  display: inline-block;
  margin-left: 16px;
  padding-bottom: 2px;
  font-size: 11rem;
  border-bottom: 1px solid #777;
  color: #777;
}
}
