/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #03895A;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
/*  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.1);
          box-shadow: inset 0 0 100px rgba(0,0,0,.1);*/
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}


@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}



/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    /*width: 700px;*/
  }
}
.caption{
  line-height: 1.8em;
  font-size: 13px;
  margin: 2em 0;
}
.btn-lg,.btn-lg:hover{
  margin: 0.5em;
  font-size: 16px;
  border: 3px solid #04C180;
  width: 12em;
  color: #00633F;
}
.btn-lg:hover {
  opacity: 0.8;
}
.site-wrapper.stripe{
  box-sizing:border-box;padding:3em 0;background-color: #03895A;
}
.site-wrapper-inner.stripe{
  background-color:#fff;
}
.stripe h1{
  color: #03895A;
  text-shadow : none;
  font-size: 32px;
}
.stripe p{
  padding: 0.5em;
  color: #333;
  text-shadow : none;
}
.stripe p img{
  margin: 1em;
}
.stripe table{
  margin: 0 auto;
  width: 50%;
}
.stripe thead th{
  text-align: center;
}
.stripe th{
  color: #03895A;
}
.stripe td{
  color: #333;
}
.stripe th,.stripe td{
  text-shadow : none;
  padding: 0.5em;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 13px;
}
.lawyer{
  display: inline-block;
  padding: 2em 6em 3em 6em;
}
.lawyer img{
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.lawyer strong{
  font-size: 18px;
  padding-left: 0.5em;
}
.lawyer .btn {
  margin-top: 0.5em;
  display: inline-block;
  padding: 0.5em 3em;
  border: 2px solid #fff;
  border-radius: 10em;
  -moz-border-radius: 10em;
  -webkit-border-radius: 10em;
}
.lawyer .btn:hover{
  color: #fff;
  text-shadow : none;
}
    	.hline{ 
    		margin:2em auto 0em auto; 
    		min-height:0.1em; 
    		border-bottom:1px solid #cce; 
		width: 100%;
    		max-width:620px;
    	}
      .catlist{
        font-size: 15px;
        max-width: 22em;
        margin: 0 auto;
      }
      .catlist h3{
          font-size: 15px;
          padding: 0.3em;
         text-align: center;
          background-color: orange;
      }
      .catlist ul{
        text-indent: -2.5em;
      }
      .catlist li{
        text-align: left;
        list-style: none;
        
      }
      .catlist a{
        text-decoration: underline;
        text-decoration-color: #fff;
      }

.bottom ul{
  list-style: none;
  margin-left: -2em;
}
.bottom ul li:before{
  content: "●";
  margin-left: -1em;
}
@media screen and (max-width: 480px) {
  br.sp{
    display: block;
  }
  .prof th{
    width: 65px;
  }
  .prof th span{
    display: inline-block;
    margin-left: -1.5em;
  }
  
}