@charset "UTF-8";

/**********************************************************
概要
**********************************************************/
/*
個別ページ | 関連情報 | お問い合わせ

ファイル名  ：main-other-contact.css
読込先      ：other/contact.html
コピーライト：(C) 2009 The School of Soke Tachibana / Core Impressions all rights Reserved. 

内容：
  1：メイン - 左右パディング
  2：メイン - HTML各要素
----------------------------------------------------------*/



/*----------------------------------------------------------
  1：メイン - 左右パディング
----------------------------------------------------------*/


div#main .inner {
  margin: 0;
  padding: 0 20px 0 40px;
}


/*----------------------------------------------------------
  2：メイン - HTML各要素
----------------------------------------------------------*/

/* 見出し要素
------------------------------*/
div#other-contact h1 {
  margin : 0;
  padding: 0;
}

div#other-contact h2 {
  margin : 1.75em 0 0.5em 0;
  padding: 0;
  border-bottom: solid 1px #A3401D;
}

/* レイアウト
------------------------------*/
div#other-contact {
  margin : 0 0 150px 0;
  padding: 0;
}

/* 段落
------------------------------*/
div#other-contact p {
  margin : 0;
  padding: 0;
  line-height: 1.75em;
}

/* 定義リスト
------------------------------*/
div#other-contact dl {
  margin: 0;
  padding: 0;
}

div#other-contact dt,
div#other-contact dd {
  margin: 0;
  padding: 0;
  line-height: 1.75em;
}

div#other-contact dt {
  font-size: 1.25em;
  color: #A3401D;
}

/* リスト
------------------------------*/
div#other-contact ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: disc;
}

div#other-contact li {
  margin: 0;
  padding: 0;
  line-height: 1.75em;
}

/* その他の要素
------------------------------*/
div#other-contact blockquote,
div#other-contact cite,
div#other-contact q,
div#other-contact address {
  margin: 1em 0;
  padding: 0;
}

/* 整形済みテキスト
------------------------------*/
div#other-contact pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}



