@charset "UTF-8";
/*---------------------------------------------------------
 会社概要用CSSファイル
---------------------------------------------------------*/

/* 中見出し */
#m_contents h3 {
  padding: 5px 10px 2px;
  margin: 0 0 10px 0;
  background-color: #409805;
  color: #fff;
  font-size: 14px; 
  font-weight: bold;
}

/* 会社概要 */
#corp_profile {
  width: 630px;
  margin: 0px auto 15px;
}

#corp_profile dt {
  clear: both;
  float: left;
  width: 7em;
  margin-left: 10px;
  padding-top: 7px;
}

#corp_profile dd {
  padding: 7px 10px 5px 9em;
  border-bottom: 1px dotted #ccc;
}

/* 沿革 */
#history {
  width: 630px;
  margin: 0px auto 15px;
}

dl#history dt {
  clear: both;
  float: left;
  width: 7em;
  margin-left: 10px;
  padding-top: 7px;
}

dl#history dd {
  padding: 7px 10px 5px 9em;
  border-bottom: 1px dotted #ccc;
}

/* 売上高の推移 */
p#sale_graph {
  margin: 5px 0px 16px 0px;
  text-align: center;
}

/* コンセプト */
p#started {
  margin: 5px 0px 5px 0px;
  color: #33ccaa;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

p#concept_promise {
  margin: 5px 0px 5px 0px;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
}

p#concept_step {
  margin: 5px 0px 5px 0px;
  text-align: center;
}

/* コンセプトの小見出し */
h4 {
  margin: 0px 3px 0px 0px;
  border-bottom: 3px solid #33ccaa;
  color: #33ccaa;
  font-size: 12pt;
  font-weight: bold;
}

/* ３つのコンセプト */
div#three_concept {
  float: left;
  width: 350px;
  padding: 3px 5px 0 5px;
}

div#three_concept dt {
  padding: 0 3px 5px 0;
  border-bottom: 1px solid #333333;
}

div#three_concept dd {
  padding: 3px 0 5px 5px;
  margin: 0 0 10px 0;
}

/* ５つのコンセプト */
div#five_policy {
  float: right;
  width: 420px;
  padding: 3px 5px 0 5px;
}

div#five_policy dd {
  padding: 3px 0 5px 5px;
  margin: 0 0 10px 0;
}

/* ツアーブランド */

dl#corp_brand dt:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; }
dl#corp_brand dt { zoom: 1;
  clear: both;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
}

dl#corp_brand dt strong {
  display: block;
  float: left;
  width: 390px;
  padding-left: 10px;
  font-size: 14px;
}

dl#corp_brand dt span {
  display: block;
  float: right;
  width: 400px;
  padding-right: 10px;
  text-align: right;
}
dl#corp_brand dt a { color: #333; }


dl#corp_brand dd {
  clear: both;
  padding: 5px 0 50px 10px;
}

dl#corp_brand dd .photo_block {
  float: left;
  width: 110px;
}

dl#corp_brand dd .text_block {
  margin-right: 120px;
}

dl#corp_brand dd .text_block span {
  color: #f60;
  font-weight: bold;
}
