@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: 30px;
}

/* PDF等の一覧 */
.itiran_box {
	clear: both;
}
.itiran_box li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.itiran_box p {
	width: 115px;
	padding-top: 10px;
	line-height: 1.5;
	font-size: 90%;
}
.itiran_box2 {
	clear: both;
}
.itiran_box2 li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 230px;
}
.itiran_box2 p {
	width: 115px;
	padding-top: 10px;
	line-height: 1.5;
	font-size: 90%;
}
.itiran_font_red {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #CC0000;
}


/* 一言コメント有りのもの（太字注意書き） */
.itiran_box_sum {
	clear: both;
}
.itiran_box_sum li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	height: 280px;
}
.itiran_box_sum p {
	width: 108px;
	padding-top: 10px;
	line-height: 1.5;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 90%;
}



/* 動画の一覧 */
.itiran_box_movie {
	clear: both;
}
.itiran_box_movie li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	height: 150px;
}
.itiran_box_movie p {
	width: 145px;
	padding-top: 10px;
	line-height: 1.5;
	font-size: 90%;
}



/* 画像拡大等の一覧 */
.itiran_big_box {
	clear: both;
}
.itiran_big_box li {
	float: left;
	margin-right: 7px;
	height: 200px;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
.itiran_big_box p {
	width: 180px;
	line-height: 1.5;
	padding-top: 10px;
	font-size: 90%;
}


.boxclear {
	clear: both;
}
.banner .left {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.banner .right {
	float: left;
	margin-bottom: 30px;
}
