@charset "utf-8";
/* CSS Document */
/* ##################################################################### */
/*	共通設定
/* ##################################################################### */
/* ===================================================================== */
/*	共通設定 基本 
/* ===================================================================== */
#contentWide .basic h1, #content .basic h1 {
    display: block;
    clear: both;
    float: left;
    background-color: #E1E1E1;
    color: #666;
    font-size: 130%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(../images/h1_mobile.gif);
    background-repeat: repeat-y;
    background-position: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    margin-bottom: 15px;
    font-family: I-OTF-UD新聞ゴシックPro Dp;
    letter-spacing: 0.1em;
    line-height: 1.7em;
}
.basic h1 {
    font-size: 140%;
    width: 100%;
    float: left;
    clear: both;
}
.basic h1 span {
    margin-right: 15px;
    margin-left: 15px;
}
h1.h1cat {
    font-size: 120%;
    width: 100%;
    margin-bottom: 15px;
    background-color: #3f2525;
    background-image: url(../images/newslisttitel.gif);
    background-repeat: no-repeat;
    background-position: 5px;
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
}
#contentWide .basic h2, #content h2.basic {
    width: 100%;
    display: block;
    font-size: 100%;
    float: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #9C9797;
}
h2.basic span {
    margin-left: 5px;
    margin-right: 15px;
}
.serial h2 {
    display: block;
    clear: both;
    float: left;
    background-color: #E1E1E1;
    color: #666;
    font-size: 110%;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    margin-bottom: 15px;
}
.serial h2 span {
    margin-right: 15px;
    margin-left: 15px;
    display: block;
}
h3.basic {
    font-size: 120%;
}
h3.basic span {
    margin-left: 15px;
    margin-right: 15px;
}
h4.basic {
}
h4.basic span {
}
p {
    font-size: 120%;
}
p.caution {
    font-size: 90%;
}
/*--- 著者 ---*/
address.author {
}
/*--- 発行年月日 ---*/
time.published {
    text-align: right;
    margin-bottom: 25px;
    width: 100%;
    display: block;
}
/* --------------------------------------------------------------------- */
/*	共通設定 基本　文字設定
/* --------------------------------------------------------------------- */
.important {
    color: #E30000;
}
.importantBox {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #E30000;
    background: #ffaad42b;
    border: solid 4px #E30000;
    border-radius: 10px;/*角の丸み*/
}
.importantBox p {
    margin: 0;
    padding: 0;
    font-weight: bold;

}
span.required {
    color: #E30000;
    margin-left: 0px!important;
    display: inline!important;
    font-size: medium;
}
/* ===================================================================== */
/*	共通設定 リストタグ  ul li
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	共通設定 リストタグ  ul li　基本 
/* --------------------------------------------------------------------- */
.basic ul {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
}
.basic ul li {
    margin-left: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
/* --------------------------------------------------------------------- */
/*	共通設定 リストタグ  ul li　関連ファイルダウンロード
/* --------------------------------------------------------------------- */
.download {
    float: left;
    margin-bottom: 25px;
    font-size: 140%;
    line-height: 1.0em;
    width: 100%;
}
.download ul {
    padding-left: 25px;
    list-style-type: none;
    width: 97%;
}
.download li {
    height: 30px;
}
.download li a {
    color: #000;
    text-decoration: none;
}
.download li a:hover {
    color: #F00;
}
.download li.pdf {
    background-image: url(../images/icon_pdf.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 20px;
    background-size: 18px;
}
.download li.xls {
    background-image: url(../images/icon_excel.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 23px;
    background-size: 18px;
}
.download li.zip {
    background-image: url(../images/icon_zip.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 23px;
    background-size: 18px;
}
/* --------------------------------------------------------------------- */
/*	共通設定 リストタグ  ul li　関連URL 
/* --------------------------------------------------------------------- */
.url {
    float: left;
    margin-bottom: 25px;
    line-height: 1.0em;
    width: 100%;
}
.url ul {
    padding-left: 25px;
    list-style-type: none;
    width: 97%;
    float: left;
    clear: both;
}
.url li {
    font-size: 140%!important;
    background-image: url(../images/icon_popup.gif);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 23px!important;
    margin-bottom: 5px!important;
    line-height: 1.4em!important;
    border-bottom: 0px!important;
}
.url li a {
    color: #000;
    text-decoration: none!important;
}
.url li a:hover {
    color: #F00!important;
}
/* ===================================================================== */
/*	共通設定 ナンバーリスト ol li
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	共通設定 ナンバーリスト ol li　基本 
/* --------------------------------------------------------------------- */
.basic ol {
    padding-left: 40px;
}
.basic li {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 2.0em;
    font-size: 110%;
}
/* ===================================================================== */
/*	共通設定 定義リスト  dl dt dd 
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	共通設定 定義リスト  dl dt dd 基本 
/* --------------------------------------------------------------------- */
.basic dl {
    margin-bottom: 25px;
}
.basic dt {
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.basic dd {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}
/* --------------------------------------------------------------------- */
/*	共通設定 定義リスト  dl dt dd　ニュースタイトル＆バックアンバー
/* --------------------------------------------------------------------- */

.newsList, .newsListSub {
    background-image: url(../images/title_news_smart.png);
}
.newsNoList {
    background-color: #CC0809;
}
.newsList, .newsListSub, .newsNoList, .flashList {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 0px;
}
.newsList dl, .newsListSub dl, .newsNoList dl, .flashList dl {
    width: 100%;
    font-size: 140%;
}
.newsList dt, .newsListSub dt , .flashList dt{
    clear: left;
    float: left;
    width: 70%;
    color: #FFF;
    font-family: I-OTF-UD新聞ゴシックPro Dp;
    letter-spacing: 0.2em;
    font-size: 80%;
}
.newsNoList dt {
    clear: left;
    float: left;
    width: 100%;
    color: #FFF;
    font-family: I-OTF-UD新聞ゴシックPro Dp;
    letter-spacing: 0.2em;
    font-size: 80%;
}
.newsList dt span, .newsListSub dt span, .newsNoList dt span, .flashList dt span{
    margin-left: 5px;
    padding-top: 7px;
    display: block;
}
.newsNoList dt span {
    padding-right: 10px;
    margin-right: 10px;
    font-weight: bold;
}
.newsList dd, .newsListSub dd, .newsNoList dd, .flashList dd {
    background-color: #810606;
    color: #FFFFFF;
    float: right;
    font-size: 65%;
    padding-top: 3px;
    padding-bottom: 4px;
    width: 70px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.newsList dd a, .newsListSub dd a, .newsNoList dd a, .flashList dd a {
    text-decoration: none;
    color: #FFFFFF;
}
.newsList dd span, .newsListSub dd span, .newsNoList dd span, .flashList dd span {
    display: block;
}
/* --------------------------------------------------------------------- */
/*	共通設定 定義リスト  dl dt dd　FAQ
/* --------------------------------------------------------------------- */
.qanda {
    float: left;
    width: 100%;
}
.qanda dl {
    font-size: 120%;
}
.qanda dl dt {
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    background-image: url(../images/qanda_q.gif);
    background-repeat: no-repeat;
    background-position: 7px 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    line-height: 1.4em;
    font-weight: bold;
    color: #006;
    padding-right: 0px!important;
    padding-left: 0px!important;
}
.qanda dt span {
    display: block;
    padding-left: 30px;
}
.qanda dd {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    background-image: url(../images/qanda_a.gif);
    background-repeat: no-repeat;
    background-position: 7px 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 8px;
    width: 100%;
    line-height: 1.8em;
    color: #333;
    padding-right: 0px!important;
    padding-left: 0px!important;
}
.qanda dd span {
    padding-left: 30px;
    display: block;
}
.list05 ss span {
}
/* ##################################################################### */
/*	スマートフォン
/* ##################################################################### */
/* モバイルレ : 480 px およびそれ以下. */




/* ===================================================================== */
/*	スマホ　お知らせ・ニュース・インフォメーション
/* ===================================================================== */
/* ---■スマホ　お知らせ・ニュース・インフォメーション　タイトル　無--- */
/* --------------------------------------------------------------------- */
/*  スマホ　お知らせ・ニュース・インフォメーション　一覧表示
/* --------------------------------------------------------------------- */

#content .newsLists {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 25px;
    margin-top: 0px;
    padding-top: 0px;
}
#content .newsLists dl {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
}
#content .newsLists dt {
    margin-bottom: 5px;
    font-weight: normal;
}
#content .newsLists dt .date {
    padding-top: 5px;
}
#content .newsLists dt .cat {
    display: inline-block;
    width: 100px;
    color: #3F2525;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 8px;
    margin-left: 5px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    height: 10px;
}
#content .newsLists dd {
    width: auto;
    text-indent: 0px;
    line-height: 1.5em;
    padding-left: 0px;
    padding-right: 0px;
    clear: both;
    margin-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}
