@charset "utf-8";
#notice {
    padding-lef_t: 20px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: none;
    border-left-style: none;
    border-right-color: #cccccc;
    border-left-color: #A19A85;
    width: 810px;
    margin-top: 60px;
    margin-right: 50px;
    margin-bottom: 60px;
    margin-left: 50px;
}

#notice h3 {
    margin-bottom: 20px;
    margin-top: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}
#notice h4 {
    margin-bottom: 20px;
    margin-top: 35px;
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: large;
    border-radius: 8px;
    border-collapse: collapse;
    background-repeat: repeat;
    padding-right: 8px;
    padding-left: 20px;
    color: #000000;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px #000000;
    box-shadow: 0px 0px #000000;
    text-align: center;
}
#notice p {
    line-height: 1.7em;
    margin-top: 10px;
    text-align: left;
    margin-left: 20px;
    padding-left: 8px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
}

#notice .date {
    text-align: right;
}
#notice .center {
    text-align: center;
}



#notice td {
    border: 1px solid #333333;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-left: 20px;
}
#notice .t_title {
    background-color: #EBEBEB;
    text-align: left;
    width: auto;
    font-size: medium;
    margin-top: 1.5em;
}
.support_notice {
    border-collapse: collapse;
    font-size: 14px;
    width: auto;
    margin-left: 20px;
}
#note p {
    line-height: 1.5em;
    margin-top: 0px;
    text-align: left;
    margin-left: 34px;
    text-indent: -14px;
    font-size: 14px;
}

.rireki{
    width : auto;
    margin-left: 30px;
    margin-top: 15px;
    margin-right: 30px;
    border: 1px dashed rgba(237,0,3,1.00);
    padding-left: 15px;
}
.rireki dl{
    width : auto;
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.rireki dt{  
  font-weight : bold;
	margin-left: 5px;
	background-image: url(../img/arrow_r.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

.rireki dd{  
  line-height : 1.8;    
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #999999;

  margin-top : 15px;    
  margin-bottom : 15px;
  margin-left : 17px;

  padding-right : 15px;     
  padding-left : 6px;
}
