@charset "UTF-8";
/* CSS Document */


/*------------------------------------------------------------
	第二階層用CSS　21.1～　編集中
------------------------------------------------------------*/
.news-contents {
	max-width:1100px;/*コンテンツ幅*/
	margin:0 auto;/*センタリング*/
	margin-bottom: 50px;
}

/*パンくず部分*/
.breadcrumb ol {
    /* デフォルトCSSの解除 */
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.breadcrumb li {
    /* liはブロックボックスのため */
    display: inline;
}
.breadcrumb li::after {
    /* 各項目の後ろに"»"をつける */
    content: "»";
    color: #999;
}
.breadcrumb li:last-child::after {
    /* 最後の項目には"»"をつけない */
    content: none;
}
.breadcrumb a {
    /* 下線を非表示 */
    text-decoration: none;
    color: #999;
}

.breadcrumb a:hover {
    /* 下線を非表示 */
    text-decoration: none;
    color: #0bd;
}


/*記事部分*/
article{
	width:74%;
	margin:0 auto;/*センタリング*/
	}

article img{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

.post-title{
	font-familly:"Yu Mincho","YuMincho",serif;
	font-size:2rem;
	font-weight:normal;
}

.tBox {
	width: 600px;
	margin: 57px auto 65px;
}

.tBox p {
	line-height: 2.57;
}

.newBox {
	width: 660px;
	margin: 32px auto 50px;
	padding: 25px 29px 22px;
	border: 1.5px solid #DFDFEB;
	box-sizing: border-box;
}

.newBox p {
	line-height: 1.857;
}

.newBox .title {
	margin-bottom: 3px;
	color: #212126;
	font-weight: 500;
}

.data-title{
	font-familly:"Yu Mincho","YuMincho",serif;
	font-size:1.2rem;
	font-weight:normal;
	padding: 1rem 2rem;
    border-bottom: 2px dashed #aaaaaa;
}


.grid{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:10px;
	grid-template-rows:100px;
	margin-top:20px;
}
.data-list a{
	padding-left:80px;
	padding-top:2.6em;
	box-sizing:border-box;
	background-image:url('../img/cordless/dl.png');
	background-size:auto 80px;
	background-position: left 5px top 10px;
	background-color:#fbfbfb;
	background-repeat:no-repeat;
   	display:block;
	margin:auto;
  	font-size:1.0em;
    width: 320px;
	height:100px;
	border: 1px solid;

}

.data-list a:hover{
	background-color:#f0f0f0;

}

/*PDFダウンロードボタン*/
.grid{
/*三マスグリッド用CSS*/
/*	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:10px;
	grid-template-rows:100px;
	margin-top:20px;*/
	display:grid;
  	
	width:100%;
	grid-template-columns:1fr 1fr;

	grid-template-rows:100px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}



.data-list a{
	padding-left:80px;
	padding-top:2.6em;
	box-sizing:border-box;
	background-image:url('../img/drive/dl.png');
	background-size:auto 80px;
	background-position: left 5px top 10px;
	background-color:#fbfbfb;
	background-repeat:no-repeat;
   	display:block;
	margin:auto;
  	font-size:1.0em;
    width: 320px;
	height:100px;
	border: 1px solid;

}

.data-list a:hover{
	background-color:#f0f0f0;

}



/*サイドバー*/
aside　{
	width: 22%;
}

.post-info{
	position:relative;
	padding-top: 4px;
	margin-bottom: 40px;
}

.sub-title{
	font-size:1.1em;
	padding:0 8px 8px;
	border-bottom:2px #aaa solid;
	font-weight:normal;
}

.sub-menu{
	margin-bottom:60px;
	list-style: none;
}

.sub-menu li {
	border-bottom: 1px #ddd solid;
}

.sub-menu a {
	color:#444444;
	padding:10px;
	display:block;
}

.sub-menu a:hover{
	color:#0bd;
}