#content .newsLists dd a {
    text-decoration: none;
}
#content .newsLists dd a:hover {
    text-decoration: none;
}
/* --------------------------------------------------------------------- */
/*  ★スマホ　お知らせ・ニュース・インフォメーション　一覧表示　MORE
/* --------------------------------------------------------------------- */
#contentWide h1 span, #content h1 span {
    display: block;
}
/* --------------------------------------------------------------------- */
/*  スマホ　お知らせ・ニュース・インフォメーション　アイコン表示
/* --------------------------------------------------------------------- */

/* ----- 重要------ */
/* ----- 重要１------ */
.newsLists dt .list01 {
    background-color: #E30A0A;
    color: #FFFFFF!important;
}
/* ----- ニュース ------- */
/* ----- アイコン２------ */
.newsLists dt .list02 {
    background-color: #469FF1;
    color: #FFFFFF!important;
}
/* ----- 予備　------ */
/* ----- アイコン３------ */
.newsLists dt .list03 {
    background-color: #5E864D;
    color: #FFFFFF!important;
}
/* ----- 予備　------ */
/* ----- アイコン４------ */
.newsLists dt .list04 {
    background-color: #5E864D;
    color: #FFFFFF!important;
}
/* -----  予備　 ------ */
/* ----- アイコン５------ */
.newsLists dt .list05 {
    background-color: #9d6ae9;
}
/* ----- 予備------ */
.newsLists dt .list06 {
    background-color: #78A0D8;
}
/* ===================================================================== */
/*	スマホ　コラム
/* ===================================================================== */
#content .column {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 25px;
    margin-top: 0px;
    padding-top: 0px;
}
#content .column dl {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
}
#content .column dt {
    margin-bottom: 5px;
    font-weight: normal;
    width: 80px;
    clear: both;
    float: left;
}
#content .column dd {
    font-size: 110%;
    line-height: 1.4em;
    width: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-left: 80px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
    clear: none;
    height: 60px;
}
#content .column dd a {
    text-decoration: none;
}
#content .column dd time {
    color: #000;
    display: block;
    font-size: 80%;
    text-align: right;
}
#content .column dd span.title {
    color: #000;
    display: block;
    font-size: 120%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #36C;
    margin-bottom: 3px;
    width: 100%;
}
#content .column dd a:hover {
    text-decoration: none;
}
/* --------------------------------------------------------------------- */
/*  スマホ　お知らせ・ニュース・インフォメーションページング（バックナンバー）
/* --------------------------------------------------------------------- */
.backnumber {
    width: 100%;
    margin-bottom: 1em;
    font-family: Arial, Helvetica, sans-seri;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
.backnumber ul {
    list-style: none;
}
.backnumber li {
    display: inline-block;
    display: inline;  /* IE用 */
    zoom: 1;  /* IE用 */
}
.backnumber span, .backnumber a {
    float: left;
    padding-top: 2em;
    padding: 0.25em 0.8em;
    margin: 0.1em;
    border: 1px solid #eeeeee;
}
.backnumber span {
    background: #eeeeee;
    font-weight: bold;
}
.backnumber a:hover {
    border-color: #00d;
    background: #003399;
    color: #fff;
}
.backnumber a:active {
    border-color: #00d;
    color: #fff;
    background-color: #FF9900;
}
/* --------------------------------------------------------------------- */
/*  スマホ　コラムインフォメーション　著者　日付　カテゴリ等
/* --------------------------------------------------------------------- */
.columnInfo {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.columnInfo ul {
    margin-left: 10px;
    float: left;
    width: 100%;
}
.columnInfo li {
    font-size: 80%;
    float: left;
    margin-right: 20px;
    list-style-type: none;
}
/* ===================================================================== */
/*	記事
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	記事スペックエリア 
/* --------------------------------------------------------------------- */
.areaSpec {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.areaSpec ul {
    width: 100%;
    float: left;
    list-style-type: none;
    margin-bottom: 5px;
}
.areaSpec li {
    float: left;
    margin-right: 10px;
	margin-bottom: 5px;
}
.areaSpec li span {
    font-weight: bold;
    color: #777575;
}
/* ===================================================================== */
/*  スマホ　写真エリア
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*  スマホ　写真エリア　メイン
/* --------------------------------------------------------------------- */
.mainphotoArea {
    width: 100%;
    margin-bottom: 15px;
    float: left;
    border: 1px solid #CCC;
    padding: 1%;
    clear: both;
    text-align: center;
}
.mainphotoArea img {
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
.mainphotoArea p {
    font-size: 80%;
    float: left;
    margin-bottom: 0px;
    text-align: center;
    display: block;
    width: 98%;
}
/* --------------------------------------------------------------------- */
/*  スマホ　写真エリア　3枚サブ
/* --------------------------------------------------------------------- */
.photoArea {
    margin-bottom: 20px;
    padding-right: 10%;
    padding-left: 10%;
    background-color: #E6EEFF;
    color: #FFF;
    padding-top: 20px;
    text-align: center;
}
.photoArea .section1, .photoArea .section2, .photoArea .section3 {
    width: 100%;
    height: auto;
    clear: none;
    float: none;
}
.photoArea .section1 p, .photoArea .section2 p, .photoArea .section3 p {
    font-size: 90%;
    color: #333;
}
.photoArea .section1 img, .photoArea .section2 img, .photoArea .section3 img {
    border: 1px solid #CCC;
    height: auto;
    width: auto;
}
/* ===================================================================== */
/*  スマホ　リザベーションへのボタン
/* ===================================================================== */

p.reservationBtn a {
    display: block;
    width: 90%;
    min-height: 80px;
    max-height: 95px;
    background-image: url(../images/ask_us_bottom.jpg);
    background-repeat: no-repeat;
    background-size: 100% 200%;
    text-indent: -9999px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}
p.reservationBtn a:hover {
    background-image: url(../images/ask_us_bottom.jpg);
    background-position: 0px 100%;
}
/* ===================================================================== */
/*      スマホ　バナー　ボトム　　　　　　　　　　　　                   */
/* ===================================================================== */
#bannerBtm {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    background-color: #FFFFFF;
}
#bannerBtm ul {
}
#bannerBtm li {
    padding: 0px;
    list-style-type: none;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
}
#bannerBtm li img {
    max-width: 234px;
    height: auto;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #CCC;
}
/* ===================================================================== */
/*	スマホ　ニューストップ
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	スマホ　ニューストップ PhotoArea
/* --------------------------------------------------------------------- */
.newsTop {
    width: 98%;
    float: left;
    background-color: #ECEAEA;
    padding-top: 15px;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 15px;
}
.newsTop .mainphotoArea {
    padding: 0%;
    width: 98%;
}
/* --------------------------------------------------------------------- */
/*	スマホ　ニューストップ コピーエリア
/* --------------------------------------------------------------------- */
/* --　スマホ　ニューストップ　タイトル　-- */
.newsTop .areaRight {
    width: 100%;
    float: right;
}
.newsTop .areaRight h2 {
    color: #012e56;
    font-size: 150%;
    line-height: 1.5em;
    font-weight: bold;
}
.newsTop .areaRight h2 a {
    color: #012e56;
    text-decoration: none;
}
.newsTop .areaRight h2 a:hover {
}
.newsTop .areaRight p {
    font-size: 140%;
}
/* --　スマホ　ニューストップ　日付　-- */
.newsTop .areaRight {
    margin-bottom: 15px;
}
.newsTop .areaRigh .areaSpec {
}
.newsTop .areaRight .areaSpec .date {
    width: auto;
    float: left;
    margin-right: 10px;
    padding-top: 3px;
}
.newsTop .areaRight .areaSpec .newsNichiryu {
    width: auto;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #D9080C;
    color: #FFFFFF;
    margin-right: 10px;
}
/* --------------------------------------------------------------------- */
/*	スマホ　ニューストップ 下　一覧
/* --------------------------------------------------------------------- */
.newsTopList {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.newsTopList ul {
    list-style-type: none;
}
.newsTopList li {
    padding-left: 10px;
    list-style-type: none;
    font-size: 120%;
    margin-bottom: 5px;
    line-height: 1.8em;
    border-bottom: 1px dotted #04305E;
}
/* ===================================================================== */
/*	スマホ　連載記事
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	スマホ　連載記事
/* --------------------------------------------------------------------- */
.rensai {
    width: 100%;
    background-color: #F3F1F1;
    float: left;
    margin-bottom: 15px;
    padding-top: 5px;
}
.rensai .rensaiTitle {
    color: #0153a9;
    font-size: 150%;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #0153a9;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0px;
}
.rensai .areaLeft {
    width: 100%;
    margin-bottom: 20px;
}
.rensai .areaLeft img {
    width: 95%;
    margin-left: 2.5%;
}
.rensai .areaRight {
}
.rensai .areaRight h2 {
    padding-left: 10px;
    padding-right: 10px;
}
.rensai .areaRight h2 a {
    color: #0153A9;
    text-decoration: none;
}
.rensai .areaRight h2 a:hover {
    color: #0153A9;
}
.rensai .areaRight p {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
}
.rensai .areaRight p.btn a, .interviewList p.btn {
    float: right;
    display: block;
    color: #FFFFFF;
    font-size: 80%;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-image: url(../images/icon_more.png);
    text-indent: -9999px;
    width: 35px;
    background-repeat: no-repeat;
}
.rensai .areaRight p.btn a, .interviewList p.btn a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
}
/* ===================================================================== */
/*	スマホ　記事ワイド
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	スマホ　記事ワイド
/* --------------------------------------------------------------------- */
.kijiWide {
    width: 100%;
    background-color: #F3F1F1;
    float: left;
    margin-bottom: 15px;
    padding-top: 5px;
}
.kijiWide .rensaiTitle {
    color: #0153a9;
    font-size: 150%;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #0153a9;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0px;
}
.kijiWide .areaLeft {
    width: 100%;
    margin-bottom: 20px;
}
.kijiWide .areaLeft img {
    width: 95%;
    margin-left: 2.5%;
}
.kijiWide .areaRight h2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}
.kijiWide .areaRight h2 a {
    color: #0153A9;
}
.kijiWide .areaRight h2 a:hover {
    color: #0153A9;
}
.kijiWide .areaRight p {
    padding-left: 15px;
    line-height: 1.9em;
    padding-right: 15px;
    margin-bottom: 0px;
}
.kijiWide .areaRight p.btn {
    float: right;
    display: block;
    width: 35px;
    font-size: 80%;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-image: url(../images/icon_more.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.kijiWide .areaRight p.btn a {
    text-decoration: none;
    display: block;
}
/* ===================================================================== */
/*	スマホ　記事ナロー
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	スマホ　記事ナロー
/* --------------------------------------------------------------------- */
.kijiNarrow {
    width: 100%;
    background-color: #F3F1F1;
    float: left;
}
.kijiNarrow .newsList, 
.kijiNarrow .newsListSub {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/title_news_smart.png);
}
.kijiNarrow .newsList dl,
.kijiNarrow .newsListSub dl
{
    width: 100%;
    font-size: 140%;
}
.kijiNarrow .newsList dt,
.kijiNarrow .newsListSub dt
{
    clear: left;
    float: left;
    width: 50%;
    color: #FFF;
}
.kijiNarrow .newsList dt.widthLong,
.kijiNarrow .newsListSub dt.widthLong
{
    clear: left;
    float: left;
    width: 100%;
    color: #FFF;
}
.kijiNarrow .newsList dt.widthLong span,
.kijiNarrow .newsListSub dt.widthLong span
{
    display: block;
    padding-bottom: 5px;
    padding-top: 12px;
    font-size: 86%;
}
.kijiNarrow .newsListImg {
    display: block;
    margin-bottom: 30px;
}

.kijiNarrow .newsList dt span {
    display: block;
}
.kijiNarrow .newsList dd span {
    display: block;
}
.kijiNarrow .rensaiTitle {
    color: #0153a9;
    font-size: 150%;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #0153a9;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0px;
}
.kijiNarrow .areaLeft {
    width: 25%;
    float: left;
    display: none;
}
.kijiNarrow .areaLeft img {
    width: 95%;
    margin-left: 3.5%;
}
.kijiNarrow .areaRight {
    padding-left: 1%;
    padding-right: 0px;
    float: right;
    width: 90%;
}
.kijiNarrow .areaRight h2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}
.kijiNarrow .areaRight h2 a {
    color: #0153A9;
}
.kijiNarrow .areaRight h2 a:hover {
    color: #0153A9;
}
.kijiNarrow .areaRight p {
    padding-left: 15px;
    line-height: 1.9em;
    padding-right: 15px;
    margin-bottom: 0px;
}
.kijiNarrow .areaRight p.btn {
    float: right;
    display: block;
    background-color: #C10105;
    color: #FFFFFF;
    font-size: 80%;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.kijiNarrow .areaRight p.btn a {
    color: #FFFFFF;
    text-decoration: none;
}
.kijiNarrow .areaRight ul {
    padding-left: 0px;
    padding-bottom: 15px;
    line-height: 1.8em;
}
.kijiNarrow .areaRight li {
    margin-left: 5px;
}
.pickUp {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    clear: none;
}
.pickUp h3 {
    color: #0153A9;
    border-bottom: 1px solid #0153A9;
    margin-bottom: 5px;
}
.pickUp ul {
    list-style-type: none;
}
.pickUp li {
    list-style-type: none;
    background-image: url(../images/pickup_info.png);
    background-repeat: no-repeat;
    background-position: 0% 10px;
    line-height: 1.8em;
    padding-left: 15px;
    margin-left: 5px;
    font-size: 120%;
}
.pickUp li a {
    text-decoration: none;
    color: #2D2D2D;
}
.pickUp li a:hover {
    color: #0153A9;
}
.ranking {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
}
.ranking ul {
    list-style-type: none;
}
.ranking li {
    list-style-type: none;
    line-height: 1.8em;
    padding-left: 15px;
}
.ranking li a {
    text-decoration: none;
    color: #2D2D2D;
}
.ranking li a:hover {
    color: #0153A9;
}
.ranking span {
    background-color: #000000;
    color: #FFFFFF;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 5px;
}
.pressRelease {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
}
.pressRelease p {
    width: 100%;
    display: block;
    float: left;
    background-color: #E5E2E2;
    text-align: center;
    font-size: 80%;
    padding-left: 0px;
    padding-right: 0px;
}
.pressRelease ul {
    list-style-type: none;
}
.pressRelease li {
    list-style-type: none;
    line-height: 1.8em;
    margin-left: 10px;
    background-image: url(../images/pressrelease.png);
    background-repeat: no-repeat;
    background-position: left 10px;
}
.pressRelease li a {
    text-decoration: none;
    color: #2D2D2D;
    padding-left: 15px;
}
.pressRelease li a:hover {
    color: #0153A9;
/*    background-image: url(../images/pressrelease.png); */
}
.pressRelease span {
    background-color: #DC0003;
    color: #FFFFFF;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 5px;
}
p.detail {
    display: block;
    font-size: 90%;
    line-height: 1.5em;
    text-align: right;
}
p.detail img {
    padding-top: 0px;
    margin-top: -7px;
}
/* --------------------------------------------------------------------- */
/* スマホ　特集記事・インタビュー
/* -------------------------------------------------------------------- */


.redMidashi ul {
    list-style-type: none;
}
.redMidashi li {
    list-style-type: none;
    line-height: 1.8em;
    margin-left: 10px;
    background-image: url(../images/pressrelease.png);
    background-repeat: no-repeat;
    background-position: left 10px;
}
.redMidashi li a {
    text-decoration: none;
}
.redMidashi li a:hover {
    color: #CC0809;
}
.redMidashi span {
    padding-left: 20px;
    padding-right: 3px;
    margin-right: 5px;
    display: block;
}
section.featurearticle {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
/* --------------------------------------------------------------------- */
/*  SNS ボタン
/* --------------------------------------------------------------------- */
.social-button {
    list-style-type: none;
    margin: 10px 0 20px 0;
    padding: 0;
    float: left;
}
.social-button li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}
.social-button li div {
    display: inline;
}
.social-button:before, .social-button:after {
    content: " ";
    display: table;
}
.social-button:after {
    clear: both;
}
.social-button {
    zoom: 1;
}
.social-button iframe.twitter-share-button {
    width: 100px !important;
}
.social-button .google_plus{
    display: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    clear: left;
	margin-bottom: 3%;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.facebook {
    width: 100%;
    text-align: center;
}
.fb-page {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/* --------------------------------------------------------------------- */
/*  セミナーNAVI一覧、連載記事一覧
/* --------------------------------------------------------------------- */
section.seminar {
    margin-bottom: 25px;
    border-bottom: none;
}
.seminar, .seminarWide {
    float: left;
    border-bottom: 1px solid #989898;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    height: autox;
    overflow: hidden;
    line-height: 1.9em;
}
.seminarAd {
    background-color: #E1E1F0;
}
.seminar img, .seminarWide img {
    width: 60px;
    height: 60px;
}
a:hover .seminar, a:hover .seminarWide {
    background-color: #FFF3F3;
}
.seminar .date {
    color: #6E6E6E;
    font-size: 90%;
}
.seminar .arealeft {
    width: calc(100% - 60px);
    float: left;
}
.seminar .arealeft .seminarTitle {
    font-size: 150%;
}
.seminar .arealeft .seminarDetail {
    font-size: 110%;
}
.seminar .areaRight {
    width: 60px;
    float: right;
}
.seminarWide .arealeft {
    width: 100%;
    float: left;
}
.seminarWide .arealeft .seminarTitle {
    font-size: 150%;
}
.seminarWide .arealeft .seminarDetail {
    font-size: 110%;
}

/* ===================================================================== */
/*	速報
/* ===================================================================== */
.flashNews{
	width: 96%;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2%;
	padding-right: 2%;
	border: 1px solid #CC2806;
	height: 20px;
    margin-bottom: 15px;
}
.flashNews .flash1{
	display: inline-block;
	color: #CC2806;
	float: left;
	width: 40px;
	text-align: left;
}
.flashNews .flash1 span{
    font-size: 120%;
    font-weight: bold;
}
.flashNews .flash2{
	display: inline-block;
	float: right;
}
.flashNews .flash2 span a{
	background-color: #616161;
	color: #FFFFFF!important;
	float: right;
    font-size: 94%;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 0px;
	width: 100%;
}
	
/* --------------------------------------------------------------------- */
/*  Youtube ボタン
/* --------------------------------------------------------------------- */
.iconMovie{
	display:inline-block;
	background-image: url("../images/icon_movie.svg");
	background-repeat: no-repeat;
	background-color: transparent!important;
    width: 25px;
    height:18px;
    margin-top: 3px;
	margin-bottom: -3px;
	margin-left: 5px;
}
.iconMovie-localnav{
	display:inline-block;
	background-image: url("../images/icon_movie.svg");
	background-repeat: no-repeat;
	background-color: transparent!important;
    width: 20px;
    height:16px;
	margin-bottom: -4px;
	margin-left: 5px;
}
.iconMovie-article{
	width: 25px!important;
	margin-top: -5px;
}
.iconMovie-sns{
	width: 40px!important;
	margin-top: -6px;
}
.newsMovie{
    padding-top: 0em;
}
.newsTop .areaRight .areaSpec .men1 {
    float: left!important;
    width: auto;
    margin-right: 5px;
    padding-top: 0.3em;
}  


/* タブレット: 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */
@media only screen and (min-width: 481px) {
/* ##################################################################### */
/*	タブレット
/* ##################################################################### */
/* ===================================================================== */
/*	タブレット　お知らせ・ニュース・インフォメーション
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*  タブレット　お知らせ・ニュース・インフォメーション　一覧表示
/* --------------------------------------------------------------------- */

#content .newsLists {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 25px;
    margin-top: 0px;
    padding-top: 0px;
}
#content .newsLists dl {
    margin-top: 0px;
    padding-top: 0px;
}
#content .newsLists dt {
    width: 220px;
    clear: both;
    float: left;
    line-height: 1.3em;
    font-size: 120%;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px
}
#content .newsLists dt .date {
    display: block;
    float: left;
}
#content .newsLists dt .cat {
    display: block;
    font-size: 85%;
    margin-left: 8px;
    height: 15px;
    padding-top: 0.3em;
    padding-bottom: 0.5em;
    margin-right: 6px;
    float: left;
}
#content .newsLists dd {
    width: auto;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-left: 200px;
    clear: none;
    padding-bottom: 10px;
    line-height: 1.8em;
    font-size: 120%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
}
/* ===================================================================== */
/*	タブレット　コラム
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*  タブレット　コラムインフォメーション　著者　日付　カテゴリ等
/* --------------------------------------------------------------------- */
.columnInfo {
    margin-bottom: 20px;
}
.columnInfo li {
    font-size: 100%;
}
/* ===================================================================== */
/*  タブレット　リザベーションへのボタン
/* ===================================================================== */

