﻿body {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(img/15.png);
	background-repeat: repeat;
	padding-left: 10px;
	color: #000000;
	width: 900px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";	
}

body, td, th {
	color: #000000;
}
h2 {
  position: relative;
  padding: 0.25em 0;
  width: 800px;
  text-align: center;
}
h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(115, 184, 255), #07ff98);
  background: linear-gradient(to right, rgb(115, 184, 255), #07ff98);
}

.inline-block {
    display: inline-block;      /* インラインブロック要素にする */
    background-color:  white;    /* 背景色指定 */
    height: auto;          /* 高さ指定 */
    width: 900px;                 /* 幅指定 */
	padding: 1px; 
	text-align: center;
	vertical-align: top;
  padding-bottom: 50px;
	}
p{
font-size: 14px;
line-height: 15px;
text-align: left;
}
.c_photo{
float: left;
vertical-align: top;
width: 400px;
text-align: center;
}

.c_text{
float:left;
vertical-align: top;
width: 650px;
text-align: left;
margin-top: 20px;
margin-left: 20px;
}

.c_date{
font-size: 14px;
}
.c_title{
font-size: 22px;
font-weight:700;
}
.c_name{
font-size: 20px;
font-weight:700;
display: none;
}
.ichimai img{
object-fit: contain;
max-width: 400px;
max-height: 400px;
}

 /* 下固定部分 */
.foot{
width: 900px;
margin-top: 10px;
}
.c_foot{
float:left;
vertical-align: top;
width: 390px;
font-size: 16px;
line-height: 20px;
padding: 5px;
margin-right: 10px;
margin-top: 20px;
}
.rireki{
padding-top: 1000px;
width: 400px;
}

.c_count{
font-size: 10px;
display: none;
}
