table.observe {
  margin:20px 0;
  border-left: 1px solid #b6b6b6;
  border-right: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  width: 100%;
}
table.observe th, table.observe td {
  border-top: 1px solid #b6b6b6;
  vertical-align: top;
  text-align: left;
}
table.observe th {
  padding: 15px 10px;
  border-right: 1px solid #b6b6b6;
  background: #f9e5e5;
  width: 30%;
}
#services table.observe th, #work table.observe th {
  font-size:110%;
  font-weight: normal;
}
#services table.observe th span, #work table.observe th span {
  display:block;
  font-size:80%;
}
table.observe td {
  padding: 15px;
}
 @media screen and (max-width: 800px) {
table.observe th, table.observe td {
width: 100%;
padding:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
table.observe th {
 display: block;
 border-right: none;
}
table.observe td {
float:left;
border-top: none;
}
}
table.observe ul{
  margin: 0;
  padding-left: 1em;
}
table.observe ol{
  padding-left: 2em;
}
table.observe ul > li{
  list-style: disc;
}
p.entry_btn {
    text-align: center;
    margin: 3em 0px 1.5em;
}
p.entry_btn span a {
    color: #FFF;
    background: none repeat scroll 0% 0% #E80403;
    padding: 0.5em 0;
    width:250px; 
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 160%;
    text-decoration: none;
}
.topImg {
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
    height: 300px;
    overflow: hidden;
    text-indent: -9999px;
}
@media screen and (max-width: 480px) {
  .topImg {
    height: 130px;
  }
}
.common-article ul.social li{
  line-height: 1;
}
.common-article ul.social li.twitter_btn{
  margin-right: 0;
}
ul._ie7 > li{
  *width: 100%;
  *list-style: none !important;
}
ul.__dd > li/*dl使ったときのスタイル指定に*/{
  margin-bottom: 1em;
}
.iframe-wrapper{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0.5em 0 0;
}
.iframe-wrapper > iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
ul.disc.__access{
  padding-left: 1em;
}