@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

/*
===== : base ===========================
*/
#wrap {
	background:url(images/topbg.jpg) no-repeat center top;
}
#headerBg{
	background: url(images/hdbg.jpg) no-repeat center top;
	margin:0 0 0 -70px;
	z-index: 2;
}
/*
===== : Decoration ===========================
*/
.leftBox{
  float: left;;
  width: 450px;
}
.rightBox{
  float: right;
  width: 200px;
  margin-left: 10px;
}
.rightBox img{
  margin-bottom: 20px;
}
.capitalIcon{
  float: left;
  margin:0 10px 5px 0;
}
.leadTxt{
  margin-top: 15px;
}
.photo {
  margin: 0 0 1em 2em;
  padding: 1px;
  border: #d0d0d0 1px solid;
}
.voiceBox {
  background: #EEEEEE;
  padding: 25px 30px;
  border: #dfe3df 1px solid;
}
.voiceTitle {
  margin-bottom: 20px;
}
.subTitle {
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: underline;
}
.section{
  margin-bottom: 2em;
}
.textBox{
  float: left;
  width: 435px;
}
.picBox {
  float: right;
  width: 200px;
  padding-top: 75px;
}


/* clearfix*/

.section:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.section {
  min-height: 1px;
}

* html .section {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}