@charset "UTF-8";
/* お知らせ詳細のCSS */

/* ページタイトル */
.headingArea {
    margin-bottom: 64px;
}

/* 更新日付 */
.newsModified {
    font-size: 14px;
}

/* 本文 */
.headlineArea h2 {
    margin-bottom: 20px;
    font-weight: bold;
}
.newsSummary {
    margin-bottom: 64px;
    padding-bottom: 64px;
    border-bottom: 1px solid #d8d8d8;
}
.newsSummary .floatingLeft {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}
.newsSummary .floatingRight {
    float: right;
    margin-bottom: 20px;
    margin-left: 40px;
}
.newsSummary p {
    font-size: 14px;
}
.newsSummary table {
    width: 100%;
    border-collapse: collapse;
}
.newsSummary table th,
.newsSummary table td {
    padding: 1.3em 20px;
    line-height: 1.6em;
    border: 1px solid #979797;
}
.newsSummary table th {
    text-align: center;
    background: #f8f8f8;
}

/* 並び図    docomo update 20190829*/
.wrapflexBox {
	max-width: 960px;
}
.pc .flexBox {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.sp .flextBox {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.flexImage01,
.flexImage02 {
	width: 50%;
}
.flexImage01 p,
.flexImage02 p {
	margin: 10px;
}

/* 一覧に戻るボタン */
.newsBackSummary {
    margin-bottom: 64px;
}
.newsBackSummary .boxLinkArrow {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}
.newsBackSummary .boxLinkArrow::after {
    right: inherit;
    left: 1.8em;
    border: 0px;
    border-top: 1px solid #888888;
    border-left: 1px solid #888888;
}

/*-- 20191012 ＋ docomo update start--*/
table.lightGray {
	table-layout: fixed;
}
table.lightGray a {
	line-height: 1.4;
}
table.lightGray th,
table.lightGray td {
	text-align:center;
	border:1px solid #ccc;
	line-height: 1.4;
}
table.lightGray th {
	background-color:#e7e7e7;
	padding:1em 0.5em;
}
.newsSummary table th a {
    color: #0080ff;
}
/*-- 20191012 ＋ docomo update end--*/
.background-gray {
    background-color: #e7e7e7;
}
.background-lightgray {
    background-color: #f8f8f8;
}
.f20 {
    font-size: 20px !important;
}
#mainContainer p a.textLinkArrow, #mainContainer ul li a.textLinkArrow, #mainContainer p a.textLinkAnotherTransition, #mainContainer ul li a.textLinkAnotherTransition {
    display: inline;
    white-space: nowrap;
}
#mainContainer p a.textLinkArrow, #mainContainer p a.textLinkAnotherTransition {
    white-space: normal;
}
table.lightGray.left td {
    text-align: left;
}

/* メンテナンス表 */
.tableArea {
    margin: 30px 0;
}
.tableArea table {
    table-layout: fixed;
}
.tableArea table th,
.tableArea table td {
    padding: 1em 0.5em;
    border: 1px solid #ccc;
    line-height: 1.4;
}
.tableArea table th {
    background-color: #f8f8f8;
    font-weight: bold;
}
.tableArea table td {
    text-align: left;
}
.tableArea table td.center {
    text-align: center;
}

@media screen and (max-width: 959px) {
    .headingArea h1 {
        margin-top: 64px;
    }
}

@media screen and (max-width: 767px) {
    /* ページタイトル */
    .headingArea {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    /* 本文 */
    .newsSummary {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .newsSummary.spTextRight {
        text-align: right;
    }
    .newsSummary .floatingLeft,
    .newsSummary .floatingRight {
        float: none;
        margin: 0;
        margin-bottom: 20px;
    }
	.flexImage01,
	.flexImage02 {
		width: 100%;
	}
    /* 一覧に戻るボタン */
    .newsBackSummary {
        margin-bottom: 40px;
    }
    .newsBackSummary .boxLinkArrow {
        width: 100%;
    }
	
	/*-- 20191012 ＋ docomo update start--*/
	table.lightGray th,
	table.lightGray td {
		padding: 0.3em;
	}
    /*-- 20191012 ＋ docomo update end--*/
    .newsSummary table.t-style-1 th, .newsSummary table.t-style-1 td {
        padding: 1.3em 0;;
    }
    .newsSummary table.t-style-1 tbody th {
        padding-left: 0.5em;;
    }

    /*********** table用style ***********/
    .txt-center {
        text-align: center;
    }
    .newsSummary .area-box {
        margin-bottom: 2em;
    }
    .newsSummary .area-box p {
        margin-top: 0.3em;
    }
    .area-box .t-style-2 thead tr th:nth-of-type(n+2){
        width: 43%;
    }
    .newsSummary table th, .newsSummary table.t-style-1 tbody th + td {
        background-color: #e7e7e7;
    }
    .newsSummary table.t-style-1 tbody th, .newsSummary table.t-style-1 tbody td {
        padding: 1.3em 0.3em;
    }
    .newsSummary .t-style-2 {
        margin-top: 1em;
    }
    .newsSummary .category p {
        padding: 0.5em 0.7em;
        background-color: #e7e7e7;
        font-weight: bold;
    }
    .newsSummary table .model {
        margin-bottom: 0.5em;
        line-height: 1.6;
    }
    .newsSummary table td a, .newsSummary table .model a {
        color: #0080ff;
    }
    table.lightGray td.txtCenter {
        text-align: center;
    }
    .vertical {
        display: inline-block;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    }

    /* メンテナンス表 */
    .tableArea table th {
        background-color: #f8f8f8;
    }
    .tableArea table th,
    .tableArea table td {
        padding: 0.3em;
    }
}
@media screen and (min-width: 768px) {
    /* table-style */
    .newsSummary .col1-3_Pc {
        width: 33.33%;
    }
    .newsSummary .col2-3_Pc {
        width: 66.66%;
    }
}


/* 赤枠 */
.alert-box {
    border: 1px solid #c03;
    padding: 15px;
    margin: 20px 0;
}
