@charset "UTF-8";
/*!
*  Style.css | 2015.12.27 by nakajima
*/
/* 共通スタイル設定
   ========================================================================== */
/*!
 *  Variables | 2015.11.02 by yk
 */
/* 汎用設定
   ========================================================================== */
.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20, #contents #rightContents dl dd {
  margin-bottom: 20px; }

.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.pt5 {
  padding-top: 5px; }

.pt10 {
  padding-top: 10px; }

.pt15 {
  padding-top: 15px; }

.pt20 {
  padding-top: 20px; }

.pb5 {
  padding-bottom: 5px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb20 {
  padding-bottom: 20px; }

.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.left, #contents #rightContents .link li, #contents #rightContents .pdf li {
  float: left; }

.right {
  float: right !important; }

/*--------------------------トップページスタイル設定--------------------------*/
#contents #rightContents h2 {
  margin-bottom: 10px;
  padding: 5px 20px;
  font-size: 18px;
  color: #FFF;
  background: #4D463D; }
  #contents #rightContents h2 span {
    margin-left: 10px;
    font-size: 12px;
    color: #fff;
    font-weight: normal; }
#contents #rightContents h3 {
  color: #E96093;
  font-size: 18px;
  border-bottom: #4D463D dotted 1px;
  margin: 60px 0 20px 0; }
#contents #rightContents dl dt {
  font-size: 16px;
  font-weight: bold; }
#contents #rightContents dl dd {
  margin-left: 20px;
  text-indent: -1em;
  padding-left: 1em; }
#contents #rightContents dl .time {
  color: #D70003; }
#contents #rightContents dl .attention {
  font-size: 12px; }
#contents #rightContents .space_txt {
  text-indent: -1em;
  padding-left: 1em; }
#contents #rightContents .spaceImg {
  margin: 20px 0 40px 0; }
#contents #rightContents .link {
  overflow: hidden;
  margin-bottom: 60px; }
  #contents #rightContents .link li {
    padding: 0 38px;
    font-size: 16px;
    border-right: #4D463D dotted 1px; }
    #contents #rightContents .link li a {
      color: #4D463D; }
    #contents #rightContents .link li .icon {
      margin-top: 5px; }
  #contents #rightContents .link .borderLeft {
    border-left: #4D463D dotted 1px; }
#contents #rightContents .space {
  text-align: center; }
#contents #rightContents .detailePDF {
  text-align: right; }
#contents #rightContents .pdf {
  overflow: hidden; }
  #contents #rightContents .pdf li {
    margin-bottom: 14px; }
  #contents #rightContents .pdf .center {
    margin-left: 24px;
    margin-right: 24px; }
