@charset "UTF-8";


/*!
運用時に追加していくCSS
*/
strong {
color:#444444;
border-bottom: dashed 1px #FF4500;
}
.cool {
border-bottom: dashed 1px #FF4500;
}
.breadcrumb li {
font-size:14px;
}

.full_text80{
width:80%;
margin: 0 auto;
max-width: 1000px;
}
@media screen and (max-width: 767px) {
.full_text80{
margin: 0 auto;
width:100%;
  }
}
