@charset "utf-8";
/* ------------------------------------------------------------ 
						新着情報
------------------------------------------------------------ */

/*　一覧　*/
.infoNav {
margin-bottom: 40px;
}
.infoNav li {
float: left;
margin-right: 10px;
}
.infoNav li:last-child {
margin-right: 0;
}
.infoList li {
margin-bottom: 23px;
padding-bottom: 20px;
font-size: 123.1%;
border-bottom: #EAEAEA dashed 1px;
}
.infoList li p.day {
padding-left: 10px;
width: 150px;
float: left;
}
.infoList li img {
margin-right: 23px;
float: left;
}
.infoList li p.link {
width: 670px;
float: left;
line-height: 1.8;
}
.infoPager {
text-align: center;
margin-top: 60px;
}
.infoPager li {
display: inline;
}
.infoPager li a {
text-align: center;
width: 46px;
padding: 14px 20px;
border: #f3f3f3 solid;
border-width: 2px 0 2px 2px;
font-size: 123.1%;
}
.infoPager li.selected {
text-align: center;
width: 46px;
padding: 14px 20px;
border: #f3f3f3 solid;
border-width: 2px 0 2px 2px;
font-size: 123.1%;
background-color: #fff9e7;
color: #ff8640;
}
.infoPager li:first-of-type .selected,
.infoPager li:first-of-type a {
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}
.infoPager li:last-of-type .selected,
.infoPager li:last-of-type a {
border-width: 2px 2px 2px 2px;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}

/*　詳細　*/
.infoDtlData {
font-size: 123.1%;
margin-bottom: 20px;
}
.infoDtlData span {
font-size: 93.7%;
padding: 4px 10px;
line-height: 1;
color: #FFF;
background-color: #ff8c43;
margin-right: 10px;
}
.infoDtlData img {
margin-right: 10px;
vertical-align: top;
padding-top: 2px;
}
h3.pageMtit {
margin-bottom: 8px;
}
.infoDtlTitLine {
margin: 0 0 60px 0;
border-top: 1px solid #eeeeee;
}
.infoDtlCont {
font-size: 123.1%;
margin-bottom: 50px;
}
.infoDtlBtn {
text-align: center;
}
.infoDtlBtn a {
display: inline-block;
width: 300px;
padding: 15px 0;
font-size: 153.9%;
font-weight: bold;
text-decoration: none;
color: #fff;
background: url(../information/img/arrow01.gif) no-repeat 25px center #ff8c43;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.infoDtlBtn a:hover {
opacity: 0.7;
}
