﻿@charset "utf-8";

/**************************************************************************************

--------------------------------------------------------------------------------------
ニュースのメインタイトル（infopage.cssにも記載有り）
***************************************************************************************/

h4.titNews {
	line-height:1.5;
	vertical-align:middle;
}
/* 終了アイコン */
h4.titNews .icFin {
	color:#fff;
	font-size:9px;
	text-align:center;
	line-height:1.3;
	background:#ff4444;
	margin-right:10px;
	padding:1px 3px;
	border:2px #fff solid;
	float:left;
}
/* 千吉アイコン */
h4.titNews .icSenkichi {
	color:#fff;
	font-size:12px;
	text-align:center;
	background:#003366;
	margin-right:10px;
	padding:3px 5px;
	float:left;
}

/**************************************************************************************

--------------------------------------------------------------------------------------
ニュースの中身
***************************************************************************************/

.newsIn {
	line-height:1.6;
	padding-bottom:30px;
	font-size:14px;
}

/* ニュースの概要（タイトル）
========================================== */

.newsIn h5 {
	font-size:16px;
	text-align:center;
}
.newsIn h5 em {
	font-weight:bold;
	display:block;
	padding:10px 0;
	font-size:18px;
}
.newsIn ul.kome li {
	text-indent:-14px;
	padding-left:14px;
}

/* ニュースの囲い
========================================== */

.newsIn .newsBox {
	border:1px solid #ccc;
	padding:25px;
	margin-top:20px; 
}
/*
.newsIn .newsRed {
	border:2px solid #F00;
	padding:25px;
	margin-top:20px;
	background:#FFF;
}
*/
/* ---------------------------
囲いの中のタイトル
----------------------------- */

.newsIn h6 {
	font-weight:bold;
	letter-spacing:0.1em;
	width:300px;
	margin:0 auto;
/*	line-height:1;*/
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	text-align:center;
}
.newsIn h6:before,
.newsIn h6:after {
	border-top:1px solid;
	content:"";
	display:inline;
	-webkit-box-flex:1;
	-webkit-flex-grow:1;
	-ms-flex:1;
	flex-grow:1;
}
.newsIn h6:before {
	margin-right:0.5em;
}
.newsIn h6:after {
	margin-left:0.5em;
}

/* ---------------------------
ニュースの説明テーブル
----------------------------- */

.newsIn table.default {
	width:100%;
	margin-top:10px;
	font-size:14px;
}
.newsIn table.default tr {
}
.newsIn table.default tr th,
.newsIn table.default tr td {
	vertical-align:top;
	padding-top:15px;
}
.newsIn table.default tr th {
	min-width:100px;
}
.newsIn table.default tr td {
}
.newsIn table.default tr td a {
	text-decoration:underline;
	color:#0066FF;
}
.newsIn table.default tr td em {
	font-weight:bold;
}

/* ---------------------------
注意点などの箇条書き
----------------------------- */

.newsIn .caution {
}
.newsIn .caution ul {
}
.newsIn .caution ul li {
	text-indent:-14px;
	padding-left:14px;
}
.newsIn .caution ul li + li {
	margin-top:5px;    
}
.newsIn .txtIdt {
    display:block;
    text-indent:-14px;
	padding-left:14px;
}

/* その他
========================================== */

/* ---------------------------
ドット下線
----------------------------- */

.newsIn .lineDot {
	border-bottom:dashed 1px #999;
}

/* ---------------------------
補足説明
----------------------------- */

.newsIn p.notes {
	color:#666;
	padding-left:13px;
	text-indent:-13px;
	margin-top:10px;
}

/* ---------------------------
文面タイトル
----------------------------- */

.newsIn strong {
	font-weight:bold;
	font-size:16px;
}

/* 画像系パーツ
========================================== */

/* ---------------------------
ノーマル画像
----------------------------- */

.newsIn .visual {
	text-align:center;
	margin-top:20px;
}
.newsIn .visual img {
	max-width:100%;
	border:solid 1px #ccc;
	padding:10px;
	background:#FFF;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.newsIn .visual.none img {
	border:none;
	padding:0;
	background:none;
}

/* ---------------------------
リンク画像
----------------------------- */

.newsIn a.linkVisual {
	display:block;
	border:solid 1px #ccc;
	padding:10px;
	background:#FFF;
	text-align:center;
	margin-top:20px;
}
.newsIn a.linkVisual img {
	max-width:100%;
}
.newsIn a.linkVisual span {
	margin-top:10px;
	display:block;
	text-decoration:underline;
	text-align:center;
}

/* ---------------------------
noリンク画像
----------------------------- */

.newsIn p.pVisual {
	text-align:center;
	margin-top:20px;
}
.newsIn p.pVisual img {
	max-width:100%;
}
.newsIn p.pVisual span {
	border:solid 1px #ccc;
	border-radius:8px;
	line-height:1.8;
	font-size:16px;
	padding:15px 25px;
	margin-top:20px;
	display:block;
	text-align:center;
}

/* ---------------------------
PDFリンク
----------------------------- */

.pdfLink {
	background:url(../images/news/ic_pdf.png) no-repeat 100% 50%;
	padding-right:24px;
	text-decoration:underline;
	color:#0066FF;
	display:inline-block;
}
.pdfLink:hover {
	text-decoration:underline;
	color:#0066FF;
}
