/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */
 @charset "utf-8";

 .active {
	opacity: 1;
	translate: .6s;
 }

 /****************************************

          Breadcrumb

*****************************************/

#breadcrumb{
    font-size: 13px;
    padding: 10px 20px;
    margin-bottom: 10px;
}

#breadcrumb li {
    display: inline-block;
}

#breadcrumb li:not(:first-child):before {
    content: '\f0da';
    color: #aaa;
    margin: 0 0.6rem;
    position: relative;
    top: 1px;
    font-family: 'FontAwesome';
}

#breadcrumb .breadcrumb-title {
    color: #999;
}

@media screen and (max-width: 768px){
  #breadcrumb{
    font-size: 10px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }
}

p,div,textarea,input {
 margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  background: transparent;
}

b, strong {
  font-weight: bold;
}
