@import "http://";
@charset "utf-8";
@font-face {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/fontawesome-webfont.eot?v=4.6.2');
  src: url('./fonts/fontawesome-webfont.eot?#iefix&v=4.6.2') format('embedded-opentype'), url('./fonts/fontawesome-webfont.woff?v=4.6.2') format('woff'), url('./fonts/fontawesome-webfont.ttf?v=4.6.2') format('truetype'), url('./fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular') format('svg');
}

header {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background-color: #fff;
  z-index: 3;
  /*文字詰めの目安　1.文字間隔を広げると優雅に見える　2.ゴシック体と比べて明朝体は文字間隔を広く取る　3.太字のゴシック体は文字間隔を詰めるとカッコイイ　4.ゴシック体は文字が太いので、文字サイズをお大きめにする*/
}

h4,
p {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  background-color: #fff;
  /*文字詰めの目安　1.文字間隔を広げると優雅に見える　2.ゴシック体と比べて明朝体は文字間隔を広く取る　3.太字のゴシック体は文字間隔を詰めるとカッコイイ　4.ゴシック体は文字が太いので、文字サイズをお大きめにする*/
}

a {
  word-wrap: break-word;
  z-index: 1;
}

h1.header {
  font-size: 18px;
  line-height: 30px;
}
p.header {
  font-size: 12px;
  line-height: 20px;
}
p.box {
  text-align: center;
  color: #000;
  font-size: 1.2em;
  line-height: 1.8;
  padding-top: 10px;
}
h4.box {
  background: #fff;
  color: #000;
  font-size: 1.2em;
  line-height: 1.5;
  padding-top: 5px;
  text-align: center;
}

ul.header {
  font-size: 14px;
  line-height: 20px;
  list-style: none;
}
.image {
  float: left;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 30px;
  border: 1px solid #000;
}
.text {
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px
}
nav {
  background: #000;
  margin-top: 0px;
  padding-top: 12px;
  padding-bottom: 8px;
  text-align: center;
  max-width: auto;
  white-space: no-wrap;
}
#No01 {
  margin-top:-180px;
  padding-top:180px;
}
#No02 {
  margin-top:-180px;
  padding-top:180px;
}
#No03 {
  margin-top:-180px;
  padding-top:180px;
}
#No04 {
  margin-top:-180px;
  padding-top:180px;
}
#No05 {
  margin-top:-180px;
  padding-top:180px;
}
header li {
  display: inline-block;
}
header li a {
  display: block;
  padding: .5em 1em;
  color: #fff !important;
  -webkit-transition: .1s;
  transition: .1s;
  word-break: break-word;
}
header li a:hover {
  color: #ffd700;
}
header {
  position: fixed;
  width: 100%;
}
main {
  display: block;
  padding: 240px 50px 50px 50px;
  background-color: #fff
}

.box_area {
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.title h4 {
  width: 640px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-size: 1.6em;
  line-height: 1.8;
  padding-top: 40px;
  border-bottom: dashed 2px #8c8b8b;
}

.box01 {
  width: 50%;
  box-sizing: border-box;
  padding: 1em 1em 2em 1em;
}

.box01 img {
  width: 100%;
}

.box02 {
  width: 25%;
  box-sizing: border-box;
  padding: 1em 1em 2em 1em;
}

.box02 img {
  width: 100%;
}

hr {
  height: 6px;
  background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
  border: 0;
}