*{margin:0;padding:0;outline:0;}
body{font:arial;font-size:14px;line-height:18px;color:#000;}

.templete{width:960px; margin:0 auto;}
.clear{overflow:hidden;}
.headersection{
	height:85px;
	background:#2f2d2e;
	color:#fff;
	}
.headersection h2{
	font-size:20px;
	padding-top:30px;
	text-align:center;
}
.nebsection{
	background:#9b999a;
	}
.nebsection ul{
	margin:0;padding:0;list-style:none;
}
.nebsection ul li{display:block;float:left;}
.nebsection ul li a{
	background:#cdcbcc;
	color:#666;
	display:block;
	font-size:20px;
	font-weight:bold;
	margin:5px;
	padding:5px 30px;
	text-decoration:none;
}
.nebsection ul li a:hover {
	background:#2f2d2e;
	color:#fff;	
}
.contensection{background:#ffffff;}
.mainconten{
	width:690px;
	background:#dfdfdf;
	float:left;
	margin:15px 15px 15px 0;
	padding:10px;
	}
.mainconten p{
	font-size:20px;
	line-height:22px;
	margin-bottom:15px;
}
*{padding:0;
margin:0;
box-sizing:border-box;
font-family:sans-serif;}
.body{
	background:#ccc;
	display:flex;
	justify-content:center;
	align-items:center;
	min-height:100vh;
}
.container1{
	max-width:1440px;
	width:100%;
	background:#fff;
	box-shadow:2px 5px 10px rgba(0, 0, 0 0.5);
}
/* tbl start */
.container1 h2{
	padding:2rem 1rem;
	font-size:1rem;
	text-align:center;
}
.container1 img{
	float:left;
	width:100px;
	margin-right:10px;
	background:#fff;
	padding:5px;
border:1px solid #9b999a;}
.tbl{
	width:100%;
	border-collapse:collapse;
}
.tbl thead{
	background:#424949;
	color:#fff;	
}
.tbl thead tr th{
	font-size:0.9rem;
	padding:0.8rem;
	letter-spacing:0.2rem;
	vertical-align:top;
	border:1px solid #aab7b8;
}
.price {
    color: #c00;
	font:bold;
	
 }
.tbl tbody tr td{
	font-size:1rem;
	letter-spacing:0.2rem;
	font-weight:normal;
	text-align:center;
	border:1px solid #aab7b8;
    padding:0.8ram;
	}
.tbl tbody tr td{
	font-size:1rem;
	letter-spacing:0.2rem;
	font-weight:normal;
	text-align:center;
	border:1px solid #aab7b8;
    padding:0.8ram;	
	padding-right:30px;
}
.tbl tr:nth-child(even){
	background:#ccc;	
}
.tbl tr:hover td{
	background:#839192;
	color:#000;
	transition:all 0.3s ease-in;
	cursor:pointer;
}
@media(max-width:768px){
	.tbl thead{
		display:none;
	}
.tbl tr, .tbl td{
	display:block;
	width:100%;
	}
.tbl tr{
	margin-bottom:1rem;
    }
.tbl tbody tr td{
	text-align:center;
	position:relative;
	padding-left:77px;
}
.tbl td::before{
	content:attr(data-label);
	position:absolute;
	left:0;
	width:50%;
	text-align:left;
	padding-left:1.2rem;
}
}
/* tbl close */
/* BASE CSS */
* {
	list-style: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	vertical-align: bottom;
}
/* ここからカードレイアウトのスタイリング */
/* PC　3カラム */
.container {
	display: flex;
	flex-wrap: wrap;
	margin: calc(-218px / 4);
	padding: 30px;
}
.itemWrapper {
	width: calc(100% / 4 - 40px);
	margin: calc(30px / 2);
}
.item {
	outline: 1px solid #000;
	font-size: 1.5vw;
}
/* タブレット　2カラム */
@media screen and (max-width: 1024px) {
	.itemWrapper {
		width: calc(100% / 2 - 30px);
	}
}
/* スマホ 1カラム*/
@media screen and (max-width: 599px) {
	.itemWrapper {
		width: calc(100% / 2 - 30px);
	}
}
.container h3{
	font-size: 13px;
  padding-top: 5px;
  text-align: center;
  line-height: 19px;
  color: blue;
  background: #aaa8a9;
}
.container p{
	font-size: 11px;
  line-height: 24px;
  margin-bottom: 10px;
  background: #f3f1f2;
}
.container img{height:200px;}
.samepost{}
.samepost h2{
	background:#9b999a;
	padding:10px;
	border-bottom:4px solid #555555;
	margin-bottom:10px;
	font-size:20px;
	}
.samepost img{
	float:left;
	width:200px;
	margin-right:10px;
	background:#fff;
	padding:5px;
	border:1px solid #9b999a;

	}
.samepost p{
	font-size:20px;
	line-height:23px;
	text-align:justify;
	}
.samepost a{font-size:20px;
	line-height:23px;
	text-align:justify;
	line-height:30px;
	clear:yellow;
	text-decoration:none;
	}
.samepost a:hover{background:#fff000;
	color:#green;}	

	
.readmore{
	float:right;
	margin-top:10px;
	}
.readmore a{
            text-decoration:none ;
			background:#fff;
			border:1px solid #9b999a;
			color:#333;
			display:block;
			font-size:17px;
			padding:4px 8px;
			}
.readmore a:hover{
	background:#2f2d2e;
	color:#fff;
}
.sidebar{
	width:255px;
	background:#bbb9ba;
	float:right;
	margin-top:15px;
	padding:10px;
}
.samesidebar{}
.samesidebar h2{
	background:#9b999a;
	padding:10px;
	color:#fff;
	margin-bottom:8px;
	border-bottom:2px solid #555555
	
}
.samesidebar p{
	margin-bottom:10px;
	border-bottom:1px solid #fff;
	
}

.footer{
	height:90px;
	background:#555555;
}
.footer p{
	color:#fff;
	text-align:center;
	font-size:20px;
	padding-top:30px;
	font-weight:bold;
	}
