@charset "utf-8";

/* 大枠 */
html,
body {
	height: 100%;
	}
body {
	color: #2C190B;
	font-size: 14px; 
	line-height: 1.6;
	}
#wrapper {
	min-width: 950px;
	background: url(../img/bg.png);
	padding: 20px;
	position: relative;
	}
body > #wrapper {
	height: auto;
	}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }
	
/* リンク */
a:link    {color:#0066FF; text-decoration: none;}
a:visited {color:#0066FF; text-decoration: none;}
a:hover   {color:#0066FF; text-decoration: underline;}
a:active  {color:#0066FF; text-decoration: underline;}

/* アクセシビリティ */
.guidance {
	left: -999px;
	position: absolute;
	width: 990px;
	}
img {
	vertical-align: bottom;
	}
	

/* ▼▼▼ ヘッダー
=====================================*/
#header {
	width: 100%;
	height: 610px;
	position: relative;
	overflow: hidden;
	}
.kai {
	margin-bottom: 20px;
	text-align: center;
	}

/* タイトル */
#site_title {
	width: 100%;
	position: absolute;
	top: 45px;
	left: 0;
	text-align: center;
	}
.mainVisual {
	
	}
	.bird {
		position: absolute;
		top: 15px;
		right: 0;
		}
	.read {
		position: absolute;
		top: 275px;
		right: 75px;
		}
	.form {
		margin-bottom: 10px;
		text-align: center;
		}
	.date {
		margin-bottom: 35px;
		color: #84BF26;
		font-size: 18px;
		text-align: center;
		}
	

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
.bg {
	background: url(../img/bg_contents.png);
	padding: 5px;
	overflow: hidden;
	}
.bg01 {
	border: 1px dashed #B6DCBC;
	overflow: hidden;
	}
.bg02 {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 30px;
	overflow: hidden;
	}
	
/* コンテンツ */
#contents {
	width: 930px;
	padding: 0 12px 0 16px;
	margin: 0 auto;
	/* overflow: hidden; */
	}

h2.subtitle {
	margin-bottom: 10px;
	text-align: center;
	}
	.read02 {
		text-align: center;
		}
	ul.outline {
		margin-bottom: 30px;
		text-align: center;
		}
	.kome {
		width: 740px;
		margin: 0 auto;
		color: #2C190B;
		font-size: 13px;
		}
.outline_box {position: relative;}
.btn_box {
	width: 868px;
	height: 144px;
	background: url(../img/btn_bg.png) no-repeat left top;
	padding-top: 40px;
	margin: 0 auto 20px;
	}
	.cake {
		position: absolute;
		bottom: 185px;
		right: 20px;
		}

#kotori {
	width: 910px;
	min-height: 391px;
	background: url(../img/kotori.png) no-repeat left top;
	padding-top: 46px;
	margin: 20px auto 0;
	}
	#kotori .logo {
		margin: 0 0 15px 320px;
		}
	#kotori .txt {
		width: 280px;
		margin: 0 0 15px 320px;
		color: #2C190B;
		font-size: 13px;
		line-height: 1.4;
		overflow: hidden;
		}
		#kotori .txt span {
			display: block;
			margin: 5px 0 0 0;
			font-size: 13px;
			}
	#kotori .btn {
		margin: 0 0 0 320px;
		}
	

/* ▼▼▼ フッター
=====================================*/
#footer {
	width: 868px;
	min-height: 70px;
	border-top: 1px solid #B6DCBC;
	padding-top: 20px;
	margin: 0 auto;
	color: #666;
	font-size: 11px;
	text-align: center;
	position: relative;
	clear: both;
	overflow: hidden;
	}
	#footer #copyright{
		margin-top:10px;
		}
	#footer .logo{
		position: absolute;
		top: 20px;
		right: 0;
		}


/* ▼▼▼ 撮影当時レポート（追加）
=====================================*/	
#report{
	margin-right:10px;
	}	
	#report h2{
		margin:0;
		text-align:center;
		}
	#report h3{
		text-align:center;
		z-index:1000;
		position:relative;
		}
	#report .report_box ul {
		width:930px;
		clear:both;
		overflow:hidden;
		margin:-260px 0 0 0;
		}		
		#report .report_box  li{
			float:left;
			}	
	#report .report_box {position: relative;}
		#report dl.mov{
			display: block;
			width: 480px;
			height: 293px;
			position: absolute;
			bottom: 0;
			right: 50px;
			}
			#report dl.mov dt{
				margin-bottom: 10px;
				text-align:center;
				}
					
#mainVisual {
	width:900px;
	height:481px;
	background:url(../img/slide_bg.png) no-repeat;
	padding: 5px 0 0 136px;
	margin: 35px 0 0;
	overflow: hidden;
	}
	/* ▼▼▼スライダー */
	.bx-wrapper{
		width: 630px !important;
		overflow: visible!important;
		}
	.bx-window{
		width: 630px !important;
		height: 435px !important;
		margin: 0 auto !important;		
		}
	#mainVisual li {width: 630px;}
	/* 次へ前へ */
	.prev-next{
		margin: 0 auto;
		position: relative;
		z-index: 1000;
		}
	a.bx-prev,
	a.bx-next{
		width: 34px;
		height: 64px;
		display: block;
		position: absolute;
		top: -230px;
		text-indent: -9999px;
		outline: none;
		}	
		a.bx-prev {left: -55px;}
			a.bx-prev {
				background: url(../img/bnt_prev.png) no-repeat left top;
				}
		a.bx-next {right: -55px;}
			a.bx-next {
				background: url(../img/bnt_next.png) no-repeat left top;
				}			

#studio {
	width: 808px;
	height: 236px;
	background: url(../img/studio_bg.png) no-repeat left top;
	padding: 15px 30px 30px;
	margin: 0 auto 40px;
	color: #482C1A;
	font-size: 13px;
	}
	#studio h4,
	#studio div {margin-bottom: 10px;}

