@charset "utf-8";
/*****************************************************************************
CSS only for /ew/news/
*****************************************************************************/
/* .News
-----------------------------------------*/
.News{
  margin: 50px 0;
  line-height: 1.3;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.News{
  margin:30px 10px;
}
}
.News .newsSubTitle{
  font-size: 21px;
  margin:1em 0 0.5em 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.News .newsSubTitle{
  font-size: 18px;
}
}
/* News__anchorlink */
@media only screen and (max-width:640px) and (max-device-width:1280px){
.News .News__anchorlink ul{
  text-align: center;
}
}
.News .News__anchorlink ul li{
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.News .News__anchorlink ul li{
  margin:15px 15px 0 15px;
}
}
.News .News__anchorlink ul li a{
  position: relative;
  padding-left: 15px;
}
.News .News__anchorlink ul li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #5378c6;
    border-right: solid 1px #5378c6;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
/* News__list */
.News .News__list{
}
.News .News__list p{
  margin-bottom: 1em;
}
.News .News__list dl dt{
  float: left;
  width: 150px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.News .News__list dl dt{
  float: none;
  width: auto;
  margin-bottom: 5px;
}
}
.News .News__list dl dd{
  padding:0 0 15px 150px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.News .News__list dl dd{
  padding:0 0 15px 1em;
}
}
.News .News__list dl dd a.arrowPdf{
  padding-left: 20px;
  background: url(/common/images/ga2012_icn_pdf.gif) no-repeat left top;
}
/* News__list__archive */
.News .News__list .News__list__archive{
}
.News .News__list .News__list__archive li{
  margin-top: 5px;
}
.News .News__list .News__list__archive a{
  padding-left: 15px;
  position: relative;
  display:inline-block;
}
.News .News__list .News__list__archive a::after {
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #5378c6;
    border-right: solid 1px #5378c6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}