@charset "utf-8";

/* ===================================================================
CSS Document

  file name  :uniq.css
 
=================================================================== */


#contents h3{
	padding: 15px 18px;
    margin-bottom: 20px;
    display: block;
    color: #af8800;
    font-size: 24px;
    line-height: 1.2;
    font-weight: normal;
    background: #edeade;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ded6b8;
    border-top: 3px solid #c9b15d;
    font-family: "Times New Roman", Times, serif;
}

#contents .box .txt span{
	font-weight: bold;
}
#contents .box .link a{
	color: #557586;
	text-decoration: underline;
}

@media screen and (max-width: 900px){
  #contents .box .txt{
    padding: 0 10px;
  }
}