@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.page {
  background: url("../images/clinic-images/page-bg.jpg") 50% 50% no-repeat;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.message__txt {
  width: 65%;
}
.message__img {
  width: 25%;
}
.outline tr:nth-child(odd) {
  background-color: #eee;
}
.outline__tit {
  width: 110px;
  padding: 15px;
}
.outline__txt {
  padding: 15px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.message__txt {
  float: none;
  width: 100%;
  margin-bottom: 40px;
}
.message__img {
  display: block;
  float: none;
  width: 60%;
  margin: 0 auto;
}
.outline__tit {
  width: 90px;
  padding: 10px;
}
.outline__txt {
  padding: 10px;
}

}