p.reservationBtn {
    margin-top: 50px;
}
p.reservationBtn a {
    display: block;
    height: 67px;
    width: 400px;
    background-image: url(../images/ask_us_bottom.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
    margin-right: auto;
    margin-left: auto;
}
p.reservationBtn a:hover {
    background-image: url(../images/ask_us_bottom.jpg);
    background-position: 0px -80px;
}
/* ===================================================================== */
/*  タブレット　バナー　ボトム
/* ===================================================================== */
#bannerBtm {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
#bannerBtm ul {
    margin-top: auto;
    text-align: center;
}
#bannerBtm li {
    padding: 0px;
    list-style-type: none;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    float: left;
    width: 33.3333%;
}
#bannerBtm li img {
    width: 98%;
    min-width: 140px;
}
/* ===================================================================== */
/*	タブレット　連載記事
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	タブレット　連載記事
/* --------------------------------------------------------------------- */
.rensai {
    width: 48%;
    background-color: #F3F1F1;
    float: left;
}
.rensai.odd {
    margin-right: 4%;
}
.rensai .even {
}
.rensai .rensaiTitle {
}
.rensai .areaLeft {
    width: 100%;
    margin-bottom: 20px;
}
.rensai .areaLeft img {
    width: 95%;
    margin-left: 2.5%;
}
.rensai .areaRight {
}
.areaA {
    height: 80px;
    overflow: hidden
}
.rensai .areaRight h2 {
    padding-left: 15px;
}
.rensai .areaRight p {
    padding-left: 15px;
}
/* ===================================================================== */
/*	タブレット　記事ワイド
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	タブレット　記事ワイド
/* --------------------------------------------------------------------- */
.kijiWide {
    width: 100%;
    background-color: #FFFFFF;
}
.kijiWide.odd {
    margin-right: 2%;
}
.kijiWide .even {
}
.kijiWide .rensaiTitle {
}
.kijiWide .areaLeft {
    width: 32%;
    margin-bottom: 20px;
    float: left;
}
.kijiWide .areaLeft img {
    width: 95%;
    margin-left: 2.5%;
    padding-left: 5px;
}
.kijiWide .areaRight {
    width: 67%;
    float: right;
}
.kijiWide .areaRight h2 {
    padding-left: 5px;
    font-size: 140%;
    color: #012e56;
}
.kijiWide .areaRight p {
    font-size: 120%;
    padding-left: 5px;
    line-height: 1.8em;
}
.kijiWide .areaRight h2 a {
    text-decoration: none;
}
/* ===================================================================== */
/*	タブレット　記事ナロー
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	タブレット　記事ナロー
/* --------------------------------------------------------------------- */
.kijiNarrow {
    width: 48%;
    background-color: #F3F1F1;
    float: left;
    margin-bottom: 15px;
    padding-top: 5px;
    margin-right: 1%;
    margin-left: 1%;
    overflow-y: hidden;
}
.kijiNarrow .newsList {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 0px -1px;
    background-image: url(../images/title_news_smart.png);
}
.kijiNarrow .newsList dl {
    width: 100%;
    font-size: 140%;
}
.kijiNarrow .newsList dt {
    clear: left;
    float: left;
    width: 50%;
    color: #FFF;
}
.kijiNarrow .newsList dt span {
    display: block;
}
.kijiNarrow .newsList dd {
    background-color: transparent;
    color: #FFF;
    float: right;
    font-size: 80%;
    padding-top: 5px;
    padding-bottom: 3px;
    width: 70px;
    text-align: center;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-image: url(../images/go_list.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
}
.kijiNarrow .newsList dd a {
    text-decoration: none;
    color: #FFFFFF;
    text-indent: 0px;
    margin-top: 0px;
    text-indent: -9999px;
    display: block;
}
.kijiNarrow .newsList dd span {
    display: block;
}
.kijiNarrow .rensaiTitle {
    color: #0153a9;
    font-size: 150%;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #0153a9;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0px;
}
.kijiNarrow .areaLeft {
}
.kijiNarrow .areaLeft img {
    width: 95%;
    margin-left: 2.5%;
}
.kijiNarrow .areaRight {
    width: 95%;
    height: 75px;
    float: right;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.kijiNarrow .areaRight h2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}
.kijiNarrow .areaRight h2 a {
    color: #0153A9;
}
.kijiNarrow .areaRight h2 a:hover {
    color: #0153A9;
}
.kijiNarrow .areaRight p {
    padding-left: 15px;
    line-height: 1.9em;
    padding-right: 15px;
    margin-bottom: 0px;
}
.kijiNarrow .areaRight p.btn {
    float: right;
    display: block;
    background-color: #C10105;
    color: #FFFFFF;
    font-size: 80%;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.kijiNarrow .areaRight p.btn a {
    color: #FFFFFF;
    text-decoration: none;
}
.kijiNarrow .areaRight ul {
    padding-left: 15px;
    padding-bottom: 15px;
    line-height: 1.8em;
}
.kijiNarrow .areaRight li {
}
/* ===================================================================== */
/*  タブレット　写真エリア
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*  タブレット　写真エリア　メイン
/* --------------------------------------------------------------------- */
.mainphotoArea {
    width: 35%;
    margin-bottom: 15px;
    float: left;
    border: 1px solid #CCC;
    padding: 1%;
    margin-right: 10px;
    clear: both;
}
.mainphotoArea img {
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
.mainphotoArea p {
    font-size: 80%;
    float: left;
    margin-bottom: 0px;
    text-align: center;
    display: block;
    width: 98%;
}
/* --------------------------------------------------------------------- */
/*  タブレット　写真エリア　3枚サブ
/* --------------------------------------------------------------------- */
/* --------------------------------------------------------------------- */
/*	PC　デスクトップ　写真　サブ3枚
/* --------------------------------------------------------------------- */

.photoArea {
    background-color: #FFF;
    padding-right: 0px;
    padding-left: 0px;
    color: #333;
    clear: left;
    float: left;
    width: 100%;
}
.photoArea .section1, .photoArea .section2, .photoArea .section3 {
    width: 30%;
    float: left;
}
.photoArea .section1 p, .photoArea .section2 p, .photoArea .section3 p {
    font-size: 80%;
}
.photoArea .section1 img, .photoArea .section2 img, .photoArea .section3 img {
    border: 1px solid #CCC;
    height: auto;
    width: auto;
}
.photoArea .section2, .photoArea .section3 {
    margin-left: 3%;
}
    
/* --------------------------------------------------------------------- */
/*  SNS ボタン
/* --------------------------------------------------------------------- */
.social-button .google_plus{
    display: block;
}

}

/* デスクトップ : 700 px ～。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 700px) {
/* --------------------------------------------------------------------- */
/*  SNS ボタン
/* --------------------------------------------------------------------- */
.social-button {
    float: right;
}
}

/* デスクトップ : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 769px) {
/* ##################################################################### */
/*	PC　デスクトップ
/* ##################################################################### */
#contentWide .basic h1, #content .basic h1 {
/*background: #FFF;
	background-image: url(../images/h1_1.jpg);
	background-repeat: round;*/
}
/* ===================================================================== */
/*	PC　ニューストップ
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	PC　ニューストップ PhotoArea
/* --------------------------------------------------------------------- */
.newsTop {
    float: left;
    background-color: #ECEAEA;
    padding-top: 15px;
    padding-right: 5px;
    padding-left: 10px;
    margin-bottom: 15px;
}
/* --------------------------------------------------------------------- */
/*	PC　ニューストップ コピーエリア
/* --------------------------------------------------------------------- */
/* --　PC　ニューストップ　タイトル　-- */
.newsTop .mainphotoArea {
    width: 40%;
    float: left;
}
.newsTop .areaRight {
    width: 56%;
    float: right;
}
.newsTop .areaRight h2 {
    color: #012e56;
    font-size: 150%;
    line-height: 1.5em;
    font-weight: bold;
}
.newsTop .areaRight p {
    font-size: 140%;
}
/* --　PC　ニューストップ　日付　-- */

