@charset "UTF-8";


/* 背景写真 */
.wrapper
 {
	background-image: url(../../images/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

@media screen and (max-width: 1015px) {
	.wrapper {
		background-position: right top;
	}
}

p {
	margin-bottom: 20px;
}

.bn {
	margin-top: 15px;
	clear: both;
}

img[src="image/reader_logo.gif"] {
	width: 2.45% !important;
	height: auto !important;
	margin: 0 5px 0 0;
}

/* 画像拡大等の一覧 */
.itiran_big_box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -7px;
}
.itiran_big_box li {
	margin-right: 7px;
	margin-left: 7px;
	height: auto !important;
	width: calc((100% - 43px) / 3 );
	margin-bottom: 15px;
	padding-bottom: 20px;
}

.itiran_big_box li a {
	display: block;
}

.itiran_big_box img {
	width: 100%;
	height: auto !important;
}

.itiran_big_box img[src="image/reader_logo.gif"] {
	width: 8% !important;
	height: auto !important;
	margin: 0 5px 0 0;
}

.itiran_big_box p {
	line-height: 1.5;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.itiran_font_red {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #CC0000;
}
.box_clear {
	clear: both;
}


/*--- 見出しエリア ---*/
div.heading {
width: px; /* 見出しエリアの幅 */
margin-bottom: 1em;
padding: 4px 0; /* 見出しエリアのパディング（上下、左右） */
border-bottom: 1px #2f8926 solid; /* 見出しエリアの下境界線 */
}


/*--- 見出しエリア ---*/
div.heading h5 {
margin: 0;
padding: 3px 3px 0 5px; /* 見出しのパディング（上右下左） */
border-left: 5px #2f8926 solid; /* 見出しの左境界線 */
font-family: "Noto Sans JP", sans-serif;
font-size: 18px;
color: #336500;
font-weight: bold;
text-align: left;
line-height: 100%
}

/*font-size: 20px; /* ���o���̕����T�C�Y */
line-height: 100%;
color: #2f8926;
}*/

