@charset "utf-8";

#Content section {  
}
#Content section h2 {
  padding-left:20px;
  color:#000;
  line-height:1.4em;
  border-left:40px solid #f0f0f0;
}

#Content section #boxGuide {
  margin-top:30px;
  padding:50px;
  min-height:400px;
  font-size:18px;
  line-height:1.5em;
  border:1px solid #ccc;
  border-radius:6px;
}
#Content section #boxGuide ul {
  padding:12px;
}
#Content section #boxGuide ul li {
  margin-left:20px;
}

#Content section #boxGuide h3 {
  display:block;
  padding:9px 0;
  font-size:24px;
  font-family: "Shippori Mincho", serif;
  background:none;
}

a.btnDocExcel,
a.btnDocWord,
a.btnDocPDF,
a.btnExt {
  margin:6px;
}


/* ------------------------------------------------------------ */
/*   For SmartPhones                                            */
/* ------------------------------------------------------------ */
@media print, screen and (max-width: 640px) {

#Content section h2 {
  padding-left:0;
  border-left:none;
  line-height:1.3em;
}

#Content section #boxGuide {
  margin-top:10px;
  padding:20px;
  min-height:300px;
  font-size:15px;
}
#Content section #boxGuide h3 {
  font-size:20px;
}


}
