.news .global.main {
  padding-bottom: 30px;
  background: url(../img/bg_stripe_skyblue_01.gif);
  background-size: 21px 21px;
  line-height: 1.5; }
  .news .global.main h2 {
    font-size: 0px;
    line-height: 0px; }
  .news_gekkan .global.main h2 {
	font-size: 16px;
    line-height: 16px; }
  .news .global.main .h01 {
    padding: 0;
    height: 38px;
    line-height: 38px; }
  .news .global.main header nav {
    border-bottom: 1px solid #cccccc;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(5%, #f2f2f2));
    background-image: -webkit-linear-gradient(#000000, #f2f2f2 5%);
    background-image: -moz-linear-gradient(#000000, #f2f2f2 5%);
    background-image: -o-linear-gradient(#000000, #f2f2f2 5%);
    background-image: linear-gradient(#000000, #f2f2f2 5%);
    height: 39px;
    line-height: 39px; }
    .news .global.main header nav a {
      font-weight: normal;
      font-size: 14px;
      color: #0499e5;
      height: 39px; }

.news .global.main h3.date {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3ebff3), color-stop(100%, #16aae6));
  background-image: -webkit-linear-gradient(#3ebff3, #16aae6);
  background-image: -moz-linear-gradient(#3ebff3, #16aae6);
  background-image: -o-linear-gradient(#3ebff3, #16aae6);
  background-image: linear-gradient(#3ebff3, #16aae6);
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 2px;
  font-weight: normal;
  font-size: 16px;
  color: white;
  padding: 6px 12px;}

.news .list01 {
  border-top: 1px solid #cccccc; }
  /* line 153, all.css.scss */
  .news .list01 li {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background-image: -webkit-linear-gradient(#ffffff, #efefef);
    background-image: -moz-linear-gradient(#ffffff, #efefef);
    background-image: -o-linear-gradient(#ffffff, #efefef);
    background-image: linear-gradient(#ffffff, #efefef);
    border-bottom: 1px solid #cccccc; }
  /* line 157, all.css.scss */
  .news .list01 a {
    font-weight: normal;
    font-size: 14px;
    color: #0499e5;
    display: block;
    padding: 10px 28px 10px 10px;
    background: url(../img/ico_arrow_pink_04.png) no-repeat 302px center;
    background-size: 11px 17px;
    text-decoration: none; }
    /* line 164, all.css.scss */
    .list01 a .notes {
      font-size: 12px; }

.news .global.main ul.list01.news p.images {
  display: table-cell;
  padding-right: 8px;
  vertical-align: middle; }
  /* line 454, index.css.scss */
  .news .global.main ul.list01.news p.images img {
    display: block;
    border: 2px solid #0499e5; }



.news .global.main ul.list01.news a { position: relative; }
.news .global.main ul.list01.news div.new {
  position: absolute;
  top: 0;
  right: 0; }
.news .global.main ul.list01.news div.texts {
  font-weight: normal;
  font-size: 12px;
  color: black;
  display: table-cell;
  line-height: 1.3;
  vertical-align: middle; }
  .news .global.main ul.list01.news div.texts .date {
    display: inline;
    padding: 2px 5px;
    border-radius: 3px;
    background: #0499e5;
    font-weight: bold;
    font-size: 10px;
    color: #fff; }
  .news .global.main ul.list01.news div.texts .date + div {
    margin-top: 3px; }
  .news .global.main ul.list01.news div.texts .author {
    font-weight: bold;
    font-size: 12px;
    color: #f90303; }
  .news .global.main ul.list01.news div.texts .title {
    font-weight: bold;
    font-size: 14px;
    color: #0499e5;
    line-height: 1.4; }
  .news .global.main ul.list01.news div.texts .description {
    font-size: 11px; }
