@charset "utf-8";

/* -------------------------------------------------------------
	トップページ用
-----------------------------------------------------------------*/
html {
	overflow: auto;
}
body {
	color: #000;
	background-color: #f6f6ee;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	min-width: 1000px;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	border-top: 4px solid rgba(0,0,0,0.7);
}



/* ヘッダー
------------------------------ */
header {
	width: 1000px;
	margin: 0 auto;
	padding-top: 45px;
}
header #header_pic {
	width: 730px;
	height: 250px;
	position: relative;
	margin: 0 auto;
}
header #header_pic li {
	float: left;
}
header #header_pic .pic_x {
	margin: 25px 57px 0;
}
header #header_pic .pic_name {
	position: absolute;
	top: 185px;
	z-index: 10;
}
header #header_pic .pic_tahara .pic_name {
	left: 60px;
}
header #header_pic .pic_yamano .pic_name {
	right: 60px;
}
header h1 {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 40px;
}
header #header_date {
	text-align: center;
}


/* コンテンツ
------------------------------ */
#contents {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	padding-bottom: 120px;
}
#outline {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
}
#pic_scene {
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	background: url(../img/pic_scene_bg.png) 50% 0 no-repeat;
}
#btn_voice {
	position: absolute;
	top: -120px;
	right: 0;
	z-index: 10;
}
#btn_voice a:hover {
	opacity: 0.8;
	transition: 0.2s;
}



/* フッター
------------------------------ */
footer {
	background-color: #494947;
}
footer .inner {
	width: 940px;
	height: 200px;
	position: relative;
	margin: 0 auto;
}
#top_btn {
	position: absolute;
	top: 20px;
	left: 275px;
	z-index: 10;
}
#note {
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 20px;
	right: 3px;
	z-index: 10;
}
#footerlogo {
	position: absolute;
	top: 30px;
	right: 0px;
	z-index: 10;
}

	
/* sns_list
----------------------------------------------------*/
#sns_list {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 10;
	/*width: 220px;*/
	height: 21px;
	background-color: rgba(0,0,0,0.2);
	padding: 8px 12px;
}
#sns_list li {
	float: left;
	margin-right: 10px;
	height: 20px;
}
#sns_list li:last-child {
	margin-right: 0;
}
