@charset "utf-8";
@import "../../../css/normalize.css";
@import "../common.css";
/*====================================
	目立たない矯正治療
=====================================*/
#container { line-height: 1.6;}

  #container p {
    margin-top: 1.0em;
  }

  .index li {
    list-style-type:disc;
    margin-left: 1.5em;
    margin-top: 0.5em;
  }

#container section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #cccccc;
}

  #container section h3 {
    font-size: 120%;
    color: #076ab6;
    font-weight: bold;
    line-height: 1.4;
  }
  
  #container section p.attention {
    text-indent: -2.0em;
    padding-left: 2.0em;
  }

  #container section aside {margin: 20px 0;}
  #container section aside img {
    display: block;
    width: 100%;
    height: auto;
  }

#incognito h4 {
  margin: 1.0em 0 0.5em 0;
  color: #076ab6;
  font-weight: bold;
}

.button {
  display: block;
  margin: 1.5em auto;
  padding: 0.8em 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color:#076ab6 !important;
  background-color: #fff;
  border: solid 2px #076ab6;
}

.button:hover {
  color:#FFFFFF !important;
  background-color: #076ab6;
}
/*
.text{
	margin: 0 0 20px 0;
}

figure{
	display:block;
	width:300px;
	margin:15px auto;
}
*/