﻿.course h4{
  border-bottom: solid 1px #bbc9d5;
  padding-bottom: 3px;
  margin-bottom: 5px;
  font-weight: 700;
}

.course ul{
  margin: 0;
  list-style: none;
  padding-bottom: 3px;
  border-bottom: dotted 2px #bbc9d5;
}

.therapy ul {
  line-height: 1.75em;
}

.therapy li {
  margin-bottom: 0.75em;
}

.bordering {
    color: #FFF;
    text-shadow: 1.5px 1.5px 1px white,
    -1.5px 1.5px 1px white,
    1.5px -1.5px 1px white,
    -1.5px -1.5px 1px white;
}
.img_shadow {
	box-shadow: 2px 2px 10px #808080; /*CSS3*/
	-moz-box-shadow: 2px 2px 10px #808080; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 10px #808080; /* Google Chrome, Safari用*/
	}