@charset "UTF-8";
/*------------------------------------
共通スタイル
------------------------------------*/
.page_news body {
  background-color: #FFF;
}
.page_news .main_header {
  background-image: url("../news/img/news_01.jpg");
}
.page_news .main > dl dt {
  color: #FFF;
}

/*------------------------------------
640px以下（スマホ用）の記述
------------------------------------*/
@media only screen and (max-width: 740px) {
  .page_news .main_wrapper{
    margin-top: 115px;
  }
  .page_news .news_title h3 {
    margin: 0 3%;
    margin-top: 65px;
    font-size: 22px;
    font-weight: 700;
    color: white;
    line-height: 1em;
    text-decoration: none;
    padding: 18px 10px 15px 15px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #0f1177;
  }
  .page_news .main_wrapper .main {
    margin: 3%;
  }
  .page_news .main_wrapper .main > h3 {
    font-size: 18px;
    font-weight: 400;
    color: #0f1177;
    line-height: 1.3;
    text-decoration: none;
    margin-bottom: 1em;
    background-color: #e5e6fc;
    padding: 12px;
    padding-left: 25px;
    position: relative;
  }
  .page_news .main_wrapper .main > h3:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 5px;
    height: 27px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #0f1177;
  }
  .page_news .main_wrapper .main > dl dt {
    width: 9em;
    text-align: center;
    padding: 3px 12px;
    margin-right: 1em;
    float: left;
  }
  .page_news .main_wrapper .main > dl dd {
    margin-right: 1em;
    padding-top: 2px;
  }
  .page_news .main_wrapper .outlet_header .outlet_cells {
    clear: both;
    margin-top: 1em;
    margin-bottom: 2em;
  }
  .page_news .main_wrapper .outlet_header .outlet_cells img {
    display: block;
    margin: 1em auto;
  }
  .page_news .main_wrapper .outlet_header .outlet_cells ul {
    margin-bottom: 1em;
    list-style-type: disc;
    list-style-position: inside;
  }
  .page_news .main_wrapper .outlet_header .outlet_cells p {
    vertical-align: bottom;
  }
  .page_news .main_wrapper .entry_article {
    clear: both;
    margin-bottom: 2em;
  }
  .page_news .main_wrapper .entry_article dl {
    overflow: hidden;
    *zoom: 1;
    font-weight: 700;
    margin: 2em 0;
  }
  .page_news .main_wrapper .entry_article dl dt {
    float: left;
  }
  .page_news .main_wrapper .entry_article h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ff4000;
    line-height: 150%;
    text-decoration: none;
    margin-bottom: 1em;
  }
  .page_news .main_wrapper .entry_article table {
    width: 100%;
    margin-bottom: 2em;
  }
  .page_news .main_wrapper .entry_article table tr th {
    border: 1px solid #CCC;
    padding: 8px;
  }
  .page_news .main_wrapper .entry_article table tr td {
    border: 1px solid #CCC;
    padding: 8px;
  }
  .page_news .main_wrapper .entry_article ul {
    list-style-type: disc;
    list-style-position: inside;
  }
  .page_news .main_wrapper .entry_article .col-2 {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 1em;
    list-style-type: none;
  }
  .page_news .main_wrapper .entry_article .col-2 li {
    float: left;
    margin-right: 15px;
  }
  .page_news .main_wrapper .entry_article .liniar {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 2em;
    list-style-type: none;
  }
  .page_news .main_wrapper .entry_article .liniar li {
    float: left;
    margin-right: 1em;
  }
  .page_news .main_wrapper .side_nav {
    background-color: #0f1177;
    color: #fff;
  }
  .page_news .main_wrapper .side_nav a {
    text-decoration: none;
  }
  .page_news .main_wrapper .side_nav h3 {
    padding: 12px 21px;
  }
  .page_news .main_wrapper .side_nav h3 a {
    color: #FFF;
    font-size: 15px;
    display: inline-block;
    background: url(../misc/icon_18.png) 0 center no-repeat !important;
    padding-left: 16px;
    margin-left: -13px;
  }
  .page_news .main_wrapper .side_nav img {
    vertical-align: bottom;
  }
  .page_news .main_wrapper .side_nav dl dt {
    background-color: #5758a0 !important;
    color: #FFF;
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 22px;
  }
  .page_news .main_wrapper .side_nav dl dd {
    background-color: #fff;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(242, 242, 242, 0.7) 100%);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(242, 242, 242, 0.7) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(242, 242, 242, 0.7) 100%);
    border: 1px solid #D6D6D6;
  }
  .page_news .main_wrapper .side_nav dl dd a {
    background: url(../misc/icon_19.png) 8px center no-repeat !important;
    padding-left: 22px;
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
  }
