@charset "UTF-8";
@import url(acadapter_common.css);
/*---------------------------
タイトル
---------------------------*/
h1 {
  margin: 0 0 7px 0;
}

.title-banner {
  margin: 0 0 12px 0;
}

/*---------------------------
コンテンツ
---------------------------*/
h2 {
  margin: 0 0 15px 0;
}

.info-box {
  margin: 0 0 20px 0;
}

h3 img {
  vertical-align: bottom;
}

.info-box .inner-box {
  border: 1px solid #cccccc;
  padding: 10px 10px;
  font-size: 0.8em;
  line-height: 1.3;
}

.info-box .photo {
  float: right;
  width: 227px;
  text-align: center;
}

.info-box .text {
  float: left;
  width: 300px;
}
