@charset "UTF-8";

/*============================================
titleArea
=============================================*/

.titleArea {
  padding: 42px 0;
  text-align: center;
  background: #eaeaea;
}
.titleArea .title {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-family: Brandon_bld;
  font-size: 30rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
}
.titleArea .title:before,
.titleArea .title:after {
  position: absolute;
  bottom: 50%;
  content:"";
  display: block;
  width: 68px;
  height: 1px;
  background: #111;
}
.titleArea .title:before {
  left: -78px;
}
.titleArea .title:after {
  right: -78px;
}

/*============================================
contentArea
=============================================*/

.contentArea {
  width: 980px;
  margin: 42px auto 0;
  text-align: center;
}

.contentMenu {
  width: 230px;
  margin-right: 42px;
}
.contentMenu .menu,
.contentMenu .menuOpen {
  position: relative;
  display: block;
  width: 230px;
  padding: 16px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  background: url(../../img/jotul/products/common/navi_title_bg.png) repeat left top;
  border-top: 1px solid #666;
  border-bottom: 1px solid #111;
}
.contentMenu .menu.on {
  color: #f00;
}
.contentMenu .menu:after {
  content: "";
  position: absolute;
  display: block;
  right: 16px;
  top: 16px;
  width: 16px;
  height: 16px;
  background: url(../../img/jotul/top/navi_link.png) no-repeat center center;
}
.contentMenu .menu.on:after {
  background-image: url(../../img/jotul/top/navi_link_red.png);
}
.contentMenu .menuChild .menu {
  padding: 10px 10px 10px 26px;
  background: url(../../img/jotul/products/common/navi_bg.png) repeat left top;
  color: #ccc;
  font-weight: normal;
  border-top: 0;
  border-bottom: 1px solid #222;
}
.contentMenu .menuChild .menu.on {
  color: #f00;
}
.contentMenu .menuChild .menu:after {
  top: 10px;
}
.contentMenu .menuChild + .menu {
  border-top: 0;
}
.contentSect {
  width: 708px;
}

.sectTitle {
  font-size: 26rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: left;
}
.sectContent {
  text-align: left;
}
.sectContent .text {
  line-height: 2;
  margin-top: 26px;
}

.sectPara {
  margin-top: 42px;
}

.para {
  display: table;
  width: 100%;
  padding-top: 27px;
  padding-bottom: 26px;
  text-align: left;
  border-top: 1px solid #ddd;
}
.para:first-child {
  padding-top: 0;
  border-top: 0;
}

.paraContent,
.paraPhoto {
  display: table-cell;
  vertical-align: top;
}
.paraPhoto {
  width: 1%;
}
.paraPhoto .caption {
  margin-top: 5px;
  margin-bottom: 26px;
  padding: 0 5px;
  font-size: 11rem;
  line-height: 1.5;
  display: inline-block;
  text-align: left;
}

.paraPhotoTitle {
  padding-top: 36px;
}
.paraContent {
  padding-right: 16px;
}
.paraText {
  padding: 0 10px;
  font-size: 12rem;
  line-height: 2;
}
.paraTitle {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16rem;
}

.paraTitle:before {
  content:"";
  display: inline-block;
  margin-right: 5px;
  width: 5px;
  height: 16px;
  background: #444;
}
.paraTextPhoto {
  margin: 16px auto;
  padding: 0 10px;
  text-align: center;
}
.paraTextPhoto.paraTextPhotoLogo {
  text-align: left;
}
.paraTextPhoto.paraTextPhotoLogo img {
  border: 1px solid #ccc;
}
.paraTextPhoto .title {
  font-size: 12rem;
  margin-bottom: 5px;
  text-align: left;
}
.paraTextPhoto .photo {
  display: table-cell;
  width: 1%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.paraTextPhoto .photo:nth-child(2) {
  padding: 0 10px;
}
.paraTextPhoto .photo .caption {
  margin-top: 5px;
  padding: 0 5px;
  font-size: 11rem;
  line-height: 1.5;
  display: inline-block;
  text-align: left;
}

.paraText a {
  font-size: inherit;
  text-decoration: underline;
}
.paraText .astarisk {
  color: #f00;
}

.paraSubTitle {
  font-weight: bold;
  font-size: 12rem;
  line-height: 1.5;
  margin-top: 26px;
  margin-bottom: 10px;
  color: #555;
}
.paraSubTitle:first-child {
  margin-top: 0;
}
.paraSubText {
  font-size: 12rem;
  line-height: 2;
}
.attention {
  margin-top: 10px;
  padding: 10px;
  font-size: 11rem;
  color: #777;
  line-height: 2;
  border: 1px solid #ddd;
}
.attention em {
  font-size: inherit;
}

.q,
.a {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  font-size: 12rem;
  line-height: 2;
}
.q:before,
.a:before {
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-block;
  color: #aaa;
  font-weight: bold;
  font-size: 16rem;
}
.q:before {
  content:"Q.";
}
.a:before {
  content:"A.";
}


.para .table {
  margin: 26px 0;
}
.para .table .data {
  width: 100%;
  border-top: 1px solid #aaa;
}
.para .table .category {
  padding: 10px;
  border-bottom: 1px solid #aaa;
  white-space: nowrap;
  vertical-align: top;
}
.para .table .item {
  width: 15%;
  padding: 10px;
  color: #999;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #ccc;
  white-space: nowrap;
  vertical-align: top;
  font-size: 12rem;
  line-height: 1.5;
}
.para .table .content {
  padding: 10px;
  line-height: 1.5;
  font-size: 12rem;
  border-bottom: 1px solid #aaa;
}
.para .table a {
  text-decoration: underline;
}

.interviewTitle {
  font-weight: bold;
  font-size: 12rem;
  line-height: 1.5;
  margin: 26px 0 10px;
  color: #666;
}
.interviewTitle:first-child {
  margin-top: 0;
}
.interviewName {
  color: #888;
  font-size: 12rem;
}
.door_list {
	margin-bottom: 50px;
	padding: 0;
	text-align: left;
}
.door_li {
	display: inline-block;
	width: 220px;
	background-color: #ddd;
	text-align: center;
	padding: 5px 0 2px 0;
	margin-right: 5px;
}
.door_para {
	width: 43%;
	float: left;
	margin: 15px;
}
.door_cap {
	font-size: 12px;
	line-height: 1.6;
	padding-top: 10px;
	text-align: justify;
}