@charset "utf-8";

/* -------------------------------------------------------------
	トップページ用
-----------------------------------------------------------------*/

body {
	color: #333;
	background:
	url(../../img/bg03.jpg) 50% 400px no-repeat,
	url(../../img/bg02.jpg) 50% 0 no-repeat,
	url(../../img/bg01.jpg) 50% 0 repeat;
	background-color: #fff;
}
#wrap {
}

#main {
	width: 1110px;
	margin: 0 auto;
	position: relative;
	/*overflow: hidden*/
}
h1 {
	display: none;
}

/* ヘッダー */
header {
	margin-bottom: 140px;
}

#contents {
}
#contents p:nth-child(1) {
	margin-bottom: 60px;
}
#contents p:nth-child(2) {
	float: left;
	margin-bottom: 100px;
}
#contents ul#pic li:nth-child(1) {
	float: right;
	margin-bottom: 50px;
}
#contents ul#pic li:nth-child(2) {
	float: right;
}
#contents ul#pic li:nth-child(3) {
	float: none;
}

#bn_letter {
	text-align: right;
	margin-top: 160px;
	margin-bottom: 30px;
}
#bn_letter a:hover {
	opacity: 0.6;
	transition: 0.2s;
}

/* フッター */
footer {
	width: 100%;
	height: 100px;
	background: url(../../img/bg_footer.jpg) 50% 0 repeat;
	padding-top: 15px;
}
footer .inner {
	width: 1110px;
	margin: 0 auto;
	position: relative;
}
footer #footerlogo {
	text-align: right;
}
#top_btn {
	position: absolute;
	top: 0;
	left: 280px;
	z-index: 2;
	background-color: #fff;
}
#top_btn a:hover{
	opacity: 0.8;
}


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

