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




body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.75em;
	color: #000;
	margin: 0px;
	height: 100%;
	background-color: #e5d9b5;
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#header {
	width: 840px;
	margin-right: 0px;
	margin-left: 0px;
	height: 145px;
	z-index: 1;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/body_2.jpg);
		background-repeat: repeat-y;
}
#foder {
	width: 840px;
	margin-right: 0px;
	margin-left: 0px;
	height: 86px;
	z-index: 1;
	margin-top: 0px;
	margin-bottom: 0px;
}
#cont {
	width: 840px;
	background-image: url(../img/body_2.jpg);
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
}

#cont_body {
	background-image: url(../img/back.jpg);
	margin-right: 60px;
	margin-left: 60px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 1;	
}
.cont_h1 {
	width: 720px;
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position:absolute;	
	display: block;
	clear: both;
	position:relative;		
}
.clearfix {
	display: block;
	clear: both;
}
.clearfix2 {
	clear: both;
	height: 15px;
	width: 20px;
}
.lain {
	display: block;
	clear: both;
	height: 24px;
	text-align: center;
}
.cont_right_text {
	display: block;
	clear: both;
	float: left;
	padding-right: 10px;
	padding-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	color: #333;
}
.pointer{
	cursor:pointer;
}
.photo_left {
	float: left;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	clear: both;
}
.photo_right {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
	clear: both;
}
.photo2_left {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	display: block;
	clear: both;
}
.photo2_right {
	float: right;
	padding-bottom: 10px;
	padding-left: 15px;
display: block;
	clear: both;	
}

.text01 {
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2em;
	color: #030;
	font-weight: bold;
}

#tableStandard {
	
}
#tableStandard table{
  border-collapse:collapse;
  margin:0 auto;
}
#tableStandard td,#tableStandard th{
  border:1px solid #333;
  padding:10px;
}
#tableStandard th{
  background:#B1A998;
vertical-align: top;
}

body.backIframe{
    background-color: #E8E4D0;	
}

ul.photo-g{
	list-style: none;
	display: flex;
	justify-content: left;
	margin-left: -50px;
	align-items: center;
}
.photo-g li{
	margin-left: 10px;
}
.item-big{
	width: fit-content;
	margin: auto;
	text-align: center;
}
.item-big a img{
	width: 330px;
	display: block;
	margin-bottom: 10px;
}
.wrap-middle{
	display: flex;
	justify-content: center;
}
.item-middle a img{
	width: 248px;
	display: block;
	margin-bottom: 10px;
}
.item-middle:nth-child(n+2){
	margin-left: 60px;
}
.wrap-small{
	display: flex;
	justify-content: center;
}
.item-small a img{
	width: 165px;
	display: block;
	margin-bottom: 10px;
}
.item-small:nth-child(n+2){
	margin-left: 15px;
}