.newsTop .areaRight .areaSpec .date {
    width: auto;
    float: left;
    margin-right: 10px;
}
.newsTop .areaRight .areaSpec .newsNichiryu {
    width: auto;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #D9080C;
    color: #FFFFFF;
    margin-right: 10px;
}
    
.newsTop .areaRight .areaSpec .men1{
    float: left!important;
    width: auto;
    margin-right: 5px;
    padding-top: 0.3em;
}    
    
.newsTop .areaRight .areaSpec .men1{
    padding-top: 3px;
}
/* --------------------------------------------------------------------- */
/*	PC　ニューストップ 下　一覧
/* --------------------------------------------------------------------- */
.newsTopList {
    float: left;
    width: 100%;
}
.newsTopList ul {
    list-style-type: none;
}
.newsTopList li {
    list-style-type: none;
    font-size: 120%;
    margin-bottom: 5px;
    line-height: 1.8em;
    border-bottom: 1px dotted #04305E;
}
/* --------------------------------------------------------------------- */
/*	PC　デスクトップ　写真　メイン
/* --------------------------------------------------------------------- */
.newsTop .mainphotoArea {
    width: 250px;
    float: left;
    padding: 5px;
    margin-right: 5px;
    clear: none;
    text-align: center;
}
.newsTop .mainphotoArea img {
    text-align: center!important;
    width: 240px;
}
.mainphotoArea.list04 {
    margin-right: 0px;
}
.mainphotoArea p {
    text-align: center;
    line-height: 1.5em;
}
/* --------------------------------------------------------------------- */
/*	PC　デスクトップ　写真　サブ3枚
/* --------------------------------------------------------------------- */

