@charset "utf-8";
/* CSS Document */
/*
ページタイトル
----------------------------------------------------------------------*/
#page_title {
  background-image: url(image/title.jpg)
}
/*
概要
----------------------------------------------------------------------*/
.gaiyo {
  width: 100%;
  margin: 20px auto 30px auto;
  overflow: hidden;
}
.gaiyo .text {
  width: 100%;
}
.gaiyo .photo {
  width: 100%;
}
/*
予防接種
----------------------------------------------------------------------*/
.yobou_block {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
}
.yobou_block .table_block {}
.tabl01 {
  width: 100%;
  border-top: 1px solid #959595;
  border-left: 1px solid #959595;
}
.tabl01 th, .tabl01 td {
  width: 100%;
  display: block;
  border-bottom: 1px solid #959595;
  border-right: 1px solid #959595;
}
.tabl01 th {
  background-color: #FCF2E0;
  text-align: left;
  font-weight: normal;
}
.tabl01 th p {}
.tabl01 td {}
.yobou_block .text_block {}
/*
バナー
----------------------------------------------------------------------*/
.banner {
  clear: both;
  background-image: url(image/banner.gif);
  width: 100%;
  height: 80px;
  margin: 30px auto;
  overflow: hidden;
}
.banner address {
  display: none;
}
/*
テキスト
----------------------------------------------------------------------*/
.textblock {
  width: 100%;
  margin: 0px auto 20px;
  overflow: hidden;
}
/*
テキスト
----------------------------------------------------------------------*/
.text_block2 {
  width: 100%;
  margin: 0px auto 15px;
  overflow: hidden;
}
/*表
----------------------------------------------------------------------*/
.tabl01 {
  width: 100%;
  border-left: 1px solid #959595;
  border-top: 1px solid #959595;
  margin: 0px auto 20px auto;
  box-sizing: border-box;
}
.tabl01:nth-of-type(1){
  margin-top: 15px;
}
.tabl01 th, .tabl01 td {
  width: 100%;
  padding: 10px;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
  box-sizing: border-box;
}
.tabl01 th {
  background-color: #FCF2E0;
  text-align: center;
}
.tabl01 th p {}
.tabl01 td {}
/*2カラム*/
.two_column {
  width: 100%;
  overflow: hidden;
  margin: 0px 0px 20px;
}
.two_column .text {
  width: 100%;
}
.two_column .text dl {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.two_column .text dl dt {
  background-image: url(image/ico_tri.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 6px;
  font-size: 110%;
}
.two_column .text dl dd {
  padding-left: 10px;
}
.two_column .img {
  width: 70%;
	margin: 15px auto 0;
  overflow: hidden;
}
.two_column .img > img{
  width: 100%;
  height: auto;
}
.ico_pink {
  margin-left: 0;
  margin-bottom: 10px;
  border-left: 6px solid #F66;
  padding-left: 7px;
  font-size: 16px;
}