@charset "utf-8";
/* CSS Document */
/*背景設定*/

/*上部リンク設定*/
#main_link ul{
	background-color: #66BF97;
}
#main_link li {
	list-style: none;
	float: left;
	margin: 30px 0 0 0;
	width: 25%;
	background-color: #66BF97;
}

.main_content {/*角丸メインボックス*/
	clear: both;
    background-color: #FFFFFF;
	display:block;
	border-radius: 3px;
	height: auto;
    height: 100%;
	max-width: 100%;
	clear: both;
	margin-top: 10px;
	padding: 10px;
	color: #5E5A55;
}
}

/*フェイスブック・ツイッター・YouTube（スマホ用)設定*/
ul#t_f_y_sp {
	display: block;
	width: 280px;
	margin: 0 auto;
}
ul#t_f_y_sp li{
	float: left;
	margin-right: 10px;
}

/*フッター*/

footer {
	/*background-color:#007692;*/
	display: block;
	position: absolute;
}

footer img.f_l, footer img.f_r{
	float: none;
	margin-bottom: 10px;
}
footer {
	text-align: center;
}

@media print, screen and (min-width:567px) {/*横幅が567pxを超えた時の設定(iPhone6S横置きの幅まで上記デザイン）*/
.sp {
	display: none;
}

.main_content {
	display: block;
	max-width: 100%;
	padding: 40px;
	z-index: 5;
}



/*フェイスブック・ツイッター・YouTube設定*/
ul#t_f_y {
	position: absolute;
	right: 0px;
	margin-top: 5px;
	background-color: #FAEF42;
	height: 70px;
}

ul#t_f_y li {
	display: block;
	list-style: none;
	height: auto;/*横幅に併せて縦幅を自動で調整*/
	float: left;
	margin-right: 5%;
}
ul#t_f_y li img {
	max-width: 100%;
	height: auto;
}

/*フッター*/

footer img.f_l{
	float: left
}
footer img.f_r{
	float: right
}
footer {
	position: absolute;
	bottom: 0;
	height: 60px;
	max-width: 960px;
	margin-left: 0;
	z-index: 5;
}

/* トップへ戻るボタン */

#pageTop {
	bottom: 20px;
	padding: 10px;
	position: fixed;
	right: 10px;
	text-decoration: none;
}
#pageTop_sp {
	position: fixed;
	padding: 10px;
	right: 10px;
}