.photoArea {
    background-color: #FFF;
    padding-right: 0px;
    padding-left: 0px;
    color: #333;
    clear: left;
    float: left;
    width: 100%;
}
.photoArea .section1, .photoArea .section2, .photoArea .section3 {
    width: 30%;
    float: left;
}
.photoArea .section1 p, .photoArea .section2 p, .photoArea .section3 p {
    font-size: 80%;
}
.photoArea .section1 img, .photoArea .section2 img, .photoArea .section3 img {
    border: 1px solid #CCC;
    height: auto;
    width: auto;
}
.photoArea .section2, .photoArea .section3 {
    margin-left: 3%;
}
/* ===================================================================== */
/*	PC　デスクトップ　バナー　ボトム
/* ===================================================================== */
#bannerBtm {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
/* --------------------------------------------------------------------- */
/*	共通設定 定義リスト  dl dt dd　ニュースタイトル＆バックアンバー
/* --------------------------------------------------------------------- */
.newsList {
    background-image: url(../images/title_news.png);
}
.newsListSub {
    background-image: url(../images/title_news_sub.png);
}    
.newsNoList {
    background-image: url(../images/title_news_nolist.png);
    background-color: #ffffff;
}
.newsList, .newsListSub, .newsNoList, .flashList {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: 0px;
    height: 45px;
}
.newsList dl, .newsListSub dl, .newsNoList dl, .flashList dl{
    width: 100%;
    font-size: 140%;
}
.newsList dt, .newsListSub dt, .flashList dt {
    clear: left;
    float: left;
    /*width: 50%; */
    margin-top: -2px!important;
}
.newsList dt , .flashList dt {
    color: #FFF;
}
.newsListSub dt {
    color: #000;
}     
.newsNoList dt {
    clear: left;
    float: left;
    width: 100%;
    color: #FFF;
    margin-top: -2px!important;
}
.newsList dt span,
.newsListSub dt span,
.flashList dt span     
{
    margin-left: 20px;
    padding-top: 11px;
    display: block;
}
.newsNoList dt span {
    margin-left: 20px;
    padding-top: 5px;
    display: block;
}
.newsList dd,
.newsListSub dd, 
.flashList dd     
{
    background-color: transparent;
    float: right;
    padding-top: 3px;
    padding-bottom: 4px;
    width: 70px;
    text-align: center;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-indent: -9999px;
    display: block;
}
.newsNoList dd {
    background-color: transparent;
    float: right;
    padding-top: 3px;
    padding-bottom: 4px;
    width: 0px;
    text-align: center;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-indent: -9999px;
    display: block;
}
.newsList dd a, .newsListSub dd a , .newsNoList dd a, .flashList dd a {
    display: block;
}
.newsList dd span, .newsListSub dd span , .newsNoList dd span, .flashList dd span {
    display: block;
}
/* ===================================================================== */
/*	PC　連載記事
/* ===================================================================== */
.serial h2 {
/*    background-color: #666; */
}
/* --------------------------------------------------------------------- */
/*	PC　連載記事
/* --------------------------------------------------------------------- */
.rensai {
    width: 49%;
}
.rensai .areaRight p {
    font-size: 100%;
    padding-left: 5px;
    line-height: 1.4em;
    display: block;
}
.rensai.odd {
    margin-right: 2%;
}
.rensai .even {
}
.rensai .rensaiTitle {
}
.rensai .areaLeft {
    width: 32%;
    margin-bottom: 20px;
    float: left;
}
.rensai .areaLeft img {
    width: 95%;
    margin-left: 2.5%;
    padding-left: 5px;
}
.rensai .areaRight {
    width: 67%;
    float: right;
}
.rensai .areaRight h2 {
    padding-left: 5px;
    font-size: 110%;
}
/* ===================================================================== */
/*	PC　記事ナロー
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*	PC　記事ナロー
/* --------------------------------------------------------------------- */
.kijiNarrow {
    width: 48%;
    background-color: #F3F1F1;
    float: left;
    margin-bottom: 15px;
    padding-top: 5px;
    margin-right: 1.0%;
    margin-left: 1.0%
}
.kijiNarrow .areaLeft {
    width: 25%;
    float: left;
    padding-left: 5px;
}
.kijiNarrow .newsList {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: 0px -3px;
    background-image: url(../images/title_news_smart.png);
    height: 35px;
}
.kijiNarrow .newsList dl {
    width: 100%;
    font-size: 140%;
}
.kijiNarrow .newsList dt {
    clear: left;
    float: left;
    width: 50%;
    color: #FFF;
}
.kijiNarrow .newsList dt span {
    margin-left: 20px;
    padding-top: 10px;
    display: block;
}
.kijiNarrow .newsList dd {
    color: #FFF;
    float: right;
    font-size: 60%;
    padding-top: 5px;
    padding-bottom: 3px;
    width: 70px;
    text-align: center;
    margin-right: 5px;
    margin-top: 9px;
    margin-bottom: 5px;
}
.kijiNarrow .newsList dd a {
    text-decoration: none;
    color: #FFFFFF;
    text-indent: 0px;
    margin-top: 0px;
    text-indent: -9999px;
}
.kijiNarrow .newsList dd span {
    display: block;
}
.kijiNarrow .rensaiTitle {
    color: #0153a9;
    font-size: 150%;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #0153a9;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0px;
}
.kijiNarrow .areaLeft img {
    width: 95%;
    margin-left: 2.5%;
}
.kijiNarrow .areaRight h2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}
.kijiNarrow .areaRight h2 a {
    color: #0153A9;
}
.kijiNarrow .areaRight h2 a:hover {
    color: #0153A9;
}
.kijiNarrow .areaRight p {
    padding-left: 15px;
    line-height: 1.9em;
    padding-right: 15px;
    margin-bottom: 0px;
}
.kijiNarrow .areaRight p.btn {
    float: right;
    display: block;
    background-color: #C10105;
    color: #FFFFFF;
    font-size: 80%;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.kijiNarrow .areaRight p.btn a {
    color: #FFFFFF;
    text-decoration: none;
}
.kijiNarrow .areaRight ul {
    padding-left: 15px;
    padding-bottom: 15px;
    line-height: 1.6em;
}
.kijiNarrow .areaRight li {
    padding-left: 0px;
}
.kijiNarrow .newsListImg {
    margin-bottom: 10px;
}
/* --------------------------------------------------------------------- */
/*  タブレット　写真エリア　メイン
/* --------------------------------------------------------------------- */
.mainphotoArea {
    width: 45%;
}

/* ===================================================================== */
/*	速報
/* ===================================================================== */
/*    
.flashNews{
	width: 96%;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2%;
	padding-right: 2%;
	border: 1px solid #CC2806;
	height: 20px;
}
.flashNews .flash1{
	display: inline-block;
	color: #CC2806;
	float: left;
	width: 40px;
	text-align: left;
	border-radius: 7px;
}
.flashNews .flash2{
	display: inline-block;
	float: right;
}
.flashNews .flash2 span a{
	background-color: #CC2806;
	color: #FFFFFF!important;
	float: right;
	font-size: 96%;
	padding-top: 3px;
	padding-bottom: 4px;
	width: 70px;
}
    */
    
}
