﻿@charset "utf-8";
/* CSS Document */

.ny-tit h3{
    float: left;
    font-size: 24px;
	color: #000000;
    line-height: 30px;
    border-left: 5px solid #0966b4;
    padding-left: 15px;

}
.ny-tit{
    padding: 0 0 30px 0;
}

.position{
    float: right;
    font-size: 0;
    padding-left: 25px;
    background: url(../images/icon-position.png) no-repeat;
    background-position: left 6px;
}

@media (max-width:380px) {
  .position{ display:none}
      }

.position a,.position span{
    font-size: 16px;
    line-height: 30px;
	color: #666666;
    display: inline;
}
.position a::after{
    content: '>';
    margin: 0 3px;
}
.position a:last-child:after{
    content: none;
}
.position a:hover{
    color: #0966b4;
}