@charset "utf-8";
/* CSS Document */

/* ------------------
お知らせ
------------------ */

/*一覧*/
.infMtit {
margin-bottom: 15px;
}
.infList {
margin-bottom: 20px;
}
.infList li {
border-bottom: 1px dotted #C8D581;
margin-bottom: 10px;
padding-bottom: 10px;
}
.infDate {
float: left;
width: 100px;
}
.infTxt {
float: right;
width: 790px;
}
.infPage {
text-align: center;
}
/*詳細*/
.infDetDate {
margin-bottom: 5px;
}
.infDetTit {
font-size: 116.6%;
font-weight: bold;
border-bottom: 1px dotted #C8D581;
margin-bottom: 20px;
padding-bottom: 10px;
}
.infDetImg {
height: 310px;
width: 310px;
background-color: #F0F4DD;
text-align: center;
vertical-align: middle;
float: left;
margin-right: 20px;
margin-bottom: 20px;
}
.infDetTxt {
margin-bottom: 40px;
line-height: 1.8;
}
.infDetBtns {
width: 310px;
margin-right: auto;
margin-left: auto;
}
.infDetBtns li {
float: left;
}
.infDetBtns li.last {
float: right;
}
/* ------------------------------------------------------------------------------
SP
------------------------------------------------------------------------------ */
@media screen and (max-width:769px) {
.infTxt {
width: 100%;
}
}