.page_news .main_wrapper .side_nav dl dd.category_title{
    border: 1px solid #D6D6D6;
    background: #F1F2FE url(../misc/icon_24.png) 8px center no-repeat !important;
    padding-left: 22px;
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    color:#000;
}

.page_news .main_wrapper .side_nav dl dd.category_child a{
    background: #fff url(../misc/icon_15.png) 22px center no-repeat !important;
    padding-left: 37px;
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
}
  .outlet_photo{
    width: 49%;
    float: left;
    margin-left: 1%;
    margin-bottom: 3%;
  }
  .outlet_photo:first-child{
    margin-left: 0;
  }
  .outlet_photo:nth-of-type(2n+1){
    margin-left: 0;
    clear: both;
  }
  .side_nav{
    clear: both;
  }
  .outlet_photo dl{
    font-size: 10px;
  }
  .outlet_photo dl a{
    font-size: 18px;
  }
  .outlet_photo dl em{
    display: block;
    font-size: 13px;

  }
  .outlet_photo .orange{
    font-size: 1.5em;
    font-weight: 700;
  }
}
/*------------------------------------
640px以上用（PC用）の記述
------------------------------------*/
@media print, screen and (min-width: 741px) {
  .page_news .main_wrapper {
    overflow: hidden;
    *zoom: 1;
  }
  .page_news .main_wrapper .main_img {
    background-image: url("../news/img/news_02_pc.jpg");
  }
  .page_news .main_wrapper .side_nav {
    background-color: #0f1177;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    padding-bottom: 12px;
    width: 240px;
  }
  .page_news .main_wrapper .side_nav a {
    text-decoration: none;
  }
  .page_news .main_wrapper .side_nav h3 {
    padding: 12px 21px;
  }
  .page_news .main_wrapper .side_nav h3 a {
    color: #FFF;
    font-size: 15px;
    display: inline-block;
    background: url(../misc/icon_18.png) 0 center no-repeat !important;
    padding-left: 16px;
    margin-left: -13px;
  }
  .page_news .main_wrapper .side_nav img {
    vertical-align: bottom;
  }
  .page_news .main_wrapper .side_nav dl dt {
    background-color: #5758a0 !important;
    color: #FFF;
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 22px;
  }
  .page_news .main_wrapper .side_nav dl dd {
    background-color: #fff;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(242, 242, 242, 0.7) 100%);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(242, 242, 242, 0.7) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(242, 242, 242, 0.7) 100%);
    border: 1px solid #D6D6D6;
  }
  .page_news .main_wrapper .side_nav dl dd a {
    background: url(../misc/icon_19.png) 8px center no-repeat !important;
    padding-left: 22px;
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
  }
.page_news .main_wrapper .side_nav dl dd.category_title{
    border: 1px solid #D6D6D6;
    background: #F1F2FE url(../misc/icon_24.png) 8px center no-repeat !important;
    padding-left: 22px;
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    color:#000;
}

.page_news .main_wrapper .side_nav dl dd.category_child a{
    background: #fff url(../misc/icon_15.png) 22px center no-repeat !important;
    padding-left: 37px;
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
}

  .page_news .main_wrapper .news_title {
    border-bottom: 3px solid #0f1177;
    margin-bottom: 35px;
    /*margin-top:125px!important;*/
  }
  .page_news .main_wrapper .news_title h3 {
    font-size: 24px;
    font-weight: 700;
    color: white;
    line-height: 1em;
    text-decoration: none;
    width: 350px;
    padding: 20px 12px 17px 12px;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px;
    border-radius: 8px 8px 0 0;
    background-color: #0f1177;
  }
  .page_news .main_wrapper .outlet_header {
    clear: both;
    display: table;
    width: 100%;
    margin-bottom: 3em;
  }
  .page_news .main_wrapper .outlet_header .outlet_cells {
    display: table-cell;
    vertical-align: middle;
  }
  .page_news .main_wrapper .outlet_header .outlet_cells:first-child {
    width: 256px;
    padding-right: 15px;
  }
  .page_news .main_wrapper .outlet_header .outlet_cells img {
    margin-right: 1em;
  }
  .page_news .main_wrapper .outlet_header .outlet_cells ul {
    margin-bottom: 1em;
    list-style-type: disc;
    list-style-position: inside;
  }
  .page_news .main_wrapper .main {
    width: 805px;
  }
  .page_news .main_wrapper .main > h3 {
    font-size: 22px;
    font-weight: 400;
    color: #0f1177;
    line-height: 1.3;
    text-decoration: none;
    margin-bottom: 1em;
    background-color: #e5e6fc;
    padding: 18px;
    padding-left: 30px;
    position: relative;
  }
  .page_news .main_wrapper .main > h3:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 5px;
    height: 39px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #0f1177;
  }
  .page_news .main_wrapper .main > dl dt {
    float: left;
    padding: 3px 25px;
    margin-right: 1em;
  }
  .page_news .main_wrapper .main > dl dd {
    margin-right: 1em;
    padding-top: 2px;
  }
  .page_news .main_wrapper .main .entry_article {
    clear: both;
    margin-bottom: 3em;
  }
  .page_news .main_wrapper .main .entry_article dl {
    overflow: hidden;
    *zoom: 1;
    font-weight: 700;
    margin: 2em 0;
  }
  .page_news .main_wrapper .main .entry_article dl dt {
    float: left;
  }
  .page_news .main_wrapper .main .entry_article dl dd {
    float: left;
  }
  .page_news .main_wrapper .main .entry_article h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ff4000;
    line-height: 150%;
    text-decoration: none;
    margin-bottom: 1em;
  }
  .page_news .main_wrapper .main .entry_article table {
    width: 100%;
    margin-bottom: 2em;
  }
  .page_news .main_wrapper .main .entry_article table tr th {
    border: 1px solid #CCC;
    padding: 8px;
  }
  .page_news .main_wrapper .main .entry_article table tr td {
    border: 1px solid #CCC;
    padding: 8px;
  }
  .page_news .main_wrapper .main .entry_article ul {
    list-style-type: disc;
    list-style-position: inside;
  }
  .page_news .main_wrapper .main .entry_article .col-2 {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 1em;
    list-style-type: none;
  }
  .page_news .main_wrapper .main .entry_article .col-2 li {
    float: left;
    margin-right: 15px;
  }
  .page_news .main_wrapper .main .entry_article .liniar {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 2em;
    list-style-type: none;
  }
  .page_news .main_wrapper .main .entry_article .liniar li {
    float: left;
    margin-right: 1em;
  }
  .outlet_photo{
    width: 250px;
    float: left;
    margin-right: 15px;
    margin-bottom: 30px;
  }
  .outlet_photo:nth-of-type(3n+1){
    clear: both;
  }
  .outlet_photo img{
    margin-bottom: 0.3em;
  }
  .outlet_photo dl{
    font-size: 10px;
  }
  .outlet_photo dl a{
    font-size: 18px;
  }
  .outlet_photo dl em{
    display: block;
    font-size: 13px;

  }
  .outlet_photo .orange{
    font-size: 2em;
    font-weight: 700;
  }

}
.outlet_cells .orange{
    font-size: 2em;
    font-weight: 700;
  }
