body {
	background-color: #000;
	margin: 0px;

}



.contents2000 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 2500px;
	color: #FFF;
	font-size: 12px;
	text-align: center;

	
}
.contents1000 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	color: #FFF;
	font-size: 12px;
	text-align: center;

	
}
.box_01 {
	width: 300px;
	background-image: url(/event/akimaturi/img/foto_back_001.gif);
	background-repeat: repeat-x;
	color: #FFC;
	margin: 0px;
	padding: 0px;

}

.clear {
	clear: left;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
}
.space {
	height: 200px;
	width: 100px;
}



/* ＭＥＮＵ　ＳＴＲＡＴ　▽▽**/

#menu {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
	clear: both;
}
#menu li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
}
#menu li {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#menu li a:hover {
	display: block;
	background-color: #FC0;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


.box_04{
	width: 600px;
	text-align: center;
	font-size: 10px;
	color: #CC9;
	height: 610px;
	background-image: url(/event/akimaturi/img/foto_back_001.gif);
	background-repeat: repeat-x;
	background-position: top;

}
.box_04 a {
	color: #FF0;
	font-size: 14px;
}
.box_l{
	width: 4000px;
	text-align: center;
	font-size: 10px;
	color: #CC9;
	height: 610px;
	background-image: url(/event/akimaturi/img/foto_back_001.gif);
	background-repeat: repeat-x;
	background-position: top;

}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #960;
	height: 22px;
	width: 350px;
	background-color: #CC6;
	border: medium double #660;
	line-height: 22px;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.clearleft {
	clear: left;
}
.text_01 {
	color: #FFF;
	margin: 5px;
	padding: 5px;
	font-size: 16px;
	background-color: #030;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-decoration: none;

}

/* フォトギャラリー メイン写真 */


.photo_main_fl {
    width: 100%;
    min-height: 950px;
    text-align: center;
    font-size: 10px;
    color: #CC9;
    background-image: url(/event/akimaturi/img/foto_back_001.gif);
    background-repeat: repeat-x;
    background-position: top;

    display: flex;
    flex-direction: column;
    align-items: center;
}


/* 横写真 */
.photo_main_fl img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 900px;
    display: block;
    margin: 0 auto;
}



/* メインiframe */
.foto_main_fl_frame {
    width: 100%;
    height: 1000px;
    border: 0;
    display: block;
}



/* 縦写真 */
.photo_vertical_img {
    display: block;
    width: 600px;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    flex-shrink: 1;
}

.contents {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.box_04 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
　
/* 縦写真レスポンシブ表示 */

.photo_vertical_img {
    display: block;
    width: min(600px, 100%);
    height: auto;
    margin: 0 auto;
}